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

[PATCH] m32r: update defconfig files for v2.6.19

This patch upgrades defconfig files for all m32r platforms.

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Hirokazu Takata and committed by
Linus Torvalds
4aa3b3cc 9b87ed79

+4438 -1387
+370 -155
arch/m32r/defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.12-rc5 4 - # Fri Jun 3 16:20:11 2005 3 + # Linux kernel version: 2.6.19 4 + # Tue Dec 12 17:52:38 2006 5 5 # 6 6 CONFIG_M32R=y 7 - # CONFIG_UID16 is not set 8 7 CONFIG_GENERIC_ISA_DMA=y 9 8 CONFIG_GENERIC_HARDIRQS=y 10 9 CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 11 12 12 # 13 13 # Code maturity level options 14 14 # 15 15 CONFIG_EXPERIMENTAL=y 16 - CONFIG_CLEAN_COMPILE=y 17 - CONFIG_BROKEN_ON_SMP=y 18 16 CONFIG_LOCK_KERNEL=y 19 17 CONFIG_INIT_ENV_ARG_LIMIT=32 20 18 ··· 20 22 # General setup 21 23 # 22 24 CONFIG_LOCALVERSION="" 25 + CONFIG_LOCALVERSION_AUTO=y 23 26 CONFIG_SWAP=y 24 27 CONFIG_SYSVIPC=y 28 + # CONFIG_IPC_NS is not set 25 29 # CONFIG_POSIX_MQUEUE is not set 26 30 CONFIG_BSD_PROCESS_ACCT=y 27 31 # CONFIG_BSD_PROCESS_ACCT_V3 is not set 28 - CONFIG_SYSCTL=y 32 + # CONFIG_TASKSTATS is not set 33 + # CONFIG_UTS_NS is not set 29 34 # CONFIG_AUDIT is not set 30 - CONFIG_HOTPLUG=y 31 - CONFIG_KOBJECT_UEVENT=y 32 35 CONFIG_IKCONFIG=y 33 - # CONFIG_IKCONFIG_PROC is not set 36 + CONFIG_IKCONFIG_PROC=y 37 + # CONFIG_CPUSETS is not set 38 + CONFIG_SYSFS_DEPRECATED=y 39 + # CONFIG_RELAY is not set 40 + CONFIG_INITRAMFS_SOURCE="" 41 + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 42 + CONFIG_SYSCTL=y 34 43 CONFIG_EMBEDDED=y 44 + CONFIG_SYSCTL_SYSCALL=y 35 45 # CONFIG_KALLSYMS is not set 46 + CONFIG_HOTPLUG=y 36 47 CONFIG_PRINTK=y 37 48 CONFIG_BUG=y 49 + CONFIG_ELF_CORE=y 38 50 CONFIG_BASE_FULL=y 39 51 # CONFIG_FUTEX is not set 40 52 # CONFIG_EPOLL is not set 41 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 42 53 CONFIG_SHMEM=y 43 - CONFIG_CC_ALIGN_FUNCTIONS=0 44 - CONFIG_CC_ALIGN_LABELS=0 45 - CONFIG_CC_ALIGN_LOOPS=0 46 - CONFIG_CC_ALIGN_JUMPS=0 54 + CONFIG_SLAB=y 55 + CONFIG_VM_EVENT_COUNTERS=y 47 56 # CONFIG_TINY_SHMEM is not set 48 57 CONFIG_BASE_SMALL=0 58 + # CONFIG_SLOB is not set 49 59 50 60 # 51 61 # Loadable module support ··· 61 55 CONFIG_MODULES=y 62 56 CONFIG_MODULE_UNLOAD=y 63 57 # CONFIG_MODULE_FORCE_UNLOAD is not set 64 - CONFIG_OBSOLETE_MODPARM=y 65 58 # CONFIG_MODVERSIONS is not set 66 59 # CONFIG_MODULE_SRCVERSION_ALL is not set 67 60 CONFIG_KMOD=y 61 + CONFIG_STOP_MACHINE=y 62 + 63 + # 64 + # Block layer 65 + # 66 + CONFIG_BLOCK=y 67 + # CONFIG_BLK_DEV_IO_TRACE is not set 68 + 69 + # 70 + # IO Schedulers 71 + # 72 + CONFIG_IOSCHED_NOOP=y 73 + # CONFIG_IOSCHED_AS is not set 74 + CONFIG_IOSCHED_DEADLINE=y 75 + CONFIG_IOSCHED_CFQ=y 76 + # CONFIG_DEFAULT_AS is not set 77 + # CONFIG_DEFAULT_DEADLINE is not set 78 + CONFIG_DEFAULT_CFQ=y 79 + # CONFIG_DEFAULT_NOOP is not set 80 + CONFIG_DEFAULT_IOSCHED="cfq" 68 81 69 82 # 70 83 # Processor type and features ··· 95 70 # CONFIG_PLAT_OAKS32R is not set 96 71 # CONFIG_PLAT_MAPPI2 is not set 97 72 # CONFIG_PLAT_MAPPI3 is not set 73 + # CONFIG_PLAT_M32104UT is not set 98 74 CONFIG_CHIP_M32700=y 99 75 # CONFIG_CHIP_M32102 is not set 76 + # CONFIG_CHIP_M32104 is not set 100 77 # CONFIG_CHIP_VDEC2 is not set 101 78 # CONFIG_CHIP_OPSP is not set 102 79 CONFIG_MMU=y ··· 112 85 CONFIG_MEMORY_START=0x08000000 113 86 CONFIG_MEMORY_SIZE=0x01000000 114 87 CONFIG_NOHIGHMEM=y 115 - # CONFIG_DISCONTIGMEM is not set 88 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 89 + CONFIG_SELECT_MEMORY_MODEL=y 90 + # CONFIG_FLATMEM_MANUAL is not set 91 + CONFIG_DISCONTIGMEM_MANUAL=y 92 + # CONFIG_SPARSEMEM_MANUAL is not set 93 + CONFIG_DISCONTIGMEM=y 94 + CONFIG_FLAT_NODE_MEM_MAP=y 95 + CONFIG_NEED_MULTIPLE_NODES=y 96 + # CONFIG_SPARSEMEM_STATIC is not set 97 + CONFIG_SPLIT_PTLOCK_CPUS=4 98 + # CONFIG_RESOURCES_64BIT is not set 99 + CONFIG_IRAM_START=0x00f00000 100 + CONFIG_IRAM_SIZE=0x00080000 116 101 CONFIG_RWSEM_GENERIC_SPINLOCK=y 117 102 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 103 + CONFIG_GENERIC_FIND_NEXT_BIT=y 104 + CONFIG_GENERIC_HWEIGHT=y 118 105 CONFIG_GENERIC_CALIBRATE_DELAY=y 119 106 CONFIG_PREEMPT=y 120 - # CONFIG_HAVE_DEC_LOCK is not set 121 - # CONFIG_SMP is not set 107 + CONFIG_SMP=y 108 + # CONFIG_CHIP_M32700_TS1 is not set 109 + CONFIG_NR_CPUS=2 110 + CONFIG_NODES_SHIFT=1 122 111 123 112 # 124 113 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 125 114 # 126 - # CONFIG_PCI is not set 127 115 # CONFIG_ISA is not set 128 116 129 117 # 130 118 # PCCARD (PCMCIA/CardBus) support 131 119 # 132 - CONFIG_PCCARD=y 133 - # CONFIG_PCMCIA_DEBUG is not set 134 - CONFIG_PCMCIA=y 135 - 136 - # 137 - # PC-card bridges 138 - # 139 - # CONFIG_TCIC is not set 140 - # CONFIG_M32R_PCC is not set 141 - CONFIG_M32R_CFC=y 142 - CONFIG_M32R_CFC_NUM=1 120 + # CONFIG_PCCARD is not set 143 121 144 122 # 145 123 # PCI Hotplug Support ··· 157 125 # CONFIG_BINFMT_MISC is not set 158 126 159 127 # 128 + # Networking 129 + # 130 + CONFIG_NET=y 131 + 132 + # 133 + # Networking options 134 + # 135 + # CONFIG_NETDEBUG is not set 136 + CONFIG_PACKET=y 137 + # CONFIG_PACKET_MMAP is not set 138 + CONFIG_UNIX=y 139 + CONFIG_XFRM=y 140 + # CONFIG_XFRM_USER is not set 141 + # CONFIG_XFRM_SUB_POLICY is not set 142 + # CONFIG_NET_KEY is not set 143 + CONFIG_INET=y 144 + # CONFIG_IP_MULTICAST is not set 145 + # CONFIG_IP_ADVANCED_ROUTER is not set 146 + CONFIG_IP_FIB_HASH=y 147 + CONFIG_IP_PNP=y 148 + CONFIG_IP_PNP_DHCP=y 149 + # CONFIG_IP_PNP_BOOTP is not set 150 + # CONFIG_IP_PNP_RARP is not set 151 + # CONFIG_NET_IPIP is not set 152 + # CONFIG_NET_IPGRE is not set 153 + # CONFIG_ARPD is not set 154 + # CONFIG_SYN_COOKIES is not set 155 + # CONFIG_INET_AH is not set 156 + # CONFIG_INET_ESP is not set 157 + # CONFIG_INET_IPCOMP is not set 158 + # CONFIG_INET_XFRM_TUNNEL is not set 159 + # CONFIG_INET_TUNNEL is not set 160 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 161 + CONFIG_INET_XFRM_MODE_TUNNEL=y 162 + CONFIG_INET_XFRM_MODE_BEET=y 163 + CONFIG_INET_DIAG=y 164 + CONFIG_INET_TCP_DIAG=y 165 + # CONFIG_TCP_CONG_ADVANCED is not set 166 + CONFIG_TCP_CONG_CUBIC=y 167 + CONFIG_DEFAULT_TCP_CONG="cubic" 168 + # CONFIG_TCP_MD5SIG is not set 169 + # CONFIG_IPV6 is not set 170 + # CONFIG_INET6_XFRM_TUNNEL is not set 171 + # CONFIG_INET6_TUNNEL is not set 172 + # CONFIG_NETWORK_SECMARK is not set 173 + # CONFIG_NETFILTER is not set 174 + 175 + # 176 + # DCCP Configuration (EXPERIMENTAL) 177 + # 178 + # CONFIG_IP_DCCP is not set 179 + 180 + # 181 + # SCTP Configuration (EXPERIMENTAL) 182 + # 183 + # CONFIG_IP_SCTP is not set 184 + 185 + # 186 + # TIPC Configuration (EXPERIMENTAL) 187 + # 188 + # CONFIG_TIPC is not set 189 + # CONFIG_ATM is not set 190 + # CONFIG_BRIDGE is not set 191 + # CONFIG_VLAN_8021Q is not set 192 + # CONFIG_DECNET is not set 193 + # CONFIG_LLC2 is not set 194 + # CONFIG_IPX is not set 195 + # CONFIG_ATALK is not set 196 + # CONFIG_X25 is not set 197 + # CONFIG_LAPB is not set 198 + # CONFIG_ECONET is not set 199 + # CONFIG_WAN_ROUTER is not set 200 + 201 + # 202 + # QoS and/or fair queueing 203 + # 204 + # CONFIG_NET_SCHED is not set 205 + 206 + # 207 + # Network testing 208 + # 209 + # CONFIG_NET_PKTGEN is not set 210 + # CONFIG_HAMRADIO is not set 211 + # CONFIG_IRDA is not set 212 + # CONFIG_BT is not set 213 + # CONFIG_IEEE80211 is not set 214 + 215 + # 160 216 # Device Drivers 161 217 # 162 218 ··· 253 133 # 254 134 CONFIG_STANDALONE=y 255 135 CONFIG_PREVENT_FIRMWARE_BUILD=y 256 - # CONFIG_FW_LOADER is not set 136 + CONFIG_FW_LOADER=y 137 + # CONFIG_SYS_HYPERVISOR is not set 138 + 139 + # 140 + # Connector - unified userspace <-> kernelspace linker 141 + # 142 + # CONFIG_CONNECTOR is not set 257 143 258 144 # 259 145 # Memory Technology Devices (MTD) 260 146 # 261 - # CONFIG_MTD is not set 147 + CONFIG_MTD=y 148 + # CONFIG_MTD_DEBUG is not set 149 + # CONFIG_MTD_CONCAT is not set 150 + CONFIG_MTD_PARTITIONS=y 151 + CONFIG_MTD_REDBOOT_PARTS=y 152 + CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 153 + # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set 154 + # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set 155 + # CONFIG_MTD_CMDLINE_PARTS is not set 156 + 157 + # 158 + # User Modules And Translation Layers 159 + # 160 + # CONFIG_MTD_CHAR is not set 161 + CONFIG_MTD_BLOCK=y 162 + # CONFIG_FTL is not set 163 + # CONFIG_NFTL is not set 164 + # CONFIG_INFTL is not set 165 + # CONFIG_RFD_FTL is not set 166 + # CONFIG_SSFDC is not set 167 + 168 + # 169 + # RAM/ROM/Flash chip drivers 170 + # 171 + CONFIG_MTD_CFI=m 172 + CONFIG_MTD_JEDECPROBE=m 173 + CONFIG_MTD_GEN_PROBE=m 174 + CONFIG_MTD_CFI_ADV_OPTIONS=y 175 + # CONFIG_MTD_CFI_NOSWAP is not set 176 + CONFIG_MTD_CFI_BE_BYTE_SWAP=y 177 + # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set 178 + CONFIG_MTD_CFI_GEOMETRY=y 179 + CONFIG_MTD_MAP_BANK_WIDTH_1=y 180 + CONFIG_MTD_MAP_BANK_WIDTH_2=y 181 + CONFIG_MTD_MAP_BANK_WIDTH_4=y 182 + # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set 183 + # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set 184 + # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set 185 + CONFIG_MTD_CFI_I1=y 186 + # CONFIG_MTD_CFI_I2 is not set 187 + # CONFIG_MTD_CFI_I4 is not set 188 + # CONFIG_MTD_CFI_I8 is not set 189 + # CONFIG_MTD_OTP is not set 190 + # CONFIG_MTD_CFI_INTELEXT is not set 191 + CONFIG_MTD_CFI_AMDSTD=m 192 + # CONFIG_MTD_CFI_STAA is not set 193 + CONFIG_MTD_CFI_UTIL=m 194 + # CONFIG_MTD_RAM is not set 195 + # CONFIG_MTD_ROM is not set 196 + # CONFIG_MTD_ABSENT is not set 197 + # CONFIG_MTD_OBSOLETE_CHIPS is not set 198 + 199 + # 200 + # Mapping drivers for chip access 201 + # 202 + # CONFIG_MTD_COMPLEX_MAPPINGS is not set 203 + # CONFIG_MTD_PHYSMAP is not set 204 + # CONFIG_MTD_PLATRAM is not set 205 + 206 + # 207 + # Self-contained MTD device drivers 208 + # 209 + # CONFIG_MTD_SLRAM is not set 210 + # CONFIG_MTD_PHRAM is not set 211 + # CONFIG_MTD_MTDRAM is not set 212 + # CONFIG_MTD_BLOCK2MTD is not set 213 + 214 + # 215 + # Disk-On-Chip Device Drivers 216 + # 217 + # CONFIG_MTD_DOC2000 is not set 218 + # CONFIG_MTD_DOC2001 is not set 219 + # CONFIG_MTD_DOC2001PLUS is not set 220 + 221 + # 222 + # NAND Flash Device Drivers 223 + # 224 + # CONFIG_MTD_NAND is not set 225 + 226 + # 227 + # OneNAND Flash Device Drivers 228 + # 229 + # CONFIG_MTD_ONENAND is not set 262 230 263 231 # 264 232 # Parallel port support ··· 360 152 # 361 153 # Block devices 362 154 # 363 - # CONFIG_BLK_DEV_FD is not set 364 155 # CONFIG_BLK_DEV_COW_COMMON is not set 365 156 CONFIG_BLK_DEV_LOOP=y 366 157 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 367 160 CONFIG_BLK_DEV_RAM=y 368 161 CONFIG_BLK_DEV_RAM_COUNT=16 369 162 CONFIG_BLK_DEV_RAM_SIZE=4096 163 + CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 370 164 # CONFIG_BLK_DEV_INITRD is not set 371 - CONFIG_INITRAMFS_SOURCE="" 372 165 # CONFIG_CDROM_PKTCDVD is not set 166 + CONFIG_ATA_OVER_ETH=m 373 167 374 168 # 375 - # IO Schedulers 169 + # Misc devices 376 170 # 377 - CONFIG_IOSCHED_NOOP=y 378 - # CONFIG_IOSCHED_AS is not set 379 - CONFIG_IOSCHED_DEADLINE=y 380 - CONFIG_IOSCHED_CFQ=y 381 - # CONFIG_ATA_OVER_ETH is not set 171 + # CONFIG_TIFM_CORE is not set 382 172 383 173 # 384 174 # ATA/ATAPI/MFM/RLL support 385 175 # 386 176 CONFIG_IDE=y 177 + CONFIG_IDE_MAX_HWIFS=4 387 178 CONFIG_BLK_DEV_IDE=y 388 179 389 180 # ··· 390 185 # CONFIG_BLK_DEV_IDE_SATA is not set 391 186 CONFIG_BLK_DEV_IDEDISK=y 392 187 # CONFIG_IDEDISK_MULTI_MODE is not set 393 - CONFIG_BLK_DEV_IDECS=y 394 188 CONFIG_BLK_DEV_IDECD=m 395 189 # CONFIG_BLK_DEV_IDETAPE is not set 396 190 # CONFIG_BLK_DEV_IDEFLOPPY is not set ··· 408 204 # 409 205 # SCSI device support 410 206 # 207 + # CONFIG_RAID_ATTRS is not set 411 208 CONFIG_SCSI=m 209 + # CONFIG_SCSI_NETLINK is not set 412 210 CONFIG_SCSI_PROC_FS=y 413 211 414 212 # ··· 422 216 CONFIG_BLK_DEV_SR=m 423 217 # CONFIG_BLK_DEV_SR_VENDOR is not set 424 218 CONFIG_CHR_DEV_SG=m 219 + # CONFIG_CHR_DEV_SCH is not set 425 220 426 221 # 427 222 # Some SCSI devices (e.g. CD jukebox) support multiple LUNs ··· 432 225 # CONFIG_SCSI_LOGGING is not set 433 226 434 227 # 435 - # SCSI Transport Attributes 228 + # SCSI Transports 436 229 # 437 230 # CONFIG_SCSI_SPI_ATTRS is not set 438 231 # CONFIG_SCSI_FC_ATTRS is not set 439 232 # CONFIG_SCSI_ISCSI_ATTRS is not set 233 + # CONFIG_SCSI_SAS_ATTRS is not set 234 + # CONFIG_SCSI_SAS_LIBSAS is not set 440 235 441 236 # 442 237 # SCSI low-level drivers 443 238 # 444 - # CONFIG_SCSI_SATA is not set 239 + # CONFIG_ISCSI_TCP is not set 445 240 # CONFIG_SCSI_DEBUG is not set 446 241 447 242 # 448 - # PCMCIA SCSI adapter support 243 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 449 244 # 450 - # CONFIG_PCMCIA_AHA152X is not set 451 - # CONFIG_PCMCIA_FDOMAIN is not set 452 - # CONFIG_PCMCIA_NINJA_SCSI is not set 453 - # CONFIG_PCMCIA_QLOGIC is not set 454 - # CONFIG_PCMCIA_SYM53C500 is not set 455 245 456 246 # 457 247 # Multi-device support (RAID and LVM) ··· 458 254 # 459 255 # Fusion MPT device support 460 256 # 257 + # CONFIG_FUSION is not set 461 258 462 259 # 463 260 # IEEE 1394 (FireWire) support ··· 469 264 # 470 265 471 266 # 472 - # Networking support 267 + # Network device support 473 268 # 474 - CONFIG_NET=y 475 - 476 - # 477 - # Networking options 478 - # 479 - CONFIG_PACKET=y 480 - # CONFIG_PACKET_MMAP is not set 481 - CONFIG_UNIX=y 482 - # CONFIG_NET_KEY is not set 483 - CONFIG_INET=y 484 - # CONFIG_IP_MULTICAST is not set 485 - # CONFIG_IP_ADVANCED_ROUTER is not set 486 - CONFIG_IP_PNP=y 487 - CONFIG_IP_PNP_DHCP=y 488 - # CONFIG_IP_PNP_BOOTP is not set 489 - # CONFIG_IP_PNP_RARP is not set 490 - # CONFIG_NET_IPIP is not set 491 - # CONFIG_NET_IPGRE is not set 492 - # CONFIG_ARPD is not set 493 - # CONFIG_SYN_COOKIES is not set 494 - # CONFIG_INET_AH is not set 495 - # CONFIG_INET_ESP is not set 496 - # CONFIG_INET_IPCOMP is not set 497 - # CONFIG_INET_TUNNEL is not set 498 - CONFIG_IP_TCPDIAG=y 499 - # CONFIG_IP_TCPDIAG_IPV6 is not set 500 - # CONFIG_IPV6 is not set 501 - # CONFIG_NETFILTER is not set 502 - 503 - # 504 - # SCTP Configuration (EXPERIMENTAL) 505 - # 506 - # CONFIG_IP_SCTP is not set 507 - # CONFIG_ATM is not set 508 - # CONFIG_BRIDGE is not set 509 - # CONFIG_VLAN_8021Q is not set 510 - # CONFIG_DECNET is not set 511 - # CONFIG_LLC2 is not set 512 - # CONFIG_IPX is not set 513 - # CONFIG_ATALK is not set 514 - # CONFIG_X25 is not set 515 - # CONFIG_LAPB is not set 516 - # CONFIG_NET_DIVERT is not set 517 - # CONFIG_ECONET is not set 518 - # CONFIG_WAN_ROUTER is not set 519 - 520 - # 521 - # QoS and/or fair queueing 522 - # 523 - # CONFIG_NET_SCHED is not set 524 - # CONFIG_NET_CLS_ROUTE is not set 525 - 526 - # 527 - # Network testing 528 - # 529 - # CONFIG_NET_PKTGEN is not set 530 - # CONFIG_NETPOLL is not set 531 - # CONFIG_NET_POLL_CONTROLLER is not set 532 - # CONFIG_HAMRADIO is not set 533 - # CONFIG_IRDA is not set 534 - # CONFIG_BT is not set 535 269 CONFIG_NETDEVICES=y 536 270 # CONFIG_DUMMY is not set 537 271 # CONFIG_BONDING is not set 538 272 # CONFIG_EQUALIZER is not set 539 273 # CONFIG_TUN is not set 274 + 275 + # 276 + # PHY device support 277 + # 278 + # CONFIG_PHYLIB is not set 540 279 541 280 # 542 281 # Ethernet (10 or 100Mbit) ··· 508 359 # CONFIG_NET_RADIO is not set 509 360 510 361 # 511 - # PCMCIA network device support 512 - # 513 - # CONFIG_NET_PCMCIA is not set 514 - 515 - # 516 362 # Wan interfaces 517 363 # 518 364 # CONFIG_WAN is not set ··· 515 371 # CONFIG_SLIP is not set 516 372 # CONFIG_SHAPER is not set 517 373 # CONFIG_NETCONSOLE is not set 374 + # CONFIG_NETPOLL is not set 375 + # CONFIG_NET_POLL_CONTROLLER is not set 518 376 519 377 # 520 378 # ISDN subsystem ··· 532 386 # Input device support 533 387 # 534 388 CONFIG_INPUT=y 389 + # CONFIG_INPUT_FF_MEMLESS is not set 535 390 536 391 # 537 392 # Userland interfaces ··· 561 414 # CONFIG_SERIO_LIBPS2 is not set 562 415 # CONFIG_SERIO_RAW is not set 563 416 # CONFIG_GAMEPORT is not set 564 - CONFIG_SOUND_GAMEPORT=y 565 417 566 418 # 567 419 # Character devices ··· 568 422 CONFIG_VT=y 569 423 CONFIG_VT_CONSOLE=y 570 424 CONFIG_HW_CONSOLE=y 425 + # CONFIG_VT_HW_CONSOLE_BINDING is not set 571 426 # CONFIG_SERIAL_NONSTANDARD is not set 572 427 573 428 # ··· 597 450 # Watchdog Cards 598 451 # 599 452 # CONFIG_WATCHDOG is not set 453 + CONFIG_HW_RANDOM=y 600 454 # CONFIG_RTC is not set 601 - # CONFIG_GEN_RTC is not set 602 455 CONFIG_DS1302=y 603 456 # CONFIG_DTLK is not set 604 457 # CONFIG_R3964 is not set ··· 606 459 # 607 460 # Ftape, the floppy tape device driver 608 461 # 609 - # CONFIG_DRM is not set 610 - 611 - # 612 - # PCMCIA character devices 613 - # 614 - # CONFIG_SYNCLINK_CS is not set 615 462 # CONFIG_RAW_DRIVER is not set 616 463 617 464 # 618 465 # TPM devices 619 466 # 467 + # CONFIG_TCG_TPM is not set 620 468 621 469 # 622 470 # I2C support ··· 619 477 # CONFIG_I2C is not set 620 478 621 479 # 480 + # SPI support 481 + # 482 + # CONFIG_SPI is not set 483 + # CONFIG_SPI_MASTER is not set 484 + 485 + # 622 486 # Dallas's 1-wire bus 623 487 # 624 488 # CONFIG_W1 is not set 625 489 626 490 # 627 - # Misc devices 491 + # Hardware Monitoring support 628 492 # 493 + CONFIG_HWMON=y 494 + # CONFIG_HWMON_VID is not set 495 + # CONFIG_SENSORS_ABITUGURU is not set 496 + # CONFIG_SENSORS_F71805F is not set 497 + # CONFIG_SENSORS_VT1211 is not set 498 + # CONFIG_HWMON_DEBUG_CHIP is not set 629 499 630 500 # 631 501 # Multimedia devices 632 502 # 633 - CONFIG_VIDEO_DEV=y 503 + CONFIG_VIDEO_DEV=m 504 + CONFIG_VIDEO_V4L1=y 505 + CONFIG_VIDEO_V4L1_COMPAT=y 506 + CONFIG_VIDEO_V4L2=y 634 507 635 508 # 636 - # Video For Linux 509 + # Video Capture Adapters 637 510 # 638 511 639 512 # 640 - # Video Adapters 513 + # Video Capture Adapters 641 514 # 515 + # CONFIG_VIDEO_ADV_DEBUG is not set 516 + CONFIG_VIDEO_HELPER_CHIPS_AUTO=y 517 + # CONFIG_VIDEO_VIVI is not set 642 518 # CONFIG_VIDEO_CPIA is not set 643 - CONFIG_VIDEO_M32R_AR=y 644 - CONFIG_VIDEO_M32R_AR_M64278=y 519 + CONFIG_VIDEO_M32R_AR=m 520 + CONFIG_VIDEO_M32R_AR_M64278=m 645 521 646 522 # 647 523 # Radio Adapters 648 524 # 649 - # CONFIG_RADIO_MAESTRO is not set 650 525 651 526 # 652 527 # Digital Video Broadcasting Devices ··· 673 514 # 674 515 # Graphics support 675 516 # 517 + CONFIG_FIRMWARE_EDID=y 676 518 CONFIG_FB=y 677 - # CONFIG_FB_CFB_FILLRECT is not set 678 - # CONFIG_FB_CFB_COPYAREA is not set 679 - # CONFIG_FB_CFB_IMAGEBLIT is not set 680 - # CONFIG_FB_SOFT_CURSOR is not set 519 + CONFIG_FB_CFB_FILLRECT=y 520 + CONFIG_FB_CFB_COPYAREA=y 521 + CONFIG_FB_CFB_IMAGEBLIT=y 681 522 # CONFIG_FB_MACMODES is not set 523 + # CONFIG_FB_BACKLIGHT is not set 682 524 # CONFIG_FB_MODE_HELPERS is not set 683 525 # CONFIG_FB_TILEBLITTING is not set 684 - # CONFIG_FB_S1D13XXX is not set 526 + CONFIG_FB_S1D13XXX=y 685 527 # CONFIG_FB_VIRTUAL is not set 686 528 687 529 # ··· 691 531 # CONFIG_VGA_CONSOLE is not set 692 532 CONFIG_DUMMY_CONSOLE=y 693 533 CONFIG_FRAMEBUFFER_CONSOLE=y 534 + # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set 694 535 # CONFIG_FONTS is not set 695 536 CONFIG_FONT_8x8=y 696 537 CONFIG_FONT_8x16=y ··· 703 542 CONFIG_LOGO_LINUX_MONO=y 704 543 CONFIG_LOGO_LINUX_VGA16=y 705 544 CONFIG_LOGO_LINUX_CLUT224=y 545 + CONFIG_LOGO_M32R_CLUT224=y 706 546 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 707 547 708 548 # ··· 716 554 # 717 555 # CONFIG_USB_ARCH_HAS_HCD is not set 718 556 # CONFIG_USB_ARCH_HAS_OHCI is not set 557 + # CONFIG_USB_ARCH_HAS_EHCI is not set 558 + 559 + # 560 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 561 + # 719 562 720 563 # 721 564 # USB Gadget Support ··· 730 563 # 731 564 # MMC/SD Card support 732 565 # 733 - # CONFIG_MMC is not set 566 + CONFIG_MMC=y 567 + CONFIG_MMC_DEBUG=y 568 + CONFIG_MMC_BLOCK=y 569 + # CONFIG_MMC_TIFM_SD is not set 570 + 571 + # 572 + # LED devices 573 + # 574 + # CONFIG_NEW_LEDS is not set 575 + 576 + # 577 + # LED drivers 578 + # 579 + 580 + # 581 + # LED Triggers 582 + # 734 583 735 584 # 736 585 # InfiniBand support 737 586 # 738 - # CONFIG_INFINIBAND is not set 587 + 588 + # 589 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 590 + # 591 + 592 + # 593 + # Real Time Clock 594 + # 595 + # CONFIG_RTC_CLASS is not set 596 + 597 + # 598 + # DMA Engine support 599 + # 600 + # CONFIG_DMA_ENGINE is not set 601 + 602 + # 603 + # DMA Clients 604 + # 605 + 606 + # 607 + # DMA Devices 608 + # 739 609 740 610 # 741 611 # File systems 742 612 # 743 613 CONFIG_EXT2_FS=y 744 614 # CONFIG_EXT2_FS_XATTR is not set 745 - CONFIG_EXT3_FS=m 615 + # CONFIG_EXT2_FS_XIP is not set 616 + CONFIG_EXT3_FS=y 746 617 CONFIG_EXT3_FS_XATTR=y 747 618 # CONFIG_EXT3_FS_POSIX_ACL is not set 748 619 # CONFIG_EXT3_FS_SECURITY is not set 749 - CONFIG_JBD=m 620 + # CONFIG_EXT4DEV_FS is not set 621 + CONFIG_JBD=y 750 622 CONFIG_JBD_DEBUG=y 751 623 CONFIG_FS_MBCACHE=y 752 624 CONFIG_REISERFS_FS=m ··· 793 587 # CONFIG_REISERFS_PROC_INFO is not set 794 588 # CONFIG_REISERFS_FS_XATTR is not set 795 589 # CONFIG_JFS_FS is not set 796 - 797 - # 798 - # XFS support 799 - # 590 + # CONFIG_FS_POSIX_ACL is not set 800 591 # CONFIG_XFS_FS is not set 592 + # CONFIG_GFS2_FS is not set 593 + # CONFIG_OCFS2_FS is not set 801 594 # CONFIG_MINIX_FS is not set 802 595 # CONFIG_ROMFS_FS is not set 596 + CONFIG_INOTIFY=y 597 + CONFIG_INOTIFY_USER=y 803 598 # CONFIG_QUOTA is not set 804 599 CONFIG_DNOTIFY=y 805 600 # CONFIG_AUTOFS_FS is not set 806 601 # CONFIG_AUTOFS4_FS is not set 602 + # CONFIG_FUSE_FS is not set 807 603 808 604 # 809 605 # CD-ROM/DVD Filesystems ··· 831 623 # 832 624 CONFIG_PROC_FS=y 833 625 CONFIG_PROC_KCORE=y 626 + CONFIG_PROC_SYSCTL=y 834 627 CONFIG_SYSFS=y 835 - CONFIG_DEVFS_FS=y 836 - CONFIG_DEVFS_MOUNT=y 837 - # CONFIG_DEVFS_DEBUG is not set 838 - # CONFIG_DEVPTS_FS_XATTR is not set 839 628 CONFIG_TMPFS=y 840 - # CONFIG_TMPFS_XATTR is not set 629 + # CONFIG_TMPFS_POSIX_ACL is not set 841 630 # CONFIG_HUGETLB_PAGE is not set 842 631 CONFIG_RAMFS=y 632 + # CONFIG_CONFIGFS_FS is not set 843 633 844 634 # 845 635 # Miscellaneous filesystems ··· 849 643 # CONFIG_BEFS_FS is not set 850 644 # CONFIG_BFS_FS is not set 851 645 # CONFIG_EFS_FS is not set 646 + # CONFIG_JFFS_FS is not set 647 + # CONFIG_JFFS2_FS is not set 852 648 # CONFIG_CRAMFS is not set 853 649 # CONFIG_VXFS_FS is not set 854 650 # CONFIG_HPFS_FS is not set ··· 863 655 # 864 656 CONFIG_NFS_FS=y 865 657 CONFIG_NFS_V3=y 658 + # CONFIG_NFS_V3_ACL is not set 866 659 # CONFIG_NFS_V4 is not set 867 660 # CONFIG_NFS_DIRECTIO is not set 868 661 # CONFIG_NFSD is not set 869 662 CONFIG_ROOT_NFS=y 870 663 CONFIG_LOCKD=y 871 664 CONFIG_LOCKD_V4=y 665 + CONFIG_NFS_COMMON=y 872 666 CONFIG_SUNRPC=y 873 667 # CONFIG_RPCSEC_GSS_KRB5 is not set 874 668 # CONFIG_RPCSEC_GSS_SPKM3 is not set ··· 879 669 # CONFIG_NCP_FS is not set 880 670 # CONFIG_CODA_FS is not set 881 671 # CONFIG_AFS_FS is not set 672 + # CONFIG_9P_FS is not set 882 673 883 674 # 884 675 # Partition Types ··· 934 723 # 935 724 # Profiling support 936 725 # 937 - # CONFIG_PROFILING is not set 726 + CONFIG_PROFILING=y 727 + CONFIG_OPROFILE=y 938 728 939 729 # 940 730 # Kernel hacking 941 731 # 942 732 # CONFIG_PRINTK_TIME is not set 733 + CONFIG_ENABLE_MUST_CHECK=y 734 + # CONFIG_MAGIC_SYSRQ is not set 735 + # CONFIG_UNUSED_SYMBOLS is not set 943 736 # CONFIG_DEBUG_KERNEL is not set 944 - CONFIG_LOG_BUF_SHIFT=14 737 + CONFIG_LOG_BUF_SHIFT=15 945 738 # CONFIG_DEBUG_BUGVERBOSE is not set 739 + # CONFIG_DEBUG_FS is not set 946 740 # CONFIG_FRAME_POINTER is not set 741 + # CONFIG_UNWIND_INFO is not set 742 + # CONFIG_HEADERS_CHECK is not set 947 743 948 744 # 949 745 # Security options ··· 964 746 # CONFIG_CRYPTO is not set 965 747 966 748 # 967 - # Hardware crypto devices 968 - # 969 - 970 - # 971 749 # Library routines 972 750 # 973 751 # CONFIG_CRC_CCITT is not set 752 + # CONFIG_CRC16 is not set 974 753 CONFIG_CRC32=y 975 754 # CONFIG_LIBCRC32C is not set
+623 -139
arch/m32r/m32104ut/defconfig.m32104ut
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.14 4 - # Wed Nov 9 16:04:51 2005 3 + # Linux kernel version: 2.6.19 4 + # Wed Dec 13 17:22:20 2006 5 5 # 6 6 CONFIG_M32R=y 7 - # CONFIG_UID16 is not set 8 7 CONFIG_GENERIC_ISA_DMA=y 9 8 CONFIG_GENERIC_HARDIRQS=y 10 9 CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 11 12 12 # 13 13 # Code maturity level options 14 14 # 15 15 CONFIG_EXPERIMENTAL=y 16 - CONFIG_CLEAN_COMPILE=y 17 16 CONFIG_BROKEN_ON_SMP=y 17 + CONFIG_LOCK_KERNEL=y 18 18 CONFIG_INIT_ENV_ARG_LIMIT=32 19 19 20 20 # ··· 22 22 # 23 23 CONFIG_LOCALVERSION="" 24 24 CONFIG_LOCALVERSION_AUTO=y 25 + CONFIG_SYSVIPC=y 26 + # CONFIG_IPC_NS is not set 25 27 # CONFIG_POSIX_MQUEUE is not set 26 28 # CONFIG_BSD_PROCESS_ACCT is not set 27 - CONFIG_SYSCTL=y 29 + # CONFIG_TASKSTATS is not set 30 + # CONFIG_UTS_NS is not set 28 31 # CONFIG_AUDIT is not set 29 - CONFIG_HOTPLUG=y 30 - # CONFIG_KOBJECT_UEVENT is not set 31 - # CONFIG_IKCONFIG is not set 32 + CONFIG_IKCONFIG=y 33 + CONFIG_IKCONFIG_PROC=y 34 + CONFIG_SYSFS_DEPRECATED=y 35 + # CONFIG_RELAY is not set 32 36 CONFIG_INITRAMFS_SOURCE="" 33 - CONFIG_EMBEDDED=y 34 - # CONFIG_KALLSYMS is not set 37 + CONFIG_CC_OPTIMIZE_FOR_SIZE=y 38 + CONFIG_SYSCTL=y 39 + # CONFIG_EMBEDDED is not set 40 + CONFIG_SYSCTL_SYSCALL=y 41 + CONFIG_KALLSYMS=y 42 + # CONFIG_KALLSYMS_EXTRA_PASS is not set 43 + CONFIG_HOTPLUG=y 35 44 CONFIG_PRINTK=y 36 45 CONFIG_BUG=y 46 + CONFIG_ELF_CORE=y 37 47 CONFIG_BASE_FULL=y 38 - # CONFIG_FUTEX is not set 39 - # CONFIG_EPOLL is not set 40 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 41 - CONFIG_CC_ALIGN_FUNCTIONS=0 42 - CONFIG_CC_ALIGN_LABELS=0 43 - CONFIG_CC_ALIGN_LOOPS=0 44 - CONFIG_CC_ALIGN_JUMPS=0 48 + CONFIG_FUTEX=y 49 + CONFIG_EPOLL=y 50 + CONFIG_SLAB=y 51 + CONFIG_VM_EVENT_COUNTERS=y 52 + CONFIG_RT_MUTEXES=y 45 53 CONFIG_TINY_SHMEM=y 46 54 CONFIG_BASE_SMALL=0 55 + # CONFIG_SLOB is not set 47 56 48 57 # 49 58 # Loadable module support 50 59 # 51 - # CONFIG_MODULES is not set 60 + CONFIG_MODULES=y 61 + CONFIG_MODULE_UNLOAD=y 62 + CONFIG_MODULE_FORCE_UNLOAD=y 63 + # CONFIG_MODVERSIONS is not set 64 + # CONFIG_MODULE_SRCVERSION_ALL is not set 65 + CONFIG_KMOD=y 66 + 67 + # 68 + # Block layer 69 + # 70 + CONFIG_BLOCK=y 71 + # CONFIG_BLK_DEV_IO_TRACE is not set 72 + 73 + # 74 + # IO Schedulers 75 + # 76 + CONFIG_IOSCHED_NOOP=y 77 + CONFIG_IOSCHED_AS=y 78 + CONFIG_IOSCHED_DEADLINE=y 79 + CONFIG_IOSCHED_CFQ=y 80 + CONFIG_DEFAULT_AS=y 81 + # CONFIG_DEFAULT_DEADLINE is not set 82 + # CONFIG_DEFAULT_CFQ is not set 83 + # CONFIG_DEFAULT_NOOP is not set 84 + CONFIG_DEFAULT_IOSCHED="anticipatory" 52 85 53 86 # 54 87 # Processor type and features ··· 103 70 CONFIG_BUS_CLOCK=54000000 104 71 CONFIG_TIMER_DIVIDE=128 105 72 # CONFIG_CPU_LITTLE_ENDIAN is not set 106 - CONFIG_MEMORY_START=04000000 107 - CONFIG_MEMORY_SIZE=01000000 73 + CONFIG_MEMORY_START=0x04000000 74 + CONFIG_MEMORY_SIZE=0x01000000 108 75 CONFIG_NOHIGHMEM=y 109 - # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set 76 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 110 77 CONFIG_SELECT_MEMORY_MODEL=y 111 - CONFIG_FLATMEM_MANUAL=y 112 - # CONFIG_DISCONTIGMEM_MANUAL is not set 78 + # CONFIG_FLATMEM_MANUAL is not set 79 + CONFIG_DISCONTIGMEM_MANUAL=y 113 80 # CONFIG_SPARSEMEM_MANUAL is not set 114 - CONFIG_FLATMEM=y 81 + CONFIG_DISCONTIGMEM=y 115 82 CONFIG_FLAT_NODE_MEM_MAP=y 83 + CONFIG_NEED_MULTIPLE_NODES=y 116 84 # CONFIG_SPARSEMEM_STATIC is not set 85 + CONFIG_SPLIT_PTLOCK_CPUS=4 86 + # CONFIG_RESOURCES_64BIT is not set 87 + CONFIG_IRAM_START=0x00700000 88 + CONFIG_IRAM_SIZE=0x00010000 117 89 CONFIG_RWSEM_GENERIC_SPINLOCK=y 118 90 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 91 + CONFIG_GENERIC_FIND_NEXT_BIT=y 92 + CONFIG_GENERIC_HWEIGHT=y 119 93 CONFIG_GENERIC_CALIBRATE_DELAY=y 120 - # CONFIG_PREEMPT is not set 94 + CONFIG_PREEMPT=y 121 95 # CONFIG_SMP is not set 96 + CONFIG_NODES_SHIFT=1 122 97 123 98 # 124 99 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 125 100 # 126 - # CONFIG_ISA is not set 101 + CONFIG_ISA=y 127 102 128 103 # 129 104 # PCCARD (PCMCIA/CardBus) support 130 105 # 131 - CONFIG_PCCARD=y 132 - # CONFIG_PCMCIA_DEBUG is not set 133 - CONFIG_PCMCIA=y 134 - CONFIG_PCMCIA_LOAD_CIS=y 135 - CONFIG_PCMCIA_IOCTL=y 136 - 137 - # 138 - # PC-card bridges 139 - # 106 + # CONFIG_PCCARD is not set 140 107 141 108 # 142 109 # PCI Hotplug Support ··· 145 112 # 146 113 # Executable file formats 147 114 # 148 - CONFIG_BINFMT_FLAT=y 149 - # CONFIG_BINFMT_ZFLAT is not set 150 - # CONFIG_BINFMT_SHARED_FLAT is not set 151 - # CONFIG_BINFMT_MISC is not set 115 + # CONFIG_BINFMT_FLAT is not set 116 + CONFIG_BINFMT_MISC=y 152 117 153 118 # 154 119 # Networking ··· 156 125 # 157 126 # Networking options 158 127 # 159 - # CONFIG_PACKET is not set 128 + # CONFIG_NETDEBUG is not set 129 + CONFIG_PACKET=y 130 + # CONFIG_PACKET_MMAP is not set 160 131 CONFIG_UNIX=y 132 + CONFIG_XFRM=y 133 + # CONFIG_XFRM_USER is not set 134 + # CONFIG_XFRM_SUB_POLICY is not set 161 135 # CONFIG_NET_KEY is not set 162 136 CONFIG_INET=y 163 137 # CONFIG_IP_MULTICAST is not set 164 138 # CONFIG_IP_ADVANCED_ROUTER is not set 165 139 CONFIG_IP_FIB_HASH=y 166 - CONFIG_IP_PNP=y 167 - CONFIG_IP_PNP_DHCP=y 168 - # CONFIG_IP_PNP_BOOTP is not set 169 - # CONFIG_IP_PNP_RARP is not set 140 + # CONFIG_IP_PNP is not set 170 141 # CONFIG_NET_IPIP is not set 171 142 # CONFIG_NET_IPGRE is not set 172 143 # CONFIG_ARPD is not set ··· 176 143 # CONFIG_INET_AH is not set 177 144 # CONFIG_INET_ESP is not set 178 145 # CONFIG_INET_IPCOMP is not set 146 + # CONFIG_INET_XFRM_TUNNEL is not set 179 147 # CONFIG_INET_TUNNEL is not set 148 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 149 + CONFIG_INET_XFRM_MODE_TUNNEL=y 150 + CONFIG_INET_XFRM_MODE_BEET=y 180 151 CONFIG_INET_DIAG=y 181 152 CONFIG_INET_TCP_DIAG=y 182 153 # CONFIG_TCP_CONG_ADVANCED is not set 183 - CONFIG_TCP_CONG_BIC=y 154 + CONFIG_TCP_CONG_CUBIC=y 155 + CONFIG_DEFAULT_TCP_CONG="cubic" 156 + # CONFIG_TCP_MD5SIG is not set 157 + 158 + # 159 + # IP: Virtual Server Configuration 160 + # 161 + # CONFIG_IP_VS is not set 184 162 # CONFIG_IPV6 is not set 185 - # CONFIG_NETFILTER is not set 163 + # CONFIG_INET6_XFRM_TUNNEL is not set 164 + # CONFIG_INET6_TUNNEL is not set 165 + # CONFIG_NETWORK_SECMARK is not set 166 + CONFIG_NETFILTER=y 167 + # CONFIG_NETFILTER_DEBUG is not set 168 + 169 + # 170 + # Core Netfilter Configuration 171 + # 172 + CONFIG_NETFILTER_NETLINK=m 173 + CONFIG_NETFILTER_NETLINK_QUEUE=m 174 + CONFIG_NETFILTER_NETLINK_LOG=m 175 + # CONFIG_NF_CONNTRACK_ENABLED is not set 176 + CONFIG_NETFILTER_XTABLES=m 177 + CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m 178 + # CONFIG_NETFILTER_XT_TARGET_DSCP is not set 179 + CONFIG_NETFILTER_XT_TARGET_MARK=m 180 + CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 181 + # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 182 + CONFIG_NETFILTER_XT_MATCH_COMMENT=m 183 + CONFIG_NETFILTER_XT_MATCH_DCCP=m 184 + # CONFIG_NETFILTER_XT_MATCH_DSCP is not set 185 + # CONFIG_NETFILTER_XT_MATCH_ESP is not set 186 + CONFIG_NETFILTER_XT_MATCH_LENGTH=m 187 + CONFIG_NETFILTER_XT_MATCH_LIMIT=m 188 + CONFIG_NETFILTER_XT_MATCH_MAC=m 189 + CONFIG_NETFILTER_XT_MATCH_MARK=m 190 + # CONFIG_NETFILTER_XT_MATCH_POLICY is not set 191 + # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 192 + CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m 193 + # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 194 + CONFIG_NETFILTER_XT_MATCH_REALM=m 195 + CONFIG_NETFILTER_XT_MATCH_SCTP=m 196 + # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set 197 + CONFIG_NETFILTER_XT_MATCH_STRING=m 198 + CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 199 + # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 200 + 201 + # 202 + # IP: Netfilter Configuration 203 + # 204 + CONFIG_IP_NF_QUEUE=m 205 + CONFIG_IP_NF_IPTABLES=m 206 + CONFIG_IP_NF_MATCH_IPRANGE=m 207 + CONFIG_IP_NF_MATCH_TOS=m 208 + CONFIG_IP_NF_MATCH_RECENT=m 209 + CONFIG_IP_NF_MATCH_ECN=m 210 + # CONFIG_IP_NF_MATCH_AH is not set 211 + CONFIG_IP_NF_MATCH_TTL=m 212 + CONFIG_IP_NF_MATCH_OWNER=m 213 + CONFIG_IP_NF_MATCH_ADDRTYPE=m 214 + CONFIG_IP_NF_FILTER=m 215 + CONFIG_IP_NF_TARGET_REJECT=m 216 + CONFIG_IP_NF_TARGET_LOG=m 217 + CONFIG_IP_NF_TARGET_ULOG=m 218 + CONFIG_IP_NF_TARGET_TCPMSS=m 219 + CONFIG_IP_NF_MANGLE=m 220 + CONFIG_IP_NF_TARGET_TOS=m 221 + CONFIG_IP_NF_TARGET_ECN=m 222 + CONFIG_IP_NF_TARGET_TTL=m 223 + CONFIG_IP_NF_RAW=m 224 + CONFIG_IP_NF_ARPTABLES=m 225 + CONFIG_IP_NF_ARPFILTER=m 226 + CONFIG_IP_NF_ARP_MANGLE=m 186 227 187 228 # 188 229 # DCCP Configuration (EXPERIMENTAL) ··· 267 160 # SCTP Configuration (EXPERIMENTAL) 268 161 # 269 162 # CONFIG_IP_SCTP is not set 163 + 164 + # 165 + # TIPC Configuration (EXPERIMENTAL) 166 + # 167 + # CONFIG_TIPC is not set 270 168 # CONFIG_ATM is not set 271 169 # CONFIG_BRIDGE is not set 272 170 # CONFIG_VLAN_8021Q is not set ··· 281 169 # CONFIG_ATALK is not set 282 170 # CONFIG_X25 is not set 283 171 # CONFIG_LAPB is not set 284 - # CONFIG_NET_DIVERT is not set 285 172 # CONFIG_ECONET is not set 286 173 # CONFIG_WAN_ROUTER is not set 174 + 175 + # 176 + # QoS and/or fair queueing 177 + # 287 178 # CONFIG_NET_SCHED is not set 288 - # CONFIG_NET_CLS_ROUTE is not set 179 + CONFIG_NET_CLS_ROUTE=y 289 180 290 181 # 291 182 # Network testing ··· 308 193 # 309 194 CONFIG_STANDALONE=y 310 195 CONFIG_PREVENT_FIRMWARE_BUILD=y 311 - CONFIG_FW_LOADER=y 312 - # CONFIG_DEBUG_DRIVER is not set 196 + # CONFIG_FW_LOADER is not set 197 + # CONFIG_SYS_HYPERVISOR is not set 313 198 314 199 # 315 200 # Connector - unified userspace <-> kernelspace linker ··· 324 209 # 325 210 # Parallel port support 326 211 # 327 - # CONFIG_PARPORT is not set 212 + CONFIG_PARPORT=m 213 + # CONFIG_PARPORT_GSC is not set 214 + # CONFIG_PARPORT_AX88796 is not set 215 + CONFIG_PARPORT_1284=y 328 216 329 217 # 330 218 # Plug and Play support 331 219 # 220 + CONFIG_PNP=y 221 + # CONFIG_PNP_DEBUG is not set 222 + 223 + # 224 + # Protocols 225 + # 226 + CONFIG_ISAPNP=y 332 227 333 228 # 334 229 # Block devices ··· 346 221 # CONFIG_BLK_DEV_COW_COMMON is not set 347 222 CONFIG_BLK_DEV_LOOP=y 348 223 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 349 - CONFIG_BLK_DEV_NBD=y 350 - CONFIG_BLK_DEV_RAM=y 351 - CONFIG_BLK_DEV_RAM_COUNT=16 352 - CONFIG_BLK_DEV_RAM_SIZE=4096 353 - CONFIG_BLK_DEV_INITRD=y 354 - # CONFIG_CDROM_PKTCDVD is not set 224 + CONFIG_BLK_DEV_NBD=m 225 + # CONFIG_BLK_DEV_RAM is not set 226 + # CONFIG_BLK_DEV_INITRD is not set 227 + CONFIG_CDROM_PKTCDVD=m 228 + CONFIG_CDROM_PKTCDVD_BUFFERS=8 229 + CONFIG_CDROM_PKTCDVD_WCACHE=y 230 + # CONFIG_ATA_OVER_ETH is not set 355 231 356 232 # 357 - # IO Schedulers 233 + # Misc devices 358 234 # 359 - CONFIG_IOSCHED_NOOP=y 360 - # CONFIG_IOSCHED_AS is not set 361 - # CONFIG_IOSCHED_DEADLINE is not set 362 - # CONFIG_IOSCHED_CFQ is not set 363 - # CONFIG_ATA_OVER_ETH is not set 235 + # CONFIG_TIFM_CORE is not set 364 236 365 237 # 366 238 # ATA/ATAPI/MFM/RLL support 367 239 # 368 - # CONFIG_IDE is not set 240 + CONFIG_IDE=y 241 + CONFIG_BLK_DEV_IDE=y 242 + 243 + # 244 + # Please see Documentation/ide.txt for help/info on IDE drives 245 + # 246 + # CONFIG_BLK_DEV_IDE_SATA is not set 247 + CONFIG_BLK_DEV_IDEDISK=y 248 + # CONFIG_IDEDISK_MULTI_MODE is not set 249 + CONFIG_BLK_DEV_IDECD=y 250 + # CONFIG_BLK_DEV_IDETAPE is not set 251 + # CONFIG_BLK_DEV_IDEFLOPPY is not set 252 + # CONFIG_BLK_DEV_IDESCSI is not set 253 + # CONFIG_IDE_TASK_IOCTL is not set 254 + 255 + # 256 + # IDE chipset support/bugfixes 257 + # 258 + CONFIG_IDE_GENERIC=y 259 + # CONFIG_BLK_DEV_IDEPNP is not set 260 + # CONFIG_IDE_ARM is not set 261 + # CONFIG_IDE_CHIPSETS is not set 262 + # CONFIG_BLK_DEV_IDEDMA is not set 263 + # CONFIG_IDEDMA_AUTO is not set 264 + # CONFIG_BLK_DEV_HD is not set 369 265 370 266 # 371 267 # SCSI device support 372 268 # 373 269 # CONFIG_RAID_ATTRS is not set 374 - # CONFIG_SCSI is not set 270 + CONFIG_SCSI=y 271 + # CONFIG_SCSI_NETLINK is not set 272 + CONFIG_SCSI_PROC_FS=y 273 + 274 + # 275 + # SCSI support type (disk, tape, CD-ROM) 276 + # 277 + CONFIG_BLK_DEV_SD=y 278 + CONFIG_CHR_DEV_ST=m 279 + # CONFIG_CHR_DEV_OSST is not set 280 + CONFIG_BLK_DEV_SR=m 281 + # CONFIG_BLK_DEV_SR_VENDOR is not set 282 + CONFIG_CHR_DEV_SG=m 283 + # CONFIG_CHR_DEV_SCH is not set 284 + 285 + # 286 + # Some SCSI devices (e.g. CD jukebox) support multiple LUNs 287 + # 288 + CONFIG_SCSI_MULTI_LUN=y 289 + CONFIG_SCSI_CONSTANTS=y 290 + # CONFIG_SCSI_LOGGING is not set 291 + 292 + # 293 + # SCSI Transports 294 + # 295 + CONFIG_SCSI_SPI_ATTRS=y 296 + # CONFIG_SCSI_FC_ATTRS is not set 297 + # CONFIG_SCSI_ISCSI_ATTRS is not set 298 + # CONFIG_SCSI_SAS_ATTRS is not set 299 + # CONFIG_SCSI_SAS_LIBSAS is not set 300 + 301 + # 302 + # SCSI low-level drivers 303 + # 304 + # CONFIG_ISCSI_TCP is not set 305 + # CONFIG_SCSI_AHA152X is not set 306 + # CONFIG_SCSI_AIC7XXX_OLD is not set 307 + # CONFIG_SCSI_IN2000 is not set 308 + # CONFIG_SCSI_DTC3280 is not set 309 + # CONFIG_SCSI_FUTURE_DOMAIN is not set 310 + # CONFIG_SCSI_GENERIC_NCR5380 is not set 311 + # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set 312 + # CONFIG_SCSI_NCR53C406A is not set 313 + # CONFIG_SCSI_PAS16 is not set 314 + # CONFIG_SCSI_PSI240I is not set 315 + # CONFIG_SCSI_QLOGIC_FAS is not set 316 + # CONFIG_SCSI_SYM53C416 is not set 317 + # CONFIG_SCSI_T128 is not set 318 + # CONFIG_SCSI_DEBUG is not set 319 + 320 + # 321 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 322 + # 323 + 324 + # 325 + # Old CD-ROM drivers (not SCSI, not IDE) 326 + # 327 + # CONFIG_CD_NO_IDESCSI is not set 375 328 376 329 # 377 330 # Multi-device support (RAID and LVM) 378 331 # 379 - # CONFIG_MD is not set 332 + CONFIG_MD=y 333 + CONFIG_BLK_DEV_MD=y 334 + # CONFIG_MD_LINEAR is not set 335 + # CONFIG_MD_RAID0 is not set 336 + CONFIG_MD_RAID1=y 337 + # CONFIG_MD_RAID10 is not set 338 + # CONFIG_MD_RAID456 is not set 339 + # CONFIG_MD_MULTIPATH is not set 340 + # CONFIG_MD_FAULTY is not set 341 + CONFIG_BLK_DEV_DM=m 342 + # CONFIG_DM_DEBUG is not set 343 + CONFIG_DM_CRYPT=m 344 + CONFIG_DM_SNAPSHOT=m 345 + # CONFIG_DM_MIRROR is not set 346 + # CONFIG_DM_ZERO is not set 347 + # CONFIG_DM_MULTIPATH is not set 380 348 381 349 # 382 350 # Fusion MPT device support ··· 488 270 # Network device support 489 271 # 490 272 CONFIG_NETDEVICES=y 491 - CONFIG_DUMMY=y 273 + CONFIG_DUMMY=m 492 274 # CONFIG_BONDING is not set 493 275 # CONFIG_EQUALIZER is not set 494 276 # CONFIG_TUN is not set 277 + # CONFIG_NET_SB1000 is not set 278 + 279 + # 280 + # ARCnet devices 281 + # 282 + # CONFIG_ARCNET is not set 495 283 496 284 # 497 285 # PHY device support ··· 509 285 # 510 286 CONFIG_NET_ETHERNET=y 511 287 CONFIG_MII=y 512 - CONFIG_SMC91X=y 513 - # CONFIG_NE2000 is not set 288 + CONFIG_NET_VENDOR_3COM=y 289 + # CONFIG_EL1 is not set 290 + # CONFIG_EL2 is not set 291 + # CONFIG_EL16 is not set 292 + # CONFIG_EL3 is not set 293 + # CONFIG_NET_VENDOR_SMC is not set 294 + # CONFIG_SMC91X is not set 295 + # CONFIG_NET_VENDOR_RACAL is not set 296 + # CONFIG_AT1700 is not set 297 + # CONFIG_DEPCA is not set 298 + # CONFIG_HP100 is not set 299 + CONFIG_NET_ISA=y 300 + # CONFIG_E2100 is not set 301 + # CONFIG_EWRK3 is not set 302 + # CONFIG_EEXPRESS is not set 303 + # CONFIG_EEXPRESS_PRO is not set 304 + # CONFIG_HPLAN_PLUS is not set 305 + # CONFIG_HPLAN is not set 306 + # CONFIG_LP486E is not set 307 + # CONFIG_ETH16I is not set 308 + CONFIG_NE2000=m 309 + # CONFIG_SEEQ8005 is not set 310 + CONFIG_NET_PCI=y 311 + # CONFIG_AC3200 is not set 312 + # CONFIG_APRICOT is not set 313 + # CONFIG_CS89x0 is not set 314 + # CONFIG_NET_POCKET is not set 514 315 515 316 # 516 317 # Ethernet (1000 Mbit) ··· 548 299 # 549 300 # Token Ring devices 550 301 # 302 + # CONFIG_TR is not set 551 303 552 304 # 553 305 # Wireless LAN (non-hamradio) ··· 556 306 # CONFIG_NET_RADIO is not set 557 307 558 308 # 559 - # PCMCIA network device support 560 - # 561 - # CONFIG_NET_PCMCIA is not set 562 - 563 - # 564 309 # Wan interfaces 565 310 # 566 311 # CONFIG_WAN is not set 312 + # CONFIG_PLIP is not set 567 313 # CONFIG_PPP is not set 568 314 # CONFIG_SLIP is not set 569 315 # CONFIG_SHAPER is not set ··· 580 334 # 581 335 # Input device support 582 336 # 583 - # CONFIG_INPUT is not set 337 + CONFIG_INPUT=y 338 + # CONFIG_INPUT_FF_MEMLESS is not set 339 + 340 + # 341 + # Userland interfaces 342 + # 343 + CONFIG_INPUT_MOUSEDEV=y 344 + CONFIG_INPUT_MOUSEDEV_PSAUX=y 345 + CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 346 + CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 347 + # CONFIG_INPUT_JOYDEV is not set 348 + # CONFIG_INPUT_TSDEV is not set 349 + # CONFIG_INPUT_EVDEV is not set 350 + # CONFIG_INPUT_EVBUG is not set 351 + 352 + # 353 + # Input Device Drivers 354 + # 355 + CONFIG_INPUT_KEYBOARD=y 356 + CONFIG_KEYBOARD_ATKBD=y 357 + # CONFIG_KEYBOARD_SUNKBD is not set 358 + # CONFIG_KEYBOARD_LKKBD is not set 359 + # CONFIG_KEYBOARD_XTKBD is not set 360 + # CONFIG_KEYBOARD_NEWTON is not set 361 + # CONFIG_KEYBOARD_STOWAWAY is not set 362 + CONFIG_INPUT_MOUSE=y 363 + CONFIG_MOUSE_PS2=y 364 + # CONFIG_MOUSE_SERIAL is not set 365 + # CONFIG_MOUSE_INPORT is not set 366 + # CONFIG_MOUSE_LOGIBM is not set 367 + # CONFIG_MOUSE_PC110PAD is not set 368 + # CONFIG_MOUSE_VSXXXAA is not set 369 + # CONFIG_INPUT_JOYSTICK is not set 370 + # CONFIG_INPUT_TOUCHSCREEN is not set 371 + # CONFIG_INPUT_MISC is not set 584 372 585 373 # 586 374 # Hardware I/O ports 587 375 # 588 - # CONFIG_SERIO is not set 376 + CONFIG_SERIO=y 377 + CONFIG_SERIO_I8042=y 378 + CONFIG_SERIO_SERPORT=y 379 + # CONFIG_SERIO_PARKBD is not set 380 + CONFIG_SERIO_LIBPS2=y 381 + # CONFIG_SERIO_RAW is not set 589 382 # CONFIG_GAMEPORT is not set 590 383 591 384 # 592 385 # Character devices 593 386 # 594 - # CONFIG_VT is not set 387 + CONFIG_VT=y 388 + CONFIG_VT_CONSOLE=y 389 + CONFIG_HW_CONSOLE=y 390 + # CONFIG_VT_HW_CONSOLE_BINDING is not set 595 391 # CONFIG_SERIAL_NONSTANDARD is not set 596 392 597 393 # 598 394 # Serial drivers 599 395 # 600 - # CONFIG_SERIAL_8250 is not set 396 + CONFIG_SERIAL_8250=m 397 + CONFIG_SERIAL_8250_PNP=m 398 + CONFIG_SERIAL_8250_NR_UARTS=4 399 + CONFIG_SERIAL_8250_RUNTIME_UARTS=4 400 + # CONFIG_SERIAL_8250_EXTENDED is not set 601 401 602 402 # 603 403 # Non-8250 serial port support 604 404 # 605 405 CONFIG_SERIAL_CORE=y 606 - CONFIG_SERIAL_CORE_CONSOLE=y 607 406 CONFIG_SERIAL_M32R_SIO=y 608 - CONFIG_SERIAL_M32R_SIO_CONSOLE=y 407 + # CONFIG_SERIAL_M32R_SIO_CONSOLE is not set 609 408 CONFIG_UNIX98_PTYS=y 610 409 CONFIG_LEGACY_PTYS=y 611 410 CONFIG_LEGACY_PTY_COUNT=256 411 + # CONFIG_PRINTER is not set 412 + # CONFIG_PPDEV is not set 413 + # CONFIG_TIPAR is not set 612 414 613 415 # 614 416 # IPMI ··· 666 372 # 667 373 # Watchdog Cards 668 374 # 669 - CONFIG_WATCHDOG=y 670 - # CONFIG_WATCHDOG_NOWAYOUT is not set 671 - 672 - # 673 - # Watchdog Device Drivers 674 - # 675 - CONFIG_SOFT_WATCHDOG=y 375 + # CONFIG_WATCHDOG is not set 376 + # CONFIG_HW_RANDOM is not set 676 377 # CONFIG_RTC is not set 677 378 # CONFIG_DTLK is not set 678 379 # CONFIG_R3964 is not set ··· 675 386 # 676 387 # Ftape, the floppy tape device driver 677 388 # 678 - 679 - # 680 - # PCMCIA character devices 681 - # 682 - # CONFIG_SYNCLINK_CS is not set 683 389 # CONFIG_RAW_DRIVER is not set 684 390 685 391 # 686 392 # TPM devices 687 393 # 394 + # CONFIG_TCG_TPM is not set 688 395 689 396 # 690 397 # I2C support 691 398 # 692 - # CONFIG_I2C is not set 399 + CONFIG_I2C=m 400 + CONFIG_I2C_CHARDEV=m 401 + 402 + # 403 + # I2C Algorithms 404 + # 405 + CONFIG_I2C_ALGOBIT=m 406 + CONFIG_I2C_ALGOPCF=m 407 + # CONFIG_I2C_ALGOPCA is not set 408 + 409 + # 410 + # I2C Hardware Bus support 411 + # 412 + CONFIG_I2C_ELEKTOR=m 413 + CONFIG_I2C_ISA=m 414 + # CONFIG_I2C_OCORES is not set 415 + # CONFIG_I2C_PARPORT is not set 416 + # CONFIG_I2C_PARPORT_LIGHT is not set 417 + # CONFIG_I2C_STUB is not set 418 + # CONFIG_I2C_PCA_ISA is not set 419 + 420 + # 421 + # Miscellaneous I2C Chip support 422 + # 423 + # CONFIG_SENSORS_DS1337 is not set 424 + # CONFIG_SENSORS_DS1374 is not set 425 + # CONFIG_SENSORS_EEPROM is not set 426 + # CONFIG_SENSORS_PCF8574 is not set 427 + # CONFIG_SENSORS_PCA9539 is not set 428 + # CONFIG_SENSORS_PCF8591 is not set 429 + # CONFIG_SENSORS_MAX6875 is not set 430 + # CONFIG_I2C_DEBUG_CORE is not set 431 + # CONFIG_I2C_DEBUG_ALGO is not set 432 + # CONFIG_I2C_DEBUG_BUS is not set 433 + # CONFIG_I2C_DEBUG_CHIP is not set 434 + 435 + # 436 + # SPI support 437 + # 438 + # CONFIG_SPI is not set 439 + # CONFIG_SPI_MASTER is not set 693 440 694 441 # 695 442 # Dallas's 1-wire bus ··· 735 410 # 736 411 # Hardware Monitoring support 737 412 # 738 - # CONFIG_HWMON is not set 739 - # CONFIG_HWMON_VID is not set 740 - 741 - # 742 - # Misc devices 743 - # 744 - 745 - # 746 - # Multimedia Capabilities Port drivers 747 - # 413 + CONFIG_HWMON=y 414 + CONFIG_HWMON_VID=m 415 + # CONFIG_SENSORS_ABITUGURU is not set 416 + CONFIG_SENSORS_ADM1021=m 417 + CONFIG_SENSORS_ADM1025=m 418 + # CONFIG_SENSORS_ADM1026 is not set 419 + CONFIG_SENSORS_ADM1031=m 420 + # CONFIG_SENSORS_ADM9240 is not set 421 + CONFIG_SENSORS_ASB100=m 422 + # CONFIG_SENSORS_ATXP1 is not set 423 + CONFIG_SENSORS_DS1621=m 424 + # CONFIG_SENSORS_F71805F is not set 425 + CONFIG_SENSORS_FSCHER=m 426 + # CONFIG_SENSORS_FSCPOS is not set 427 + CONFIG_SENSORS_GL518SM=m 428 + # CONFIG_SENSORS_GL520SM is not set 429 + CONFIG_SENSORS_IT87=m 430 + # CONFIG_SENSORS_LM63 is not set 431 + CONFIG_SENSORS_LM75=m 432 + CONFIG_SENSORS_LM77=m 433 + CONFIG_SENSORS_LM78=m 434 + CONFIG_SENSORS_LM80=m 435 + CONFIG_SENSORS_LM83=m 436 + CONFIG_SENSORS_LM85=m 437 + # CONFIG_SENSORS_LM87 is not set 438 + CONFIG_SENSORS_LM90=m 439 + # CONFIG_SENSORS_LM92 is not set 440 + CONFIG_SENSORS_MAX1619=m 441 + # CONFIG_SENSORS_PC87360 is not set 442 + CONFIG_SENSORS_SMSC47M1=m 443 + # CONFIG_SENSORS_SMSC47M192 is not set 444 + # CONFIG_SENSORS_SMSC47B397 is not set 445 + # CONFIG_SENSORS_VT1211 is not set 446 + CONFIG_SENSORS_W83781D=m 447 + # CONFIG_SENSORS_W83791D is not set 448 + # CONFIG_SENSORS_W83792D is not set 449 + CONFIG_SENSORS_W83L785TS=m 450 + CONFIG_SENSORS_W83627HF=m 451 + # CONFIG_SENSORS_W83627EHF is not set 452 + # CONFIG_HWMON_DEBUG_CHIP is not set 748 453 749 454 # 750 455 # Multimedia devices 751 456 # 752 - # CONFIG_VIDEO_DEV is not set 457 + CONFIG_VIDEO_DEV=m 458 + CONFIG_VIDEO_V4L1=y 459 + CONFIG_VIDEO_V4L1_COMPAT=y 460 + CONFIG_VIDEO_V4L2=y 461 + 462 + # 463 + # Video Capture Adapters 464 + # 465 + 466 + # 467 + # Video Capture Adapters 468 + # 469 + # CONFIG_VIDEO_ADV_DEBUG is not set 470 + CONFIG_VIDEO_HELPER_CHIPS_AUTO=y 471 + # CONFIG_VIDEO_VIVI is not set 472 + # CONFIG_VIDEO_PMS is not set 473 + CONFIG_VIDEO_BWQCAM=m 474 + CONFIG_VIDEO_CQCAM=m 475 + # CONFIG_VIDEO_W9966 is not set 476 + # CONFIG_VIDEO_CPIA is not set 477 + # CONFIG_VIDEO_SAA5246A is not set 478 + # CONFIG_VIDEO_SAA5249 is not set 479 + # CONFIG_TUNER_3036 is not set 480 + # CONFIG_VIDEO_M32R_AR is not set 481 + 482 + # 483 + # Radio Adapters 484 + # 485 + # CONFIG_RADIO_CADET is not set 486 + # CONFIG_RADIO_RTRACK is not set 487 + # CONFIG_RADIO_RTRACK2 is not set 488 + # CONFIG_RADIO_AZTECH is not set 489 + # CONFIG_RADIO_GEMTEK is not set 490 + # CONFIG_RADIO_SF16FMI is not set 491 + # CONFIG_RADIO_SF16FMR2 is not set 492 + # CONFIG_RADIO_TERRATEC is not set 493 + # CONFIG_RADIO_TRUST is not set 494 + # CONFIG_RADIO_TYPHOON is not set 495 + # CONFIG_RADIO_ZOLTRIX is not set 753 496 754 497 # 755 498 # Digital Video Broadcasting Devices ··· 827 434 # 828 435 # Graphics support 829 436 # 437 + CONFIG_FIRMWARE_EDID=y 830 438 # CONFIG_FB is not set 439 + 440 + # 441 + # Console display driver support 442 + # 443 + CONFIG_VGA_CONSOLE=y 444 + # CONFIG_VGACON_SOFT_SCROLLBACK is not set 445 + # CONFIG_MDA_CONSOLE is not set 446 + CONFIG_DUMMY_CONSOLE=y 447 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 831 448 832 449 # 833 450 # Sound ··· 849 446 # 850 447 # CONFIG_USB_ARCH_HAS_HCD is not set 851 448 # CONFIG_USB_ARCH_HAS_OHCI is not set 449 + # CONFIG_USB_ARCH_HAS_EHCI is not set 450 + 451 + # 452 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 453 + # 852 454 853 455 # 854 456 # USB Gadget Support ··· 866 458 # CONFIG_MMC is not set 867 459 868 460 # 461 + # LED devices 462 + # 463 + # CONFIG_NEW_LEDS is not set 464 + 465 + # 466 + # LED drivers 467 + # 468 + 469 + # 470 + # LED Triggers 471 + # 472 + 473 + # 869 474 # InfiniBand support 870 475 # 871 476 872 477 # 873 - # SN Devices 478 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 479 + # 480 + 481 + # 482 + # Real Time Clock 483 + # 484 + # CONFIG_RTC_CLASS is not set 485 + 486 + # 487 + # DMA Engine support 488 + # 489 + # CONFIG_DMA_ENGINE is not set 490 + 491 + # 492 + # DMA Clients 493 + # 494 + 495 + # 496 + # DMA Devices 874 497 # 875 498 876 499 # 877 500 # File systems 878 501 # 879 502 CONFIG_EXT2_FS=y 880 - # CONFIG_EXT2_FS_XATTR is not set 881 - # CONFIG_EXT2_FS_XIP is not set 503 + CONFIG_EXT2_FS_XATTR=y 504 + CONFIG_EXT2_FS_POSIX_ACL=y 505 + CONFIG_EXT2_FS_SECURITY=y 882 506 CONFIG_EXT3_FS=y 883 507 CONFIG_EXT3_FS_XATTR=y 884 508 CONFIG_EXT3_FS_POSIX_ACL=y 885 - # CONFIG_EXT3_FS_SECURITY is not set 509 + CONFIG_EXT3_FS_SECURITY=y 510 + # CONFIG_EXT4DEV_FS is not set 886 511 CONFIG_JBD=y 887 - # CONFIG_JBD_DEBUG is not set 512 + CONFIG_JBD_DEBUG=y 888 513 CONFIG_FS_MBCACHE=y 889 514 # CONFIG_REISERFS_FS is not set 890 515 # CONFIG_JFS_FS is not set 891 516 CONFIG_FS_POSIX_ACL=y 892 517 # CONFIG_XFS_FS is not set 518 + # CONFIG_GFS2_FS is not set 519 + # CONFIG_OCFS2_FS is not set 893 520 # CONFIG_MINIX_FS is not set 894 - # CONFIG_ROMFS_FS is not set 895 - # CONFIG_INOTIFY is not set 521 + CONFIG_ROMFS_FS=y 522 + CONFIG_INOTIFY=y 523 + CONFIG_INOTIFY_USER=y 896 524 # CONFIG_QUOTA is not set 897 525 CONFIG_DNOTIFY=y 898 526 # CONFIG_AUTOFS_FS is not set ··· 938 494 # 939 495 # CD-ROM/DVD Filesystems 940 496 # 941 - # CONFIG_ISO9660_FS is not set 942 - # CONFIG_UDF_FS is not set 497 + CONFIG_ISO9660_FS=y 498 + CONFIG_JOLIET=y 499 + # CONFIG_ZISOFS is not set 500 + CONFIG_UDF_FS=m 501 + CONFIG_UDF_NLS=y 943 502 944 503 # 945 504 # DOS/FAT/NT Filesystems ··· 950 503 CONFIG_FAT_FS=y 951 504 CONFIG_MSDOS_FS=y 952 505 CONFIG_VFAT_FS=y 953 - CONFIG_FAT_DEFAULT_CODEPAGE=932 506 + CONFIG_FAT_DEFAULT_CODEPAGE=437 954 507 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" 955 508 # CONFIG_NTFS_FS is not set 956 509 ··· 958 511 # Pseudo filesystems 959 512 # 960 513 CONFIG_PROC_FS=y 514 + CONFIG_PROC_SYSCTL=y 961 515 CONFIG_SYSFS=y 962 516 CONFIG_TMPFS=y 517 + # CONFIG_TMPFS_POSIX_ACL is not set 963 518 # CONFIG_HUGETLB_PAGE is not set 964 519 CONFIG_RAMFS=y 965 - # CONFIG_RELAYFS_FS is not set 520 + CONFIG_CONFIGFS_FS=m 966 521 967 522 # 968 523 # Miscellaneous filesystems ··· 976 527 # CONFIG_BEFS_FS is not set 977 528 # CONFIG_BFS_FS is not set 978 529 # CONFIG_EFS_FS is not set 979 - CONFIG_CRAMFS=y 530 + # CONFIG_CRAMFS is not set 980 531 # CONFIG_VXFS_FS is not set 981 532 # CONFIG_HPFS_FS is not set 982 533 # CONFIG_QNX4FS_FS is not set ··· 991 542 # CONFIG_NFS_V3_ACL is not set 992 543 # CONFIG_NFS_V4 is not set 993 544 # CONFIG_NFS_DIRECTIO is not set 994 - # CONFIG_NFSD is not set 995 - CONFIG_ROOT_NFS=y 545 + CONFIG_NFSD=m 546 + CONFIG_NFSD_V3=y 547 + # CONFIG_NFSD_V3_ACL is not set 548 + # CONFIG_NFSD_V4 is not set 549 + # CONFIG_NFSD_TCP is not set 996 550 CONFIG_LOCKD=y 997 551 CONFIG_LOCKD_V4=y 552 + CONFIG_EXPORTFS=m 998 553 CONFIG_NFS_COMMON=y 999 554 CONFIG_SUNRPC=y 1000 555 # CONFIG_RPCSEC_GSS_KRB5 is not set ··· 1020 567 # Native Language Support 1021 568 # 1022 569 CONFIG_NLS=y 1023 - CONFIG_NLS_DEFAULT="iso8859-1" 570 + CONFIG_NLS_DEFAULT="cp437" 1024 571 CONFIG_NLS_CODEPAGE_437=y 1025 572 # CONFIG_NLS_CODEPAGE_737 is not set 1026 573 # CONFIG_NLS_CODEPAGE_775 is not set ··· 1045 592 # CONFIG_NLS_CODEPAGE_1250 is not set 1046 593 # CONFIG_NLS_CODEPAGE_1251 is not set 1047 594 # CONFIG_NLS_ASCII is not set 1048 - # CONFIG_NLS_ISO8859_1 is not set 595 + CONFIG_NLS_ISO8859_1=y 1049 596 # CONFIG_NLS_ISO8859_2 is not set 1050 597 # CONFIG_NLS_ISO8859_3 is not set 1051 598 # CONFIG_NLS_ISO8859_4 is not set ··· 1058 605 # CONFIG_NLS_ISO8859_15 is not set 1059 606 # CONFIG_NLS_KOI8_R is not set 1060 607 # CONFIG_NLS_KOI8_U is not set 1061 - CONFIG_NLS_UTF8=y 608 + # CONFIG_NLS_UTF8 is not set 1062 609 1063 610 # 1064 611 # Profiling support 1065 612 # 1066 - # CONFIG_PROFILING is not set 613 + CONFIG_PROFILING=y 614 + CONFIG_OPROFILE=m 1067 615 1068 616 # 1069 617 # Kernel hacking 1070 618 # 1071 619 # CONFIG_PRINTK_TIME is not set 1072 - CONFIG_DEBUG_KERNEL=y 1073 - CONFIG_MAGIC_SYSRQ=y 620 + CONFIG_ENABLE_MUST_CHECK=y 621 + # CONFIG_MAGIC_SYSRQ is not set 622 + # CONFIG_UNUSED_SYMBOLS is not set 623 + # CONFIG_DEBUG_KERNEL is not set 1074 624 CONFIG_LOG_BUF_SHIFT=14 1075 - CONFIG_DETECT_SOFTLOCKUP=y 1076 - # CONFIG_SCHEDSTATS is not set 1077 - # CONFIG_DEBUG_SLAB is not set 1078 - # CONFIG_DEBUG_SPINLOCK is not set 1079 - # CONFIG_DEBUG_SPINLOCK_SLEEP is not set 1080 - # CONFIG_DEBUG_KOBJECT is not set 1081 - # CONFIG_DEBUG_BUGVERBOSE is not set 1082 - CONFIG_DEBUG_INFO=y 625 + CONFIG_DEBUG_BUGVERBOSE=y 1083 626 # CONFIG_DEBUG_FS is not set 1084 627 # CONFIG_FRAME_POINTER is not set 1085 - # CONFIG_DEBUG_STACKOVERFLOW is not set 1086 - # CONFIG_DEBUG_STACK_USAGE is not set 628 + # CONFIG_UNWIND_INFO is not set 629 + # CONFIG_HEADERS_CHECK is not set 1087 630 1088 631 # 1089 632 # Security options ··· 1090 641 # 1091 642 # Cryptographic options 1092 643 # 1093 - # CONFIG_CRYPTO is not set 644 + CONFIG_CRYPTO=y 645 + CONFIG_CRYPTO_ALGAPI=y 646 + CONFIG_CRYPTO_BLKCIPHER=m 647 + CONFIG_CRYPTO_HASH=y 648 + CONFIG_CRYPTO_MANAGER=y 649 + CONFIG_CRYPTO_HMAC=y 650 + CONFIG_CRYPTO_NULL=m 651 + CONFIG_CRYPTO_MD4=m 652 + CONFIG_CRYPTO_MD5=m 653 + CONFIG_CRYPTO_SHA1=m 654 + CONFIG_CRYPTO_SHA256=m 655 + CONFIG_CRYPTO_SHA512=m 656 + CONFIG_CRYPTO_WP512=m 657 + # CONFIG_CRYPTO_TGR192 is not set 658 + CONFIG_CRYPTO_ECB=m 659 + CONFIG_CRYPTO_CBC=m 660 + CONFIG_CRYPTO_DES=m 661 + CONFIG_CRYPTO_BLOWFISH=m 662 + CONFIG_CRYPTO_TWOFISH=m 663 + CONFIG_CRYPTO_TWOFISH_COMMON=m 664 + CONFIG_CRYPTO_SERPENT=m 665 + CONFIG_CRYPTO_AES=m 666 + # CONFIG_CRYPTO_CAST5 is not set 667 + # CONFIG_CRYPTO_CAST6 is not set 668 + # CONFIG_CRYPTO_TEA is not set 669 + # CONFIG_CRYPTO_ARC4 is not set 670 + # CONFIG_CRYPTO_KHAZAD is not set 671 + # CONFIG_CRYPTO_ANUBIS is not set 672 + # CONFIG_CRYPTO_DEFLATE is not set 673 + # CONFIG_CRYPTO_MICHAEL_MIC is not set 674 + CONFIG_CRYPTO_CRC32C=m 675 + # CONFIG_CRYPTO_TEST is not set 1094 676 1095 677 # 1096 678 # Hardware crypto devices ··· 1130 650 # 1131 651 # Library routines 1132 652 # 1133 - # CONFIG_CRC_CCITT is not set 1134 - # CONFIG_CRC16 is not set 653 + CONFIG_CRC_CCITT=m 654 + CONFIG_CRC16=m 1135 655 CONFIG_CRC32=y 1136 - CONFIG_LIBCRC32C=y 1137 - CONFIG_ZLIB_INFLATE=y 656 + CONFIG_LIBCRC32C=m 657 + CONFIG_TEXTSEARCH=y 658 + CONFIG_TEXTSEARCH_KMP=m 659 + CONFIG_TEXTSEARCH_BM=m 660 + CONFIG_TEXTSEARCH_FSM=m 661 + CONFIG_PLIST=y
+365 -154
arch/m32r/m32700ut/defconfig.m32700ut.smp
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.12-rc5 4 - # Fri Jun 3 16:20:58 2005 3 + # Linux kernel version: 2.6.19 4 + # Tue Dec 12 17:52:38 2006 5 5 # 6 6 CONFIG_M32R=y 7 - # CONFIG_UID16 is not set 8 7 CONFIG_GENERIC_ISA_DMA=y 9 8 CONFIG_GENERIC_HARDIRQS=y 10 9 CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 11 12 12 # 13 13 # Code maturity level options 14 14 # 15 15 CONFIG_EXPERIMENTAL=y 16 - CONFIG_CLEAN_COMPILE=y 17 16 CONFIG_LOCK_KERNEL=y 18 17 CONFIG_INIT_ENV_ARG_LIMIT=32 19 18 ··· 20 21 # General setup 21 22 # 22 23 CONFIG_LOCALVERSION="" 24 + CONFIG_LOCALVERSION_AUTO=y 23 25 CONFIG_SWAP=y 24 26 CONFIG_SYSVIPC=y 27 + # CONFIG_IPC_NS is not set 25 28 # CONFIG_POSIX_MQUEUE is not set 26 29 CONFIG_BSD_PROCESS_ACCT=y 27 30 # CONFIG_BSD_PROCESS_ACCT_V3 is not set 28 - CONFIG_SYSCTL=y 31 + # CONFIG_TASKSTATS is not set 32 + # CONFIG_UTS_NS is not set 29 33 # CONFIG_AUDIT is not set 30 - CONFIG_HOTPLUG=y 31 - CONFIG_KOBJECT_UEVENT=y 32 34 CONFIG_IKCONFIG=y 33 - # CONFIG_IKCONFIG_PROC is not set 35 + CONFIG_IKCONFIG_PROC=y 34 36 # CONFIG_CPUSETS is not set 37 + CONFIG_SYSFS_DEPRECATED=y 38 + # CONFIG_RELAY is not set 39 + CONFIG_INITRAMFS_SOURCE="" 40 + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 41 + CONFIG_SYSCTL=y 35 42 CONFIG_EMBEDDED=y 43 + CONFIG_SYSCTL_SYSCALL=y 36 44 # CONFIG_KALLSYMS is not set 45 + CONFIG_HOTPLUG=y 37 46 CONFIG_PRINTK=y 38 47 CONFIG_BUG=y 48 + CONFIG_ELF_CORE=y 39 49 CONFIG_BASE_FULL=y 40 50 # CONFIG_FUTEX is not set 41 51 # CONFIG_EPOLL is not set 42 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 43 52 CONFIG_SHMEM=y 44 - CONFIG_CC_ALIGN_FUNCTIONS=0 45 - CONFIG_CC_ALIGN_LABELS=0 46 - CONFIG_CC_ALIGN_LOOPS=0 47 - CONFIG_CC_ALIGN_JUMPS=0 53 + CONFIG_SLAB=y 54 + CONFIG_VM_EVENT_COUNTERS=y 48 55 # CONFIG_TINY_SHMEM is not set 49 56 CONFIG_BASE_SMALL=0 57 + # CONFIG_SLOB is not set 50 58 51 59 # 52 60 # Loadable module support ··· 61 55 CONFIG_MODULES=y 62 56 CONFIG_MODULE_UNLOAD=y 63 57 # CONFIG_MODULE_FORCE_UNLOAD is not set 64 - CONFIG_OBSOLETE_MODPARM=y 65 58 # CONFIG_MODVERSIONS is not set 66 59 # CONFIG_MODULE_SRCVERSION_ALL is not set 67 60 CONFIG_KMOD=y 68 61 CONFIG_STOP_MACHINE=y 62 + 63 + # 64 + # Block layer 65 + # 66 + CONFIG_BLOCK=y 67 + # CONFIG_BLK_DEV_IO_TRACE is not set 68 + 69 + # 70 + # IO Schedulers 71 + # 72 + CONFIG_IOSCHED_NOOP=y 73 + # CONFIG_IOSCHED_AS is not set 74 + CONFIG_IOSCHED_DEADLINE=y 75 + CONFIG_IOSCHED_CFQ=y 76 + # CONFIG_DEFAULT_AS is not set 77 + # CONFIG_DEFAULT_DEADLINE is not set 78 + CONFIG_DEFAULT_CFQ=y 79 + # CONFIG_DEFAULT_NOOP is not set 80 + CONFIG_DEFAULT_IOSCHED="cfq" 69 81 70 82 # 71 83 # Processor type and features ··· 95 71 # CONFIG_PLAT_OAKS32R is not set 96 72 # CONFIG_PLAT_MAPPI2 is not set 97 73 # CONFIG_PLAT_MAPPI3 is not set 74 + # CONFIG_PLAT_M32104UT is not set 98 75 CONFIG_CHIP_M32700=y 99 76 # CONFIG_CHIP_M32102 is not set 77 + # CONFIG_CHIP_M32104 is not set 100 78 # CONFIG_CHIP_VDEC2 is not set 101 79 # CONFIG_CHIP_OPSP is not set 102 80 CONFIG_MMU=y ··· 112 86 CONFIG_MEMORY_START=0x08000000 113 87 CONFIG_MEMORY_SIZE=0x01000000 114 88 CONFIG_NOHIGHMEM=y 115 - # CONFIG_DISCONTIGMEM is not set 89 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 90 + CONFIG_SELECT_MEMORY_MODEL=y 91 + # CONFIG_FLATMEM_MANUAL is not set 92 + CONFIG_DISCONTIGMEM_MANUAL=y 93 + # CONFIG_SPARSEMEM_MANUAL is not set 94 + CONFIG_DISCONTIGMEM=y 95 + CONFIG_FLAT_NODE_MEM_MAP=y 96 + CONFIG_NEED_MULTIPLE_NODES=y 97 + # CONFIG_SPARSEMEM_STATIC is not set 98 + CONFIG_SPLIT_PTLOCK_CPUS=4 99 + # CONFIG_RESOURCES_64BIT is not set 100 + CONFIG_IRAM_START=0x00f00000 101 + CONFIG_IRAM_SIZE=0x00080000 116 102 CONFIG_RWSEM_GENERIC_SPINLOCK=y 117 103 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 104 + CONFIG_GENERIC_FIND_NEXT_BIT=y 105 + CONFIG_GENERIC_HWEIGHT=y 118 106 CONFIG_GENERIC_CALIBRATE_DELAY=y 119 107 CONFIG_PREEMPT=y 120 - # CONFIG_HAVE_DEC_LOCK is not set 121 108 CONFIG_SMP=y 122 - CONFIG_CHIP_M32700_TS1=y 109 + # CONFIG_CHIP_M32700_TS1 is not set 123 110 CONFIG_NR_CPUS=2 124 - # CONFIG_NUMA is not set 111 + CONFIG_NODES_SHIFT=1 125 112 126 113 # 127 114 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 128 115 # 129 - # CONFIG_PCI is not set 130 116 # CONFIG_ISA is not set 131 117 132 118 # 133 119 # PCCARD (PCMCIA/CardBus) support 134 120 # 135 - CONFIG_PCCARD=y 136 - # CONFIG_PCMCIA_DEBUG is not set 137 - CONFIG_PCMCIA=y 138 - 139 - # 140 - # PC-card bridges 141 - # 142 - # CONFIG_TCIC is not set 143 - # CONFIG_M32R_PCC is not set 144 - CONFIG_M32R_CFC=y 145 - CONFIG_M32R_CFC_NUM=1 121 + # CONFIG_PCCARD is not set 146 122 147 123 # 148 124 # PCI Hotplug Support ··· 157 129 # CONFIG_BINFMT_MISC is not set 158 130 159 131 # 132 + # Networking 133 + # 134 + CONFIG_NET=y 135 + 136 + # 137 + # Networking options 138 + # 139 + # CONFIG_NETDEBUG is not set 140 + CONFIG_PACKET=y 141 + # CONFIG_PACKET_MMAP is not set 142 + CONFIG_UNIX=y 143 + CONFIG_XFRM=y 144 + # CONFIG_XFRM_USER is not set 145 + # CONFIG_XFRM_SUB_POLICY is not set 146 + # CONFIG_NET_KEY is not set 147 + CONFIG_INET=y 148 + # CONFIG_IP_MULTICAST is not set 149 + # CONFIG_IP_ADVANCED_ROUTER is not set 150 + CONFIG_IP_FIB_HASH=y 151 + CONFIG_IP_PNP=y 152 + CONFIG_IP_PNP_DHCP=y 153 + # CONFIG_IP_PNP_BOOTP is not set 154 + # CONFIG_IP_PNP_RARP is not set 155 + # CONFIG_NET_IPIP is not set 156 + # CONFIG_NET_IPGRE is not set 157 + # CONFIG_ARPD is not set 158 + # CONFIG_SYN_COOKIES is not set 159 + # CONFIG_INET_AH is not set 160 + # CONFIG_INET_ESP is not set 161 + # CONFIG_INET_IPCOMP is not set 162 + # CONFIG_INET_XFRM_TUNNEL is not set 163 + # CONFIG_INET_TUNNEL is not set 164 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 165 + CONFIG_INET_XFRM_MODE_TUNNEL=y 166 + CONFIG_INET_XFRM_MODE_BEET=y 167 + CONFIG_INET_DIAG=y 168 + CONFIG_INET_TCP_DIAG=y 169 + # CONFIG_TCP_CONG_ADVANCED is not set 170 + CONFIG_TCP_CONG_CUBIC=y 171 + CONFIG_DEFAULT_TCP_CONG="cubic" 172 + # CONFIG_TCP_MD5SIG is not set 173 + # CONFIG_IPV6 is not set 174 + # CONFIG_INET6_XFRM_TUNNEL is not set 175 + # CONFIG_INET6_TUNNEL is not set 176 + # CONFIG_NETWORK_SECMARK is not set 177 + # CONFIG_NETFILTER is not set 178 + 179 + # 180 + # DCCP Configuration (EXPERIMENTAL) 181 + # 182 + # CONFIG_IP_DCCP is not set 183 + 184 + # 185 + # SCTP Configuration (EXPERIMENTAL) 186 + # 187 + # CONFIG_IP_SCTP is not set 188 + 189 + # 190 + # TIPC Configuration (EXPERIMENTAL) 191 + # 192 + # CONFIG_TIPC is not set 193 + # CONFIG_ATM is not set 194 + # CONFIG_BRIDGE is not set 195 + # CONFIG_VLAN_8021Q is not set 196 + # CONFIG_DECNET is not set 197 + # CONFIG_LLC2 is not set 198 + # CONFIG_IPX is not set 199 + # CONFIG_ATALK is not set 200 + # CONFIG_X25 is not set 201 + # CONFIG_LAPB is not set 202 + # CONFIG_ECONET is not set 203 + # CONFIG_WAN_ROUTER is not set 204 + 205 + # 206 + # QoS and/or fair queueing 207 + # 208 + # CONFIG_NET_SCHED is not set 209 + 210 + # 211 + # Network testing 212 + # 213 + # CONFIG_NET_PKTGEN is not set 214 + # CONFIG_HAMRADIO is not set 215 + # CONFIG_IRDA is not set 216 + # CONFIG_BT is not set 217 + # CONFIG_IEEE80211 is not set 218 + 219 + # 160 220 # Device Drivers 161 221 # 162 222 ··· 253 137 # 254 138 CONFIG_STANDALONE=y 255 139 CONFIG_PREVENT_FIRMWARE_BUILD=y 256 - # CONFIG_FW_LOADER is not set 140 + CONFIG_FW_LOADER=y 141 + # CONFIG_SYS_HYPERVISOR is not set 142 + 143 + # 144 + # Connector - unified userspace <-> kernelspace linker 145 + # 146 + # CONFIG_CONNECTOR is not set 257 147 258 148 # 259 149 # Memory Technology Devices (MTD) 260 150 # 261 - # CONFIG_MTD is not set 151 + CONFIG_MTD=y 152 + # CONFIG_MTD_DEBUG is not set 153 + # CONFIG_MTD_CONCAT is not set 154 + CONFIG_MTD_PARTITIONS=y 155 + CONFIG_MTD_REDBOOT_PARTS=y 156 + CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 157 + # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set 158 + # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set 159 + # CONFIG_MTD_CMDLINE_PARTS is not set 160 + 161 + # 162 + # User Modules And Translation Layers 163 + # 164 + # CONFIG_MTD_CHAR is not set 165 + CONFIG_MTD_BLOCK=y 166 + # CONFIG_FTL is not set 167 + # CONFIG_NFTL is not set 168 + # CONFIG_INFTL is not set 169 + # CONFIG_RFD_FTL is not set 170 + # CONFIG_SSFDC is not set 171 + 172 + # 173 + # RAM/ROM/Flash chip drivers 174 + # 175 + CONFIG_MTD_CFI=m 176 + CONFIG_MTD_JEDECPROBE=m 177 + CONFIG_MTD_GEN_PROBE=m 178 + CONFIG_MTD_CFI_ADV_OPTIONS=y 179 + # CONFIG_MTD_CFI_NOSWAP is not set 180 + CONFIG_MTD_CFI_BE_BYTE_SWAP=y 181 + # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set 182 + CONFIG_MTD_CFI_GEOMETRY=y 183 + CONFIG_MTD_MAP_BANK_WIDTH_1=y 184 + CONFIG_MTD_MAP_BANK_WIDTH_2=y 185 + CONFIG_MTD_MAP_BANK_WIDTH_4=y 186 + # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set 187 + # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set 188 + # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set 189 + CONFIG_MTD_CFI_I1=y 190 + # CONFIG_MTD_CFI_I2 is not set 191 + # CONFIG_MTD_CFI_I4 is not set 192 + # CONFIG_MTD_CFI_I8 is not set 193 + # CONFIG_MTD_OTP is not set 194 + # CONFIG_MTD_CFI_INTELEXT is not set 195 + CONFIG_MTD_CFI_AMDSTD=m 196 + # CONFIG_MTD_CFI_STAA is not set 197 + CONFIG_MTD_CFI_UTIL=m 198 + # CONFIG_MTD_RAM is not set 199 + # CONFIG_MTD_ROM is not set 200 + # CONFIG_MTD_ABSENT is not set 201 + # CONFIG_MTD_OBSOLETE_CHIPS is not set 202 + 203 + # 204 + # Mapping drivers for chip access 205 + # 206 + # CONFIG_MTD_COMPLEX_MAPPINGS is not set 207 + # CONFIG_MTD_PHYSMAP is not set 208 + # CONFIG_MTD_PLATRAM is not set 209 + 210 + # 211 + # Self-contained MTD device drivers 212 + # 213 + # CONFIG_MTD_SLRAM is not set 214 + # CONFIG_MTD_PHRAM is not set 215 + # CONFIG_MTD_MTDRAM is not set 216 + # CONFIG_MTD_BLOCK2MTD is not set 217 + 218 + # 219 + # Disk-On-Chip Device Drivers 220 + # 221 + # CONFIG_MTD_DOC2000 is not set 222 + # CONFIG_MTD_DOC2001 is not set 223 + # CONFIG_MTD_DOC2001PLUS is not set 224 + 225 + # 226 + # NAND Flash Device Drivers 227 + # 228 + # CONFIG_MTD_NAND is not set 229 + 230 + # 231 + # OneNAND Flash Device Drivers 232 + # 233 + # CONFIG_MTD_ONENAND is not set 262 234 263 235 # 264 236 # Parallel port support ··· 360 156 # 361 157 # Block devices 362 158 # 363 - # CONFIG_BLK_DEV_FD is not set 364 159 # CONFIG_BLK_DEV_COW_COMMON is not set 365 160 CONFIG_BLK_DEV_LOOP=y 366 161 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 367 164 CONFIG_BLK_DEV_RAM=y 368 165 CONFIG_BLK_DEV_RAM_COUNT=16 369 166 CONFIG_BLK_DEV_RAM_SIZE=4096 167 + CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 370 168 # CONFIG_BLK_DEV_INITRD is not set 371 - CONFIG_INITRAMFS_SOURCE="" 372 169 # CONFIG_CDROM_PKTCDVD is not set 170 + CONFIG_ATA_OVER_ETH=m 373 171 374 172 # 375 - # IO Schedulers 173 + # Misc devices 376 174 # 377 - CONFIG_IOSCHED_NOOP=y 378 - # CONFIG_IOSCHED_AS is not set 379 - CONFIG_IOSCHED_DEADLINE=y 380 - CONFIG_IOSCHED_CFQ=y 381 - # CONFIG_ATA_OVER_ETH is not set 175 + # CONFIG_TIFM_CORE is not set 382 176 383 177 # 384 178 # ATA/ATAPI/MFM/RLL support 385 179 # 386 180 CONFIG_IDE=y 181 + CONFIG_IDE_MAX_HWIFS=4 387 182 CONFIG_BLK_DEV_IDE=y 388 183 389 184 # ··· 390 189 # CONFIG_BLK_DEV_IDE_SATA is not set 391 190 CONFIG_BLK_DEV_IDEDISK=y 392 191 # CONFIG_IDEDISK_MULTI_MODE is not set 393 - CONFIG_BLK_DEV_IDECS=y 394 192 CONFIG_BLK_DEV_IDECD=m 395 193 # CONFIG_BLK_DEV_IDETAPE is not set 396 194 # CONFIG_BLK_DEV_IDEFLOPPY is not set ··· 408 208 # 409 209 # SCSI device support 410 210 # 211 + # CONFIG_RAID_ATTRS is not set 411 212 CONFIG_SCSI=m 213 + # CONFIG_SCSI_NETLINK is not set 412 214 CONFIG_SCSI_PROC_FS=y 413 215 414 216 # ··· 422 220 CONFIG_BLK_DEV_SR=m 423 221 # CONFIG_BLK_DEV_SR_VENDOR is not set 424 222 CONFIG_CHR_DEV_SG=m 223 + # CONFIG_CHR_DEV_SCH is not set 425 224 426 225 # 427 226 # Some SCSI devices (e.g. CD jukebox) support multiple LUNs ··· 432 229 # CONFIG_SCSI_LOGGING is not set 433 230 434 231 # 435 - # SCSI Transport Attributes 232 + # SCSI Transports 436 233 # 437 234 # CONFIG_SCSI_SPI_ATTRS is not set 438 235 # CONFIG_SCSI_FC_ATTRS is not set 439 236 # CONFIG_SCSI_ISCSI_ATTRS is not set 237 + # CONFIG_SCSI_SAS_ATTRS is not set 238 + # CONFIG_SCSI_SAS_LIBSAS is not set 440 239 441 240 # 442 241 # SCSI low-level drivers 443 242 # 444 - # CONFIG_SCSI_SATA is not set 243 + # CONFIG_ISCSI_TCP is not set 445 244 # CONFIG_SCSI_DEBUG is not set 446 245 447 246 # 448 - # PCMCIA SCSI adapter support 247 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 449 248 # 450 - # CONFIG_PCMCIA_AHA152X is not set 451 - # CONFIG_PCMCIA_FDOMAIN is not set 452 - # CONFIG_PCMCIA_NINJA_SCSI is not set 453 - # CONFIG_PCMCIA_QLOGIC is not set 454 - # CONFIG_PCMCIA_SYM53C500 is not set 455 249 456 250 # 457 251 # Multi-device support (RAID and LVM) ··· 458 258 # 459 259 # Fusion MPT device support 460 260 # 261 + # CONFIG_FUSION is not set 461 262 462 263 # 463 264 # IEEE 1394 (FireWire) support ··· 469 268 # 470 269 471 270 # 472 - # Networking support 271 + # Network device support 473 272 # 474 - CONFIG_NET=y 475 - 476 - # 477 - # Networking options 478 - # 479 - CONFIG_PACKET=y 480 - # CONFIG_PACKET_MMAP is not set 481 - CONFIG_UNIX=y 482 - # CONFIG_NET_KEY is not set 483 - CONFIG_INET=y 484 - # CONFIG_IP_MULTICAST is not set 485 - # CONFIG_IP_ADVANCED_ROUTER is not set 486 - CONFIG_IP_PNP=y 487 - CONFIG_IP_PNP_DHCP=y 488 - # CONFIG_IP_PNP_BOOTP is not set 489 - # CONFIG_IP_PNP_RARP is not set 490 - # CONFIG_NET_IPIP is not set 491 - # CONFIG_NET_IPGRE is not set 492 - # CONFIG_ARPD is not set 493 - # CONFIG_SYN_COOKIES is not set 494 - # CONFIG_INET_AH is not set 495 - # CONFIG_INET_ESP is not set 496 - # CONFIG_INET_IPCOMP is not set 497 - # CONFIG_INET_TUNNEL is not set 498 - CONFIG_IP_TCPDIAG=y 499 - # CONFIG_IP_TCPDIAG_IPV6 is not set 500 - # CONFIG_IPV6 is not set 501 - # CONFIG_NETFILTER is not set 502 - 503 - # 504 - # SCTP Configuration (EXPERIMENTAL) 505 - # 506 - # CONFIG_IP_SCTP is not set 507 - # CONFIG_ATM is not set 508 - # CONFIG_BRIDGE is not set 509 - # CONFIG_VLAN_8021Q is not set 510 - # CONFIG_DECNET is not set 511 - # CONFIG_LLC2 is not set 512 - # CONFIG_IPX is not set 513 - # CONFIG_ATALK is not set 514 - # CONFIG_X25 is not set 515 - # CONFIG_LAPB is not set 516 - # CONFIG_NET_DIVERT is not set 517 - # CONFIG_ECONET is not set 518 - # CONFIG_WAN_ROUTER is not set 519 - 520 - # 521 - # QoS and/or fair queueing 522 - # 523 - # CONFIG_NET_SCHED is not set 524 - # CONFIG_NET_CLS_ROUTE is not set 525 - 526 - # 527 - # Network testing 528 - # 529 - # CONFIG_NET_PKTGEN is not set 530 - # CONFIG_NETPOLL is not set 531 - # CONFIG_NET_POLL_CONTROLLER is not set 532 - # CONFIG_HAMRADIO is not set 533 - # CONFIG_IRDA is not set 534 - # CONFIG_BT is not set 535 273 CONFIG_NETDEVICES=y 536 274 # CONFIG_DUMMY is not set 537 275 # CONFIG_BONDING is not set 538 276 # CONFIG_EQUALIZER is not set 539 277 # CONFIG_TUN is not set 278 + 279 + # 280 + # PHY device support 281 + # 282 + # CONFIG_PHYLIB is not set 540 283 541 284 # 542 285 # Ethernet (10 or 100Mbit) ··· 508 363 # CONFIG_NET_RADIO is not set 509 364 510 365 # 511 - # PCMCIA network device support 512 - # 513 - # CONFIG_NET_PCMCIA is not set 514 - 515 - # 516 366 # Wan interfaces 517 367 # 518 368 # CONFIG_WAN is not set ··· 515 375 # CONFIG_SLIP is not set 516 376 # CONFIG_SHAPER is not set 517 377 # CONFIG_NETCONSOLE is not set 378 + # CONFIG_NETPOLL is not set 379 + # CONFIG_NET_POLL_CONTROLLER is not set 518 380 519 381 # 520 382 # ISDN subsystem ··· 532 390 # Input device support 533 391 # 534 392 CONFIG_INPUT=y 393 + # CONFIG_INPUT_FF_MEMLESS is not set 535 394 536 395 # 537 396 # Userland interfaces ··· 561 418 # CONFIG_SERIO_LIBPS2 is not set 562 419 # CONFIG_SERIO_RAW is not set 563 420 # CONFIG_GAMEPORT is not set 564 - CONFIG_SOUND_GAMEPORT=y 565 421 566 422 # 567 423 # Character devices ··· 568 426 CONFIG_VT=y 569 427 CONFIG_VT_CONSOLE=y 570 428 CONFIG_HW_CONSOLE=y 429 + # CONFIG_VT_HW_CONSOLE_BINDING is not set 571 430 # CONFIG_SERIAL_NONSTANDARD is not set 572 431 573 432 # ··· 597 454 # Watchdog Cards 598 455 # 599 456 # CONFIG_WATCHDOG is not set 457 + CONFIG_HW_RANDOM=y 600 458 # CONFIG_RTC is not set 601 - # CONFIG_GEN_RTC is not set 602 459 CONFIG_DS1302=y 603 460 # CONFIG_DTLK is not set 604 461 # CONFIG_R3964 is not set ··· 606 463 # 607 464 # Ftape, the floppy tape device driver 608 465 # 609 - # CONFIG_DRM is not set 610 - 611 - # 612 - # PCMCIA character devices 613 - # 614 - # CONFIG_SYNCLINK_CS is not set 615 466 # CONFIG_RAW_DRIVER is not set 616 467 617 468 # 618 469 # TPM devices 619 470 # 471 + # CONFIG_TCG_TPM is not set 620 472 621 473 # 622 474 # I2C support ··· 619 481 # CONFIG_I2C is not set 620 482 621 483 # 484 + # SPI support 485 + # 486 + # CONFIG_SPI is not set 487 + # CONFIG_SPI_MASTER is not set 488 + 489 + # 622 490 # Dallas's 1-wire bus 623 491 # 624 492 # CONFIG_W1 is not set 625 493 626 494 # 627 - # Misc devices 495 + # Hardware Monitoring support 628 496 # 497 + CONFIG_HWMON=y 498 + # CONFIG_HWMON_VID is not set 499 + # CONFIG_SENSORS_ABITUGURU is not set 500 + # CONFIG_SENSORS_F71805F is not set 501 + # CONFIG_SENSORS_VT1211 is not set 502 + # CONFIG_HWMON_DEBUG_CHIP is not set 629 503 630 504 # 631 505 # Multimedia devices 632 506 # 633 - CONFIG_VIDEO_DEV=y 507 + CONFIG_VIDEO_DEV=m 508 + CONFIG_VIDEO_V4L1=y 509 + CONFIG_VIDEO_V4L1_COMPAT=y 510 + CONFIG_VIDEO_V4L2=y 634 511 635 512 # 636 - # Video For Linux 513 + # Video Capture Adapters 637 514 # 638 515 639 516 # 640 - # Video Adapters 517 + # Video Capture Adapters 641 518 # 519 + # CONFIG_VIDEO_ADV_DEBUG is not set 520 + CONFIG_VIDEO_HELPER_CHIPS_AUTO=y 521 + # CONFIG_VIDEO_VIVI is not set 642 522 # CONFIG_VIDEO_CPIA is not set 643 - CONFIG_VIDEO_M32R_AR=y 644 - CONFIG_VIDEO_M32R_AR_M64278=y 523 + CONFIG_VIDEO_M32R_AR=m 524 + CONFIG_VIDEO_M32R_AR_M64278=m 645 525 646 526 # 647 527 # Radio Adapters 648 528 # 649 - # CONFIG_RADIO_MAESTRO is not set 650 529 651 530 # 652 531 # Digital Video Broadcasting Devices ··· 673 518 # 674 519 # Graphics support 675 520 # 521 + CONFIG_FIRMWARE_EDID=y 676 522 CONFIG_FB=y 677 - # CONFIG_FB_CFB_FILLRECT is not set 678 - # CONFIG_FB_CFB_COPYAREA is not set 679 - # CONFIG_FB_CFB_IMAGEBLIT is not set 680 - # CONFIG_FB_SOFT_CURSOR is not set 523 + CONFIG_FB_CFB_FILLRECT=y 524 + CONFIG_FB_CFB_COPYAREA=y 525 + CONFIG_FB_CFB_IMAGEBLIT=y 681 526 # CONFIG_FB_MACMODES is not set 527 + # CONFIG_FB_BACKLIGHT is not set 682 528 # CONFIG_FB_MODE_HELPERS is not set 683 529 # CONFIG_FB_TILEBLITTING is not set 684 - # CONFIG_FB_S1D13XXX is not set 530 + CONFIG_FB_S1D13XXX=y 685 531 # CONFIG_FB_VIRTUAL is not set 686 532 687 533 # ··· 691 535 # CONFIG_VGA_CONSOLE is not set 692 536 CONFIG_DUMMY_CONSOLE=y 693 537 CONFIG_FRAMEBUFFER_CONSOLE=y 538 + # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set 694 539 # CONFIG_FONTS is not set 695 540 CONFIG_FONT_8x8=y 696 541 CONFIG_FONT_8x16=y ··· 703 546 CONFIG_LOGO_LINUX_MONO=y 704 547 CONFIG_LOGO_LINUX_VGA16=y 705 548 CONFIG_LOGO_LINUX_CLUT224=y 549 + CONFIG_LOGO_M32R_CLUT224=y 706 550 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 707 551 708 552 # ··· 716 558 # 717 559 # CONFIG_USB_ARCH_HAS_HCD is not set 718 560 # CONFIG_USB_ARCH_HAS_OHCI is not set 561 + # CONFIG_USB_ARCH_HAS_EHCI is not set 562 + 563 + # 564 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 565 + # 719 566 720 567 # 721 568 # USB Gadget Support ··· 730 567 # 731 568 # MMC/SD Card support 732 569 # 733 - # CONFIG_MMC is not set 570 + CONFIG_MMC=y 571 + CONFIG_MMC_DEBUG=y 572 + CONFIG_MMC_BLOCK=y 573 + # CONFIG_MMC_TIFM_SD is not set 574 + 575 + # 576 + # LED devices 577 + # 578 + # CONFIG_NEW_LEDS is not set 579 + 580 + # 581 + # LED drivers 582 + # 583 + 584 + # 585 + # LED Triggers 586 + # 734 587 735 588 # 736 589 # InfiniBand support 737 590 # 738 - # CONFIG_INFINIBAND is not set 591 + 592 + # 593 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 594 + # 595 + 596 + # 597 + # Real Time Clock 598 + # 599 + # CONFIG_RTC_CLASS is not set 600 + 601 + # 602 + # DMA Engine support 603 + # 604 + # CONFIG_DMA_ENGINE is not set 605 + 606 + # 607 + # DMA Clients 608 + # 609 + 610 + # 611 + # DMA Devices 612 + # 739 613 740 614 # 741 615 # File systems 742 616 # 743 617 CONFIG_EXT2_FS=y 744 618 # CONFIG_EXT2_FS_XATTR is not set 745 - CONFIG_EXT3_FS=m 619 + # CONFIG_EXT2_FS_XIP is not set 620 + CONFIG_EXT3_FS=y 746 621 CONFIG_EXT3_FS_XATTR=y 747 622 # CONFIG_EXT3_FS_POSIX_ACL is not set 748 623 # CONFIG_EXT3_FS_SECURITY is not set 749 - CONFIG_JBD=m 624 + # CONFIG_EXT4DEV_FS is not set 625 + CONFIG_JBD=y 750 626 CONFIG_JBD_DEBUG=y 751 627 CONFIG_FS_MBCACHE=y 752 628 CONFIG_REISERFS_FS=m ··· 793 591 # CONFIG_REISERFS_PROC_INFO is not set 794 592 # CONFIG_REISERFS_FS_XATTR is not set 795 593 # CONFIG_JFS_FS is not set 796 - 797 - # 798 - # XFS support 799 - # 594 + # CONFIG_FS_POSIX_ACL is not set 800 595 # CONFIG_XFS_FS is not set 596 + # CONFIG_GFS2_FS is not set 597 + # CONFIG_OCFS2_FS is not set 801 598 # CONFIG_MINIX_FS is not set 802 599 # CONFIG_ROMFS_FS is not set 600 + CONFIG_INOTIFY=y 601 + CONFIG_INOTIFY_USER=y 803 602 # CONFIG_QUOTA is not set 804 603 CONFIG_DNOTIFY=y 805 604 # CONFIG_AUTOFS_FS is not set 806 605 # CONFIG_AUTOFS4_FS is not set 606 + # CONFIG_FUSE_FS is not set 807 607 808 608 # 809 609 # CD-ROM/DVD Filesystems ··· 831 627 # 832 628 CONFIG_PROC_FS=y 833 629 CONFIG_PROC_KCORE=y 630 + CONFIG_PROC_SYSCTL=y 834 631 CONFIG_SYSFS=y 835 - CONFIG_DEVFS_FS=y 836 - CONFIG_DEVFS_MOUNT=y 837 - # CONFIG_DEVFS_DEBUG is not set 838 - # CONFIG_DEVPTS_FS_XATTR is not set 839 632 CONFIG_TMPFS=y 840 - # CONFIG_TMPFS_XATTR is not set 633 + # CONFIG_TMPFS_POSIX_ACL is not set 841 634 # CONFIG_HUGETLB_PAGE is not set 842 635 CONFIG_RAMFS=y 636 + # CONFIG_CONFIGFS_FS is not set 843 637 844 638 # 845 639 # Miscellaneous filesystems ··· 849 647 # CONFIG_BEFS_FS is not set 850 648 # CONFIG_BFS_FS is not set 851 649 # CONFIG_EFS_FS is not set 650 + # CONFIG_JFFS_FS is not set 651 + # CONFIG_JFFS2_FS is not set 852 652 # CONFIG_CRAMFS is not set 853 653 # CONFIG_VXFS_FS is not set 854 654 # CONFIG_HPFS_FS is not set ··· 863 659 # 864 660 CONFIG_NFS_FS=y 865 661 CONFIG_NFS_V3=y 662 + # CONFIG_NFS_V3_ACL is not set 866 663 # CONFIG_NFS_V4 is not set 867 664 # CONFIG_NFS_DIRECTIO is not set 868 665 # CONFIG_NFSD is not set 869 666 CONFIG_ROOT_NFS=y 870 667 CONFIG_LOCKD=y 871 668 CONFIG_LOCKD_V4=y 669 + CONFIG_NFS_COMMON=y 872 670 CONFIG_SUNRPC=y 873 671 # CONFIG_RPCSEC_GSS_KRB5 is not set 874 672 # CONFIG_RPCSEC_GSS_SPKM3 is not set ··· 879 673 # CONFIG_NCP_FS is not set 880 674 # CONFIG_CODA_FS is not set 881 675 # CONFIG_AFS_FS is not set 676 + # CONFIG_9P_FS is not set 882 677 883 678 # 884 679 # Partition Types ··· 934 727 # 935 728 # Profiling support 936 729 # 937 - # CONFIG_PROFILING is not set 730 + CONFIG_PROFILING=y 731 + CONFIG_OPROFILE=y 938 732 939 733 # 940 734 # Kernel hacking 941 735 # 942 736 # CONFIG_PRINTK_TIME is not set 737 + CONFIG_ENABLE_MUST_CHECK=y 738 + # CONFIG_MAGIC_SYSRQ is not set 739 + # CONFIG_UNUSED_SYMBOLS is not set 943 740 # CONFIG_DEBUG_KERNEL is not set 944 741 CONFIG_LOG_BUF_SHIFT=15 945 742 # CONFIG_DEBUG_BUGVERBOSE is not set 743 + # CONFIG_DEBUG_FS is not set 946 744 # CONFIG_FRAME_POINTER is not set 745 + # CONFIG_UNWIND_INFO is not set 746 + # CONFIG_HEADERS_CHECK is not set 947 747 948 748 # 949 749 # Security options ··· 964 750 # CONFIG_CRYPTO is not set 965 751 966 752 # 967 - # Hardware crypto devices 968 - # 969 - 970 - # 971 753 # Library routines 972 754 # 973 755 # CONFIG_CRC_CCITT is not set 756 + # CONFIG_CRC16 is not set 974 757 CONFIG_CRC32=y 975 758 # CONFIG_LIBCRC32C is not set
+364 -152
arch/m32r/m32700ut/defconfig.m32700ut.up
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.12-rc5 4 - # Fri Jun 3 16:21:34 2005 3 + # Linux kernel version: 2.6.19 4 + # Tue Dec 12 12:07:08 2006 5 5 # 6 6 CONFIG_M32R=y 7 - # CONFIG_UID16 is not set 8 7 CONFIG_GENERIC_ISA_DMA=y 9 8 CONFIG_GENERIC_HARDIRQS=y 10 9 CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 11 12 12 # 13 13 # Code maturity level options 14 14 # 15 15 CONFIG_EXPERIMENTAL=y 16 - CONFIG_CLEAN_COMPILE=y 17 16 CONFIG_BROKEN_ON_SMP=y 18 17 CONFIG_LOCK_KERNEL=y 19 18 CONFIG_INIT_ENV_ARG_LIMIT=32 ··· 21 22 # General setup 22 23 # 23 24 CONFIG_LOCALVERSION="" 25 + CONFIG_LOCALVERSION_AUTO=y 24 26 CONFIG_SWAP=y 25 27 CONFIG_SYSVIPC=y 28 + # CONFIG_IPC_NS is not set 26 29 # CONFIG_POSIX_MQUEUE is not set 27 30 CONFIG_BSD_PROCESS_ACCT=y 28 31 # CONFIG_BSD_PROCESS_ACCT_V3 is not set 29 - CONFIG_SYSCTL=y 32 + # CONFIG_TASKSTATS is not set 33 + # CONFIG_UTS_NS is not set 30 34 # CONFIG_AUDIT is not set 31 - CONFIG_HOTPLUG=y 32 - CONFIG_KOBJECT_UEVENT=y 33 35 CONFIG_IKCONFIG=y 34 - # CONFIG_IKCONFIG_PROC is not set 36 + CONFIG_IKCONFIG_PROC=y 37 + CONFIG_SYSFS_DEPRECATED=y 38 + # CONFIG_RELAY is not set 39 + CONFIG_INITRAMFS_SOURCE="" 40 + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 41 + CONFIG_SYSCTL=y 35 42 CONFIG_EMBEDDED=y 43 + CONFIG_SYSCTL_SYSCALL=y 36 44 # CONFIG_KALLSYMS is not set 45 + CONFIG_HOTPLUG=y 37 46 CONFIG_PRINTK=y 38 47 CONFIG_BUG=y 48 + CONFIG_ELF_CORE=y 39 49 CONFIG_BASE_FULL=y 40 50 # CONFIG_FUTEX is not set 41 51 # CONFIG_EPOLL is not set 42 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 43 52 CONFIG_SHMEM=y 44 - CONFIG_CC_ALIGN_FUNCTIONS=0 45 - CONFIG_CC_ALIGN_LABELS=0 46 - CONFIG_CC_ALIGN_LOOPS=0 47 - CONFIG_CC_ALIGN_JUMPS=0 53 + CONFIG_SLAB=y 54 + CONFIG_VM_EVENT_COUNTERS=y 48 55 # CONFIG_TINY_SHMEM is not set 49 56 CONFIG_BASE_SMALL=0 57 + # CONFIG_SLOB is not set 50 58 51 59 # 52 60 # Loadable module support ··· 61 55 CONFIG_MODULES=y 62 56 CONFIG_MODULE_UNLOAD=y 63 57 # CONFIG_MODULE_FORCE_UNLOAD is not set 64 - CONFIG_OBSOLETE_MODPARM=y 65 58 # CONFIG_MODVERSIONS is not set 66 59 # CONFIG_MODULE_SRCVERSION_ALL is not set 67 60 CONFIG_KMOD=y 61 + 62 + # 63 + # Block layer 64 + # 65 + CONFIG_BLOCK=y 66 + # CONFIG_BLK_DEV_IO_TRACE is not set 67 + 68 + # 69 + # IO Schedulers 70 + # 71 + CONFIG_IOSCHED_NOOP=y 72 + # CONFIG_IOSCHED_AS is not set 73 + CONFIG_IOSCHED_DEADLINE=y 74 + CONFIG_IOSCHED_CFQ=y 75 + # CONFIG_DEFAULT_AS is not set 76 + # CONFIG_DEFAULT_DEADLINE is not set 77 + CONFIG_DEFAULT_CFQ=y 78 + # CONFIG_DEFAULT_NOOP is not set 79 + CONFIG_DEFAULT_IOSCHED="cfq" 68 80 69 81 # 70 82 # Processor type and features ··· 94 70 # CONFIG_PLAT_OAKS32R is not set 95 71 # CONFIG_PLAT_MAPPI2 is not set 96 72 # CONFIG_PLAT_MAPPI3 is not set 73 + # CONFIG_PLAT_M32104UT is not set 97 74 CONFIG_CHIP_M32700=y 98 75 # CONFIG_CHIP_M32102 is not set 76 + # CONFIG_CHIP_M32104 is not set 99 77 # CONFIG_CHIP_VDEC2 is not set 100 78 # CONFIG_CHIP_OPSP is not set 101 79 CONFIG_MMU=y ··· 111 85 CONFIG_MEMORY_START=0x08000000 112 86 CONFIG_MEMORY_SIZE=0x01000000 113 87 CONFIG_NOHIGHMEM=y 114 - # CONFIG_DISCONTIGMEM is not set 88 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 89 + CONFIG_SELECT_MEMORY_MODEL=y 90 + # CONFIG_FLATMEM_MANUAL is not set 91 + CONFIG_DISCONTIGMEM_MANUAL=y 92 + # CONFIG_SPARSEMEM_MANUAL is not set 93 + CONFIG_DISCONTIGMEM=y 94 + CONFIG_FLAT_NODE_MEM_MAP=y 95 + CONFIG_NEED_MULTIPLE_NODES=y 96 + # CONFIG_SPARSEMEM_STATIC is not set 97 + CONFIG_SPLIT_PTLOCK_CPUS=4 98 + # CONFIG_RESOURCES_64BIT is not set 99 + CONFIG_IRAM_START=0x00f00000 100 + CONFIG_IRAM_SIZE=0x00080000 115 101 CONFIG_RWSEM_GENERIC_SPINLOCK=y 116 102 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 103 + CONFIG_GENERIC_FIND_NEXT_BIT=y 104 + CONFIG_GENERIC_HWEIGHT=y 117 105 CONFIG_GENERIC_CALIBRATE_DELAY=y 118 106 CONFIG_PREEMPT=y 119 - # CONFIG_HAVE_DEC_LOCK is not set 120 107 # CONFIG_SMP is not set 108 + CONFIG_NODES_SHIFT=1 121 109 122 110 # 123 111 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 124 112 # 125 - # CONFIG_PCI is not set 126 113 # CONFIG_ISA is not set 127 114 128 115 # 129 116 # PCCARD (PCMCIA/CardBus) support 130 117 # 131 - CONFIG_PCCARD=y 132 - # CONFIG_PCMCIA_DEBUG is not set 133 - CONFIG_PCMCIA=y 134 - 135 - # 136 - # PC-card bridges 137 - # 138 - # CONFIG_TCIC is not set 139 - # CONFIG_M32R_PCC is not set 140 - CONFIG_M32R_CFC=y 141 - CONFIG_M32R_CFC_NUM=1 118 + # CONFIG_PCCARD is not set 142 119 143 120 # 144 121 # PCI Hotplug Support ··· 154 125 # CONFIG_BINFMT_MISC is not set 155 126 156 127 # 128 + # Networking 129 + # 130 + CONFIG_NET=y 131 + 132 + # 133 + # Networking options 134 + # 135 + # CONFIG_NETDEBUG is not set 136 + CONFIG_PACKET=y 137 + # CONFIG_PACKET_MMAP is not set 138 + CONFIG_UNIX=y 139 + CONFIG_XFRM=y 140 + # CONFIG_XFRM_USER is not set 141 + # CONFIG_XFRM_SUB_POLICY is not set 142 + # CONFIG_NET_KEY is not set 143 + CONFIG_INET=y 144 + # CONFIG_IP_MULTICAST is not set 145 + # CONFIG_IP_ADVANCED_ROUTER is not set 146 + CONFIG_IP_FIB_HASH=y 147 + CONFIG_IP_PNP=y 148 + CONFIG_IP_PNP_DHCP=y 149 + # CONFIG_IP_PNP_BOOTP is not set 150 + # CONFIG_IP_PNP_RARP is not set 151 + # CONFIG_NET_IPIP is not set 152 + # CONFIG_NET_IPGRE is not set 153 + # CONFIG_ARPD is not set 154 + # CONFIG_SYN_COOKIES is not set 155 + # CONFIG_INET_AH is not set 156 + # CONFIG_INET_ESP is not set 157 + # CONFIG_INET_IPCOMP is not set 158 + # CONFIG_INET_XFRM_TUNNEL is not set 159 + # CONFIG_INET_TUNNEL is not set 160 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 161 + CONFIG_INET_XFRM_MODE_TUNNEL=y 162 + CONFIG_INET_XFRM_MODE_BEET=y 163 + CONFIG_INET_DIAG=y 164 + CONFIG_INET_TCP_DIAG=y 165 + # CONFIG_TCP_CONG_ADVANCED is not set 166 + CONFIG_TCP_CONG_CUBIC=y 167 + CONFIG_DEFAULT_TCP_CONG="cubic" 168 + # CONFIG_TCP_MD5SIG is not set 169 + # CONFIG_IPV6 is not set 170 + # CONFIG_INET6_XFRM_TUNNEL is not set 171 + # CONFIG_INET6_TUNNEL is not set 172 + # CONFIG_NETWORK_SECMARK is not set 173 + # CONFIG_NETFILTER is not set 174 + 175 + # 176 + # DCCP Configuration (EXPERIMENTAL) 177 + # 178 + # CONFIG_IP_DCCP is not set 179 + 180 + # 181 + # SCTP Configuration (EXPERIMENTAL) 182 + # 183 + # CONFIG_IP_SCTP is not set 184 + 185 + # 186 + # TIPC Configuration (EXPERIMENTAL) 187 + # 188 + # CONFIG_TIPC is not set 189 + # CONFIG_ATM is not set 190 + # CONFIG_BRIDGE is not set 191 + # CONFIG_VLAN_8021Q is not set 192 + # CONFIG_DECNET is not set 193 + # CONFIG_LLC2 is not set 194 + # CONFIG_IPX is not set 195 + # CONFIG_ATALK is not set 196 + # CONFIG_X25 is not set 197 + # CONFIG_LAPB is not set 198 + # CONFIG_ECONET is not set 199 + # CONFIG_WAN_ROUTER is not set 200 + 201 + # 202 + # QoS and/or fair queueing 203 + # 204 + # CONFIG_NET_SCHED is not set 205 + 206 + # 207 + # Network testing 208 + # 209 + # CONFIG_NET_PKTGEN is not set 210 + # CONFIG_HAMRADIO is not set 211 + # CONFIG_IRDA is not set 212 + # CONFIG_BT is not set 213 + # CONFIG_IEEE80211 is not set 214 + 215 + # 157 216 # Device Drivers 158 217 # 159 218 ··· 250 133 # 251 134 CONFIG_STANDALONE=y 252 135 CONFIG_PREVENT_FIRMWARE_BUILD=y 253 - # CONFIG_FW_LOADER is not set 136 + CONFIG_FW_LOADER=y 137 + # CONFIG_SYS_HYPERVISOR is not set 138 + 139 + # 140 + # Connector - unified userspace <-> kernelspace linker 141 + # 142 + # CONFIG_CONNECTOR is not set 254 143 255 144 # 256 145 # Memory Technology Devices (MTD) 257 146 # 258 - # CONFIG_MTD is not set 147 + CONFIG_MTD=y 148 + # CONFIG_MTD_DEBUG is not set 149 + # CONFIG_MTD_CONCAT is not set 150 + CONFIG_MTD_PARTITIONS=y 151 + CONFIG_MTD_REDBOOT_PARTS=y 152 + CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 153 + # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set 154 + # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set 155 + # CONFIG_MTD_CMDLINE_PARTS is not set 156 + 157 + # 158 + # User Modules And Translation Layers 159 + # 160 + # CONFIG_MTD_CHAR is not set 161 + CONFIG_MTD_BLOCK=y 162 + # CONFIG_FTL is not set 163 + # CONFIG_NFTL is not set 164 + # CONFIG_INFTL is not set 165 + # CONFIG_RFD_FTL is not set 166 + # CONFIG_SSFDC is not set 167 + 168 + # 169 + # RAM/ROM/Flash chip drivers 170 + # 171 + CONFIG_MTD_CFI=m 172 + CONFIG_MTD_JEDECPROBE=m 173 + CONFIG_MTD_GEN_PROBE=m 174 + CONFIG_MTD_CFI_ADV_OPTIONS=y 175 + # CONFIG_MTD_CFI_NOSWAP is not set 176 + CONFIG_MTD_CFI_BE_BYTE_SWAP=y 177 + # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set 178 + CONFIG_MTD_CFI_GEOMETRY=y 179 + CONFIG_MTD_MAP_BANK_WIDTH_1=y 180 + CONFIG_MTD_MAP_BANK_WIDTH_2=y 181 + CONFIG_MTD_MAP_BANK_WIDTH_4=y 182 + # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set 183 + # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set 184 + # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set 185 + CONFIG_MTD_CFI_I1=y 186 + # CONFIG_MTD_CFI_I2 is not set 187 + # CONFIG_MTD_CFI_I4 is not set 188 + # CONFIG_MTD_CFI_I8 is not set 189 + # CONFIG_MTD_OTP is not set 190 + # CONFIG_MTD_CFI_INTELEXT is not set 191 + CONFIG_MTD_CFI_AMDSTD=m 192 + # CONFIG_MTD_CFI_STAA is not set 193 + CONFIG_MTD_CFI_UTIL=m 194 + # CONFIG_MTD_RAM is not set 195 + # CONFIG_MTD_ROM is not set 196 + # CONFIG_MTD_ABSENT is not set 197 + # CONFIG_MTD_OBSOLETE_CHIPS is not set 198 + 199 + # 200 + # Mapping drivers for chip access 201 + # 202 + # CONFIG_MTD_COMPLEX_MAPPINGS is not set 203 + # CONFIG_MTD_PHYSMAP is not set 204 + # CONFIG_MTD_PLATRAM is not set 205 + 206 + # 207 + # Self-contained MTD device drivers 208 + # 209 + # CONFIG_MTD_SLRAM is not set 210 + # CONFIG_MTD_PHRAM is not set 211 + # CONFIG_MTD_MTDRAM is not set 212 + # CONFIG_MTD_BLOCK2MTD is not set 213 + 214 + # 215 + # Disk-On-Chip Device Drivers 216 + # 217 + # CONFIG_MTD_DOC2000 is not set 218 + # CONFIG_MTD_DOC2001 is not set 219 + # CONFIG_MTD_DOC2001PLUS is not set 220 + 221 + # 222 + # NAND Flash Device Drivers 223 + # 224 + # CONFIG_MTD_NAND is not set 225 + 226 + # 227 + # OneNAND Flash Device Drivers 228 + # 229 + # CONFIG_MTD_ONENAND is not set 259 230 260 231 # 261 232 # Parallel port support ··· 357 152 # 358 153 # Block devices 359 154 # 360 - # CONFIG_BLK_DEV_FD is not set 361 155 # CONFIG_BLK_DEV_COW_COMMON is not set 362 156 CONFIG_BLK_DEV_LOOP=y 363 157 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 364 160 CONFIG_BLK_DEV_RAM=y 365 161 CONFIG_BLK_DEV_RAM_COUNT=16 366 162 CONFIG_BLK_DEV_RAM_SIZE=4096 163 + CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 367 164 # CONFIG_BLK_DEV_INITRD is not set 368 - CONFIG_INITRAMFS_SOURCE="" 369 165 # CONFIG_CDROM_PKTCDVD is not set 166 + CONFIG_ATA_OVER_ETH=m 370 167 371 168 # 372 - # IO Schedulers 169 + # Misc devices 373 170 # 374 - CONFIG_IOSCHED_NOOP=y 375 - # CONFIG_IOSCHED_AS is not set 376 - CONFIG_IOSCHED_DEADLINE=y 377 - CONFIG_IOSCHED_CFQ=y 378 - # CONFIG_ATA_OVER_ETH is not set 171 + # CONFIG_TIFM_CORE is not set 379 172 380 173 # 381 174 # ATA/ATAPI/MFM/RLL support 382 175 # 383 176 CONFIG_IDE=y 177 + CONFIG_IDE_MAX_HWIFS=4 384 178 CONFIG_BLK_DEV_IDE=y 385 179 386 180 # ··· 387 185 # CONFIG_BLK_DEV_IDE_SATA is not set 388 186 CONFIG_BLK_DEV_IDEDISK=y 389 187 # CONFIG_IDEDISK_MULTI_MODE is not set 390 - CONFIG_BLK_DEV_IDECS=y 391 188 CONFIG_BLK_DEV_IDECD=m 392 189 # CONFIG_BLK_DEV_IDETAPE is not set 393 190 # CONFIG_BLK_DEV_IDEFLOPPY is not set ··· 405 204 # 406 205 # SCSI device support 407 206 # 207 + # CONFIG_RAID_ATTRS is not set 408 208 CONFIG_SCSI=m 209 + # CONFIG_SCSI_NETLINK is not set 409 210 CONFIG_SCSI_PROC_FS=y 410 211 411 212 # ··· 419 216 CONFIG_BLK_DEV_SR=m 420 217 # CONFIG_BLK_DEV_SR_VENDOR is not set 421 218 CONFIG_CHR_DEV_SG=m 219 + # CONFIG_CHR_DEV_SCH is not set 422 220 423 221 # 424 222 # Some SCSI devices (e.g. CD jukebox) support multiple LUNs ··· 429 225 # CONFIG_SCSI_LOGGING is not set 430 226 431 227 # 432 - # SCSI Transport Attributes 228 + # SCSI Transports 433 229 # 434 230 # CONFIG_SCSI_SPI_ATTRS is not set 435 231 # CONFIG_SCSI_FC_ATTRS is not set 436 232 # CONFIG_SCSI_ISCSI_ATTRS is not set 233 + # CONFIG_SCSI_SAS_ATTRS is not set 234 + # CONFIG_SCSI_SAS_LIBSAS is not set 437 235 438 236 # 439 237 # SCSI low-level drivers 440 238 # 441 - # CONFIG_SCSI_SATA is not set 239 + # CONFIG_ISCSI_TCP is not set 442 240 # CONFIG_SCSI_DEBUG is not set 443 241 444 242 # 445 - # PCMCIA SCSI adapter support 243 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 446 244 # 447 - # CONFIG_PCMCIA_AHA152X is not set 448 - # CONFIG_PCMCIA_FDOMAIN is not set 449 - # CONFIG_PCMCIA_NINJA_SCSI is not set 450 - # CONFIG_PCMCIA_QLOGIC is not set 451 - # CONFIG_PCMCIA_SYM53C500 is not set 452 245 453 246 # 454 247 # Multi-device support (RAID and LVM) ··· 455 254 # 456 255 # Fusion MPT device support 457 256 # 257 + # CONFIG_FUSION is not set 458 258 459 259 # 460 260 # IEEE 1394 (FireWire) support ··· 466 264 # 467 265 468 266 # 469 - # Networking support 267 + # Network device support 470 268 # 471 - CONFIG_NET=y 472 - 473 - # 474 - # Networking options 475 - # 476 - CONFIG_PACKET=y 477 - # CONFIG_PACKET_MMAP is not set 478 - CONFIG_UNIX=y 479 - # CONFIG_NET_KEY is not set 480 - CONFIG_INET=y 481 - # CONFIG_IP_MULTICAST is not set 482 - # CONFIG_IP_ADVANCED_ROUTER is not set 483 - CONFIG_IP_PNP=y 484 - CONFIG_IP_PNP_DHCP=y 485 - # CONFIG_IP_PNP_BOOTP is not set 486 - # CONFIG_IP_PNP_RARP is not set 487 - # CONFIG_NET_IPIP is not set 488 - # CONFIG_NET_IPGRE is not set 489 - # CONFIG_ARPD is not set 490 - # CONFIG_SYN_COOKIES is not set 491 - # CONFIG_INET_AH is not set 492 - # CONFIG_INET_ESP is not set 493 - # CONFIG_INET_IPCOMP is not set 494 - # CONFIG_INET_TUNNEL is not set 495 - CONFIG_IP_TCPDIAG=y 496 - # CONFIG_IP_TCPDIAG_IPV6 is not set 497 - # CONFIG_IPV6 is not set 498 - # CONFIG_NETFILTER is not set 499 - 500 - # 501 - # SCTP Configuration (EXPERIMENTAL) 502 - # 503 - # CONFIG_IP_SCTP is not set 504 - # CONFIG_ATM is not set 505 - # CONFIG_BRIDGE is not set 506 - # CONFIG_VLAN_8021Q is not set 507 - # CONFIG_DECNET is not set 508 - # CONFIG_LLC2 is not set 509 - # CONFIG_IPX is not set 510 - # CONFIG_ATALK is not set 511 - # CONFIG_X25 is not set 512 - # CONFIG_LAPB is not set 513 - # CONFIG_NET_DIVERT is not set 514 - # CONFIG_ECONET is not set 515 - # CONFIG_WAN_ROUTER is not set 516 - 517 - # 518 - # QoS and/or fair queueing 519 - # 520 - # CONFIG_NET_SCHED is not set 521 - # CONFIG_NET_CLS_ROUTE is not set 522 - 523 - # 524 - # Network testing 525 - # 526 - # CONFIG_NET_PKTGEN is not set 527 - # CONFIG_NETPOLL is not set 528 - # CONFIG_NET_POLL_CONTROLLER is not set 529 - # CONFIG_HAMRADIO is not set 530 - # CONFIG_IRDA is not set 531 - # CONFIG_BT is not set 532 269 CONFIG_NETDEVICES=y 533 270 # CONFIG_DUMMY is not set 534 271 # CONFIG_BONDING is not set 535 272 # CONFIG_EQUALIZER is not set 536 273 # CONFIG_TUN is not set 274 + 275 + # 276 + # PHY device support 277 + # 278 + # CONFIG_PHYLIB is not set 537 279 538 280 # 539 281 # Ethernet (10 or 100Mbit) ··· 505 359 # CONFIG_NET_RADIO is not set 506 360 507 361 # 508 - # PCMCIA network device support 509 - # 510 - # CONFIG_NET_PCMCIA is not set 511 - 512 - # 513 362 # Wan interfaces 514 363 # 515 364 # CONFIG_WAN is not set ··· 512 371 # CONFIG_SLIP is not set 513 372 # CONFIG_SHAPER is not set 514 373 # CONFIG_NETCONSOLE is not set 374 + # CONFIG_NETPOLL is not set 375 + # CONFIG_NET_POLL_CONTROLLER is not set 515 376 516 377 # 517 378 # ISDN subsystem ··· 529 386 # Input device support 530 387 # 531 388 CONFIG_INPUT=y 389 + # CONFIG_INPUT_FF_MEMLESS is not set 532 390 533 391 # 534 392 # Userland interfaces ··· 558 414 # CONFIG_SERIO_LIBPS2 is not set 559 415 # CONFIG_SERIO_RAW is not set 560 416 # CONFIG_GAMEPORT is not set 561 - CONFIG_SOUND_GAMEPORT=y 562 417 563 418 # 564 419 # Character devices ··· 565 422 CONFIG_VT=y 566 423 CONFIG_VT_CONSOLE=y 567 424 CONFIG_HW_CONSOLE=y 425 + # CONFIG_VT_HW_CONSOLE_BINDING is not set 568 426 # CONFIG_SERIAL_NONSTANDARD is not set 569 427 570 428 # ··· 594 450 # Watchdog Cards 595 451 # 596 452 # CONFIG_WATCHDOG is not set 453 + CONFIG_HW_RANDOM=y 597 454 # CONFIG_RTC is not set 598 - # CONFIG_GEN_RTC is not set 599 455 CONFIG_DS1302=y 600 456 # CONFIG_DTLK is not set 601 457 # CONFIG_R3964 is not set ··· 603 459 # 604 460 # Ftape, the floppy tape device driver 605 461 # 606 - # CONFIG_DRM is not set 607 - 608 - # 609 - # PCMCIA character devices 610 - # 611 - # CONFIG_SYNCLINK_CS is not set 612 462 # CONFIG_RAW_DRIVER is not set 613 463 614 464 # 615 465 # TPM devices 616 466 # 467 + # CONFIG_TCG_TPM is not set 617 468 618 469 # 619 470 # I2C support ··· 616 477 # CONFIG_I2C is not set 617 478 618 479 # 480 + # SPI support 481 + # 482 + # CONFIG_SPI is not set 483 + # CONFIG_SPI_MASTER is not set 484 + 485 + # 619 486 # Dallas's 1-wire bus 620 487 # 621 488 # CONFIG_W1 is not set 622 489 623 490 # 624 - # Misc devices 491 + # Hardware Monitoring support 625 492 # 493 + CONFIG_HWMON=y 494 + # CONFIG_HWMON_VID is not set 495 + # CONFIG_SENSORS_ABITUGURU is not set 496 + # CONFIG_SENSORS_F71805F is not set 497 + # CONFIG_SENSORS_VT1211 is not set 498 + # CONFIG_HWMON_DEBUG_CHIP is not set 626 499 627 500 # 628 501 # Multimedia devices 629 502 # 630 - CONFIG_VIDEO_DEV=y 503 + CONFIG_VIDEO_DEV=m 504 + CONFIG_VIDEO_V4L1=y 505 + CONFIG_VIDEO_V4L1_COMPAT=y 506 + CONFIG_VIDEO_V4L2=y 631 507 632 508 # 633 - # Video For Linux 509 + # Video Capture Adapters 634 510 # 635 511 636 512 # 637 - # Video Adapters 513 + # Video Capture Adapters 638 514 # 515 + # CONFIG_VIDEO_ADV_DEBUG is not set 516 + CONFIG_VIDEO_HELPER_CHIPS_AUTO=y 517 + # CONFIG_VIDEO_VIVI is not set 639 518 # CONFIG_VIDEO_CPIA is not set 640 - CONFIG_VIDEO_M32R_AR=y 641 - CONFIG_VIDEO_M32R_AR_M64278=y 519 + CONFIG_VIDEO_M32R_AR=m 520 + CONFIG_VIDEO_M32R_AR_M64278=m 642 521 643 522 # 644 523 # Radio Adapters 645 524 # 646 - # CONFIG_RADIO_MAESTRO is not set 647 525 648 526 # 649 527 # Digital Video Broadcasting Devices ··· 670 514 # 671 515 # Graphics support 672 516 # 517 + CONFIG_FIRMWARE_EDID=y 673 518 CONFIG_FB=y 674 - # CONFIG_FB_CFB_FILLRECT is not set 675 - # CONFIG_FB_CFB_COPYAREA is not set 676 - # CONFIG_FB_CFB_IMAGEBLIT is not set 677 - # CONFIG_FB_SOFT_CURSOR is not set 519 + CONFIG_FB_CFB_FILLRECT=y 520 + CONFIG_FB_CFB_COPYAREA=y 521 + CONFIG_FB_CFB_IMAGEBLIT=y 678 522 # CONFIG_FB_MACMODES is not set 523 + # CONFIG_FB_BACKLIGHT is not set 679 524 # CONFIG_FB_MODE_HELPERS is not set 680 525 # CONFIG_FB_TILEBLITTING is not set 681 - # CONFIG_FB_S1D13XXX is not set 526 + CONFIG_FB_S1D13XXX=y 682 527 # CONFIG_FB_VIRTUAL is not set 683 528 684 529 # ··· 688 531 # CONFIG_VGA_CONSOLE is not set 689 532 CONFIG_DUMMY_CONSOLE=y 690 533 CONFIG_FRAMEBUFFER_CONSOLE=y 534 + # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set 691 535 # CONFIG_FONTS is not set 692 536 CONFIG_FONT_8x8=y 693 537 CONFIG_FONT_8x16=y ··· 700 542 CONFIG_LOGO_LINUX_MONO=y 701 543 CONFIG_LOGO_LINUX_VGA16=y 702 544 CONFIG_LOGO_LINUX_CLUT224=y 545 + CONFIG_LOGO_M32R_CLUT224=y 703 546 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 704 547 705 548 # ··· 713 554 # 714 555 # CONFIG_USB_ARCH_HAS_HCD is not set 715 556 # CONFIG_USB_ARCH_HAS_OHCI is not set 557 + # CONFIG_USB_ARCH_HAS_EHCI is not set 558 + 559 + # 560 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 561 + # 716 562 717 563 # 718 564 # USB Gadget Support ··· 727 563 # 728 564 # MMC/SD Card support 729 565 # 730 - # CONFIG_MMC is not set 566 + CONFIG_MMC=y 567 + CONFIG_MMC_DEBUG=y 568 + CONFIG_MMC_BLOCK=y 569 + # CONFIG_MMC_TIFM_SD is not set 570 + 571 + # 572 + # LED devices 573 + # 574 + # CONFIG_NEW_LEDS is not set 575 + 576 + # 577 + # LED drivers 578 + # 579 + 580 + # 581 + # LED Triggers 582 + # 731 583 732 584 # 733 585 # InfiniBand support 734 586 # 735 - # CONFIG_INFINIBAND is not set 587 + 588 + # 589 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 590 + # 591 + 592 + # 593 + # Real Time Clock 594 + # 595 + # CONFIG_RTC_CLASS is not set 596 + 597 + # 598 + # DMA Engine support 599 + # 600 + # CONFIG_DMA_ENGINE is not set 601 + 602 + # 603 + # DMA Clients 604 + # 605 + 606 + # 607 + # DMA Devices 608 + # 736 609 737 610 # 738 611 # File systems 739 612 # 740 613 CONFIG_EXT2_FS=y 741 614 # CONFIG_EXT2_FS_XATTR is not set 742 - CONFIG_EXT3_FS=m 615 + # CONFIG_EXT2_FS_XIP is not set 616 + CONFIG_EXT3_FS=y 743 617 CONFIG_EXT3_FS_XATTR=y 744 618 # CONFIG_EXT3_FS_POSIX_ACL is not set 745 619 # CONFIG_EXT3_FS_SECURITY is not set 746 - CONFIG_JBD=m 620 + # CONFIG_EXT4DEV_FS is not set 621 + CONFIG_JBD=y 747 622 CONFIG_JBD_DEBUG=y 748 623 CONFIG_FS_MBCACHE=y 749 624 CONFIG_REISERFS_FS=m ··· 790 587 # CONFIG_REISERFS_PROC_INFO is not set 791 588 # CONFIG_REISERFS_FS_XATTR is not set 792 589 # CONFIG_JFS_FS is not set 793 - 794 - # 795 - # XFS support 796 - # 590 + # CONFIG_FS_POSIX_ACL is not set 797 591 # CONFIG_XFS_FS is not set 592 + # CONFIG_GFS2_FS is not set 593 + # CONFIG_OCFS2_FS is not set 798 594 # CONFIG_MINIX_FS is not set 799 595 # CONFIG_ROMFS_FS is not set 596 + CONFIG_INOTIFY=y 597 + CONFIG_INOTIFY_USER=y 800 598 # CONFIG_QUOTA is not set 801 599 CONFIG_DNOTIFY=y 802 600 # CONFIG_AUTOFS_FS is not set 803 601 # CONFIG_AUTOFS4_FS is not set 602 + # CONFIG_FUSE_FS is not set 804 603 805 604 # 806 605 # CD-ROM/DVD Filesystems ··· 828 623 # 829 624 CONFIG_PROC_FS=y 830 625 CONFIG_PROC_KCORE=y 626 + CONFIG_PROC_SYSCTL=y 831 627 CONFIG_SYSFS=y 832 - CONFIG_DEVFS_FS=y 833 - CONFIG_DEVFS_MOUNT=y 834 - # CONFIG_DEVFS_DEBUG is not set 835 - # CONFIG_DEVPTS_FS_XATTR is not set 836 628 CONFIG_TMPFS=y 837 - # CONFIG_TMPFS_XATTR is not set 629 + # CONFIG_TMPFS_POSIX_ACL is not set 838 630 # CONFIG_HUGETLB_PAGE is not set 839 631 CONFIG_RAMFS=y 632 + # CONFIG_CONFIGFS_FS is not set 840 633 841 634 # 842 635 # Miscellaneous filesystems ··· 846 643 # CONFIG_BEFS_FS is not set 847 644 # CONFIG_BFS_FS is not set 848 645 # CONFIG_EFS_FS is not set 646 + # CONFIG_JFFS_FS is not set 647 + # CONFIG_JFFS2_FS is not set 849 648 # CONFIG_CRAMFS is not set 850 649 # CONFIG_VXFS_FS is not set 851 650 # CONFIG_HPFS_FS is not set ··· 860 655 # 861 656 CONFIG_NFS_FS=y 862 657 CONFIG_NFS_V3=y 658 + # CONFIG_NFS_V3_ACL is not set 863 659 # CONFIG_NFS_V4 is not set 864 660 # CONFIG_NFS_DIRECTIO is not set 865 661 # CONFIG_NFSD is not set 866 662 CONFIG_ROOT_NFS=y 867 663 CONFIG_LOCKD=y 868 664 CONFIG_LOCKD_V4=y 665 + CONFIG_NFS_COMMON=y 869 666 CONFIG_SUNRPC=y 870 667 # CONFIG_RPCSEC_GSS_KRB5 is not set 871 668 # CONFIG_RPCSEC_GSS_SPKM3 is not set ··· 876 669 # CONFIG_NCP_FS is not set 877 670 # CONFIG_CODA_FS is not set 878 671 # CONFIG_AFS_FS is not set 672 + # CONFIG_9P_FS is not set 879 673 880 674 # 881 675 # Partition Types ··· 931 723 # 932 724 # Profiling support 933 725 # 934 - # CONFIG_PROFILING is not set 726 + CONFIG_PROFILING=y 727 + CONFIG_OPROFILE=y 935 728 936 729 # 937 730 # Kernel hacking 938 731 # 939 732 # CONFIG_PRINTK_TIME is not set 733 + CONFIG_ENABLE_MUST_CHECK=y 734 + # CONFIG_MAGIC_SYSRQ is not set 735 + # CONFIG_UNUSED_SYMBOLS is not set 940 736 # CONFIG_DEBUG_KERNEL is not set 941 737 CONFIG_LOG_BUF_SHIFT=14 942 738 # CONFIG_DEBUG_BUGVERBOSE is not set 739 + # CONFIG_DEBUG_FS is not set 943 740 # CONFIG_FRAME_POINTER is not set 741 + # CONFIG_UNWIND_INFO is not set 742 + # CONFIG_HEADERS_CHECK is not set 944 743 945 744 # 946 745 # Security options ··· 961 746 # CONFIG_CRYPTO is not set 962 747 963 748 # 964 - # Hardware crypto devices 965 - # 966 - 967 - # 968 749 # Library routines 969 750 # 970 751 # CONFIG_CRC_CCITT is not set 752 + # CONFIG_CRC16 is not set 971 753 CONFIG_CRC32=y 972 754 # CONFIG_LIBCRC32C is not set
+257 -109
arch/m32r/mappi/defconfig.nommu
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.12-rc5 4 - # Fri Jun 3 16:21:46 2005 3 + # Linux kernel version: 2.6.19 4 + # Wed Dec 13 17:57:45 2006 5 5 # 6 6 CONFIG_M32R=y 7 - # CONFIG_UID16 is not set 8 7 CONFIG_GENERIC_ISA_DMA=y 9 8 CONFIG_GENERIC_HARDIRQS=y 10 9 CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 11 12 12 # 13 13 # Code maturity level options 14 14 # 15 15 CONFIG_EXPERIMENTAL=y 16 - CONFIG_CLEAN_COMPILE=y 17 16 CONFIG_BROKEN_ON_SMP=y 18 17 CONFIG_LOCK_KERNEL=y 19 18 CONFIG_INIT_ENV_ARG_LIMIT=32 ··· 21 22 # General setup 22 23 # 23 24 CONFIG_LOCALVERSION="" 25 + CONFIG_LOCALVERSION_AUTO=y 26 + # CONFIG_SYSVIPC is not set 24 27 # CONFIG_POSIX_MQUEUE is not set 25 28 CONFIG_BSD_PROCESS_ACCT=y 26 29 # CONFIG_BSD_PROCESS_ACCT_V3 is not set 27 - CONFIG_SYSCTL=y 30 + # CONFIG_TASKSTATS is not set 31 + # CONFIG_UTS_NS is not set 28 32 # CONFIG_AUDIT is not set 29 - CONFIG_HOTPLUG=y 30 - CONFIG_KOBJECT_UEVENT=y 31 33 CONFIG_IKCONFIG=y 32 34 # CONFIG_IKCONFIG_PROC is not set 35 + CONFIG_SYSFS_DEPRECATED=y 36 + # CONFIG_RELAY is not set 37 + CONFIG_INITRAMFS_SOURCE="" 38 + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 39 + CONFIG_SYSCTL=y 33 40 CONFIG_EMBEDDED=y 41 + CONFIG_SYSCTL_SYSCALL=y 34 42 # CONFIG_KALLSYMS is not set 43 + CONFIG_HOTPLUG=y 35 44 CONFIG_PRINTK=y 36 45 CONFIG_BUG=y 46 + CONFIG_ELF_CORE=y 37 47 CONFIG_BASE_FULL=y 38 48 # CONFIG_FUTEX is not set 39 49 # CONFIG_EPOLL is not set 40 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 41 - CONFIG_CC_ALIGN_FUNCTIONS=0 42 - CONFIG_CC_ALIGN_LABELS=0 43 - CONFIG_CC_ALIGN_LOOPS=0 44 - CONFIG_CC_ALIGN_JUMPS=0 50 + CONFIG_SLAB=y 51 + CONFIG_VM_EVENT_COUNTERS=y 45 52 CONFIG_TINY_SHMEM=y 46 53 CONFIG_BASE_SMALL=0 54 + # CONFIG_SLOB is not set 47 55 48 56 # 49 57 # Loadable module support ··· 58 52 CONFIG_MODULES=y 59 53 CONFIG_MODULE_UNLOAD=y 60 54 # CONFIG_MODULE_FORCE_UNLOAD is not set 61 - CONFIG_OBSOLETE_MODPARM=y 62 55 # CONFIG_MODVERSIONS is not set 63 56 # CONFIG_MODULE_SRCVERSION_ALL is not set 64 57 CONFIG_KMOD=y 58 + 59 + # 60 + # Block layer 61 + # 62 + CONFIG_BLOCK=y 63 + # CONFIG_BLK_DEV_IO_TRACE is not set 64 + 65 + # 66 + # IO Schedulers 67 + # 68 + CONFIG_IOSCHED_NOOP=y 69 + # CONFIG_IOSCHED_AS is not set 70 + CONFIG_IOSCHED_DEADLINE=y 71 + CONFIG_IOSCHED_CFQ=y 72 + # CONFIG_DEFAULT_AS is not set 73 + # CONFIG_DEFAULT_DEADLINE is not set 74 + CONFIG_DEFAULT_CFQ=y 75 + # CONFIG_DEFAULT_NOOP is not set 76 + CONFIG_DEFAULT_IOSCHED="cfq" 65 77 66 78 # 67 79 # Processor type and features ··· 91 67 # CONFIG_PLAT_OAKS32R is not set 92 68 # CONFIG_PLAT_MAPPI2 is not set 93 69 # CONFIG_PLAT_MAPPI3 is not set 70 + # CONFIG_PLAT_M32104UT is not set 94 71 CONFIG_CHIP_M32700=y 95 72 # CONFIG_CHIP_M32102 is not set 73 + # CONFIG_CHIP_M32104 is not set 96 74 # CONFIG_CHIP_VDEC2 is not set 97 75 # CONFIG_CHIP_OPSP is not set 98 76 # CONFIG_MMU is not set ··· 108 82 CONFIG_MEMORY_START=0x00000000 109 83 CONFIG_MEMORY_SIZE=0x00E00000 110 84 CONFIG_NOHIGHMEM=y 111 - # CONFIG_DISCONTIGMEM is not set 85 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 86 + CONFIG_SELECT_MEMORY_MODEL=y 87 + # CONFIG_FLATMEM_MANUAL is not set 88 + CONFIG_DISCONTIGMEM_MANUAL=y 89 + # CONFIG_SPARSEMEM_MANUAL is not set 90 + CONFIG_DISCONTIGMEM=y 91 + CONFIG_FLAT_NODE_MEM_MAP=y 92 + CONFIG_NEED_MULTIPLE_NODES=y 93 + # CONFIG_SPARSEMEM_STATIC is not set 94 + CONFIG_SPLIT_PTLOCK_CPUS=4 95 + # CONFIG_RESOURCES_64BIT is not set 96 + CONFIG_IRAM_START=0x00f00000 97 + CONFIG_IRAM_SIZE=0x00080000 112 98 CONFIG_RWSEM_GENERIC_SPINLOCK=y 113 99 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 100 + CONFIG_GENERIC_FIND_NEXT_BIT=y 101 + CONFIG_GENERIC_HWEIGHT=y 114 102 CONFIG_GENERIC_CALIBRATE_DELAY=y 115 103 CONFIG_PREEMPT=y 116 - # CONFIG_HAVE_DEC_LOCK is not set 117 104 # CONFIG_SMP is not set 105 + CONFIG_NODES_SHIFT=1 118 106 119 107 # 120 108 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 121 109 # 122 - # CONFIG_PCI is not set 123 110 # CONFIG_ISA is not set 124 111 125 112 # ··· 141 102 CONFIG_PCCARD=y 142 103 # CONFIG_PCMCIA_DEBUG is not set 143 104 CONFIG_PCMCIA=y 105 + CONFIG_PCMCIA_LOAD_CIS=y 106 + CONFIG_PCMCIA_IOCTL=y 144 107 145 108 # 146 109 # PC-card bridges 147 110 # 148 - # CONFIG_TCIC is not set 149 111 CONFIG_M32R_PCC=y 112 + CONFIG_PCCARD_NONSTATIC=y 150 113 151 114 # 152 115 # PCI Hotplug Support ··· 163 122 # CONFIG_BINFMT_MISC is not set 164 123 165 124 # 125 + # Networking 126 + # 127 + CONFIG_NET=y 128 + 129 + # 130 + # Networking options 131 + # 132 + # CONFIG_NETDEBUG is not set 133 + CONFIG_PACKET=y 134 + # CONFIG_PACKET_MMAP is not set 135 + CONFIG_UNIX=y 136 + CONFIG_XFRM=y 137 + # CONFIG_XFRM_USER is not set 138 + # CONFIG_XFRM_SUB_POLICY is not set 139 + # CONFIG_NET_KEY is not set 140 + CONFIG_INET=y 141 + # CONFIG_IP_MULTICAST is not set 142 + # CONFIG_IP_ADVANCED_ROUTER is not set 143 + CONFIG_IP_FIB_HASH=y 144 + CONFIG_IP_PNP=y 145 + CONFIG_IP_PNP_DHCP=y 146 + # CONFIG_IP_PNP_BOOTP is not set 147 + # CONFIG_IP_PNP_RARP is not set 148 + # CONFIG_NET_IPIP is not set 149 + # CONFIG_NET_IPGRE is not set 150 + # CONFIG_ARPD is not set 151 + # CONFIG_SYN_COOKIES is not set 152 + # CONFIG_INET_AH is not set 153 + # CONFIG_INET_ESP is not set 154 + # CONFIG_INET_IPCOMP is not set 155 + # CONFIG_INET_XFRM_TUNNEL is not set 156 + # CONFIG_INET_TUNNEL is not set 157 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 158 + CONFIG_INET_XFRM_MODE_TUNNEL=y 159 + CONFIG_INET_XFRM_MODE_BEET=y 160 + CONFIG_INET_DIAG=y 161 + CONFIG_INET_TCP_DIAG=y 162 + # CONFIG_TCP_CONG_ADVANCED is not set 163 + CONFIG_TCP_CONG_CUBIC=y 164 + CONFIG_DEFAULT_TCP_CONG="cubic" 165 + # CONFIG_TCP_MD5SIG is not set 166 + # CONFIG_IPV6 is not set 167 + # CONFIG_INET6_XFRM_TUNNEL is not set 168 + # CONFIG_INET6_TUNNEL is not set 169 + # CONFIG_NETWORK_SECMARK is not set 170 + # CONFIG_NETFILTER is not set 171 + 172 + # 173 + # DCCP Configuration (EXPERIMENTAL) 174 + # 175 + # CONFIG_IP_DCCP is not set 176 + 177 + # 178 + # SCTP Configuration (EXPERIMENTAL) 179 + # 180 + # CONFIG_IP_SCTP is not set 181 + 182 + # 183 + # TIPC Configuration (EXPERIMENTAL) 184 + # 185 + # CONFIG_TIPC is not set 186 + # CONFIG_ATM is not set 187 + # CONFIG_BRIDGE is not set 188 + # CONFIG_VLAN_8021Q is not set 189 + # CONFIG_DECNET is not set 190 + # CONFIG_LLC2 is not set 191 + # CONFIG_IPX is not set 192 + # CONFIG_ATALK is not set 193 + # CONFIG_X25 is not set 194 + # CONFIG_LAPB is not set 195 + # CONFIG_ECONET is not set 196 + # CONFIG_WAN_ROUTER is not set 197 + 198 + # 199 + # QoS and/or fair queueing 200 + # 201 + # CONFIG_NET_SCHED is not set 202 + 203 + # 204 + # Network testing 205 + # 206 + # CONFIG_NET_PKTGEN is not set 207 + # CONFIG_HAMRADIO is not set 208 + # CONFIG_IRDA is not set 209 + # CONFIG_BT is not set 210 + # CONFIG_IEEE80211 is not set 211 + 212 + # 166 213 # Device Drivers 167 214 # 168 215 ··· 259 130 # 260 131 CONFIG_STANDALONE=y 261 132 CONFIG_PREVENT_FIRMWARE_BUILD=y 262 - # CONFIG_FW_LOADER is not set 133 + CONFIG_FW_LOADER=y 134 + # CONFIG_SYS_HYPERVISOR is not set 135 + 136 + # 137 + # Connector - unified userspace <-> kernelspace linker 138 + # 139 + # CONFIG_CONNECTOR is not set 263 140 264 141 # 265 142 # Memory Technology Devices (MTD) ··· 284 149 # 285 150 # Block devices 286 151 # 287 - # CONFIG_BLK_DEV_FD is not set 288 152 # CONFIG_BLK_DEV_COW_COMMON is not set 289 153 CONFIG_BLK_DEV_LOOP=y 290 154 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 291 157 CONFIG_BLK_DEV_RAM=y 292 158 CONFIG_BLK_DEV_RAM_COUNT=16 293 159 CONFIG_BLK_DEV_RAM_SIZE=4096 160 + CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 294 161 # CONFIG_BLK_DEV_INITRD is not set 295 - CONFIG_INITRAMFS_SOURCE="" 296 162 # CONFIG_CDROM_PKTCDVD is not set 163 + # CONFIG_ATA_OVER_ETH is not set 297 164 298 165 # 299 - # IO Schedulers 166 + # Misc devices 300 167 # 301 - CONFIG_IOSCHED_NOOP=y 302 - # CONFIG_IOSCHED_AS is not set 303 - CONFIG_IOSCHED_DEADLINE=y 304 - CONFIG_IOSCHED_CFQ=y 305 - # CONFIG_ATA_OVER_ETH is not set 168 + # CONFIG_TIFM_CORE is not set 306 169 307 170 # 308 171 # ATA/ATAPI/MFM/RLL support ··· 309 178 # 310 179 # SCSI device support 311 180 # 181 + # CONFIG_RAID_ATTRS is not set 312 182 # CONFIG_SCSI is not set 183 + # CONFIG_SCSI_NETLINK is not set 184 + 185 + # 186 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 187 + # 313 188 314 189 # 315 190 # Multi-device support (RAID and LVM) ··· 325 188 # 326 189 # Fusion MPT device support 327 190 # 191 + # CONFIG_FUSION is not set 328 192 329 193 # 330 194 # IEEE 1394 (FireWire) support ··· 336 198 # 337 199 338 200 # 339 - # Networking support 201 + # Network device support 340 202 # 341 - CONFIG_NET=y 342 - 343 - # 344 - # Networking options 345 - # 346 - CONFIG_PACKET=y 347 - # CONFIG_PACKET_MMAP is not set 348 - CONFIG_UNIX=y 349 - # CONFIG_NET_KEY is not set 350 - CONFIG_INET=y 351 - # CONFIG_IP_MULTICAST is not set 352 - # CONFIG_IP_ADVANCED_ROUTER is not set 353 - CONFIG_IP_PNP=y 354 - CONFIG_IP_PNP_DHCP=y 355 - # CONFIG_IP_PNP_BOOTP is not set 356 - # CONFIG_IP_PNP_RARP is not set 357 - # CONFIG_NET_IPIP is not set 358 - # CONFIG_NET_IPGRE is not set 359 - # CONFIG_ARPD is not set 360 - # CONFIG_SYN_COOKIES is not set 361 - # CONFIG_INET_AH is not set 362 - # CONFIG_INET_ESP is not set 363 - # CONFIG_INET_IPCOMP is not set 364 - # CONFIG_INET_TUNNEL is not set 365 - CONFIG_IP_TCPDIAG=y 366 - # CONFIG_IP_TCPDIAG_IPV6 is not set 367 - # CONFIG_IPV6 is not set 368 - # CONFIG_NETFILTER is not set 369 - 370 - # 371 - # SCTP Configuration (EXPERIMENTAL) 372 - # 373 - # CONFIG_IP_SCTP is not set 374 - # CONFIG_ATM is not set 375 - # CONFIG_BRIDGE is not set 376 - # CONFIG_VLAN_8021Q is not set 377 - # CONFIG_DECNET is not set 378 - # CONFIG_LLC2 is not set 379 - # CONFIG_IPX is not set 380 - # CONFIG_ATALK is not set 381 - # CONFIG_X25 is not set 382 - # CONFIG_LAPB is not set 383 - # CONFIG_NET_DIVERT is not set 384 - # CONFIG_ECONET is not set 385 - # CONFIG_WAN_ROUTER is not set 386 - 387 - # 388 - # QoS and/or fair queueing 389 - # 390 - # CONFIG_NET_SCHED is not set 391 - # CONFIG_NET_CLS_ROUTE is not set 392 - 393 - # 394 - # Network testing 395 - # 396 - # CONFIG_NET_PKTGEN is not set 397 - # CONFIG_NETPOLL is not set 398 - # CONFIG_NET_POLL_CONTROLLER is not set 399 - # CONFIG_HAMRADIO is not set 400 - # CONFIG_IRDA is not set 401 - # CONFIG_BT is not set 402 203 CONFIG_NETDEVICES=y 403 204 # CONFIG_DUMMY is not set 404 205 # CONFIG_BONDING is not set 405 206 # CONFIG_EQUALIZER is not set 406 207 # CONFIG_TUN is not set 208 + 209 + # 210 + # PHY device support 211 + # 407 212 408 213 # 409 214 # Ethernet (10 or 100Mbit) ··· 384 303 # CONFIG_SLIP is not set 385 304 # CONFIG_SHAPER is not set 386 305 # CONFIG_NETCONSOLE is not set 306 + # CONFIG_NETPOLL is not set 307 + # CONFIG_NET_POLL_CONTROLLER is not set 387 308 388 309 # 389 310 # ISDN subsystem ··· 401 318 # Input device support 402 319 # 403 320 CONFIG_INPUT=y 321 + # CONFIG_INPUT_FF_MEMLESS is not set 404 322 405 323 # 406 324 # Userland interfaces ··· 430 346 # CONFIG_SERIO_LIBPS2 is not set 431 347 # CONFIG_SERIO_RAW is not set 432 348 # CONFIG_GAMEPORT is not set 433 - CONFIG_SOUND_GAMEPORT=y 434 349 435 350 # 436 351 # Character devices ··· 449 366 CONFIG_SERIAL_CORE_CONSOLE=y 450 367 CONFIG_SERIAL_M32R_SIO=y 451 368 CONFIG_SERIAL_M32R_SIO_CONSOLE=y 452 - # CONFIG_SERIAL_M32R_PLDSIO is not set 453 369 CONFIG_UNIX98_PTYS=y 454 370 CONFIG_LEGACY_PTYS=y 455 371 CONFIG_LEGACY_PTY_COUNT=256 ··· 462 380 # Watchdog Cards 463 381 # 464 382 # CONFIG_WATCHDOG is not set 383 + CONFIG_HW_RANDOM=y 465 384 # CONFIG_RTC is not set 466 - # CONFIG_GEN_RTC is not set 467 385 # CONFIG_DTLK is not set 468 386 # CONFIG_R3964 is not set 469 387 470 388 # 471 389 # Ftape, the floppy tape device driver 472 390 # 473 - # CONFIG_DRM is not set 474 391 475 392 # 476 393 # PCMCIA character devices 477 394 # 478 395 # CONFIG_SYNCLINK_CS is not set 396 + # CONFIG_CARDMAN_4000 is not set 397 + # CONFIG_CARDMAN_4040 is not set 479 398 # CONFIG_RAW_DRIVER is not set 480 399 481 400 # 482 401 # TPM devices 483 402 # 403 + # CONFIG_TCG_TPM is not set 484 404 485 405 # 486 406 # I2C support ··· 490 406 # CONFIG_I2C is not set 491 407 492 408 # 409 + # SPI support 410 + # 411 + # CONFIG_SPI is not set 412 + # CONFIG_SPI_MASTER is not set 413 + 414 + # 493 415 # Dallas's 1-wire bus 494 416 # 495 417 # CONFIG_W1 is not set 496 418 497 419 # 498 - # Misc devices 420 + # Hardware Monitoring support 499 421 # 422 + CONFIG_HWMON=y 423 + # CONFIG_HWMON_VID is not set 424 + # CONFIG_SENSORS_ABITUGURU is not set 425 + # CONFIG_SENSORS_F71805F is not set 426 + # CONFIG_SENSORS_VT1211 is not set 427 + # CONFIG_HWMON_DEBUG_CHIP is not set 500 428 501 429 # 502 430 # Multimedia devices ··· 523 427 # 524 428 # Graphics support 525 429 # 430 + CONFIG_FIRMWARE_EDID=y 526 431 # CONFIG_FB is not set 432 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 527 433 528 434 # 529 435 # Sound ··· 537 439 # 538 440 # CONFIG_USB_ARCH_HAS_HCD is not set 539 441 # CONFIG_USB_ARCH_HAS_OHCI is not set 442 + # CONFIG_USB_ARCH_HAS_EHCI is not set 443 + 444 + # 445 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 446 + # 540 447 541 448 # 542 449 # USB Gadget Support ··· 554 451 # CONFIG_MMC is not set 555 452 556 453 # 454 + # LED devices 455 + # 456 + # CONFIG_NEW_LEDS is not set 457 + 458 + # 459 + # LED drivers 460 + # 461 + 462 + # 463 + # LED Triggers 464 + # 465 + 466 + # 557 467 # InfiniBand support 558 468 # 559 - # CONFIG_INFINIBAND is not set 469 + 470 + # 471 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 472 + # 473 + 474 + # 475 + # Real Time Clock 476 + # 477 + # CONFIG_RTC_CLASS is not set 478 + 479 + # 480 + # DMA Engine support 481 + # 482 + # CONFIG_DMA_ENGINE is not set 483 + 484 + # 485 + # DMA Clients 486 + # 487 + 488 + # 489 + # DMA Devices 490 + # 560 491 561 492 # 562 493 # File systems 563 494 # 564 495 CONFIG_EXT2_FS=y 565 496 # CONFIG_EXT2_FS_XATTR is not set 566 - # CONFIG_EXT3_FS is not set 567 - # CONFIG_JBD is not set 497 + CONFIG_EXT3_FS=y 498 + CONFIG_EXT3_FS_XATTR=y 499 + # CONFIG_EXT3_FS_POSIX_ACL is not set 500 + # CONFIG_EXT3_FS_SECURITY is not set 501 + # CONFIG_EXT4DEV_FS is not set 502 + CONFIG_JBD=y 503 + # CONFIG_JBD_DEBUG is not set 504 + CONFIG_FS_MBCACHE=y 568 505 # CONFIG_REISERFS_FS is not set 569 506 # CONFIG_JFS_FS is not set 570 - 571 - # 572 - # XFS support 573 - # 507 + # CONFIG_FS_POSIX_ACL is not set 574 508 # CONFIG_XFS_FS is not set 509 + # CONFIG_GFS2_FS is not set 510 + # CONFIG_OCFS2_FS is not set 575 511 # CONFIG_MINIX_FS is not set 576 512 # CONFIG_ROMFS_FS is not set 513 + CONFIG_INOTIFY=y 514 + CONFIG_INOTIFY_USER=y 577 515 # CONFIG_QUOTA is not set 578 516 CONFIG_DNOTIFY=y 579 517 # CONFIG_AUTOFS_FS is not set 580 518 # CONFIG_AUTOFS4_FS is not set 519 + # CONFIG_FUSE_FS is not set 581 520 582 521 # 583 522 # CD-ROM/DVD Filesystems ··· 638 493 # Pseudo filesystems 639 494 # 640 495 CONFIG_PROC_FS=y 496 + CONFIG_PROC_SYSCTL=y 641 497 CONFIG_SYSFS=y 642 - CONFIG_DEVFS_FS=y 643 - CONFIG_DEVFS_MOUNT=y 644 - # CONFIG_DEVFS_DEBUG is not set 645 - CONFIG_DEVPTS_FS_XATTR=y 646 - CONFIG_DEVPTS_FS_SECURITY=y 647 498 # CONFIG_TMPFS is not set 648 499 # CONFIG_HUGETLB_PAGE is not set 649 500 CONFIG_RAMFS=y 501 + # CONFIG_CONFIGFS_FS is not set 650 502 651 503 # 652 504 # Miscellaneous filesystems ··· 667 525 # 668 526 CONFIG_NFS_FS=y 669 527 CONFIG_NFS_V3=y 528 + # CONFIG_NFS_V3_ACL is not set 670 529 # CONFIG_NFS_V4 is not set 671 530 # CONFIG_NFS_DIRECTIO is not set 672 531 # CONFIG_NFSD is not set 673 532 CONFIG_ROOT_NFS=y 674 533 CONFIG_LOCKD=y 675 534 CONFIG_LOCKD_V4=y 535 + CONFIG_NFS_COMMON=y 676 536 CONFIG_SUNRPC=y 677 537 # CONFIG_RPCSEC_GSS_KRB5 is not set 678 538 # CONFIG_RPCSEC_GSS_SPKM3 is not set ··· 683 539 # CONFIG_NCP_FS is not set 684 540 # CONFIG_CODA_FS is not set 685 541 # CONFIG_AFS_FS is not set 542 + # CONFIG_9P_FS is not set 686 543 687 544 # 688 545 # Partition Types ··· 744 599 # Kernel hacking 745 600 # 746 601 # CONFIG_PRINTK_TIME is not set 602 + CONFIG_ENABLE_MUST_CHECK=y 603 + # CONFIG_MAGIC_SYSRQ is not set 604 + # CONFIG_UNUSED_SYMBOLS is not set 747 605 # CONFIG_DEBUG_KERNEL is not set 748 606 CONFIG_LOG_BUF_SHIFT=14 749 607 # CONFIG_DEBUG_BUGVERBOSE is not set 608 + # CONFIG_DEBUG_FS is not set 750 609 # CONFIG_FRAME_POINTER is not set 610 + # CONFIG_UNWIND_INFO is not set 611 + # CONFIG_HEADERS_CHECK is not set 751 612 752 613 # 753 614 # Security options ··· 767 616 # CONFIG_CRYPTO is not set 768 617 769 618 # 770 - # Hardware crypto devices 771 - # 772 - 773 - # 774 619 # Library routines 775 620 # 776 621 # CONFIG_CRC_CCITT is not set 622 + # CONFIG_CRC16 is not set 777 623 CONFIG_CRC32=y 778 624 # CONFIG_LIBCRC32C is not set
+267 -115
arch/m32r/mappi/defconfig.smp
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.12-rc5 4 - # Fri Jun 3 16:21:52 2005 3 + # Linux kernel version: 2.6.19 4 + # Wed Dec 13 17:50:59 2006 5 5 # 6 6 CONFIG_M32R=y 7 - # CONFIG_UID16 is not set 8 7 CONFIG_GENERIC_ISA_DMA=y 9 8 CONFIG_GENERIC_HARDIRQS=y 10 9 CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 11 12 12 # 13 13 # Code maturity level options 14 14 # 15 15 CONFIG_EXPERIMENTAL=y 16 - # CONFIG_CLEAN_COMPILE is not set 17 - CONFIG_BROKEN=y 18 - CONFIG_BROKEN_ON_SMP=y 19 16 CONFIG_LOCK_KERNEL=y 20 17 CONFIG_INIT_ENV_ARG_LIMIT=32 21 18 ··· 20 23 # General setup 21 24 # 22 25 CONFIG_LOCALVERSION="" 26 + CONFIG_LOCALVERSION_AUTO=y 23 27 CONFIG_SWAP=y 24 28 CONFIG_SYSVIPC=y 29 + # CONFIG_IPC_NS is not set 25 30 # CONFIG_POSIX_MQUEUE is not set 26 31 # CONFIG_BSD_PROCESS_ACCT is not set 27 - CONFIG_SYSCTL=y 32 + # CONFIG_TASKSTATS is not set 33 + # CONFIG_UTS_NS is not set 28 34 # CONFIG_AUDIT is not set 29 - CONFIG_HOTPLUG=y 30 - CONFIG_KOBJECT_UEVENT=y 31 35 CONFIG_IKCONFIG=y 32 36 CONFIG_IKCONFIG_PROC=y 33 37 # CONFIG_CPUSETS is not set 38 + CONFIG_SYSFS_DEPRECATED=y 39 + # CONFIG_RELAY is not set 40 + CONFIG_INITRAMFS_SOURCE="" 41 + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 42 + CONFIG_SYSCTL=y 34 43 CONFIG_EMBEDDED=y 44 + CONFIG_SYSCTL_SYSCALL=y 35 45 # CONFIG_KALLSYMS is not set 46 + CONFIG_HOTPLUG=y 36 47 CONFIG_PRINTK=y 37 48 CONFIG_BUG=y 49 + CONFIG_ELF_CORE=y 38 50 CONFIG_BASE_FULL=y 39 51 # CONFIG_FUTEX is not set 40 52 # CONFIG_EPOLL is not set 41 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 42 53 CONFIG_SHMEM=y 43 - CONFIG_CC_ALIGN_FUNCTIONS=0 44 - CONFIG_CC_ALIGN_LABELS=0 45 - CONFIG_CC_ALIGN_LOOPS=0 46 - CONFIG_CC_ALIGN_JUMPS=0 54 + CONFIG_SLAB=y 55 + CONFIG_VM_EVENT_COUNTERS=y 47 56 # CONFIG_TINY_SHMEM is not set 48 57 CONFIG_BASE_SMALL=0 58 + # CONFIG_SLOB is not set 49 59 50 60 # 51 61 # Loadable module support ··· 60 56 CONFIG_MODULES=y 61 57 CONFIG_MODULE_UNLOAD=y 62 58 # CONFIG_MODULE_FORCE_UNLOAD is not set 63 - CONFIG_OBSOLETE_MODPARM=y 64 59 # CONFIG_MODVERSIONS is not set 65 60 # CONFIG_MODULE_SRCVERSION_ALL is not set 66 61 CONFIG_KMOD=y 67 62 CONFIG_STOP_MACHINE=y 63 + 64 + # 65 + # Block layer 66 + # 67 + CONFIG_BLOCK=y 68 + # CONFIG_BLK_DEV_IO_TRACE is not set 69 + 70 + # 71 + # IO Schedulers 72 + # 73 + CONFIG_IOSCHED_NOOP=y 74 + # CONFIG_IOSCHED_AS is not set 75 + CONFIG_IOSCHED_DEADLINE=y 76 + CONFIG_IOSCHED_CFQ=y 77 + # CONFIG_DEFAULT_AS is not set 78 + # CONFIG_DEFAULT_DEADLINE is not set 79 + CONFIG_DEFAULT_CFQ=y 80 + # CONFIG_DEFAULT_NOOP is not set 81 + CONFIG_DEFAULT_IOSCHED="cfq" 68 82 69 83 # 70 84 # Processor type and features ··· 94 72 # CONFIG_PLAT_OAKS32R is not set 95 73 # CONFIG_PLAT_MAPPI2 is not set 96 74 # CONFIG_PLAT_MAPPI3 is not set 75 + # CONFIG_PLAT_M32104UT is not set 97 76 CONFIG_CHIP_M32700=y 98 77 # CONFIG_CHIP_M32102 is not set 78 + # CONFIG_CHIP_M32104 is not set 99 79 # CONFIG_CHIP_VDEC2 is not set 100 80 # CONFIG_CHIP_OPSP is not set 101 81 CONFIG_MMU=y ··· 111 87 CONFIG_MEMORY_START=0x08000000 112 88 CONFIG_MEMORY_SIZE=0x04000000 113 89 CONFIG_NOHIGHMEM=y 90 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 91 + CONFIG_SELECT_MEMORY_MODEL=y 92 + # CONFIG_FLATMEM_MANUAL is not set 93 + CONFIG_DISCONTIGMEM_MANUAL=y 94 + # CONFIG_SPARSEMEM_MANUAL is not set 114 95 CONFIG_DISCONTIGMEM=y 96 + CONFIG_FLAT_NODE_MEM_MAP=y 97 + CONFIG_NEED_MULTIPLE_NODES=y 98 + # CONFIG_SPARSEMEM_STATIC is not set 99 + CONFIG_SPLIT_PTLOCK_CPUS=4 100 + # CONFIG_RESOURCES_64BIT is not set 115 101 CONFIG_IRAM_START=0x00f00000 116 102 CONFIG_IRAM_SIZE=0x00080000 117 103 CONFIG_RWSEM_GENERIC_SPINLOCK=y 118 104 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 105 + CONFIG_GENERIC_FIND_NEXT_BIT=y 106 + CONFIG_GENERIC_HWEIGHT=y 119 107 CONFIG_GENERIC_CALIBRATE_DELAY=y 120 108 CONFIG_PREEMPT=y 121 - # CONFIG_HAVE_DEC_LOCK is not set 122 109 CONFIG_SMP=y 123 110 CONFIG_CHIP_M32700_TS1=y 124 111 CONFIG_NR_CPUS=2 125 - # CONFIG_NUMA is not set 112 + CONFIG_NODES_SHIFT=1 126 113 127 114 # 128 115 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 129 116 # 130 - # CONFIG_PCI is not set 131 117 # CONFIG_ISA is not set 132 118 133 119 # ··· 146 112 CONFIG_PCCARD=y 147 113 # CONFIG_PCMCIA_DEBUG is not set 148 114 CONFIG_PCMCIA=y 115 + CONFIG_PCMCIA_LOAD_CIS=y 116 + CONFIG_PCMCIA_IOCTL=y 149 117 150 118 # 151 119 # PC-card bridges 152 120 # 153 - # CONFIG_TCIC is not set 154 121 CONFIG_M32R_PCC=y 122 + CONFIG_PCCARD_NONSTATIC=y 155 123 156 124 # 157 125 # PCI Hotplug Support ··· 166 130 # CONFIG_BINFMT_MISC is not set 167 131 168 132 # 133 + # Networking 134 + # 135 + CONFIG_NET=y 136 + 137 + # 138 + # Networking options 139 + # 140 + # CONFIG_NETDEBUG is not set 141 + # CONFIG_PACKET is not set 142 + CONFIG_UNIX=y 143 + CONFIG_XFRM=y 144 + # CONFIG_XFRM_USER is not set 145 + # CONFIG_XFRM_SUB_POLICY is not set 146 + # CONFIG_NET_KEY is not set 147 + CONFIG_INET=y 148 + # CONFIG_IP_MULTICAST is not set 149 + # CONFIG_IP_ADVANCED_ROUTER is not set 150 + CONFIG_IP_FIB_HASH=y 151 + CONFIG_IP_PNP=y 152 + CONFIG_IP_PNP_DHCP=y 153 + # CONFIG_IP_PNP_BOOTP is not set 154 + # CONFIG_IP_PNP_RARP is not set 155 + # CONFIG_NET_IPIP is not set 156 + # CONFIG_NET_IPGRE is not set 157 + # CONFIG_ARPD is not set 158 + # CONFIG_SYN_COOKIES is not set 159 + # CONFIG_INET_AH is not set 160 + # CONFIG_INET_ESP is not set 161 + # CONFIG_INET_IPCOMP is not set 162 + # CONFIG_INET_XFRM_TUNNEL is not set 163 + # CONFIG_INET_TUNNEL is not set 164 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 165 + CONFIG_INET_XFRM_MODE_TUNNEL=y 166 + CONFIG_INET_XFRM_MODE_BEET=y 167 + CONFIG_INET_DIAG=y 168 + CONFIG_INET_TCP_DIAG=y 169 + # CONFIG_TCP_CONG_ADVANCED is not set 170 + CONFIG_TCP_CONG_CUBIC=y 171 + CONFIG_DEFAULT_TCP_CONG="cubic" 172 + # CONFIG_TCP_MD5SIG is not set 173 + # CONFIG_IPV6 is not set 174 + # CONFIG_INET6_XFRM_TUNNEL is not set 175 + # CONFIG_INET6_TUNNEL is not set 176 + # CONFIG_NETWORK_SECMARK is not set 177 + # CONFIG_NETFILTER is not set 178 + 179 + # 180 + # DCCP Configuration (EXPERIMENTAL) 181 + # 182 + # CONFIG_IP_DCCP is not set 183 + 184 + # 185 + # SCTP Configuration (EXPERIMENTAL) 186 + # 187 + # CONFIG_IP_SCTP is not set 188 + 189 + # 190 + # TIPC Configuration (EXPERIMENTAL) 191 + # 192 + # CONFIG_TIPC is not set 193 + # CONFIG_ATM is not set 194 + # CONFIG_BRIDGE is not set 195 + # CONFIG_VLAN_8021Q is not set 196 + # CONFIG_DECNET is not set 197 + # CONFIG_LLC2 is not set 198 + # CONFIG_IPX is not set 199 + # CONFIG_ATALK is not set 200 + # CONFIG_X25 is not set 201 + # CONFIG_LAPB is not set 202 + # CONFIG_ECONET is not set 203 + # CONFIG_WAN_ROUTER is not set 204 + 205 + # 206 + # QoS and/or fair queueing 207 + # 208 + # CONFIG_NET_SCHED is not set 209 + 210 + # 211 + # Network testing 212 + # 213 + # CONFIG_NET_PKTGEN is not set 214 + # CONFIG_HAMRADIO is not set 215 + # CONFIG_IRDA is not set 216 + # CONFIG_BT is not set 217 + # CONFIG_IEEE80211 is not set 218 + 219 + # 169 220 # Device Drivers 170 221 # 171 222 ··· 261 138 # 262 139 # CONFIG_STANDALONE is not set 263 140 CONFIG_PREVENT_FIRMWARE_BUILD=y 264 - # CONFIG_FW_LOADER is not set 141 + CONFIG_FW_LOADER=y 142 + # CONFIG_SYS_HYPERVISOR is not set 143 + 144 + # 145 + # Connector - unified userspace <-> kernelspace linker 146 + # 147 + # CONFIG_CONNECTOR is not set 265 148 266 149 # 267 150 # Memory Technology Devices (MTD) ··· 290 161 # CONFIG_FTL is not set 291 162 # CONFIG_NFTL is not set 292 163 # CONFIG_INFTL is not set 164 + # CONFIG_RFD_FTL is not set 165 + # CONFIG_SSFDC is not set 293 166 294 167 # 295 168 # RAM/ROM/Flash chip drivers ··· 317 186 # Mapping drivers for chip access 318 187 # 319 188 # CONFIG_MTD_COMPLEX_MAPPINGS is not set 189 + # CONFIG_MTD_PLATRAM is not set 320 190 321 191 # 322 192 # Self-contained MTD device drivers ··· 325 193 # CONFIG_MTD_SLRAM is not set 326 194 # CONFIG_MTD_PHRAM is not set 327 195 # CONFIG_MTD_MTDRAM is not set 328 - # CONFIG_MTD_BLKMTD is not set 329 196 # CONFIG_MTD_BLOCK2MTD is not set 330 197 331 198 # ··· 340 209 # CONFIG_MTD_NAND is not set 341 210 342 211 # 212 + # OneNAND Flash Device Drivers 213 + # 214 + # CONFIG_MTD_ONENAND is not set 215 + 216 + # 343 217 # Parallel port support 344 218 # 345 219 # CONFIG_PARPORT is not set ··· 356 220 # 357 221 # Block devices 358 222 # 359 - # CONFIG_BLK_DEV_FD is not set 360 223 # CONFIG_BLK_DEV_COW_COMMON is not set 361 224 CONFIG_BLK_DEV_LOOP=y 362 225 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 363 228 CONFIG_BLK_DEV_RAM=y 364 229 CONFIG_BLK_DEV_RAM_COUNT=16 365 230 CONFIG_BLK_DEV_RAM_SIZE=4096 231 + CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 366 232 CONFIG_BLK_DEV_INITRD=y 367 - CONFIG_INITRAMFS_SOURCE="" 368 233 # CONFIG_CDROM_PKTCDVD is not set 234 + # CONFIG_ATA_OVER_ETH is not set 369 235 370 236 # 371 - # IO Schedulers 237 + # Misc devices 372 238 # 373 - CONFIG_IOSCHED_NOOP=y 374 - # CONFIG_IOSCHED_AS is not set 375 - CONFIG_IOSCHED_DEADLINE=y 376 - CONFIG_IOSCHED_CFQ=y 377 - # CONFIG_ATA_OVER_ETH is not set 239 + # CONFIG_TIFM_CORE is not set 378 240 379 241 # 380 242 # ATA/ATAPI/MFM/RLL support 381 243 # 382 244 CONFIG_IDE=m 245 + CONFIG_IDE_MAX_HWIFS=4 383 246 CONFIG_BLK_DEV_IDE=m 384 247 385 248 # ··· 404 271 # 405 272 # SCSI device support 406 273 # 274 + # CONFIG_RAID_ATTRS is not set 407 275 # CONFIG_SCSI is not set 276 + # CONFIG_SCSI_NETLINK is not set 277 + 278 + # 279 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 280 + # 408 281 409 282 # 410 283 # Multi-device support (RAID and LVM) ··· 420 281 # 421 282 # Fusion MPT device support 422 283 # 284 + # CONFIG_FUSION is not set 423 285 424 286 # 425 287 # IEEE 1394 (FireWire) support 426 288 # 427 - # CONFIG_IEEE1394 is not set 428 289 429 290 # 430 291 # I2O device support 431 292 # 432 293 433 294 # 434 - # Networking support 295 + # Network device support 435 296 # 436 - CONFIG_NET=y 437 - 438 - # 439 - # Networking options 440 - # 441 - # CONFIG_PACKET is not set 442 - CONFIG_UNIX=y 443 - # CONFIG_NET_KEY is not set 444 - CONFIG_INET=y 445 - # CONFIG_IP_MULTICAST is not set 446 - # CONFIG_IP_ADVANCED_ROUTER is not set 447 - CONFIG_IP_PNP=y 448 - CONFIG_IP_PNP_DHCP=y 449 - # CONFIG_IP_PNP_BOOTP is not set 450 - # CONFIG_IP_PNP_RARP is not set 451 - # CONFIG_NET_IPIP is not set 452 - # CONFIG_NET_IPGRE is not set 453 - # CONFIG_ARPD is not set 454 - # CONFIG_SYN_COOKIES is not set 455 - # CONFIG_INET_AH is not set 456 - # CONFIG_INET_ESP is not set 457 - # CONFIG_INET_IPCOMP is not set 458 - # CONFIG_INET_TUNNEL is not set 459 - CONFIG_IP_TCPDIAG=y 460 - # CONFIG_IP_TCPDIAG_IPV6 is not set 461 - # CONFIG_IPV6 is not set 462 - # CONFIG_NETFILTER is not set 463 - 464 - # 465 - # SCTP Configuration (EXPERIMENTAL) 466 - # 467 - # CONFIG_IP_SCTP is not set 468 - # CONFIG_ATM is not set 469 - # CONFIG_BRIDGE is not set 470 - # CONFIG_VLAN_8021Q is not set 471 - # CONFIG_DECNET is not set 472 - # CONFIG_LLC2 is not set 473 - # CONFIG_IPX is not set 474 - # CONFIG_ATALK is not set 475 - # CONFIG_X25 is not set 476 - # CONFIG_LAPB is not set 477 - # CONFIG_NET_DIVERT is not set 478 - # CONFIG_ECONET is not set 479 - # CONFIG_WAN_ROUTER is not set 480 - 481 - # 482 - # QoS and/or fair queueing 483 - # 484 - # CONFIG_NET_SCHED is not set 485 - # CONFIG_NET_CLS_ROUTE is not set 486 - 487 - # 488 - # Network testing 489 - # 490 - # CONFIG_NET_PKTGEN is not set 491 - # CONFIG_NETPOLL is not set 492 - # CONFIG_NET_POLL_CONTROLLER is not set 493 - # CONFIG_HAMRADIO is not set 494 - # CONFIG_IRDA is not set 495 - # CONFIG_BT is not set 496 297 CONFIG_NETDEVICES=y 497 298 # CONFIG_DUMMY is not set 498 299 # CONFIG_BONDING is not set 499 300 # CONFIG_EQUALIZER is not set 500 301 # CONFIG_TUN is not set 302 + 303 + # 304 + # PHY device support 305 + # 501 306 502 307 # 503 308 # Ethernet (10 or 100Mbit) ··· 479 396 # CONFIG_SLIP is not set 480 397 # CONFIG_SHAPER is not set 481 398 # CONFIG_NETCONSOLE is not set 399 + # CONFIG_NETPOLL is not set 400 + # CONFIG_NET_POLL_CONTROLLER is not set 482 401 483 402 # 484 403 # ISDN subsystem ··· 496 411 # Input device support 497 412 # 498 413 CONFIG_INPUT=y 414 + # CONFIG_INPUT_FF_MEMLESS is not set 499 415 500 416 # 501 417 # Userland interfaces ··· 528 442 # CONFIG_SERIO_LIBPS2 is not set 529 443 # CONFIG_SERIO_RAW is not set 530 444 # CONFIG_GAMEPORT is not set 531 - CONFIG_SOUND_GAMEPORT=y 532 445 533 446 # 534 447 # Character devices ··· 547 462 CONFIG_SERIAL_CORE_CONSOLE=y 548 463 CONFIG_SERIAL_M32R_SIO=y 549 464 CONFIG_SERIAL_M32R_SIO_CONSOLE=y 550 - # CONFIG_SERIAL_M32R_PLDSIO is not set 551 465 CONFIG_UNIX98_PTYS=y 552 466 CONFIG_LEGACY_PTYS=y 553 467 CONFIG_LEGACY_PTY_COUNT=256 ··· 560 476 # Watchdog Cards 561 477 # 562 478 # CONFIG_WATCHDOG is not set 479 + CONFIG_HW_RANDOM=y 563 480 # CONFIG_RTC is not set 564 - # CONFIG_GEN_RTC is not set 565 481 # CONFIG_DTLK is not set 566 482 # CONFIG_R3964 is not set 567 483 568 484 # 569 485 # Ftape, the floppy tape device driver 570 486 # 571 - # CONFIG_DRM is not set 572 487 573 488 # 574 489 # PCMCIA character devices 575 490 # 576 491 # CONFIG_SYNCLINK_CS is not set 492 + # CONFIG_CARDMAN_4000 is not set 493 + # CONFIG_CARDMAN_4040 is not set 577 494 # CONFIG_RAW_DRIVER is not set 578 495 579 496 # 580 497 # TPM devices 581 498 # 499 + # CONFIG_TCG_TPM is not set 582 500 583 501 # 584 502 # I2C support ··· 588 502 # CONFIG_I2C is not set 589 503 590 504 # 505 + # SPI support 506 + # 507 + # CONFIG_SPI is not set 508 + # CONFIG_SPI_MASTER is not set 509 + 510 + # 591 511 # Dallas's 1-wire bus 592 512 # 593 513 # CONFIG_W1 is not set 594 514 595 515 # 596 - # Misc devices 516 + # Hardware Monitoring support 597 517 # 518 + CONFIG_HWMON=y 519 + # CONFIG_HWMON_VID is not set 520 + # CONFIG_SENSORS_ABITUGURU is not set 521 + # CONFIG_SENSORS_F71805F is not set 522 + # CONFIG_SENSORS_VT1211 is not set 523 + # CONFIG_HWMON_DEBUG_CHIP is not set 598 524 599 525 # 600 526 # Multimedia devices ··· 621 523 # 622 524 # Graphics support 623 525 # 526 + CONFIG_FIRMWARE_EDID=y 624 527 # CONFIG_FB is not set 528 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 625 529 626 530 # 627 531 # Sound ··· 635 535 # 636 536 # CONFIG_USB_ARCH_HAS_HCD is not set 637 537 # CONFIG_USB_ARCH_HAS_OHCI is not set 538 + # CONFIG_USB_ARCH_HAS_EHCI is not set 539 + 540 + # 541 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 542 + # 638 543 639 544 # 640 545 # USB Gadget Support ··· 652 547 # CONFIG_MMC is not set 653 548 654 549 # 550 + # LED devices 551 + # 552 + # CONFIG_NEW_LEDS is not set 553 + 554 + # 555 + # LED drivers 556 + # 557 + 558 + # 559 + # LED Triggers 560 + # 561 + 562 + # 655 563 # InfiniBand support 656 564 # 657 - # CONFIG_INFINIBAND is not set 565 + 566 + # 567 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 568 + # 569 + 570 + # 571 + # Real Time Clock 572 + # 573 + # CONFIG_RTC_CLASS is not set 574 + 575 + # 576 + # DMA Engine support 577 + # 578 + # CONFIG_DMA_ENGINE is not set 579 + 580 + # 581 + # DMA Clients 582 + # 583 + 584 + # 585 + # DMA Devices 586 + # 658 587 659 588 # 660 589 # File systems 661 590 # 662 591 CONFIG_EXT2_FS=y 663 592 # CONFIG_EXT2_FS_XATTR is not set 664 - # CONFIG_EXT3_FS is not set 665 - # CONFIG_JBD is not set 593 + # CONFIG_EXT2_FS_XIP is not set 594 + CONFIG_EXT3_FS=y 595 + CONFIG_EXT3_FS_XATTR=y 596 + # CONFIG_EXT3_FS_POSIX_ACL is not set 597 + # CONFIG_EXT3_FS_SECURITY is not set 598 + # CONFIG_EXT4DEV_FS is not set 599 + CONFIG_JBD=y 600 + # CONFIG_JBD_DEBUG is not set 601 + CONFIG_FS_MBCACHE=y 666 602 # CONFIG_REISERFS_FS is not set 667 603 # CONFIG_JFS_FS is not set 668 - 669 - # 670 - # XFS support 671 - # 604 + # CONFIG_FS_POSIX_ACL is not set 672 605 # CONFIG_XFS_FS is not set 606 + # CONFIG_GFS2_FS is not set 607 + # CONFIG_OCFS2_FS is not set 673 608 # CONFIG_MINIX_FS is not set 674 609 CONFIG_ROMFS_FS=y 610 + CONFIG_INOTIFY=y 611 + CONFIG_INOTIFY_USER=y 675 612 # CONFIG_QUOTA is not set 676 613 CONFIG_DNOTIFY=y 677 614 # CONFIG_AUTOFS_FS is not set 678 615 # CONFIG_AUTOFS4_FS is not set 616 + # CONFIG_FUSE_FS is not set 679 617 680 618 # 681 619 # CD-ROM/DVD Filesystems ··· 743 595 # 744 596 CONFIG_PROC_FS=y 745 597 CONFIG_PROC_KCORE=y 598 + CONFIG_PROC_SYSCTL=y 746 599 CONFIG_SYSFS=y 747 - CONFIG_DEVFS_FS=y 748 - CONFIG_DEVFS_MOUNT=y 749 - # CONFIG_DEVFS_DEBUG is not set 750 - # CONFIG_DEVPTS_FS_XATTR is not set 751 600 CONFIG_TMPFS=y 752 - # CONFIG_TMPFS_XATTR is not set 753 - # CONFIG_HUGETLBFS is not set 601 + # CONFIG_TMPFS_POSIX_ACL is not set 754 602 # CONFIG_HUGETLB_PAGE is not set 755 603 CONFIG_RAMFS=y 604 + # CONFIG_CONFIGFS_FS is not set 756 605 757 606 # 758 607 # Miscellaneous filesystems ··· 766 621 CONFIG_JFFS_PROC_FS=y 767 622 CONFIG_JFFS2_FS=y 768 623 CONFIG_JFFS2_FS_DEBUG=0 769 - # CONFIG_JFFS2_FS_NAND is not set 770 - # CONFIG_JFFS2_FS_NOR_ECC is not set 624 + CONFIG_JFFS2_FS_WRITEBUFFER=y 625 + # CONFIG_JFFS2_SUMMARY is not set 626 + # CONFIG_JFFS2_FS_XATTR is not set 771 627 # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set 772 628 CONFIG_JFFS2_ZLIB=y 773 629 CONFIG_JFFS2_RTIME=y ··· 785 639 # 786 640 CONFIG_NFS_FS=y 787 641 CONFIG_NFS_V3=y 642 + # CONFIG_NFS_V3_ACL is not set 788 643 # CONFIG_NFS_V4 is not set 789 644 # CONFIG_NFS_DIRECTIO is not set 790 645 # CONFIG_NFSD is not set 791 646 CONFIG_ROOT_NFS=y 792 647 CONFIG_LOCKD=y 793 648 CONFIG_LOCKD_V4=y 649 + CONFIG_NFS_COMMON=y 794 650 CONFIG_SUNRPC=y 795 651 # CONFIG_RPCSEC_GSS_KRB5 is not set 796 652 # CONFIG_RPCSEC_GSS_SPKM3 is not set ··· 801 653 # CONFIG_NCP_FS is not set 802 654 # CONFIG_CODA_FS is not set 803 655 # CONFIG_AFS_FS is not set 656 + # CONFIG_9P_FS is not set 804 657 805 658 # 806 659 # Partition Types ··· 862 713 # Kernel hacking 863 714 # 864 715 # CONFIG_PRINTK_TIME is not set 716 + CONFIG_ENABLE_MUST_CHECK=y 717 + # CONFIG_MAGIC_SYSRQ is not set 718 + # CONFIG_UNUSED_SYMBOLS is not set 865 719 # CONFIG_DEBUG_KERNEL is not set 866 720 CONFIG_LOG_BUF_SHIFT=15 867 721 # CONFIG_DEBUG_BUGVERBOSE is not set 722 + # CONFIG_DEBUG_FS is not set 868 723 # CONFIG_FRAME_POINTER is not set 724 + # CONFIG_UNWIND_INFO is not set 725 + # CONFIG_HEADERS_CHECK is not set 869 726 870 727 # 871 728 # Security options ··· 885 730 # CONFIG_CRYPTO is not set 886 731 887 732 # 888 - # Hardware crypto devices 889 - # 890 - 891 - # 892 733 # Library routines 893 734 # 894 735 # CONFIG_CRC_CCITT is not set 736 + # CONFIG_CRC16 is not set 895 737 CONFIG_CRC32=y 896 738 # CONFIG_LIBCRC32C is not set 897 739 CONFIG_ZLIB_INFLATE=y
+267 -113
arch/m32r/mappi/defconfig.up
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.12-rc5 4 - # Fri Jun 3 16:21:59 2005 3 + # Linux kernel version: 2.6.19 4 + # Wed Dec 13 17:51:20 2006 5 5 # 6 6 CONFIG_M32R=y 7 - # CONFIG_UID16 is not set 8 7 CONFIG_GENERIC_ISA_DMA=y 9 8 CONFIG_GENERIC_HARDIRQS=y 10 9 CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 11 12 12 # 13 13 # Code maturity level options 14 14 # 15 15 CONFIG_EXPERIMENTAL=y 16 - # CONFIG_CLEAN_COMPILE is not set 17 - CONFIG_BROKEN=y 18 16 CONFIG_BROKEN_ON_SMP=y 19 17 CONFIG_LOCK_KERNEL=y 20 18 CONFIG_INIT_ENV_ARG_LIMIT=32 ··· 21 23 # General setup 22 24 # 23 25 CONFIG_LOCALVERSION="" 26 + CONFIG_LOCALVERSION_AUTO=y 24 27 CONFIG_SWAP=y 25 28 CONFIG_SYSVIPC=y 29 + # CONFIG_IPC_NS is not set 26 30 # CONFIG_POSIX_MQUEUE is not set 27 31 # CONFIG_BSD_PROCESS_ACCT is not set 28 - CONFIG_SYSCTL=y 32 + # CONFIG_TASKSTATS is not set 33 + # CONFIG_UTS_NS is not set 29 34 # CONFIG_AUDIT is not set 30 - CONFIG_HOTPLUG=y 31 - CONFIG_KOBJECT_UEVENT=y 32 35 CONFIG_IKCONFIG=y 33 36 CONFIG_IKCONFIG_PROC=y 37 + CONFIG_SYSFS_DEPRECATED=y 38 + # CONFIG_RELAY is not set 39 + CONFIG_INITRAMFS_SOURCE="" 40 + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 41 + CONFIG_SYSCTL=y 34 42 CONFIG_EMBEDDED=y 43 + CONFIG_SYSCTL_SYSCALL=y 35 44 # CONFIG_KALLSYMS is not set 45 + CONFIG_HOTPLUG=y 36 46 CONFIG_PRINTK=y 37 47 CONFIG_BUG=y 48 + CONFIG_ELF_CORE=y 38 49 CONFIG_BASE_FULL=y 39 50 # CONFIG_FUTEX is not set 40 51 # CONFIG_EPOLL is not set 41 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 42 52 CONFIG_SHMEM=y 43 - CONFIG_CC_ALIGN_FUNCTIONS=0 44 - CONFIG_CC_ALIGN_LABELS=0 45 - CONFIG_CC_ALIGN_LOOPS=0 46 - CONFIG_CC_ALIGN_JUMPS=0 53 + CONFIG_SLAB=y 54 + CONFIG_VM_EVENT_COUNTERS=y 47 55 # CONFIG_TINY_SHMEM is not set 48 56 CONFIG_BASE_SMALL=0 57 + # CONFIG_SLOB is not set 49 58 50 59 # 51 60 # Loadable module support ··· 60 55 CONFIG_MODULES=y 61 56 CONFIG_MODULE_UNLOAD=y 62 57 # CONFIG_MODULE_FORCE_UNLOAD is not set 63 - CONFIG_OBSOLETE_MODPARM=y 64 58 # CONFIG_MODVERSIONS is not set 65 59 # CONFIG_MODULE_SRCVERSION_ALL is not set 66 60 CONFIG_KMOD=y 61 + 62 + # 63 + # Block layer 64 + # 65 + CONFIG_BLOCK=y 66 + # CONFIG_BLK_DEV_IO_TRACE is not set 67 + 68 + # 69 + # IO Schedulers 70 + # 71 + CONFIG_IOSCHED_NOOP=y 72 + # CONFIG_IOSCHED_AS is not set 73 + CONFIG_IOSCHED_DEADLINE=y 74 + CONFIG_IOSCHED_CFQ=y 75 + # CONFIG_DEFAULT_AS is not set 76 + # CONFIG_DEFAULT_DEADLINE is not set 77 + CONFIG_DEFAULT_CFQ=y 78 + # CONFIG_DEFAULT_NOOP is not set 79 + CONFIG_DEFAULT_IOSCHED="cfq" 67 80 68 81 # 69 82 # Processor type and features ··· 93 70 # CONFIG_PLAT_OAKS32R is not set 94 71 # CONFIG_PLAT_MAPPI2 is not set 95 72 # CONFIG_PLAT_MAPPI3 is not set 73 + # CONFIG_PLAT_M32104UT is not set 96 74 CONFIG_CHIP_M32700=y 97 75 # CONFIG_CHIP_M32102 is not set 76 + # CONFIG_CHIP_M32104 is not set 98 77 # CONFIG_CHIP_VDEC2 is not set 99 78 # CONFIG_CHIP_OPSP is not set 100 79 CONFIG_MMU=y ··· 110 85 CONFIG_MEMORY_START=0x08000000 111 86 CONFIG_MEMORY_SIZE=0x04000000 112 87 CONFIG_NOHIGHMEM=y 88 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 89 + CONFIG_SELECT_MEMORY_MODEL=y 90 + # CONFIG_FLATMEM_MANUAL is not set 91 + CONFIG_DISCONTIGMEM_MANUAL=y 92 + # CONFIG_SPARSEMEM_MANUAL is not set 113 93 CONFIG_DISCONTIGMEM=y 94 + CONFIG_FLAT_NODE_MEM_MAP=y 95 + CONFIG_NEED_MULTIPLE_NODES=y 96 + # CONFIG_SPARSEMEM_STATIC is not set 97 + CONFIG_SPLIT_PTLOCK_CPUS=4 98 + # CONFIG_RESOURCES_64BIT is not set 114 99 CONFIG_IRAM_START=0x00f00000 115 100 CONFIG_IRAM_SIZE=0x00080000 116 101 CONFIG_RWSEM_GENERIC_SPINLOCK=y 117 102 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 103 + CONFIG_GENERIC_FIND_NEXT_BIT=y 104 + CONFIG_GENERIC_HWEIGHT=y 118 105 CONFIG_GENERIC_CALIBRATE_DELAY=y 119 106 CONFIG_PREEMPT=y 120 - # CONFIG_HAVE_DEC_LOCK is not set 121 107 # CONFIG_SMP is not set 108 + CONFIG_NODES_SHIFT=1 122 109 123 110 # 124 111 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 125 112 # 126 - # CONFIG_PCI is not set 127 113 # CONFIG_ISA is not set 128 114 129 115 # ··· 143 107 CONFIG_PCCARD=y 144 108 # CONFIG_PCMCIA_DEBUG is not set 145 109 CONFIG_PCMCIA=y 110 + CONFIG_PCMCIA_LOAD_CIS=y 111 + CONFIG_PCMCIA_IOCTL=y 146 112 147 113 # 148 114 # PC-card bridges 149 115 # 150 - # CONFIG_TCIC is not set 151 116 CONFIG_M32R_PCC=y 117 + CONFIG_PCCARD_NONSTATIC=y 152 118 153 119 # 154 120 # PCI Hotplug Support ··· 163 125 # CONFIG_BINFMT_MISC is not set 164 126 165 127 # 128 + # Networking 129 + # 130 + CONFIG_NET=y 131 + 132 + # 133 + # Networking options 134 + # 135 + # CONFIG_NETDEBUG is not set 136 + # CONFIG_PACKET is not set 137 + CONFIG_UNIX=y 138 + CONFIG_XFRM=y 139 + # CONFIG_XFRM_USER is not set 140 + # CONFIG_XFRM_SUB_POLICY is not set 141 + # CONFIG_NET_KEY is not set 142 + CONFIG_INET=y 143 + # CONFIG_IP_MULTICAST is not set 144 + # CONFIG_IP_ADVANCED_ROUTER is not set 145 + CONFIG_IP_FIB_HASH=y 146 + CONFIG_IP_PNP=y 147 + CONFIG_IP_PNP_DHCP=y 148 + # CONFIG_IP_PNP_BOOTP is not set 149 + # CONFIG_IP_PNP_RARP is not set 150 + # CONFIG_NET_IPIP is not set 151 + # CONFIG_NET_IPGRE is not set 152 + # CONFIG_ARPD is not set 153 + # CONFIG_SYN_COOKIES is not set 154 + # CONFIG_INET_AH is not set 155 + # CONFIG_INET_ESP is not set 156 + # CONFIG_INET_IPCOMP is not set 157 + # CONFIG_INET_XFRM_TUNNEL is not set 158 + # CONFIG_INET_TUNNEL is not set 159 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 160 + CONFIG_INET_XFRM_MODE_TUNNEL=y 161 + CONFIG_INET_XFRM_MODE_BEET=y 162 + CONFIG_INET_DIAG=y 163 + CONFIG_INET_TCP_DIAG=y 164 + # CONFIG_TCP_CONG_ADVANCED is not set 165 + CONFIG_TCP_CONG_CUBIC=y 166 + CONFIG_DEFAULT_TCP_CONG="cubic" 167 + # CONFIG_TCP_MD5SIG is not set 168 + # CONFIG_IPV6 is not set 169 + # CONFIG_INET6_XFRM_TUNNEL is not set 170 + # CONFIG_INET6_TUNNEL is not set 171 + # CONFIG_NETWORK_SECMARK is not set 172 + # CONFIG_NETFILTER is not set 173 + 174 + # 175 + # DCCP Configuration (EXPERIMENTAL) 176 + # 177 + # CONFIG_IP_DCCP is not set 178 + 179 + # 180 + # SCTP Configuration (EXPERIMENTAL) 181 + # 182 + # CONFIG_IP_SCTP is not set 183 + 184 + # 185 + # TIPC Configuration (EXPERIMENTAL) 186 + # 187 + # CONFIG_TIPC is not set 188 + # CONFIG_ATM is not set 189 + # CONFIG_BRIDGE is not set 190 + # CONFIG_VLAN_8021Q is not set 191 + # CONFIG_DECNET is not set 192 + # CONFIG_LLC2 is not set 193 + # CONFIG_IPX is not set 194 + # CONFIG_ATALK is not set 195 + # CONFIG_X25 is not set 196 + # CONFIG_LAPB is not set 197 + # CONFIG_ECONET is not set 198 + # CONFIG_WAN_ROUTER is not set 199 + 200 + # 201 + # QoS and/or fair queueing 202 + # 203 + # CONFIG_NET_SCHED is not set 204 + 205 + # 206 + # Network testing 207 + # 208 + # CONFIG_NET_PKTGEN is not set 209 + # CONFIG_HAMRADIO is not set 210 + # CONFIG_IRDA is not set 211 + # CONFIG_BT is not set 212 + # CONFIG_IEEE80211 is not set 213 + 214 + # 166 215 # Device Drivers 167 216 # 168 217 ··· 258 133 # 259 134 # CONFIG_STANDALONE is not set 260 135 CONFIG_PREVENT_FIRMWARE_BUILD=y 261 - # CONFIG_FW_LOADER is not set 136 + CONFIG_FW_LOADER=y 137 + # CONFIG_SYS_HYPERVISOR is not set 138 + 139 + # 140 + # Connector - unified userspace <-> kernelspace linker 141 + # 142 + # CONFIG_CONNECTOR is not set 262 143 263 144 # 264 145 # Memory Technology Devices (MTD) ··· 287 156 # CONFIG_FTL is not set 288 157 # CONFIG_NFTL is not set 289 158 # CONFIG_INFTL is not set 159 + # CONFIG_RFD_FTL is not set 160 + # CONFIG_SSFDC is not set 290 161 291 162 # 292 163 # RAM/ROM/Flash chip drivers ··· 314 181 # Mapping drivers for chip access 315 182 # 316 183 # CONFIG_MTD_COMPLEX_MAPPINGS is not set 184 + # CONFIG_MTD_PLATRAM is not set 317 185 318 186 # 319 187 # Self-contained MTD device drivers ··· 322 188 # CONFIG_MTD_SLRAM is not set 323 189 # CONFIG_MTD_PHRAM is not set 324 190 # CONFIG_MTD_MTDRAM is not set 325 - # CONFIG_MTD_BLKMTD is not set 326 191 # CONFIG_MTD_BLOCK2MTD is not set 327 192 328 193 # ··· 337 204 # CONFIG_MTD_NAND is not set 338 205 339 206 # 207 + # OneNAND Flash Device Drivers 208 + # 209 + # CONFIG_MTD_ONENAND is not set 210 + 211 + # 340 212 # Parallel port support 341 213 # 342 214 # CONFIG_PARPORT is not set ··· 353 215 # 354 216 # Block devices 355 217 # 356 - # CONFIG_BLK_DEV_FD is not set 357 218 # CONFIG_BLK_DEV_COW_COMMON is not set 358 219 CONFIG_BLK_DEV_LOOP=y 359 220 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 360 223 CONFIG_BLK_DEV_RAM=y 361 224 CONFIG_BLK_DEV_RAM_COUNT=16 362 225 CONFIG_BLK_DEV_RAM_SIZE=4096 226 + CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 363 227 CONFIG_BLK_DEV_INITRD=y 364 - CONFIG_INITRAMFS_SOURCE="" 365 228 # CONFIG_CDROM_PKTCDVD is not set 229 + # CONFIG_ATA_OVER_ETH is not set 366 230 367 231 # 368 - # IO Schedulers 232 + # Misc devices 369 233 # 370 - CONFIG_IOSCHED_NOOP=y 371 - # CONFIG_IOSCHED_AS is not set 372 - CONFIG_IOSCHED_DEADLINE=y 373 - CONFIG_IOSCHED_CFQ=y 374 - # CONFIG_ATA_OVER_ETH is not set 234 + # CONFIG_TIFM_CORE is not set 375 235 376 236 # 377 237 # ATA/ATAPI/MFM/RLL support 378 238 # 379 239 CONFIG_IDE=m 240 + CONFIG_IDE_MAX_HWIFS=4 380 241 CONFIG_BLK_DEV_IDE=m 381 242 382 243 # ··· 401 266 # 402 267 # SCSI device support 403 268 # 269 + # CONFIG_RAID_ATTRS is not set 404 270 # CONFIG_SCSI is not set 271 + # CONFIG_SCSI_NETLINK is not set 272 + 273 + # 274 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 275 + # 405 276 406 277 # 407 278 # Multi-device support (RAID and LVM) ··· 417 276 # 418 277 # Fusion MPT device support 419 278 # 279 + # CONFIG_FUSION is not set 420 280 421 281 # 422 282 # IEEE 1394 (FireWire) support 423 283 # 424 - # CONFIG_IEEE1394 is not set 425 284 426 285 # 427 286 # I2O device support 428 287 # 429 288 430 289 # 431 - # Networking support 290 + # Network device support 432 291 # 433 - CONFIG_NET=y 434 - 435 - # 436 - # Networking options 437 - # 438 - # CONFIG_PACKET is not set 439 - CONFIG_UNIX=y 440 - # CONFIG_NET_KEY is not set 441 - CONFIG_INET=y 442 - # CONFIG_IP_MULTICAST is not set 443 - # CONFIG_IP_ADVANCED_ROUTER is not set 444 - CONFIG_IP_PNP=y 445 - CONFIG_IP_PNP_DHCP=y 446 - # CONFIG_IP_PNP_BOOTP is not set 447 - # CONFIG_IP_PNP_RARP is not set 448 - # CONFIG_NET_IPIP is not set 449 - # CONFIG_NET_IPGRE is not set 450 - # CONFIG_ARPD is not set 451 - # CONFIG_SYN_COOKIES is not set 452 - # CONFIG_INET_AH is not set 453 - # CONFIG_INET_ESP is not set 454 - # CONFIG_INET_IPCOMP is not set 455 - # CONFIG_INET_TUNNEL is not set 456 - CONFIG_IP_TCPDIAG=y 457 - # CONFIG_IP_TCPDIAG_IPV6 is not set 458 - # CONFIG_IPV6 is not set 459 - # CONFIG_NETFILTER is not set 460 - 461 - # 462 - # SCTP Configuration (EXPERIMENTAL) 463 - # 464 - # CONFIG_IP_SCTP is not set 465 - # CONFIG_ATM is not set 466 - # CONFIG_BRIDGE is not set 467 - # CONFIG_VLAN_8021Q is not set 468 - # CONFIG_DECNET is not set 469 - # CONFIG_LLC2 is not set 470 - # CONFIG_IPX is not set 471 - # CONFIG_ATALK is not set 472 - # CONFIG_X25 is not set 473 - # CONFIG_LAPB is not set 474 - # CONFIG_NET_DIVERT is not set 475 - # CONFIG_ECONET is not set 476 - # CONFIG_WAN_ROUTER is not set 477 - 478 - # 479 - # QoS and/or fair queueing 480 - # 481 - # CONFIG_NET_SCHED is not set 482 - # CONFIG_NET_CLS_ROUTE is not set 483 - 484 - # 485 - # Network testing 486 - # 487 - # CONFIG_NET_PKTGEN is not set 488 - # CONFIG_NETPOLL is not set 489 - # CONFIG_NET_POLL_CONTROLLER is not set 490 - # CONFIG_HAMRADIO is not set 491 - # CONFIG_IRDA is not set 492 - # CONFIG_BT is not set 493 292 CONFIG_NETDEVICES=y 494 293 # CONFIG_DUMMY is not set 495 294 # CONFIG_BONDING is not set 496 295 # CONFIG_EQUALIZER is not set 497 296 # CONFIG_TUN is not set 297 + 298 + # 299 + # PHY device support 300 + # 498 301 499 302 # 500 303 # Ethernet (10 or 100Mbit) ··· 476 391 # CONFIG_SLIP is not set 477 392 # CONFIG_SHAPER is not set 478 393 # CONFIG_NETCONSOLE is not set 394 + # CONFIG_NETPOLL is not set 395 + # CONFIG_NET_POLL_CONTROLLER is not set 479 396 480 397 # 481 398 # ISDN subsystem ··· 493 406 # Input device support 494 407 # 495 408 CONFIG_INPUT=y 409 + # CONFIG_INPUT_FF_MEMLESS is not set 496 410 497 411 # 498 412 # Userland interfaces ··· 525 437 # CONFIG_SERIO_LIBPS2 is not set 526 438 # CONFIG_SERIO_RAW is not set 527 439 # CONFIG_GAMEPORT is not set 528 - CONFIG_SOUND_GAMEPORT=y 529 440 530 441 # 531 442 # Character devices ··· 544 457 CONFIG_SERIAL_CORE_CONSOLE=y 545 458 CONFIG_SERIAL_M32R_SIO=y 546 459 CONFIG_SERIAL_M32R_SIO_CONSOLE=y 547 - # CONFIG_SERIAL_M32R_PLDSIO is not set 548 460 CONFIG_UNIX98_PTYS=y 549 461 CONFIG_LEGACY_PTYS=y 550 462 CONFIG_LEGACY_PTY_COUNT=256 ··· 557 471 # Watchdog Cards 558 472 # 559 473 # CONFIG_WATCHDOG is not set 474 + CONFIG_HW_RANDOM=y 560 475 # CONFIG_RTC is not set 561 - # CONFIG_GEN_RTC is not set 562 476 # CONFIG_DTLK is not set 563 477 # CONFIG_R3964 is not set 564 478 565 479 # 566 480 # Ftape, the floppy tape device driver 567 481 # 568 - # CONFIG_DRM is not set 569 482 570 483 # 571 484 # PCMCIA character devices 572 485 # 573 486 # CONFIG_SYNCLINK_CS is not set 487 + # CONFIG_CARDMAN_4000 is not set 488 + # CONFIG_CARDMAN_4040 is not set 574 489 # CONFIG_RAW_DRIVER is not set 575 490 576 491 # 577 492 # TPM devices 578 493 # 494 + # CONFIG_TCG_TPM is not set 579 495 580 496 # 581 497 # I2C support ··· 585 497 # CONFIG_I2C is not set 586 498 587 499 # 500 + # SPI support 501 + # 502 + # CONFIG_SPI is not set 503 + # CONFIG_SPI_MASTER is not set 504 + 505 + # 588 506 # Dallas's 1-wire bus 589 507 # 590 508 # CONFIG_W1 is not set 591 509 592 510 # 593 - # Misc devices 511 + # Hardware Monitoring support 594 512 # 513 + CONFIG_HWMON=y 514 + # CONFIG_HWMON_VID is not set 515 + # CONFIG_SENSORS_ABITUGURU is not set 516 + # CONFIG_SENSORS_F71805F is not set 517 + # CONFIG_SENSORS_VT1211 is not set 518 + # CONFIG_HWMON_DEBUG_CHIP is not set 595 519 596 520 # 597 521 # Multimedia devices ··· 618 518 # 619 519 # Graphics support 620 520 # 521 + CONFIG_FIRMWARE_EDID=y 621 522 # CONFIG_FB is not set 523 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 622 524 623 525 # 624 526 # Sound ··· 632 530 # 633 531 # CONFIG_USB_ARCH_HAS_HCD is not set 634 532 # CONFIG_USB_ARCH_HAS_OHCI is not set 533 + # CONFIG_USB_ARCH_HAS_EHCI is not set 534 + 535 + # 536 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 537 + # 635 538 636 539 # 637 540 # USB Gadget Support ··· 649 542 # CONFIG_MMC is not set 650 543 651 544 # 545 + # LED devices 546 + # 547 + # CONFIG_NEW_LEDS is not set 548 + 549 + # 550 + # LED drivers 551 + # 552 + 553 + # 554 + # LED Triggers 555 + # 556 + 557 + # 652 558 # InfiniBand support 653 559 # 654 - # CONFIG_INFINIBAND is not set 560 + 561 + # 562 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 563 + # 564 + 565 + # 566 + # Real Time Clock 567 + # 568 + # CONFIG_RTC_CLASS is not set 569 + 570 + # 571 + # DMA Engine support 572 + # 573 + # CONFIG_DMA_ENGINE is not set 574 + 575 + # 576 + # DMA Clients 577 + # 578 + 579 + # 580 + # DMA Devices 581 + # 655 582 656 583 # 657 584 # File systems 658 585 # 659 586 CONFIG_EXT2_FS=y 660 587 # CONFIG_EXT2_FS_XATTR is not set 661 - # CONFIG_EXT3_FS is not set 662 - # CONFIG_JBD is not set 588 + # CONFIG_EXT2_FS_XIP is not set 589 + CONFIG_EXT3_FS=y 590 + CONFIG_EXT3_FS_XATTR=y 591 + # CONFIG_EXT3_FS_POSIX_ACL is not set 592 + # CONFIG_EXT3_FS_SECURITY is not set 593 + # CONFIG_EXT4DEV_FS is not set 594 + CONFIG_JBD=y 595 + # CONFIG_JBD_DEBUG is not set 596 + CONFIG_FS_MBCACHE=y 663 597 # CONFIG_REISERFS_FS is not set 664 598 # CONFIG_JFS_FS is not set 665 - 666 - # 667 - # XFS support 668 - # 599 + # CONFIG_FS_POSIX_ACL is not set 669 600 # CONFIG_XFS_FS is not set 601 + # CONFIG_GFS2_FS is not set 602 + # CONFIG_OCFS2_FS is not set 670 603 # CONFIG_MINIX_FS is not set 671 604 CONFIG_ROMFS_FS=y 605 + CONFIG_INOTIFY=y 606 + CONFIG_INOTIFY_USER=y 672 607 # CONFIG_QUOTA is not set 673 608 CONFIG_DNOTIFY=y 674 609 # CONFIG_AUTOFS_FS is not set 675 610 # CONFIG_AUTOFS4_FS is not set 611 + # CONFIG_FUSE_FS is not set 676 612 677 613 # 678 614 # CD-ROM/DVD Filesystems ··· 740 590 # 741 591 CONFIG_PROC_FS=y 742 592 CONFIG_PROC_KCORE=y 593 + CONFIG_PROC_SYSCTL=y 743 594 CONFIG_SYSFS=y 744 - CONFIG_DEVFS_FS=y 745 - CONFIG_DEVFS_MOUNT=y 746 - # CONFIG_DEVFS_DEBUG is not set 747 - # CONFIG_DEVPTS_FS_XATTR is not set 748 595 CONFIG_TMPFS=y 749 - # CONFIG_TMPFS_XATTR is not set 750 - # CONFIG_HUGETLBFS is not set 596 + # CONFIG_TMPFS_POSIX_ACL is not set 751 597 # CONFIG_HUGETLB_PAGE is not set 752 598 CONFIG_RAMFS=y 599 + # CONFIG_CONFIGFS_FS is not set 753 600 754 601 # 755 602 # Miscellaneous filesystems ··· 763 616 CONFIG_JFFS_PROC_FS=y 764 617 CONFIG_JFFS2_FS=y 765 618 CONFIG_JFFS2_FS_DEBUG=0 766 - # CONFIG_JFFS2_FS_NAND is not set 767 - # CONFIG_JFFS2_FS_NOR_ECC is not set 619 + CONFIG_JFFS2_FS_WRITEBUFFER=y 620 + # CONFIG_JFFS2_SUMMARY is not set 621 + # CONFIG_JFFS2_FS_XATTR is not set 768 622 # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set 769 623 CONFIG_JFFS2_ZLIB=y 770 624 CONFIG_JFFS2_RTIME=y ··· 782 634 # 783 635 CONFIG_NFS_FS=y 784 636 CONFIG_NFS_V3=y 637 + # CONFIG_NFS_V3_ACL is not set 785 638 # CONFIG_NFS_V4 is not set 786 639 # CONFIG_NFS_DIRECTIO is not set 787 640 # CONFIG_NFSD is not set 788 641 CONFIG_ROOT_NFS=y 789 642 CONFIG_LOCKD=y 790 643 CONFIG_LOCKD_V4=y 644 + CONFIG_NFS_COMMON=y 791 645 CONFIG_SUNRPC=y 792 646 # CONFIG_RPCSEC_GSS_KRB5 is not set 793 647 # CONFIG_RPCSEC_GSS_SPKM3 is not set ··· 798 648 # CONFIG_NCP_FS is not set 799 649 # CONFIG_CODA_FS is not set 800 650 # CONFIG_AFS_FS is not set 651 + # CONFIG_9P_FS is not set 801 652 802 653 # 803 654 # Partition Types ··· 859 708 # Kernel hacking 860 709 # 861 710 # CONFIG_PRINTK_TIME is not set 711 + CONFIG_ENABLE_MUST_CHECK=y 712 + # CONFIG_MAGIC_SYSRQ is not set 713 + # CONFIG_UNUSED_SYMBOLS is not set 862 714 # CONFIG_DEBUG_KERNEL is not set 863 715 CONFIG_LOG_BUF_SHIFT=14 864 716 # CONFIG_DEBUG_BUGVERBOSE is not set 717 + # CONFIG_DEBUG_FS is not set 865 718 # CONFIG_FRAME_POINTER is not set 719 + # CONFIG_UNWIND_INFO is not set 720 + # CONFIG_HEADERS_CHECK is not set 866 721 867 722 # 868 723 # Security options ··· 882 725 # CONFIG_CRYPTO is not set 883 726 884 727 # 885 - # Hardware crypto devices 886 - # 887 - 888 - # 889 728 # Library routines 890 729 # 891 730 # CONFIG_CRC_CCITT is not set 731 + # CONFIG_CRC16 is not set 892 732 CONFIG_CRC32=y 893 733 # CONFIG_LIBCRC32C is not set 894 734 CONFIG_ZLIB_INFLATE=y
+883
arch/m32r/mappi2/defconfig.opsp
··· 1 + # 2 + # Automatically generated make config: don't edit 3 + # Linux kernel version: 2.6.19 4 + # Wed Dec 13 19:40:30 2006 5 + # 6 + CONFIG_M32R=y 7 + CONFIG_GENERIC_ISA_DMA=y 8 + CONFIG_GENERIC_HARDIRQS=y 9 + CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 + 12 + # 13 + # Code maturity level options 14 + # 15 + CONFIG_EXPERIMENTAL=y 16 + CONFIG_BROKEN_ON_SMP=y 17 + CONFIG_LOCK_KERNEL=y 18 + CONFIG_INIT_ENV_ARG_LIMIT=32 19 + 20 + # 21 + # General setup 22 + # 23 + CONFIG_LOCALVERSION="" 24 + CONFIG_LOCALVERSION_AUTO=y 25 + CONFIG_SWAP=y 26 + CONFIG_SYSVIPC=y 27 + # CONFIG_IPC_NS is not set 28 + # CONFIG_POSIX_MQUEUE is not set 29 + CONFIG_BSD_PROCESS_ACCT=y 30 + # CONFIG_BSD_PROCESS_ACCT_V3 is not set 31 + # CONFIG_TASKSTATS is not set 32 + # CONFIG_UTS_NS is not set 33 + # CONFIG_AUDIT is not set 34 + CONFIG_IKCONFIG=y 35 + # CONFIG_IKCONFIG_PROC is not set 36 + CONFIG_SYSFS_DEPRECATED=y 37 + # CONFIG_RELAY is not set 38 + CONFIG_INITRAMFS_SOURCE="" 39 + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 40 + CONFIG_SYSCTL=y 41 + CONFIG_EMBEDDED=y 42 + CONFIG_SYSCTL_SYSCALL=y 43 + # CONFIG_KALLSYMS is not set 44 + CONFIG_HOTPLUG=y 45 + CONFIG_PRINTK=y 46 + CONFIG_BUG=y 47 + CONFIG_ELF_CORE=y 48 + CONFIG_BASE_FULL=y 49 + # CONFIG_FUTEX is not set 50 + # CONFIG_EPOLL is not set 51 + CONFIG_SHMEM=y 52 + CONFIG_SLAB=y 53 + CONFIG_VM_EVENT_COUNTERS=y 54 + # CONFIG_TINY_SHMEM is not set 55 + CONFIG_BASE_SMALL=0 56 + # CONFIG_SLOB is not set 57 + 58 + # 59 + # Loadable module support 60 + # 61 + CONFIG_MODULES=y 62 + CONFIG_MODULE_UNLOAD=y 63 + # CONFIG_MODULE_FORCE_UNLOAD is not set 64 + # CONFIG_MODVERSIONS is not set 65 + # CONFIG_MODULE_SRCVERSION_ALL is not set 66 + CONFIG_KMOD=y 67 + 68 + # 69 + # Block layer 70 + # 71 + CONFIG_BLOCK=y 72 + # CONFIG_BLK_DEV_IO_TRACE is not set 73 + 74 + # 75 + # IO Schedulers 76 + # 77 + CONFIG_IOSCHED_NOOP=y 78 + # CONFIG_IOSCHED_AS is not set 79 + CONFIG_IOSCHED_DEADLINE=y 80 + CONFIG_IOSCHED_CFQ=y 81 + # CONFIG_DEFAULT_AS is not set 82 + # CONFIG_DEFAULT_DEADLINE is not set 83 + CONFIG_DEFAULT_CFQ=y 84 + # CONFIG_DEFAULT_NOOP is not set 85 + CONFIG_DEFAULT_IOSCHED="cfq" 86 + 87 + # 88 + # Processor type and features 89 + # 90 + # CONFIG_PLAT_MAPPI is not set 91 + # CONFIG_PLAT_USRV is not set 92 + # CONFIG_PLAT_M32700UT is not set 93 + # CONFIG_PLAT_OPSPUT is not set 94 + # CONFIG_PLAT_OAKS32R is not set 95 + CONFIG_PLAT_MAPPI2=y 96 + # CONFIG_PLAT_MAPPI3 is not set 97 + # CONFIG_PLAT_M32104UT is not set 98 + # CONFIG_CHIP_M32700 is not set 99 + # CONFIG_CHIP_M32102 is not set 100 + # CONFIG_CHIP_M32104 is not set 101 + # CONFIG_CHIP_VDEC2 is not set 102 + CONFIG_CHIP_OPSP=y 103 + CONFIG_MMU=y 104 + CONFIG_TLB_ENTRIES=16 105 + CONFIG_ISA_M32R2=y 106 + CONFIG_ISA_DSP_LEVEL2=y 107 + CONFIG_ISA_DUAL_ISSUE=y 108 + CONFIG_BUS_CLOCK=50000000 109 + CONFIG_TIMER_DIVIDE=128 110 + # CONFIG_CPU_LITTLE_ENDIAN is not set 111 + CONFIG_MEMORY_START=0x08000000 112 + CONFIG_MEMORY_SIZE=0x01000000 113 + CONFIG_NOHIGHMEM=y 114 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 115 + CONFIG_SELECT_MEMORY_MODEL=y 116 + # CONFIG_FLATMEM_MANUAL is not set 117 + CONFIG_DISCONTIGMEM_MANUAL=y 118 + # CONFIG_SPARSEMEM_MANUAL is not set 119 + CONFIG_DISCONTIGMEM=y 120 + CONFIG_FLAT_NODE_MEM_MAP=y 121 + CONFIG_NEED_MULTIPLE_NODES=y 122 + # CONFIG_SPARSEMEM_STATIC is not set 123 + CONFIG_SPLIT_PTLOCK_CPUS=4 124 + # CONFIG_RESOURCES_64BIT is not set 125 + CONFIG_IRAM_START=0x00f00000 126 + CONFIG_IRAM_SIZE=0x00008000 127 + CONFIG_RWSEM_GENERIC_SPINLOCK=y 128 + # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 129 + CONFIG_GENERIC_FIND_NEXT_BIT=y 130 + CONFIG_GENERIC_HWEIGHT=y 131 + CONFIG_GENERIC_CALIBRATE_DELAY=y 132 + CONFIG_PREEMPT=y 133 + # CONFIG_SMP is not set 134 + CONFIG_NODES_SHIFT=1 135 + 136 + # 137 + # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 138 + # 139 + # CONFIG_ISA is not set 140 + 141 + # 142 + # PCCARD (PCMCIA/CardBus) support 143 + # 144 + CONFIG_PCCARD=y 145 + # CONFIG_PCMCIA_DEBUG is not set 146 + CONFIG_PCMCIA=y 147 + CONFIG_PCMCIA_LOAD_CIS=y 148 + CONFIG_PCMCIA_IOCTL=y 149 + 150 + # 151 + # PC-card bridges 152 + # 153 + # CONFIG_M32R_CFC is not set 154 + 155 + # 156 + # PCI Hotplug Support 157 + # 158 + 159 + # 160 + # Executable file formats 161 + # 162 + CONFIG_BINFMT_ELF=y 163 + # CONFIG_BINFMT_MISC is not set 164 + 165 + # 166 + # Networking 167 + # 168 + CONFIG_NET=y 169 + 170 + # 171 + # Networking options 172 + # 173 + # CONFIG_NETDEBUG is not set 174 + CONFIG_PACKET=y 175 + # CONFIG_PACKET_MMAP is not set 176 + CONFIG_UNIX=y 177 + CONFIG_XFRM=y 178 + # CONFIG_XFRM_USER is not set 179 + # CONFIG_XFRM_SUB_POLICY is not set 180 + # CONFIG_NET_KEY is not set 181 + CONFIG_INET=y 182 + # CONFIG_IP_MULTICAST is not set 183 + # CONFIG_IP_ADVANCED_ROUTER is not set 184 + CONFIG_IP_FIB_HASH=y 185 + CONFIG_IP_PNP=y 186 + CONFIG_IP_PNP_DHCP=y 187 + # CONFIG_IP_PNP_BOOTP is not set 188 + # CONFIG_IP_PNP_RARP is not set 189 + # CONFIG_NET_IPIP is not set 190 + # CONFIG_NET_IPGRE is not set 191 + # CONFIG_ARPD is not set 192 + # CONFIG_SYN_COOKIES is not set 193 + # CONFIG_INET_AH is not set 194 + # CONFIG_INET_ESP is not set 195 + # CONFIG_INET_IPCOMP is not set 196 + # CONFIG_INET_XFRM_TUNNEL is not set 197 + # CONFIG_INET_TUNNEL is not set 198 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 199 + CONFIG_INET_XFRM_MODE_TUNNEL=y 200 + CONFIG_INET_XFRM_MODE_BEET=y 201 + CONFIG_INET_DIAG=y 202 + CONFIG_INET_TCP_DIAG=y 203 + # CONFIG_TCP_CONG_ADVANCED is not set 204 + CONFIG_TCP_CONG_CUBIC=y 205 + CONFIG_DEFAULT_TCP_CONG="cubic" 206 + # CONFIG_TCP_MD5SIG is not set 207 + # CONFIG_IPV6 is not set 208 + # CONFIG_INET6_XFRM_TUNNEL is not set 209 + # CONFIG_INET6_TUNNEL is not set 210 + # CONFIG_NETWORK_SECMARK is not set 211 + # CONFIG_NETFILTER is not set 212 + 213 + # 214 + # DCCP Configuration (EXPERIMENTAL) 215 + # 216 + # CONFIG_IP_DCCP is not set 217 + 218 + # 219 + # SCTP Configuration (EXPERIMENTAL) 220 + # 221 + # CONFIG_IP_SCTP is not set 222 + 223 + # 224 + # TIPC Configuration (EXPERIMENTAL) 225 + # 226 + # CONFIG_TIPC is not set 227 + # CONFIG_ATM is not set 228 + # CONFIG_BRIDGE is not set 229 + # CONFIG_VLAN_8021Q is not set 230 + # CONFIG_DECNET is not set 231 + # CONFIG_LLC2 is not set 232 + # CONFIG_IPX is not set 233 + # CONFIG_ATALK is not set 234 + # CONFIG_X25 is not set 235 + # CONFIG_LAPB is not set 236 + # CONFIG_ECONET is not set 237 + # CONFIG_WAN_ROUTER is not set 238 + 239 + # 240 + # QoS and/or fair queueing 241 + # 242 + # CONFIG_NET_SCHED is not set 243 + 244 + # 245 + # Network testing 246 + # 247 + # CONFIG_NET_PKTGEN is not set 248 + # CONFIG_HAMRADIO is not set 249 + # CONFIG_IRDA is not set 250 + # CONFIG_BT is not set 251 + # CONFIG_IEEE80211 is not set 252 + 253 + # 254 + # Device Drivers 255 + # 256 + 257 + # 258 + # Generic Driver Options 259 + # 260 + CONFIG_STANDALONE=y 261 + CONFIG_PREVENT_FIRMWARE_BUILD=y 262 + CONFIG_FW_LOADER=y 263 + # CONFIG_SYS_HYPERVISOR is not set 264 + 265 + # 266 + # Connector - unified userspace <-> kernelspace linker 267 + # 268 + # CONFIG_CONNECTOR is not set 269 + 270 + # 271 + # Memory Technology Devices (MTD) 272 + # 273 + # CONFIG_MTD is not set 274 + 275 + # 276 + # Parallel port support 277 + # 278 + # CONFIG_PARPORT is not set 279 + 280 + # 281 + # Plug and Play support 282 + # 283 + 284 + # 285 + # Block devices 286 + # 287 + # CONFIG_BLK_DEV_COW_COMMON is not set 288 + CONFIG_BLK_DEV_LOOP=y 289 + # CONFIG_BLK_DEV_CRYPTOLOOP is not set 290 + CONFIG_BLK_DEV_NBD=y 291 + CONFIG_BLK_DEV_RAM=y 292 + CONFIG_BLK_DEV_RAM_COUNT=16 293 + CONFIG_BLK_DEV_RAM_SIZE=4096 294 + CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 295 + # CONFIG_BLK_DEV_INITRD is not set 296 + # CONFIG_CDROM_PKTCDVD is not set 297 + # CONFIG_ATA_OVER_ETH is not set 298 + 299 + # 300 + # Misc devices 301 + # 302 + # CONFIG_TIFM_CORE is not set 303 + 304 + # 305 + # ATA/ATAPI/MFM/RLL support 306 + # 307 + CONFIG_IDE=y 308 + CONFIG_IDE_MAX_HWIFS=4 309 + CONFIG_BLK_DEV_IDE=y 310 + 311 + # 312 + # Please see Documentation/ide.txt for help/info on IDE drives 313 + # 314 + # CONFIG_BLK_DEV_IDE_SATA is not set 315 + CONFIG_BLK_DEV_IDEDISK=y 316 + # CONFIG_IDEDISK_MULTI_MODE is not set 317 + CONFIG_BLK_DEV_IDECS=y 318 + CONFIG_BLK_DEV_IDECD=m 319 + # CONFIG_BLK_DEV_IDETAPE is not set 320 + # CONFIG_BLK_DEV_IDEFLOPPY is not set 321 + # CONFIG_BLK_DEV_IDESCSI is not set 322 + # CONFIG_IDE_TASK_IOCTL is not set 323 + 324 + # 325 + # IDE chipset support/bugfixes 326 + # 327 + CONFIG_IDE_GENERIC=y 328 + # CONFIG_IDE_ARM is not set 329 + # CONFIG_BLK_DEV_IDEDMA is not set 330 + # CONFIG_IDEDMA_AUTO is not set 331 + # CONFIG_BLK_DEV_HD is not set 332 + 333 + # 334 + # SCSI device support 335 + # 336 + # CONFIG_RAID_ATTRS is not set 337 + CONFIG_SCSI=m 338 + # CONFIG_SCSI_NETLINK is not set 339 + CONFIG_SCSI_PROC_FS=y 340 + 341 + # 342 + # SCSI support type (disk, tape, CD-ROM) 343 + # 344 + CONFIG_BLK_DEV_SD=m 345 + # CONFIG_CHR_DEV_ST is not set 346 + # CONFIG_CHR_DEV_OSST is not set 347 + CONFIG_BLK_DEV_SR=m 348 + # CONFIG_BLK_DEV_SR_VENDOR is not set 349 + CONFIG_CHR_DEV_SG=m 350 + # CONFIG_CHR_DEV_SCH is not set 351 + 352 + # 353 + # Some SCSI devices (e.g. CD jukebox) support multiple LUNs 354 + # 355 + CONFIG_SCSI_MULTI_LUN=y 356 + # CONFIG_SCSI_CONSTANTS is not set 357 + # CONFIG_SCSI_LOGGING is not set 358 + 359 + # 360 + # SCSI Transports 361 + # 362 + # CONFIG_SCSI_SPI_ATTRS is not set 363 + # CONFIG_SCSI_FC_ATTRS is not set 364 + # CONFIG_SCSI_ISCSI_ATTRS is not set 365 + # CONFIG_SCSI_SAS_ATTRS is not set 366 + # CONFIG_SCSI_SAS_LIBSAS is not set 367 + 368 + # 369 + # SCSI low-level drivers 370 + # 371 + # CONFIG_ISCSI_TCP is not set 372 + # CONFIG_SCSI_DEBUG is not set 373 + 374 + # 375 + # PCMCIA SCSI adapter support 376 + # 377 + # CONFIG_PCMCIA_AHA152X is not set 378 + # CONFIG_PCMCIA_FDOMAIN is not set 379 + # CONFIG_PCMCIA_NINJA_SCSI is not set 380 + # CONFIG_PCMCIA_QLOGIC is not set 381 + # CONFIG_PCMCIA_SYM53C500 is not set 382 + 383 + # 384 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 385 + # 386 + 387 + # 388 + # Multi-device support (RAID and LVM) 389 + # 390 + # CONFIG_MD is not set 391 + 392 + # 393 + # Fusion MPT device support 394 + # 395 + # CONFIG_FUSION is not set 396 + 397 + # 398 + # IEEE 1394 (FireWire) support 399 + # 400 + 401 + # 402 + # I2O device support 403 + # 404 + 405 + # 406 + # Network device support 407 + # 408 + CONFIG_NETDEVICES=y 409 + # CONFIG_DUMMY is not set 410 + # CONFIG_BONDING is not set 411 + # CONFIG_EQUALIZER is not set 412 + # CONFIG_TUN is not set 413 + 414 + # 415 + # PHY device support 416 + # 417 + # CONFIG_PHYLIB is not set 418 + 419 + # 420 + # Ethernet (10 or 100Mbit) 421 + # 422 + CONFIG_NET_ETHERNET=y 423 + CONFIG_MII=y 424 + CONFIG_SMC91X=y 425 + # CONFIG_NE2000 is not set 426 + 427 + # 428 + # Ethernet (1000 Mbit) 429 + # 430 + 431 + # 432 + # Ethernet (10000 Mbit) 433 + # 434 + 435 + # 436 + # Token Ring devices 437 + # 438 + 439 + # 440 + # Wireless LAN (non-hamradio) 441 + # 442 + # CONFIG_NET_RADIO is not set 443 + 444 + # 445 + # PCMCIA network device support 446 + # 447 + # CONFIG_NET_PCMCIA is not set 448 + 449 + # 450 + # Wan interfaces 451 + # 452 + # CONFIG_WAN is not set 453 + # CONFIG_PPP is not set 454 + # CONFIG_SLIP is not set 455 + # CONFIG_SHAPER is not set 456 + # CONFIG_NETCONSOLE is not set 457 + # CONFIG_NETPOLL is not set 458 + # CONFIG_NET_POLL_CONTROLLER is not set 459 + 460 + # 461 + # ISDN subsystem 462 + # 463 + # CONFIG_ISDN is not set 464 + 465 + # 466 + # Telephony Support 467 + # 468 + # CONFIG_PHONE is not set 469 + 470 + # 471 + # Input device support 472 + # 473 + CONFIG_INPUT=y 474 + # CONFIG_INPUT_FF_MEMLESS is not set 475 + 476 + # 477 + # Userland interfaces 478 + # 479 + # CONFIG_INPUT_MOUSEDEV is not set 480 + # CONFIG_INPUT_JOYDEV is not set 481 + # CONFIG_INPUT_TSDEV is not set 482 + # CONFIG_INPUT_EVDEV is not set 483 + # CONFIG_INPUT_EVBUG is not set 484 + 485 + # 486 + # Input Device Drivers 487 + # 488 + # CONFIG_INPUT_KEYBOARD is not set 489 + # CONFIG_INPUT_MOUSE is not set 490 + # CONFIG_INPUT_JOYSTICK is not set 491 + # CONFIG_INPUT_TOUCHSCREEN is not set 492 + # CONFIG_INPUT_MISC is not set 493 + 494 + # 495 + # Hardware I/O ports 496 + # 497 + CONFIG_SERIO=y 498 + # CONFIG_SERIO_I8042 is not set 499 + CONFIG_SERIO_SERPORT=y 500 + # CONFIG_SERIO_LIBPS2 is not set 501 + # CONFIG_SERIO_RAW is not set 502 + # CONFIG_GAMEPORT is not set 503 + 504 + # 505 + # Character devices 506 + # 507 + CONFIG_VT=y 508 + CONFIG_VT_CONSOLE=y 509 + CONFIG_HW_CONSOLE=y 510 + # CONFIG_VT_HW_CONSOLE_BINDING is not set 511 + # CONFIG_SERIAL_NONSTANDARD is not set 512 + 513 + # 514 + # Serial drivers 515 + # 516 + # CONFIG_SERIAL_8250 is not set 517 + 518 + # 519 + # Non-8250 serial port support 520 + # 521 + CONFIG_SERIAL_CORE=y 522 + CONFIG_SERIAL_CORE_CONSOLE=y 523 + CONFIG_SERIAL_M32R_SIO=y 524 + CONFIG_SERIAL_M32R_SIO_CONSOLE=y 525 + CONFIG_UNIX98_PTYS=y 526 + CONFIG_LEGACY_PTYS=y 527 + CONFIG_LEGACY_PTY_COUNT=256 528 + 529 + # 530 + # IPMI 531 + # 532 + # CONFIG_IPMI_HANDLER is not set 533 + 534 + # 535 + # Watchdog Cards 536 + # 537 + # CONFIG_WATCHDOG is not set 538 + CONFIG_HW_RANDOM=y 539 + # CONFIG_RTC is not set 540 + # CONFIG_DTLK is not set 541 + # CONFIG_R3964 is not set 542 + 543 + # 544 + # Ftape, the floppy tape device driver 545 + # 546 + 547 + # 548 + # PCMCIA character devices 549 + # 550 + # CONFIG_SYNCLINK_CS is not set 551 + # CONFIG_CARDMAN_4000 is not set 552 + # CONFIG_CARDMAN_4040 is not set 553 + # CONFIG_RAW_DRIVER is not set 554 + 555 + # 556 + # TPM devices 557 + # 558 + # CONFIG_TCG_TPM is not set 559 + 560 + # 561 + # I2C support 562 + # 563 + # CONFIG_I2C is not set 564 + 565 + # 566 + # SPI support 567 + # 568 + # CONFIG_SPI is not set 569 + # CONFIG_SPI_MASTER is not set 570 + 571 + # 572 + # Dallas's 1-wire bus 573 + # 574 + # CONFIG_W1 is not set 575 + 576 + # 577 + # Hardware Monitoring support 578 + # 579 + CONFIG_HWMON=y 580 + # CONFIG_HWMON_VID is not set 581 + # CONFIG_SENSORS_ABITUGURU is not set 582 + # CONFIG_SENSORS_F71805F is not set 583 + # CONFIG_SENSORS_VT1211 is not set 584 + # CONFIG_HWMON_DEBUG_CHIP is not set 585 + 586 + # 587 + # Multimedia devices 588 + # 589 + CONFIG_VIDEO_DEV=y 590 + CONFIG_VIDEO_V4L1=y 591 + CONFIG_VIDEO_V4L1_COMPAT=y 592 + CONFIG_VIDEO_V4L2=y 593 + 594 + # 595 + # Video Capture Adapters 596 + # 597 + 598 + # 599 + # Video Capture Adapters 600 + # 601 + # CONFIG_VIDEO_ADV_DEBUG is not set 602 + CONFIG_VIDEO_HELPER_CHIPS_AUTO=y 603 + # CONFIG_VIDEO_VIVI is not set 604 + # CONFIG_VIDEO_CPIA is not set 605 + # CONFIG_VIDEO_M32R_AR is not set 606 + 607 + # 608 + # Radio Adapters 609 + # 610 + 611 + # 612 + # Digital Video Broadcasting Devices 613 + # 614 + # CONFIG_DVB is not set 615 + 616 + # 617 + # Graphics support 618 + # 619 + CONFIG_FIRMWARE_EDID=y 620 + # CONFIG_FB is not set 621 + 622 + # 623 + # Console display driver support 624 + # 625 + # CONFIG_VGA_CONSOLE is not set 626 + CONFIG_DUMMY_CONSOLE=y 627 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 628 + 629 + # 630 + # Sound 631 + # 632 + # CONFIG_SOUND is not set 633 + 634 + # 635 + # USB support 636 + # 637 + # CONFIG_USB_ARCH_HAS_HCD is not set 638 + # CONFIG_USB_ARCH_HAS_OHCI is not set 639 + # CONFIG_USB_ARCH_HAS_EHCI is not set 640 + 641 + # 642 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 643 + # 644 + 645 + # 646 + # USB Gadget Support 647 + # 648 + # CONFIG_USB_GADGET is not set 649 + 650 + # 651 + # MMC/SD Card support 652 + # 653 + # CONFIG_MMC is not set 654 + 655 + # 656 + # LED devices 657 + # 658 + # 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 + 672 + # 673 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 674 + # 675 + 676 + # 677 + # Real Time Clock 678 + # 679 + # CONFIG_RTC_CLASS is not set 680 + 681 + # 682 + # DMA Engine support 683 + # 684 + # CONFIG_DMA_ENGINE is not set 685 + 686 + # 687 + # DMA Clients 688 + # 689 + 690 + # 691 + # DMA Devices 692 + # 693 + 694 + # 695 + # File systems 696 + # 697 + CONFIG_EXT2_FS=y 698 + # CONFIG_EXT2_FS_XATTR is not set 699 + # CONFIG_EXT2_FS_XIP is not set 700 + CONFIG_EXT3_FS=y 701 + CONFIG_EXT3_FS_XATTR=y 702 + # CONFIG_EXT3_FS_POSIX_ACL is not set 703 + # CONFIG_EXT3_FS_SECURITY is not set 704 + # CONFIG_EXT4DEV_FS is not set 705 + CONFIG_JBD=y 706 + CONFIG_JBD_DEBUG=y 707 + CONFIG_FS_MBCACHE=y 708 + # CONFIG_REISERFS_FS is not set 709 + # CONFIG_JFS_FS is not set 710 + # CONFIG_FS_POSIX_ACL is not set 711 + # CONFIG_XFS_FS is not set 712 + # CONFIG_GFS2_FS is not set 713 + # CONFIG_OCFS2_FS is not set 714 + # CONFIG_MINIX_FS is not set 715 + # CONFIG_ROMFS_FS is not set 716 + CONFIG_INOTIFY=y 717 + CONFIG_INOTIFY_USER=y 718 + # CONFIG_QUOTA is not set 719 + CONFIG_DNOTIFY=y 720 + # CONFIG_AUTOFS_FS is not set 721 + # CONFIG_AUTOFS4_FS is not set 722 + # CONFIG_FUSE_FS is not set 723 + 724 + # 725 + # CD-ROM/DVD Filesystems 726 + # 727 + CONFIG_ISO9660_FS=m 728 + CONFIG_JOLIET=y 729 + # CONFIG_ZISOFS is not set 730 + CONFIG_UDF_FS=m 731 + CONFIG_UDF_NLS=y 732 + 733 + # 734 + # DOS/FAT/NT Filesystems 735 + # 736 + CONFIG_FAT_FS=m 737 + CONFIG_MSDOS_FS=m 738 + CONFIG_VFAT_FS=m 739 + CONFIG_FAT_DEFAULT_CODEPAGE=437 740 + CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" 741 + # CONFIG_NTFS_FS is not set 742 + 743 + # 744 + # Pseudo filesystems 745 + # 746 + CONFIG_PROC_FS=y 747 + CONFIG_PROC_KCORE=y 748 + CONFIG_PROC_SYSCTL=y 749 + CONFIG_SYSFS=y 750 + CONFIG_TMPFS=y 751 + # CONFIG_TMPFS_POSIX_ACL is not set 752 + # CONFIG_HUGETLB_PAGE is not set 753 + CONFIG_RAMFS=y 754 + # CONFIG_CONFIGFS_FS is not set 755 + 756 + # 757 + # Miscellaneous filesystems 758 + # 759 + # CONFIG_ADFS_FS is not set 760 + # CONFIG_AFFS_FS is not set 761 + # CONFIG_HFS_FS is not set 762 + # CONFIG_HFSPLUS_FS is not set 763 + # CONFIG_BEFS_FS is not set 764 + # CONFIG_BFS_FS is not set 765 + # CONFIG_EFS_FS is not set 766 + # CONFIG_CRAMFS is not set 767 + # CONFIG_VXFS_FS is not set 768 + # CONFIG_HPFS_FS is not set 769 + # CONFIG_QNX4FS_FS is not set 770 + # CONFIG_SYSV_FS is not set 771 + # CONFIG_UFS_FS is not set 772 + 773 + # 774 + # Network File Systems 775 + # 776 + CONFIG_NFS_FS=y 777 + CONFIG_NFS_V3=y 778 + # CONFIG_NFS_V3_ACL is not set 779 + # CONFIG_NFS_V4 is not set 780 + # CONFIG_NFS_DIRECTIO is not set 781 + # CONFIG_NFSD is not set 782 + CONFIG_ROOT_NFS=y 783 + CONFIG_LOCKD=y 784 + CONFIG_LOCKD_V4=y 785 + CONFIG_NFS_COMMON=y 786 + CONFIG_SUNRPC=y 787 + # CONFIG_RPCSEC_GSS_KRB5 is not set 788 + # CONFIG_RPCSEC_GSS_SPKM3 is not set 789 + # CONFIG_SMB_FS is not set 790 + # CONFIG_CIFS is not set 791 + # CONFIG_NCP_FS is not set 792 + # CONFIG_CODA_FS is not set 793 + # CONFIG_AFS_FS is not set 794 + # CONFIG_9P_FS is not set 795 + 796 + # 797 + # Partition Types 798 + # 799 + # CONFIG_PARTITION_ADVANCED is not set 800 + CONFIG_MSDOS_PARTITION=y 801 + 802 + # 803 + # Native Language Support 804 + # 805 + CONFIG_NLS=y 806 + CONFIG_NLS_DEFAULT="iso8859-1" 807 + # CONFIG_NLS_CODEPAGE_437 is not set 808 + # CONFIG_NLS_CODEPAGE_737 is not set 809 + # CONFIG_NLS_CODEPAGE_775 is not set 810 + # CONFIG_NLS_CODEPAGE_850 is not set 811 + # CONFIG_NLS_CODEPAGE_852 is not set 812 + # CONFIG_NLS_CODEPAGE_855 is not set 813 + # CONFIG_NLS_CODEPAGE_857 is not set 814 + # CONFIG_NLS_CODEPAGE_860 is not set 815 + # CONFIG_NLS_CODEPAGE_861 is not set 816 + # CONFIG_NLS_CODEPAGE_862 is not set 817 + # CONFIG_NLS_CODEPAGE_863 is not set 818 + # CONFIG_NLS_CODEPAGE_864 is not set 819 + # CONFIG_NLS_CODEPAGE_865 is not set 820 + # CONFIG_NLS_CODEPAGE_866 is not set 821 + # CONFIG_NLS_CODEPAGE_869 is not set 822 + # CONFIG_NLS_CODEPAGE_936 is not set 823 + # CONFIG_NLS_CODEPAGE_950 is not set 824 + # CONFIG_NLS_CODEPAGE_932 is not set 825 + # CONFIG_NLS_CODEPAGE_949 is not set 826 + # CONFIG_NLS_CODEPAGE_874 is not set 827 + # CONFIG_NLS_ISO8859_8 is not set 828 + # CONFIG_NLS_CODEPAGE_1250 is not set 829 + # CONFIG_NLS_CODEPAGE_1251 is not set 830 + # CONFIG_NLS_ASCII is not set 831 + # CONFIG_NLS_ISO8859_1 is not set 832 + # CONFIG_NLS_ISO8859_2 is not set 833 + # CONFIG_NLS_ISO8859_3 is not set 834 + # CONFIG_NLS_ISO8859_4 is not set 835 + # CONFIG_NLS_ISO8859_5 is not set 836 + # CONFIG_NLS_ISO8859_6 is not set 837 + # CONFIG_NLS_ISO8859_7 is not set 838 + # CONFIG_NLS_ISO8859_9 is not set 839 + # CONFIG_NLS_ISO8859_13 is not set 840 + # CONFIG_NLS_ISO8859_14 is not set 841 + # CONFIG_NLS_ISO8859_15 is not set 842 + # CONFIG_NLS_KOI8_R is not set 843 + # CONFIG_NLS_KOI8_U is not set 844 + # CONFIG_NLS_UTF8 is not set 845 + 846 + # 847 + # Profiling support 848 + # 849 + # CONFIG_PROFILING is not set 850 + 851 + # 852 + # Kernel hacking 853 + # 854 + # CONFIG_PRINTK_TIME is not set 855 + CONFIG_ENABLE_MUST_CHECK=y 856 + # CONFIG_MAGIC_SYSRQ is not set 857 + # CONFIG_UNUSED_SYMBOLS is not set 858 + # CONFIG_DEBUG_KERNEL is not set 859 + CONFIG_LOG_BUF_SHIFT=14 860 + # CONFIG_DEBUG_BUGVERBOSE is not set 861 + # CONFIG_DEBUG_FS is not set 862 + # CONFIG_FRAME_POINTER is not set 863 + # CONFIG_UNWIND_INFO is not set 864 + # CONFIG_HEADERS_CHECK is not set 865 + 866 + # 867 + # Security options 868 + # 869 + # CONFIG_KEYS is not set 870 + # CONFIG_SECURITY is not set 871 + 872 + # 873 + # Cryptographic options 874 + # 875 + # CONFIG_CRYPTO is not set 876 + 877 + # 878 + # Library routines 879 + # 880 + # CONFIG_CRC_CCITT is not set 881 + # CONFIG_CRC16 is not set 882 + CONFIG_CRC32=y 883 + # CONFIG_LIBCRC32C is not set
+270 -118
arch/m32r/mappi2/defconfig.vdec2
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.12-rc5 4 - # Fri Jun 3 16:22:02 2005 3 + # Linux kernel version: 2.6.19 4 + # Wed Dec 13 19:31:44 2006 5 5 # 6 6 CONFIG_M32R=y 7 - # CONFIG_UID16 is not set 8 7 CONFIG_GENERIC_ISA_DMA=y 9 8 CONFIG_GENERIC_HARDIRQS=y 10 9 CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 11 12 12 # 13 13 # Code maturity level options 14 14 # 15 15 CONFIG_EXPERIMENTAL=y 16 - CONFIG_CLEAN_COMPILE=y 17 16 CONFIG_BROKEN_ON_SMP=y 18 17 CONFIG_LOCK_KERNEL=y 19 18 CONFIG_INIT_ENV_ARG_LIMIT=32 ··· 21 22 # General setup 22 23 # 23 24 CONFIG_LOCALVERSION="" 25 + CONFIG_LOCALVERSION_AUTO=y 24 26 CONFIG_SWAP=y 25 27 CONFIG_SYSVIPC=y 28 + # CONFIG_IPC_NS is not set 26 29 # CONFIG_POSIX_MQUEUE is not set 27 30 CONFIG_BSD_PROCESS_ACCT=y 28 31 # CONFIG_BSD_PROCESS_ACCT_V3 is not set 29 - CONFIG_SYSCTL=y 32 + # CONFIG_TASKSTATS is not set 33 + # CONFIG_UTS_NS is not set 30 34 # CONFIG_AUDIT is not set 31 - CONFIG_HOTPLUG=y 32 - CONFIG_KOBJECT_UEVENT=y 33 35 CONFIG_IKCONFIG=y 34 36 # CONFIG_IKCONFIG_PROC is not set 37 + CONFIG_SYSFS_DEPRECATED=y 38 + # CONFIG_RELAY is not set 39 + CONFIG_INITRAMFS_SOURCE="" 40 + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 41 + CONFIG_SYSCTL=y 35 42 CONFIG_EMBEDDED=y 43 + CONFIG_SYSCTL_SYSCALL=y 36 44 # CONFIG_KALLSYMS is not set 45 + CONFIG_HOTPLUG=y 37 46 CONFIG_PRINTK=y 38 47 CONFIG_BUG=y 48 + CONFIG_ELF_CORE=y 39 49 CONFIG_BASE_FULL=y 40 50 # CONFIG_FUTEX is not set 41 51 # CONFIG_EPOLL is not set 42 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 43 52 CONFIG_SHMEM=y 44 - CONFIG_CC_ALIGN_FUNCTIONS=0 45 - CONFIG_CC_ALIGN_LABELS=0 46 - CONFIG_CC_ALIGN_LOOPS=0 47 - CONFIG_CC_ALIGN_JUMPS=0 53 + CONFIG_SLAB=y 54 + CONFIG_VM_EVENT_COUNTERS=y 48 55 # CONFIG_TINY_SHMEM is not set 49 56 CONFIG_BASE_SMALL=0 57 + # CONFIG_SLOB is not set 50 58 51 59 # 52 60 # Loadable module support ··· 61 55 CONFIG_MODULES=y 62 56 CONFIG_MODULE_UNLOAD=y 63 57 # CONFIG_MODULE_FORCE_UNLOAD is not set 64 - CONFIG_OBSOLETE_MODPARM=y 65 58 # CONFIG_MODVERSIONS is not set 66 59 # CONFIG_MODULE_SRCVERSION_ALL is not set 67 60 CONFIG_KMOD=y 61 + 62 + # 63 + # Block layer 64 + # 65 + CONFIG_BLOCK=y 66 + # CONFIG_BLK_DEV_IO_TRACE is not set 67 + 68 + # 69 + # IO Schedulers 70 + # 71 + CONFIG_IOSCHED_NOOP=y 72 + # CONFIG_IOSCHED_AS is not set 73 + CONFIG_IOSCHED_DEADLINE=y 74 + CONFIG_IOSCHED_CFQ=y 75 + # CONFIG_DEFAULT_AS is not set 76 + # CONFIG_DEFAULT_DEADLINE is not set 77 + CONFIG_DEFAULT_CFQ=y 78 + # CONFIG_DEFAULT_NOOP is not set 79 + CONFIG_DEFAULT_IOSCHED="cfq" 68 80 69 81 # 70 82 # Processor type and features ··· 94 70 # CONFIG_PLAT_OAKS32R is not set 95 71 CONFIG_PLAT_MAPPI2=y 96 72 # CONFIG_PLAT_MAPPI3 is not set 73 + # CONFIG_PLAT_M32104UT is not set 97 74 # CONFIG_CHIP_M32700 is not set 98 75 # CONFIG_CHIP_M32102 is not set 76 + # CONFIG_CHIP_M32104 is not set 99 77 CONFIG_CHIP_VDEC2=y 100 78 # CONFIG_CHIP_OPSP is not set 101 79 CONFIG_MMU=y ··· 109 83 CONFIG_MEMORY_START=0x08000000 110 84 CONFIG_MEMORY_SIZE=0x01000000 111 85 CONFIG_NOHIGHMEM=y 112 - # CONFIG_DISCONTIGMEM is not set 86 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 87 + CONFIG_SELECT_MEMORY_MODEL=y 88 + # CONFIG_FLATMEM_MANUAL is not set 89 + CONFIG_DISCONTIGMEM_MANUAL=y 90 + # CONFIG_SPARSEMEM_MANUAL is not set 91 + CONFIG_DISCONTIGMEM=y 92 + CONFIG_FLAT_NODE_MEM_MAP=y 93 + CONFIG_NEED_MULTIPLE_NODES=y 94 + # CONFIG_SPARSEMEM_STATIC is not set 95 + CONFIG_SPLIT_PTLOCK_CPUS=4 96 + # CONFIG_RESOURCES_64BIT is not set 97 + CONFIG_IRAM_START=0x00f00000 98 + CONFIG_IRAM_SIZE=0x00008000 113 99 CONFIG_RWSEM_GENERIC_SPINLOCK=y 114 100 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 101 + CONFIG_GENERIC_FIND_NEXT_BIT=y 102 + CONFIG_GENERIC_HWEIGHT=y 115 103 CONFIG_GENERIC_CALIBRATE_DELAY=y 116 104 CONFIG_PREEMPT=y 117 - # CONFIG_HAVE_DEC_LOCK is not set 118 105 # CONFIG_SMP is not set 106 + CONFIG_NODES_SHIFT=1 119 107 120 108 # 121 109 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 122 110 # 123 - # CONFIG_PCI is not set 124 111 # CONFIG_ISA is not set 125 112 126 113 # ··· 142 103 CONFIG_PCCARD=y 143 104 # CONFIG_PCMCIA_DEBUG is not set 144 105 CONFIG_PCMCIA=y 106 + CONFIG_PCMCIA_LOAD_CIS=y 107 + CONFIG_PCMCIA_IOCTL=y 145 108 146 109 # 147 110 # PC-card bridges 148 111 # 149 - # CONFIG_TCIC is not set 150 112 # CONFIG_M32R_CFC is not set 151 113 152 114 # ··· 161 121 # CONFIG_BINFMT_MISC is not set 162 122 163 123 # 124 + # Networking 125 + # 126 + CONFIG_NET=y 127 + 128 + # 129 + # Networking options 130 + # 131 + # CONFIG_NETDEBUG is not set 132 + CONFIG_PACKET=y 133 + # CONFIG_PACKET_MMAP is not set 134 + CONFIG_UNIX=y 135 + CONFIG_XFRM=y 136 + # CONFIG_XFRM_USER is not set 137 + # CONFIG_XFRM_SUB_POLICY is not set 138 + # CONFIG_NET_KEY is not set 139 + CONFIG_INET=y 140 + # CONFIG_IP_MULTICAST is not set 141 + # CONFIG_IP_ADVANCED_ROUTER is not set 142 + CONFIG_IP_FIB_HASH=y 143 + CONFIG_IP_PNP=y 144 + CONFIG_IP_PNP_DHCP=y 145 + # CONFIG_IP_PNP_BOOTP is not set 146 + # CONFIG_IP_PNP_RARP is not set 147 + # CONFIG_NET_IPIP is not set 148 + # CONFIG_NET_IPGRE is not set 149 + # CONFIG_ARPD is not set 150 + # CONFIG_SYN_COOKIES is not set 151 + # CONFIG_INET_AH is not set 152 + # CONFIG_INET_ESP is not set 153 + # CONFIG_INET_IPCOMP is not set 154 + # CONFIG_INET_XFRM_TUNNEL is not set 155 + # CONFIG_INET_TUNNEL is not set 156 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 157 + CONFIG_INET_XFRM_MODE_TUNNEL=y 158 + CONFIG_INET_XFRM_MODE_BEET=y 159 + CONFIG_INET_DIAG=y 160 + CONFIG_INET_TCP_DIAG=y 161 + # CONFIG_TCP_CONG_ADVANCED is not set 162 + CONFIG_TCP_CONG_CUBIC=y 163 + CONFIG_DEFAULT_TCP_CONG="cubic" 164 + # CONFIG_TCP_MD5SIG is not set 165 + # CONFIG_IPV6 is not set 166 + # CONFIG_INET6_XFRM_TUNNEL is not set 167 + # CONFIG_INET6_TUNNEL is not set 168 + # CONFIG_NETWORK_SECMARK is not set 169 + # CONFIG_NETFILTER is not set 170 + 171 + # 172 + # DCCP Configuration (EXPERIMENTAL) 173 + # 174 + # CONFIG_IP_DCCP is not set 175 + 176 + # 177 + # SCTP Configuration (EXPERIMENTAL) 178 + # 179 + # CONFIG_IP_SCTP is not set 180 + 181 + # 182 + # TIPC Configuration (EXPERIMENTAL) 183 + # 184 + # CONFIG_TIPC is not set 185 + # CONFIG_ATM is not set 186 + # CONFIG_BRIDGE is not set 187 + # CONFIG_VLAN_8021Q is not set 188 + # CONFIG_DECNET is not set 189 + # CONFIG_LLC2 is not set 190 + # CONFIG_IPX is not set 191 + # CONFIG_ATALK is not set 192 + # CONFIG_X25 is not set 193 + # CONFIG_LAPB is not set 194 + # CONFIG_ECONET is not set 195 + # CONFIG_WAN_ROUTER is not set 196 + 197 + # 198 + # QoS and/or fair queueing 199 + # 200 + # CONFIG_NET_SCHED is not set 201 + 202 + # 203 + # Network testing 204 + # 205 + # CONFIG_NET_PKTGEN is not set 206 + # CONFIG_HAMRADIO is not set 207 + # CONFIG_IRDA is not set 208 + # CONFIG_BT is not set 209 + # CONFIG_IEEE80211 is not set 210 + 211 + # 164 212 # Device Drivers 165 213 # 166 214 ··· 257 129 # 258 130 CONFIG_STANDALONE=y 259 131 CONFIG_PREVENT_FIRMWARE_BUILD=y 260 - # CONFIG_FW_LOADER is not set 132 + CONFIG_FW_LOADER=y 133 + # CONFIG_SYS_HYPERVISOR is not set 134 + 135 + # 136 + # Connector - unified userspace <-> kernelspace linker 137 + # 138 + # CONFIG_CONNECTOR is not set 261 139 262 140 # 263 141 # Memory Technology Devices (MTD) ··· 282 148 # 283 149 # Block devices 284 150 # 285 - # CONFIG_BLK_DEV_FD is not set 286 151 # CONFIG_BLK_DEV_COW_COMMON is not set 287 152 CONFIG_BLK_DEV_LOOP=y 288 153 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 289 156 CONFIG_BLK_DEV_RAM=y 290 157 CONFIG_BLK_DEV_RAM_COUNT=16 291 158 CONFIG_BLK_DEV_RAM_SIZE=4096 159 + CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 292 160 # CONFIG_BLK_DEV_INITRD is not set 293 - CONFIG_INITRAMFS_SOURCE="" 294 161 # CONFIG_CDROM_PKTCDVD is not set 162 + # CONFIG_ATA_OVER_ETH is not set 295 163 296 164 # 297 - # IO Schedulers 165 + # Misc devices 298 166 # 299 - CONFIG_IOSCHED_NOOP=y 300 - # CONFIG_IOSCHED_AS is not set 301 - CONFIG_IOSCHED_DEADLINE=y 302 - CONFIG_IOSCHED_CFQ=y 303 - # CONFIG_ATA_OVER_ETH is not set 167 + # CONFIG_TIFM_CORE is not set 304 168 305 169 # 306 170 # ATA/ATAPI/MFM/RLL support 307 171 # 308 172 CONFIG_IDE=y 173 + CONFIG_IDE_MAX_HWIFS=4 309 174 CONFIG_BLK_DEV_IDE=y 310 175 311 176 # ··· 331 200 # 332 201 # SCSI device support 333 202 # 203 + # CONFIG_RAID_ATTRS is not set 334 204 CONFIG_SCSI=m 205 + # CONFIG_SCSI_NETLINK is not set 335 206 CONFIG_SCSI_PROC_FS=y 336 207 337 208 # ··· 345 212 CONFIG_BLK_DEV_SR=m 346 213 # CONFIG_BLK_DEV_SR_VENDOR is not set 347 214 CONFIG_CHR_DEV_SG=m 215 + # CONFIG_CHR_DEV_SCH is not set 348 216 349 217 # 350 218 # Some SCSI devices (e.g. CD jukebox) support multiple LUNs ··· 355 221 # CONFIG_SCSI_LOGGING is not set 356 222 357 223 # 358 - # SCSI Transport Attributes 224 + # SCSI Transports 359 225 # 360 226 # CONFIG_SCSI_SPI_ATTRS is not set 361 227 # CONFIG_SCSI_FC_ATTRS is not set 362 228 # CONFIG_SCSI_ISCSI_ATTRS is not set 229 + # CONFIG_SCSI_SAS_ATTRS is not set 230 + # CONFIG_SCSI_SAS_LIBSAS is not set 363 231 364 232 # 365 233 # SCSI low-level drivers 366 234 # 367 - # CONFIG_SCSI_SATA is not set 235 + # CONFIG_ISCSI_TCP is not set 368 236 # CONFIG_SCSI_DEBUG is not set 369 237 370 238 # ··· 379 243 # CONFIG_PCMCIA_SYM53C500 is not set 380 244 381 245 # 246 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 247 + # 248 + 249 + # 382 250 # Multi-device support (RAID and LVM) 383 251 # 384 252 # CONFIG_MD is not set ··· 390 250 # 391 251 # Fusion MPT device support 392 252 # 253 + # CONFIG_FUSION is not set 393 254 394 255 # 395 256 # IEEE 1394 (FireWire) support ··· 401 260 # 402 261 403 262 # 404 - # Networking support 263 + # Network device support 405 264 # 406 - CONFIG_NET=y 407 - 408 - # 409 - # Networking options 410 - # 411 - CONFIG_PACKET=y 412 - # CONFIG_PACKET_MMAP is not set 413 - CONFIG_UNIX=y 414 - # CONFIG_NET_KEY is not set 415 - CONFIG_INET=y 416 - # CONFIG_IP_MULTICAST is not set 417 - # CONFIG_IP_ADVANCED_ROUTER is not set 418 - CONFIG_IP_PNP=y 419 - CONFIG_IP_PNP_DHCP=y 420 - # CONFIG_IP_PNP_BOOTP is not set 421 - # CONFIG_IP_PNP_RARP is not set 422 - # CONFIG_NET_IPIP is not set 423 - # CONFIG_NET_IPGRE is not set 424 - # CONFIG_ARPD is not set 425 - # CONFIG_SYN_COOKIES is not set 426 - # CONFIG_INET_AH is not set 427 - # CONFIG_INET_ESP is not set 428 - # CONFIG_INET_IPCOMP is not set 429 - # CONFIG_INET_TUNNEL is not set 430 - CONFIG_IP_TCPDIAG=y 431 - # CONFIG_IP_TCPDIAG_IPV6 is not set 432 - # CONFIG_IPV6 is not set 433 - # CONFIG_NETFILTER is not set 434 - 435 - # 436 - # SCTP Configuration (EXPERIMENTAL) 437 - # 438 - # CONFIG_IP_SCTP is not set 439 - # CONFIG_ATM is not set 440 - # CONFIG_BRIDGE is not set 441 - # CONFIG_VLAN_8021Q is not set 442 - # CONFIG_DECNET is not set 443 - # CONFIG_LLC2 is not set 444 - # CONFIG_IPX is not set 445 - # CONFIG_ATALK is not set 446 - # CONFIG_X25 is not set 447 - # CONFIG_LAPB is not set 448 - # CONFIG_NET_DIVERT is not set 449 - # CONFIG_ECONET is not set 450 - # CONFIG_WAN_ROUTER is not set 451 - 452 - # 453 - # QoS and/or fair queueing 454 - # 455 - # CONFIG_NET_SCHED is not set 456 - # CONFIG_NET_CLS_ROUTE is not set 457 - 458 - # 459 - # Network testing 460 - # 461 - # CONFIG_NET_PKTGEN is not set 462 - # CONFIG_NETPOLL is not set 463 - # CONFIG_NET_POLL_CONTROLLER is not set 464 - # CONFIG_HAMRADIO is not set 465 - # CONFIG_IRDA is not set 466 - # CONFIG_BT is not set 467 265 CONFIG_NETDEVICES=y 468 266 # CONFIG_DUMMY is not set 469 267 # CONFIG_BONDING is not set 470 268 # CONFIG_EQUALIZER is not set 471 269 # CONFIG_TUN is not set 270 + 271 + # 272 + # PHY device support 273 + # 274 + # CONFIG_PHYLIB is not set 472 275 473 276 # 474 277 # Ethernet (10 or 100Mbit) ··· 452 367 # CONFIG_SLIP is not set 453 368 # CONFIG_SHAPER is not set 454 369 # CONFIG_NETCONSOLE is not set 370 + # CONFIG_NETPOLL is not set 371 + # CONFIG_NET_POLL_CONTROLLER is not set 455 372 456 373 # 457 374 # ISDN subsystem ··· 469 382 # Input device support 470 383 # 471 384 CONFIG_INPUT=y 385 + # CONFIG_INPUT_FF_MEMLESS is not set 472 386 473 387 # 474 388 # Userland interfaces ··· 498 410 # CONFIG_SERIO_LIBPS2 is not set 499 411 # CONFIG_SERIO_RAW is not set 500 412 # CONFIG_GAMEPORT is not set 501 - CONFIG_SOUND_GAMEPORT=y 502 413 503 414 # 504 415 # Character devices ··· 505 418 CONFIG_VT=y 506 419 CONFIG_VT_CONSOLE=y 507 420 CONFIG_HW_CONSOLE=y 421 + # CONFIG_VT_HW_CONSOLE_BINDING is not set 508 422 # CONFIG_SERIAL_NONSTANDARD is not set 509 423 510 424 # ··· 520 432 CONFIG_SERIAL_CORE_CONSOLE=y 521 433 CONFIG_SERIAL_M32R_SIO=y 522 434 CONFIG_SERIAL_M32R_SIO_CONSOLE=y 523 - # CONFIG_SERIAL_M32R_PLDSIO is not set 524 435 CONFIG_UNIX98_PTYS=y 525 436 CONFIG_LEGACY_PTYS=y 526 437 CONFIG_LEGACY_PTY_COUNT=256 ··· 533 446 # Watchdog Cards 534 447 # 535 448 # CONFIG_WATCHDOG is not set 449 + CONFIG_HW_RANDOM=y 536 450 # CONFIG_RTC is not set 537 - # CONFIG_GEN_RTC is not set 538 451 # CONFIG_DTLK is not set 539 452 # CONFIG_R3964 is not set 540 453 541 454 # 542 455 # Ftape, the floppy tape device driver 543 456 # 544 - # CONFIG_DRM is not set 545 457 546 458 # 547 459 # PCMCIA character devices 548 460 # 549 461 # CONFIG_SYNCLINK_CS is not set 462 + # CONFIG_CARDMAN_4000 is not set 463 + # CONFIG_CARDMAN_4040 is not set 550 464 # CONFIG_RAW_DRIVER is not set 551 465 552 466 # 553 467 # TPM devices 554 468 # 469 + # CONFIG_TCG_TPM is not set 555 470 556 471 # 557 472 # I2C support ··· 561 472 # CONFIG_I2C is not set 562 473 563 474 # 475 + # SPI support 476 + # 477 + # CONFIG_SPI is not set 478 + # CONFIG_SPI_MASTER is not set 479 + 480 + # 564 481 # Dallas's 1-wire bus 565 482 # 566 483 # CONFIG_W1 is not set 567 484 568 485 # 569 - # Misc devices 486 + # Hardware Monitoring support 570 487 # 488 + CONFIG_HWMON=y 489 + # CONFIG_HWMON_VID is not set 490 + # CONFIG_SENSORS_ABITUGURU is not set 491 + # CONFIG_SENSORS_F71805F is not set 492 + # CONFIG_SENSORS_VT1211 is not set 493 + # CONFIG_HWMON_DEBUG_CHIP is not set 571 494 572 495 # 573 496 # Multimedia devices 574 497 # 575 498 CONFIG_VIDEO_DEV=y 499 + CONFIG_VIDEO_V4L1=y 500 + CONFIG_VIDEO_V4L1_COMPAT=y 501 + CONFIG_VIDEO_V4L2=y 576 502 577 503 # 578 - # Video For Linux 504 + # Video Capture Adapters 579 505 # 580 506 581 507 # 582 - # Video Adapters 508 + # Video Capture Adapters 583 509 # 510 + # CONFIG_VIDEO_ADV_DEBUG is not set 511 + CONFIG_VIDEO_HELPER_CHIPS_AUTO=y 512 + # CONFIG_VIDEO_VIVI is not set 584 513 # CONFIG_VIDEO_CPIA is not set 585 514 # CONFIG_VIDEO_M32R_AR is not set 586 515 587 516 # 588 517 # Radio Adapters 589 518 # 590 - # CONFIG_RADIO_MAESTRO is not set 591 519 592 520 # 593 521 # Digital Video Broadcasting Devices ··· 614 508 # 615 509 # Graphics support 616 510 # 511 + CONFIG_FIRMWARE_EDID=y 617 512 # CONFIG_FB is not set 618 513 619 514 # ··· 622 515 # 623 516 # CONFIG_VGA_CONSOLE is not set 624 517 CONFIG_DUMMY_CONSOLE=y 518 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 625 519 626 520 # 627 521 # Sound ··· 634 526 # 635 527 # CONFIG_USB_ARCH_HAS_HCD is not set 636 528 # CONFIG_USB_ARCH_HAS_OHCI is not set 529 + # CONFIG_USB_ARCH_HAS_EHCI is not set 530 + 531 + # 532 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 533 + # 637 534 638 535 # 639 536 # USB Gadget Support ··· 651 538 # CONFIG_MMC is not set 652 539 653 540 # 541 + # LED devices 542 + # 543 + # CONFIG_NEW_LEDS is not set 544 + 545 + # 546 + # LED drivers 547 + # 548 + 549 + # 550 + # LED Triggers 551 + # 552 + 553 + # 654 554 # InfiniBand support 655 555 # 656 - # CONFIG_INFINIBAND is not set 556 + 557 + # 558 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 559 + # 560 + 561 + # 562 + # Real Time Clock 563 + # 564 + # CONFIG_RTC_CLASS is not set 565 + 566 + # 567 + # DMA Engine support 568 + # 569 + # CONFIG_DMA_ENGINE is not set 570 + 571 + # 572 + # DMA Clients 573 + # 574 + 575 + # 576 + # DMA Devices 577 + # 657 578 658 579 # 659 580 # File systems 660 581 # 661 582 CONFIG_EXT2_FS=y 662 583 # CONFIG_EXT2_FS_XATTR is not set 663 - CONFIG_EXT3_FS=m 584 + # CONFIG_EXT2_FS_XIP is not set 585 + CONFIG_EXT3_FS=y 664 586 CONFIG_EXT3_FS_XATTR=y 665 587 # CONFIG_EXT3_FS_POSIX_ACL is not set 666 588 # CONFIG_EXT3_FS_SECURITY is not set 667 - CONFIG_JBD=m 589 + # CONFIG_EXT4DEV_FS is not set 590 + CONFIG_JBD=y 668 591 CONFIG_JBD_DEBUG=y 669 592 CONFIG_FS_MBCACHE=y 670 - CONFIG_REISERFS_FS=m 671 - # CONFIG_REISERFS_CHECK is not set 672 - # CONFIG_REISERFS_PROC_INFO is not set 673 - # CONFIG_REISERFS_FS_XATTR is not set 593 + # CONFIG_REISERFS_FS is not set 674 594 # CONFIG_JFS_FS is not set 675 - 676 - # 677 - # XFS support 678 - # 595 + # CONFIG_FS_POSIX_ACL is not set 679 596 # CONFIG_XFS_FS is not set 597 + # CONFIG_GFS2_FS is not set 598 + # CONFIG_OCFS2_FS is not set 680 599 # CONFIG_MINIX_FS is not set 681 600 # CONFIG_ROMFS_FS is not set 601 + CONFIG_INOTIFY=y 602 + CONFIG_INOTIFY_USER=y 682 603 # CONFIG_QUOTA is not set 683 604 CONFIG_DNOTIFY=y 684 605 # CONFIG_AUTOFS_FS is not set 685 606 # CONFIG_AUTOFS4_FS is not set 607 + # CONFIG_FUSE_FS is not set 686 608 687 609 # 688 610 # CD-ROM/DVD Filesystems ··· 743 595 # 744 596 CONFIG_PROC_FS=y 745 597 CONFIG_PROC_KCORE=y 598 + CONFIG_PROC_SYSCTL=y 746 599 CONFIG_SYSFS=y 747 - CONFIG_DEVFS_FS=y 748 - CONFIG_DEVFS_MOUNT=y 749 - # CONFIG_DEVFS_DEBUG is not set 750 - # CONFIG_DEVPTS_FS_XATTR is not set 751 600 CONFIG_TMPFS=y 752 - # CONFIG_TMPFS_XATTR is not set 601 + # CONFIG_TMPFS_POSIX_ACL is not set 753 602 # CONFIG_HUGETLB_PAGE is not set 754 603 CONFIG_RAMFS=y 604 + # CONFIG_CONFIGFS_FS is not set 755 605 756 606 # 757 607 # Miscellaneous filesystems ··· 773 627 # 774 628 CONFIG_NFS_FS=y 775 629 CONFIG_NFS_V3=y 630 + # CONFIG_NFS_V3_ACL is not set 776 631 # CONFIG_NFS_V4 is not set 777 632 # CONFIG_NFS_DIRECTIO is not set 778 633 # CONFIG_NFSD is not set 779 634 CONFIG_ROOT_NFS=y 780 635 CONFIG_LOCKD=y 781 636 CONFIG_LOCKD_V4=y 637 + CONFIG_NFS_COMMON=y 782 638 CONFIG_SUNRPC=y 783 639 # CONFIG_RPCSEC_GSS_KRB5 is not set 784 640 # CONFIG_RPCSEC_GSS_SPKM3 is not set ··· 789 641 # CONFIG_NCP_FS is not set 790 642 # CONFIG_CODA_FS is not set 791 643 # CONFIG_AFS_FS is not set 644 + # CONFIG_9P_FS is not set 792 645 793 646 # 794 647 # Partition Types ··· 850 701 # Kernel hacking 851 702 # 852 703 # CONFIG_PRINTK_TIME is not set 704 + CONFIG_ENABLE_MUST_CHECK=y 705 + # CONFIG_MAGIC_SYSRQ is not set 706 + # CONFIG_UNUSED_SYMBOLS is not set 853 707 # CONFIG_DEBUG_KERNEL is not set 854 708 CONFIG_LOG_BUF_SHIFT=14 855 709 # CONFIG_DEBUG_BUGVERBOSE is not set 710 + # CONFIG_DEBUG_FS is not set 856 711 # CONFIG_FRAME_POINTER is not set 712 + # CONFIG_UNWIND_INFO is not set 713 + # CONFIG_HEADERS_CHECK is not set 857 714 858 715 # 859 716 # Security options ··· 873 718 # CONFIG_CRYPTO is not set 874 719 875 720 # 876 - # Hardware crypto devices 877 - # 878 - 879 - # 880 721 # Library routines 881 722 # 882 723 # CONFIG_CRC_CCITT is not set 724 + # CONFIG_CRC16 is not set 883 725 CONFIG_CRC32=y 884 726 # CONFIG_LIBCRC32C is not set
+260 -113
arch/m32r/mappi3/defconfig.smp
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.12-rc5 4 - # Tue May 31 17:55:34 2005 3 + # Linux kernel version: 2.6.19 4 + # Mon Dec 11 19:57:33 2006 5 5 # 6 6 CONFIG_M32R=y 7 - # CONFIG_UID16 is not set 8 7 CONFIG_GENERIC_ISA_DMA=y 9 8 CONFIG_GENERIC_HARDIRQS=y 10 9 CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 11 12 12 # 13 13 # Code maturity level options 14 14 # 15 15 CONFIG_EXPERIMENTAL=y 16 - # CONFIG_CLEAN_COMPILE is not set 17 - CONFIG_BROKEN=y 18 - CONFIG_BROKEN_ON_SMP=y 19 16 CONFIG_LOCK_KERNEL=y 20 17 CONFIG_INIT_ENV_ARG_LIMIT=32 21 18 ··· 20 23 # General setup 21 24 # 22 25 CONFIG_LOCALVERSION="" 26 + CONFIG_LOCALVERSION_AUTO=y 23 27 CONFIG_SWAP=y 24 28 CONFIG_SYSVIPC=y 29 + # CONFIG_IPC_NS is not set 25 30 # CONFIG_POSIX_MQUEUE is not set 26 31 # CONFIG_BSD_PROCESS_ACCT is not set 27 - CONFIG_SYSCTL=y 32 + # CONFIG_TASKSTATS is not set 33 + # CONFIG_UTS_NS is not set 28 34 # CONFIG_AUDIT is not set 29 - CONFIG_HOTPLUG=y 30 - CONFIG_KOBJECT_UEVENT=y 31 35 CONFIG_IKCONFIG=y 32 36 CONFIG_IKCONFIG_PROC=y 33 37 # CONFIG_CPUSETS is not set 38 + CONFIG_SYSFS_DEPRECATED=y 39 + # CONFIG_RELAY is not set 40 + CONFIG_INITRAMFS_SOURCE="" 41 + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 42 + CONFIG_SYSCTL=y 34 43 CONFIG_EMBEDDED=y 44 + CONFIG_SYSCTL_SYSCALL=y 35 45 # CONFIG_KALLSYMS is not set 46 + CONFIG_HOTPLUG=y 36 47 CONFIG_PRINTK=y 37 48 CONFIG_BUG=y 49 + CONFIG_ELF_CORE=y 38 50 CONFIG_BASE_FULL=y 39 51 # CONFIG_FUTEX is not set 40 52 # CONFIG_EPOLL is not set 41 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 42 53 CONFIG_SHMEM=y 43 - CONFIG_CC_ALIGN_FUNCTIONS=0 44 - CONFIG_CC_ALIGN_LABELS=0 45 - CONFIG_CC_ALIGN_LOOPS=0 46 - CONFIG_CC_ALIGN_JUMPS=0 54 + CONFIG_SLAB=y 55 + CONFIG_VM_EVENT_COUNTERS=y 47 56 # CONFIG_TINY_SHMEM is not set 48 57 CONFIG_BASE_SMALL=0 58 + # CONFIG_SLOB is not set 49 59 50 60 # 51 61 # Loadable module support ··· 60 56 CONFIG_MODULES=y 61 57 CONFIG_MODULE_UNLOAD=y 62 58 # CONFIG_MODULE_FORCE_UNLOAD is not set 63 - CONFIG_OBSOLETE_MODPARM=y 64 59 # CONFIG_MODVERSIONS is not set 65 60 # CONFIG_MODULE_SRCVERSION_ALL is not set 66 61 CONFIG_KMOD=y 67 62 CONFIG_STOP_MACHINE=y 63 + 64 + # 65 + # Block layer 66 + # 67 + CONFIG_BLOCK=y 68 + # CONFIG_BLK_DEV_IO_TRACE is not set 69 + 70 + # 71 + # IO Schedulers 72 + # 73 + CONFIG_IOSCHED_NOOP=y 74 + # CONFIG_IOSCHED_AS is not set 75 + CONFIG_IOSCHED_DEADLINE=y 76 + CONFIG_IOSCHED_CFQ=y 77 + # CONFIG_DEFAULT_AS is not set 78 + # CONFIG_DEFAULT_DEADLINE is not set 79 + CONFIG_DEFAULT_CFQ=y 80 + # CONFIG_DEFAULT_NOOP is not set 81 + CONFIG_DEFAULT_IOSCHED="cfq" 68 82 69 83 # 70 84 # Processor type and features ··· 94 72 # CONFIG_PLAT_OAKS32R is not set 95 73 # CONFIG_PLAT_MAPPI2 is not set 96 74 CONFIG_PLAT_MAPPI3=y 75 + # CONFIG_PLAT_M32104UT is not set 97 76 CONFIG_CHIP_M32700=y 98 77 # CONFIG_CHIP_M32102 is not set 78 + # CONFIG_CHIP_M32104 is not set 99 79 # CONFIG_CHIP_VDEC2 is not set 100 80 # CONFIG_CHIP_OPSP is not set 101 81 CONFIG_MMU=y ··· 111 87 CONFIG_MEMORY_START=0x08000000 112 88 CONFIG_MEMORY_SIZE=0x08000000 113 89 CONFIG_NOHIGHMEM=y 90 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 91 + CONFIG_SELECT_MEMORY_MODEL=y 92 + # CONFIG_FLATMEM_MANUAL is not set 93 + CONFIG_DISCONTIGMEM_MANUAL=y 94 + # CONFIG_SPARSEMEM_MANUAL is not set 114 95 CONFIG_DISCONTIGMEM=y 96 + CONFIG_FLAT_NODE_MEM_MAP=y 97 + CONFIG_NEED_MULTIPLE_NODES=y 98 + # CONFIG_SPARSEMEM_STATIC is not set 99 + CONFIG_SPLIT_PTLOCK_CPUS=4 100 + # CONFIG_RESOURCES_64BIT is not set 115 101 CONFIG_IRAM_START=0x00f00000 116 102 CONFIG_IRAM_SIZE=0x00080000 117 103 CONFIG_RWSEM_GENERIC_SPINLOCK=y 118 104 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 105 + CONFIG_GENERIC_FIND_NEXT_BIT=y 106 + CONFIG_GENERIC_HWEIGHT=y 119 107 CONFIG_GENERIC_CALIBRATE_DELAY=y 120 108 CONFIG_PREEMPT=y 121 - # CONFIG_HAVE_DEC_LOCK is not set 122 109 CONFIG_SMP=y 123 110 # CONFIG_CHIP_M32700_TS1 is not set 124 111 CONFIG_NR_CPUS=2 125 - # CONFIG_NUMA is not set 112 + CONFIG_NODES_SHIFT=1 126 113 127 114 # 128 115 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 129 116 # 130 - # CONFIG_PCI is not set 131 117 # CONFIG_ISA is not set 132 118 133 119 # ··· 146 112 CONFIG_PCCARD=y 147 113 # CONFIG_PCMCIA_DEBUG is not set 148 114 CONFIG_PCMCIA=y 115 + CONFIG_PCMCIA_LOAD_CIS=y 116 + CONFIG_PCMCIA_IOCTL=y 149 117 150 118 # 151 119 # PC-card bridges 152 120 # 153 - # CONFIG_TCIC is not set 154 121 # CONFIG_M32R_PCC is not set 155 122 # CONFIG_M32R_CFC is not set 156 123 ··· 166 131 # CONFIG_BINFMT_MISC is not set 167 132 168 133 # 134 + # Networking 135 + # 136 + CONFIG_NET=y 137 + 138 + # 139 + # Networking options 140 + # 141 + # CONFIG_NETDEBUG is not set 142 + # CONFIG_PACKET is not set 143 + CONFIG_UNIX=y 144 + CONFIG_XFRM=y 145 + # CONFIG_XFRM_USER is not set 146 + # CONFIG_XFRM_SUB_POLICY is not set 147 + # CONFIG_NET_KEY is not set 148 + CONFIG_INET=y 149 + # CONFIG_IP_MULTICAST is not set 150 + # CONFIG_IP_ADVANCED_ROUTER is not set 151 + CONFIG_IP_FIB_HASH=y 152 + CONFIG_IP_PNP=y 153 + CONFIG_IP_PNP_DHCP=y 154 + # CONFIG_IP_PNP_BOOTP is not set 155 + # CONFIG_IP_PNP_RARP is not set 156 + # CONFIG_NET_IPIP is not set 157 + # CONFIG_NET_IPGRE is not set 158 + # CONFIG_ARPD is not set 159 + # CONFIG_SYN_COOKIES is not set 160 + # CONFIG_INET_AH is not set 161 + # CONFIG_INET_ESP is not set 162 + # CONFIG_INET_IPCOMP is not set 163 + # CONFIG_INET_XFRM_TUNNEL is not set 164 + # CONFIG_INET_TUNNEL is not set 165 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 166 + CONFIG_INET_XFRM_MODE_TUNNEL=y 167 + CONFIG_INET_XFRM_MODE_BEET=y 168 + CONFIG_INET_DIAG=y 169 + CONFIG_INET_TCP_DIAG=y 170 + # CONFIG_TCP_CONG_ADVANCED is not set 171 + CONFIG_TCP_CONG_CUBIC=y 172 + CONFIG_DEFAULT_TCP_CONG="cubic" 173 + # CONFIG_TCP_MD5SIG is not set 174 + # CONFIG_IPV6 is not set 175 + # CONFIG_INET6_XFRM_TUNNEL is not set 176 + # CONFIG_INET6_TUNNEL is not set 177 + # CONFIG_NETWORK_SECMARK is not set 178 + # CONFIG_NETFILTER is not set 179 + 180 + # 181 + # DCCP Configuration (EXPERIMENTAL) 182 + # 183 + # CONFIG_IP_DCCP is not set 184 + 185 + # 186 + # SCTP Configuration (EXPERIMENTAL) 187 + # 188 + # CONFIG_IP_SCTP is not set 189 + 190 + # 191 + # TIPC Configuration (EXPERIMENTAL) 192 + # 193 + # CONFIG_TIPC is not set 194 + # CONFIG_ATM is not set 195 + # CONFIG_BRIDGE is not set 196 + # CONFIG_VLAN_8021Q is not set 197 + # CONFIG_DECNET is not set 198 + # CONFIG_LLC2 is not set 199 + # CONFIG_IPX is not set 200 + # CONFIG_ATALK is not set 201 + # CONFIG_X25 is not set 202 + # CONFIG_LAPB is not set 203 + # CONFIG_ECONET is not set 204 + # CONFIG_WAN_ROUTER is not set 205 + 206 + # 207 + # QoS and/or fair queueing 208 + # 209 + # CONFIG_NET_SCHED is not set 210 + 211 + # 212 + # Network testing 213 + # 214 + # CONFIG_NET_PKTGEN is not set 215 + # CONFIG_HAMRADIO is not set 216 + # CONFIG_IRDA is not set 217 + # CONFIG_BT is not set 218 + # CONFIG_IEEE80211 is not set 219 + 220 + # 169 221 # Device Drivers 170 222 # 171 223 ··· 262 140 CONFIG_STANDALONE=y 263 141 CONFIG_PREVENT_FIRMWARE_BUILD=y 264 142 CONFIG_FW_LOADER=y 143 + # CONFIG_SYS_HYPERVISOR is not set 144 + 145 + # 146 + # Connector - unified userspace <-> kernelspace linker 147 + # 148 + # CONFIG_CONNECTOR is not set 265 149 266 150 # 267 151 # Memory Technology Devices (MTD) ··· 290 162 # CONFIG_FTL is not set 291 163 # CONFIG_NFTL is not set 292 164 # CONFIG_INFTL is not set 165 + # CONFIG_RFD_FTL is not set 166 + # CONFIG_SSFDC is not set 293 167 294 168 # 295 169 # RAM/ROM/Flash chip drivers ··· 317 187 # Mapping drivers for chip access 318 188 # 319 189 # CONFIG_MTD_COMPLEX_MAPPINGS is not set 190 + # CONFIG_MTD_PLATRAM is not set 320 191 321 192 # 322 193 # Self-contained MTD device drivers ··· 325 194 # CONFIG_MTD_SLRAM is not set 326 195 # CONFIG_MTD_PHRAM is not set 327 196 # CONFIG_MTD_MTDRAM is not set 328 - # CONFIG_MTD_BLKMTD is not set 329 197 # CONFIG_MTD_BLOCK2MTD is not set 330 198 331 199 # ··· 340 210 # CONFIG_MTD_NAND is not set 341 211 342 212 # 213 + # OneNAND Flash Device Drivers 214 + # 215 + # CONFIG_MTD_ONENAND is not set 216 + 217 + # 343 218 # Parallel port support 344 219 # 345 220 # CONFIG_PARPORT is not set ··· 356 221 # 357 222 # Block devices 358 223 # 359 - # CONFIG_BLK_DEV_FD is not set 360 224 # CONFIG_BLK_DEV_COW_COMMON is not set 361 225 CONFIG_BLK_DEV_LOOP=y 362 226 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 363 229 CONFIG_BLK_DEV_RAM=y 364 230 CONFIG_BLK_DEV_RAM_COUNT=16 365 231 CONFIG_BLK_DEV_RAM_SIZE=4096 232 + CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 366 233 CONFIG_BLK_DEV_INITRD=y 367 - CONFIG_INITRAMFS_SOURCE="" 368 234 # CONFIG_CDROM_PKTCDVD is not set 235 + # CONFIG_ATA_OVER_ETH is not set 369 236 370 237 # 371 - # IO Schedulers 238 + # Misc devices 372 239 # 373 - CONFIG_IOSCHED_NOOP=y 374 - # CONFIG_IOSCHED_AS is not set 375 - CONFIG_IOSCHED_DEADLINE=y 376 - CONFIG_IOSCHED_CFQ=y 377 - # CONFIG_ATA_OVER_ETH is not set 240 + # CONFIG_TIFM_CORE is not set 378 241 379 242 # 380 243 # ATA/ATAPI/MFM/RLL support 381 244 # 382 245 CONFIG_IDE=y 246 + CONFIG_IDE_MAX_HWIFS=4 383 247 CONFIG_BLK_DEV_IDE=y 384 248 385 249 # ··· 386 254 # CONFIG_BLK_DEV_IDE_SATA is not set 387 255 CONFIG_BLK_DEV_IDEDISK=y 388 256 # CONFIG_IDEDISK_MULTI_MODE is not set 389 - CONFIG_BLK_DEV_IDECS=y 257 + CONFIG_BLK_DEV_IDECS=m 390 258 CONFIG_BLK_DEV_IDECD=m 391 259 # CONFIG_BLK_DEV_IDETAPE is not set 392 260 # CONFIG_BLK_DEV_IDEFLOPPY is not set ··· 404 272 # 405 273 # SCSI device support 406 274 # 275 + # CONFIG_RAID_ATTRS is not set 407 276 # CONFIG_SCSI is not set 277 + # CONFIG_SCSI_NETLINK is not set 278 + 279 + # 280 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 281 + # 408 282 409 283 # 410 284 # Multi-device support (RAID and LVM) ··· 420 282 # 421 283 # Fusion MPT device support 422 284 # 285 + # CONFIG_FUSION is not set 423 286 424 287 # 425 288 # IEEE 1394 (FireWire) support 426 289 # 427 - # CONFIG_IEEE1394 is not set 428 290 429 291 # 430 292 # I2O device support 431 293 # 432 294 433 295 # 434 - # Networking support 296 + # Network device support 435 297 # 436 - CONFIG_NET=y 437 - 438 - # 439 - # Networking options 440 - # 441 - # CONFIG_PACKET is not set 442 - CONFIG_UNIX=y 443 - # CONFIG_NET_KEY is not set 444 - CONFIG_INET=y 445 - # CONFIG_IP_MULTICAST is not set 446 - # CONFIG_IP_ADVANCED_ROUTER is not set 447 - CONFIG_IP_PNP=y 448 - CONFIG_IP_PNP_DHCP=y 449 - # CONFIG_IP_PNP_BOOTP is not set 450 - # CONFIG_IP_PNP_RARP is not set 451 - # CONFIG_NET_IPIP is not set 452 - # CONFIG_NET_IPGRE is not set 453 - # CONFIG_ARPD is not set 454 - # CONFIG_SYN_COOKIES is not set 455 - # CONFIG_INET_AH is not set 456 - # CONFIG_INET_ESP is not set 457 - # CONFIG_INET_IPCOMP is not set 458 - # CONFIG_INET_TUNNEL is not set 459 - CONFIG_IP_TCPDIAG=y 460 - # CONFIG_IP_TCPDIAG_IPV6 is not set 461 - # CONFIG_IPV6 is not set 462 - # CONFIG_NETFILTER is not set 463 - 464 - # 465 - # SCTP Configuration (EXPERIMENTAL) 466 - # 467 - # CONFIG_IP_SCTP is not set 468 - # CONFIG_ATM is not set 469 - # CONFIG_BRIDGE is not set 470 - # CONFIG_VLAN_8021Q is not set 471 - # CONFIG_DECNET is not set 472 - # CONFIG_LLC2 is not set 473 - # CONFIG_IPX is not set 474 - # CONFIG_ATALK is not set 475 - # CONFIG_X25 is not set 476 - # CONFIG_LAPB is not set 477 - # CONFIG_NET_DIVERT is not set 478 - # CONFIG_ECONET is not set 479 - # CONFIG_WAN_ROUTER is not set 480 - 481 - # 482 - # QoS and/or fair queueing 483 - # 484 - # CONFIG_NET_SCHED is not set 485 - # CONFIG_NET_CLS_ROUTE is not set 486 - 487 - # 488 - # Network testing 489 - # 490 - # CONFIG_NET_PKTGEN is not set 491 - # CONFIG_NETPOLL is not set 492 - # CONFIG_NET_POLL_CONTROLLER is not set 493 - # CONFIG_HAMRADIO is not set 494 - # CONFIG_IRDA is not set 495 - # CONFIG_BT is not set 496 298 CONFIG_NETDEVICES=y 497 299 # CONFIG_DUMMY is not set 498 300 # CONFIG_BONDING is not set 499 301 # CONFIG_EQUALIZER is not set 500 302 # CONFIG_TUN is not set 303 + 304 + # 305 + # PHY device support 306 + # 307 + # CONFIG_PHYLIB is not set 501 308 502 309 # 503 310 # Ethernet (10 or 100Mbit) ··· 482 399 # CONFIG_SLIP is not set 483 400 # CONFIG_SHAPER is not set 484 401 # CONFIG_NETCONSOLE is not set 402 + # CONFIG_NETPOLL is not set 403 + # CONFIG_NET_POLL_CONTROLLER is not set 485 404 486 405 # 487 406 # ISDN subsystem ··· 499 414 # Input device support 500 415 # 501 416 CONFIG_INPUT=y 417 + # CONFIG_INPUT_FF_MEMLESS is not set 502 418 503 419 # 504 420 # Userland interfaces ··· 531 445 # CONFIG_SERIO_LIBPS2 is not set 532 446 # CONFIG_SERIO_RAW is not set 533 447 # CONFIG_GAMEPORT is not set 534 - CONFIG_SOUND_GAMEPORT=y 535 448 536 449 # 537 450 # Character devices ··· 550 465 CONFIG_SERIAL_CORE_CONSOLE=y 551 466 CONFIG_SERIAL_M32R_SIO=y 552 467 CONFIG_SERIAL_M32R_SIO_CONSOLE=y 553 - # CONFIG_SERIAL_M32R_PLDSIO is not set 554 468 CONFIG_UNIX98_PTYS=y 555 469 CONFIG_LEGACY_PTYS=y 556 470 CONFIG_LEGACY_PTY_COUNT=256 ··· 563 479 # Watchdog Cards 564 480 # 565 481 # CONFIG_WATCHDOG is not set 482 + CONFIG_HW_RANDOM=y 566 483 # CONFIG_RTC is not set 567 - # CONFIG_GEN_RTC is not set 568 484 # CONFIG_DTLK is not set 569 485 # CONFIG_R3964 is not set 570 486 571 487 # 572 488 # Ftape, the floppy tape device driver 573 489 # 574 - # CONFIG_DRM is not set 575 490 576 491 # 577 492 # PCMCIA character devices 578 493 # 579 494 # CONFIG_SYNCLINK_CS is not set 495 + # CONFIG_CARDMAN_4000 is not set 496 + # CONFIG_CARDMAN_4040 is not set 580 497 # CONFIG_RAW_DRIVER is not set 581 498 582 499 # 583 500 # TPM devices 584 501 # 502 + # CONFIG_TCG_TPM is not set 585 503 586 504 # 587 505 # I2C support ··· 591 505 # CONFIG_I2C is not set 592 506 593 507 # 508 + # SPI support 509 + # 510 + # CONFIG_SPI is not set 511 + # CONFIG_SPI_MASTER is not set 512 + 513 + # 594 514 # Dallas's 1-wire bus 595 515 # 596 516 # CONFIG_W1 is not set 597 517 598 518 # 599 - # Misc devices 519 + # Hardware Monitoring support 600 520 # 521 + CONFIG_HWMON=y 522 + # CONFIG_HWMON_VID is not set 523 + # CONFIG_SENSORS_ABITUGURU is not set 524 + # CONFIG_SENSORS_F71805F is not set 525 + # CONFIG_SENSORS_VT1211 is not set 526 + # CONFIG_HWMON_DEBUG_CHIP is not set 601 527 602 528 # 603 529 # Multimedia devices ··· 624 526 # 625 527 # Graphics support 626 528 # 529 + CONFIG_FIRMWARE_EDID=y 627 530 # CONFIG_FB is not set 531 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 628 532 629 533 # 630 534 # Sound ··· 638 538 # 639 539 # CONFIG_USB_ARCH_HAS_HCD is not set 640 540 # CONFIG_USB_ARCH_HAS_OHCI is not set 541 + # CONFIG_USB_ARCH_HAS_EHCI is not set 542 + 543 + # 544 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 545 + # 641 546 642 547 # 643 548 # USB Gadget Support ··· 655 550 # CONFIG_MMC is not set 656 551 657 552 # 553 + # LED devices 554 + # 555 + # CONFIG_NEW_LEDS is not set 556 + 557 + # 558 + # LED drivers 559 + # 560 + 561 + # 562 + # LED Triggers 563 + # 564 + 565 + # 658 566 # InfiniBand support 659 567 # 660 - # CONFIG_INFINIBAND is not set 568 + 569 + # 570 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 571 + # 572 + 573 + # 574 + # Real Time Clock 575 + # 576 + # CONFIG_RTC_CLASS is not set 577 + 578 + # 579 + # DMA Engine support 580 + # 581 + # CONFIG_DMA_ENGINE is not set 582 + 583 + # 584 + # DMA Clients 585 + # 586 + 587 + # 588 + # DMA Devices 589 + # 661 590 662 591 # 663 592 # File systems 664 593 # 665 594 CONFIG_EXT2_FS=y 666 595 # CONFIG_EXT2_FS_XATTR is not set 596 + # CONFIG_EXT2_FS_XIP is not set 667 597 CONFIG_EXT3_FS=y 668 598 CONFIG_EXT3_FS_XATTR=y 669 599 # CONFIG_EXT3_FS_POSIX_ACL is not set 670 600 # CONFIG_EXT3_FS_SECURITY is not set 601 + # CONFIG_EXT4DEV_FS is not set 671 602 CONFIG_JBD=y 672 603 # CONFIG_JBD_DEBUG is not set 673 604 CONFIG_FS_MBCACHE=y 674 605 # CONFIG_REISERFS_FS is not set 675 606 # CONFIG_JFS_FS is not set 676 - 677 - # 678 - # XFS support 679 - # 607 + # CONFIG_FS_POSIX_ACL is not set 680 608 # CONFIG_XFS_FS is not set 609 + # CONFIG_GFS2_FS is not set 610 + # CONFIG_OCFS2_FS is not set 681 611 # CONFIG_MINIX_FS is not set 682 612 CONFIG_ROMFS_FS=y 613 + CONFIG_INOTIFY=y 614 + CONFIG_INOTIFY_USER=y 683 615 # CONFIG_QUOTA is not set 684 616 CONFIG_DNOTIFY=y 685 617 # CONFIG_AUTOFS_FS is not set 686 618 # CONFIG_AUTOFS4_FS is not set 619 + # CONFIG_FUSE_FS is not set 687 620 688 621 # 689 622 # CD-ROM/DVD Filesystems ··· 746 603 # 747 604 CONFIG_PROC_FS=y 748 605 CONFIG_PROC_KCORE=y 606 + CONFIG_PROC_SYSCTL=y 749 607 CONFIG_SYSFS=y 750 - CONFIG_DEVFS_FS=y 751 - CONFIG_DEVFS_MOUNT=y 752 - # CONFIG_DEVFS_DEBUG is not set 753 - # CONFIG_DEVPTS_FS_XATTR is not set 754 608 CONFIG_TMPFS=y 755 - # CONFIG_TMPFS_XATTR is not set 756 - # CONFIG_HUGETLBFS is not set 609 + # CONFIG_TMPFS_POSIX_ACL is not set 757 610 # CONFIG_HUGETLB_PAGE is not set 758 611 CONFIG_RAMFS=y 612 + # CONFIG_CONFIGFS_FS is not set 759 613 760 614 # 761 615 # Miscellaneous filesystems ··· 769 629 CONFIG_JFFS_PROC_FS=y 770 630 CONFIG_JFFS2_FS=y 771 631 CONFIG_JFFS2_FS_DEBUG=0 772 - # CONFIG_JFFS2_FS_NAND is not set 773 - # CONFIG_JFFS2_FS_NOR_ECC is not set 632 + CONFIG_JFFS2_FS_WRITEBUFFER=y 633 + # CONFIG_JFFS2_SUMMARY is not set 634 + # CONFIG_JFFS2_FS_XATTR is not set 774 635 # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set 775 636 CONFIG_JFFS2_ZLIB=y 776 637 CONFIG_JFFS2_RTIME=y ··· 788 647 # 789 648 CONFIG_NFS_FS=y 790 649 CONFIG_NFS_V3=y 650 + # CONFIG_NFS_V3_ACL is not set 791 651 # CONFIG_NFS_V4 is not set 792 652 # CONFIG_NFS_DIRECTIO is not set 793 653 # CONFIG_NFSD is not set 794 654 CONFIG_ROOT_NFS=y 795 655 CONFIG_LOCKD=y 796 656 CONFIG_LOCKD_V4=y 657 + CONFIG_NFS_COMMON=y 797 658 CONFIG_SUNRPC=y 798 659 # CONFIG_RPCSEC_GSS_KRB5 is not set 799 660 # CONFIG_RPCSEC_GSS_SPKM3 is not set ··· 804 661 # CONFIG_NCP_FS is not set 805 662 # CONFIG_CODA_FS is not set 806 663 # CONFIG_AFS_FS is not set 664 + # CONFIG_9P_FS is not set 807 665 808 666 # 809 667 # Partition Types ··· 865 721 # Kernel hacking 866 722 # 867 723 # CONFIG_PRINTK_TIME is not set 724 + CONFIG_ENABLE_MUST_CHECK=y 725 + # CONFIG_MAGIC_SYSRQ is not set 726 + # CONFIG_UNUSED_SYMBOLS is not set 868 727 # CONFIG_DEBUG_KERNEL is not set 869 728 CONFIG_LOG_BUF_SHIFT=15 870 729 # CONFIG_DEBUG_BUGVERBOSE is not set 730 + # CONFIG_DEBUG_FS is not set 871 731 # CONFIG_FRAME_POINTER is not set 732 + # CONFIG_UNWIND_INFO is not set 733 + # CONFIG_HEADERS_CHECK is not set 872 734 873 735 # 874 736 # Security options ··· 888 738 # CONFIG_CRYPTO is not set 889 739 890 740 # 891 - # Hardware crypto devices 892 - # 893 - 894 - # 895 741 # Library routines 896 742 # 897 743 # CONFIG_CRC_CCITT is not set 744 + # CONFIG_CRC16 is not set 898 745 CONFIG_CRC32=y 899 746 # CONFIG_LIBCRC32C is not set 900 747 CONFIG_ZLIB_INFLATE=y
+244 -104
arch/m32r/oaks32r/defconfig.nommu
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.12-rc5 4 - # Fri Jun 3 16:22:04 2005 3 + # Linux kernel version: 2.6.19 4 + # Tue Dec 12 12:09:17 2006 5 5 # 6 6 CONFIG_M32R=y 7 - # CONFIG_UID16 is not set 8 7 CONFIG_GENERIC_ISA_DMA=y 9 8 CONFIG_GENERIC_HARDIRQS=y 10 9 CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 11 12 12 # 13 13 # Code maturity level options 14 14 # 15 15 CONFIG_EXPERIMENTAL=y 16 - CONFIG_CLEAN_COMPILE=y 17 16 CONFIG_BROKEN_ON_SMP=y 18 17 CONFIG_LOCK_KERNEL=y 19 18 CONFIG_INIT_ENV_ARG_LIMIT=32 ··· 21 22 # General setup 22 23 # 23 24 CONFIG_LOCALVERSION="" 25 + CONFIG_LOCALVERSION_AUTO=y 26 + # CONFIG_SYSVIPC is not set 24 27 # CONFIG_POSIX_MQUEUE is not set 25 28 CONFIG_BSD_PROCESS_ACCT=y 26 29 # CONFIG_BSD_PROCESS_ACCT_V3 is not set 27 - CONFIG_SYSCTL=y 30 + # CONFIG_TASKSTATS is not set 31 + # CONFIG_UTS_NS is not set 28 32 # CONFIG_AUDIT is not set 29 - CONFIG_HOTPLUG=y 30 - CONFIG_KOBJECT_UEVENT=y 31 33 # CONFIG_IKCONFIG is not set 34 + CONFIG_SYSFS_DEPRECATED=y 35 + # CONFIG_RELAY is not set 36 + CONFIG_INITRAMFS_SOURCE="" 37 + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 38 + CONFIG_SYSCTL=y 32 39 CONFIG_EMBEDDED=y 40 + CONFIG_SYSCTL_SYSCALL=y 33 41 # CONFIG_KALLSYMS is not set 42 + CONFIG_HOTPLUG=y 34 43 CONFIG_PRINTK=y 35 44 CONFIG_BUG=y 45 + CONFIG_ELF_CORE=y 36 46 CONFIG_BASE_FULL=y 37 47 # CONFIG_FUTEX is not set 38 48 # CONFIG_EPOLL is not set 39 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 40 - CONFIG_CC_ALIGN_FUNCTIONS=0 41 - CONFIG_CC_ALIGN_LABELS=0 42 - CONFIG_CC_ALIGN_LOOPS=0 43 - CONFIG_CC_ALIGN_JUMPS=0 49 + CONFIG_SLAB=y 50 + CONFIG_VM_EVENT_COUNTERS=y 44 51 CONFIG_TINY_SHMEM=y 45 52 CONFIG_BASE_SMALL=0 53 + # CONFIG_SLOB is not set 46 54 47 55 # 48 56 # Loadable module support ··· 57 51 CONFIG_MODULES=y 58 52 CONFIG_MODULE_UNLOAD=y 59 53 # CONFIG_MODULE_FORCE_UNLOAD is not set 60 - CONFIG_OBSOLETE_MODPARM=y 61 54 # CONFIG_MODVERSIONS is not set 62 55 # CONFIG_MODULE_SRCVERSION_ALL is not set 63 56 CONFIG_KMOD=y 57 + 58 + # 59 + # Block layer 60 + # 61 + CONFIG_BLOCK=y 62 + # CONFIG_BLK_DEV_IO_TRACE is not set 63 + 64 + # 65 + # IO Schedulers 66 + # 67 + CONFIG_IOSCHED_NOOP=y 68 + # CONFIG_IOSCHED_AS is not set 69 + CONFIG_IOSCHED_DEADLINE=y 70 + CONFIG_IOSCHED_CFQ=y 71 + # CONFIG_DEFAULT_AS is not set 72 + # CONFIG_DEFAULT_DEADLINE is not set 73 + CONFIG_DEFAULT_CFQ=y 74 + # CONFIG_DEFAULT_NOOP is not set 75 + CONFIG_DEFAULT_IOSCHED="cfq" 64 76 65 77 # 66 78 # Processor type and features ··· 90 66 CONFIG_PLAT_OAKS32R=y 91 67 # CONFIG_PLAT_MAPPI2 is not set 92 68 # CONFIG_PLAT_MAPPI3 is not set 69 + # CONFIG_PLAT_M32104UT is not set 93 70 # CONFIG_CHIP_M32700 is not set 94 71 CONFIG_CHIP_M32102=y 72 + # CONFIG_CHIP_M32104 is not set 95 73 # CONFIG_CHIP_VDEC2 is not set 96 74 # CONFIG_CHIP_OPSP is not set 97 75 CONFIG_ISA_M32R=y ··· 103 77 CONFIG_MEMORY_START=0x01000000 104 78 CONFIG_MEMORY_SIZE=0x00800000 105 79 CONFIG_NOHIGHMEM=y 106 - # CONFIG_DISCONTIGMEM is not set 80 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 81 + CONFIG_SELECT_MEMORY_MODEL=y 82 + # CONFIG_FLATMEM_MANUAL is not set 83 + CONFIG_DISCONTIGMEM_MANUAL=y 84 + # CONFIG_SPARSEMEM_MANUAL is not set 85 + CONFIG_DISCONTIGMEM=y 86 + CONFIG_FLAT_NODE_MEM_MAP=y 87 + CONFIG_NEED_MULTIPLE_NODES=y 88 + # CONFIG_SPARSEMEM_STATIC is not set 89 + CONFIG_SPLIT_PTLOCK_CPUS=4 90 + # CONFIG_RESOURCES_64BIT is not set 91 + CONFIG_IRAM_START=0x00f00000 92 + CONFIG_IRAM_SIZE=0x00010000 107 93 CONFIG_RWSEM_GENERIC_SPINLOCK=y 108 94 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 95 + CONFIG_GENERIC_FIND_NEXT_BIT=y 96 + CONFIG_GENERIC_HWEIGHT=y 109 97 CONFIG_GENERIC_CALIBRATE_DELAY=y 110 98 CONFIG_PREEMPT=y 111 - # CONFIG_HAVE_DEC_LOCK is not set 112 99 # CONFIG_SMP is not set 100 + CONFIG_NODES_SHIFT=1 113 101 114 102 # 115 103 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 116 104 # 117 - # CONFIG_PCI is not set 118 105 # CONFIG_ISA is not set 119 106 120 107 # ··· 148 109 # CONFIG_BINFMT_MISC is not set 149 110 150 111 # 112 + # Networking 113 + # 114 + CONFIG_NET=y 115 + 116 + # 117 + # Networking options 118 + # 119 + # CONFIG_NETDEBUG is not set 120 + CONFIG_PACKET=y 121 + # CONFIG_PACKET_MMAP is not set 122 + CONFIG_UNIX=y 123 + CONFIG_XFRM=y 124 + # CONFIG_XFRM_USER is not set 125 + # CONFIG_XFRM_SUB_POLICY is not set 126 + # CONFIG_NET_KEY is not set 127 + CONFIG_INET=y 128 + # CONFIG_IP_MULTICAST is not set 129 + # CONFIG_IP_ADVANCED_ROUTER is not set 130 + CONFIG_IP_FIB_HASH=y 131 + CONFIG_IP_PNP=y 132 + CONFIG_IP_PNP_DHCP=y 133 + # CONFIG_IP_PNP_BOOTP is not set 134 + # CONFIG_IP_PNP_RARP is not set 135 + # CONFIG_NET_IPIP is not set 136 + # CONFIG_NET_IPGRE is not set 137 + # CONFIG_ARPD is not set 138 + # CONFIG_SYN_COOKIES is not set 139 + # CONFIG_INET_AH is not set 140 + # CONFIG_INET_ESP is not set 141 + # CONFIG_INET_IPCOMP is not set 142 + # CONFIG_INET_XFRM_TUNNEL is not set 143 + # CONFIG_INET_TUNNEL is not set 144 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 145 + CONFIG_INET_XFRM_MODE_TUNNEL=y 146 + CONFIG_INET_XFRM_MODE_BEET=y 147 + CONFIG_INET_DIAG=y 148 + CONFIG_INET_TCP_DIAG=y 149 + # CONFIG_TCP_CONG_ADVANCED is not set 150 + CONFIG_TCP_CONG_CUBIC=y 151 + CONFIG_DEFAULT_TCP_CONG="cubic" 152 + # CONFIG_TCP_MD5SIG is not set 153 + # CONFIG_IPV6 is not set 154 + # CONFIG_INET6_XFRM_TUNNEL is not set 155 + # CONFIG_INET6_TUNNEL is not set 156 + # CONFIG_NETWORK_SECMARK is not set 157 + # CONFIG_NETFILTER is not set 158 + 159 + # 160 + # DCCP Configuration (EXPERIMENTAL) 161 + # 162 + # CONFIG_IP_DCCP is not set 163 + 164 + # 165 + # SCTP Configuration (EXPERIMENTAL) 166 + # 167 + # CONFIG_IP_SCTP is not set 168 + 169 + # 170 + # TIPC Configuration (EXPERIMENTAL) 171 + # 172 + # CONFIG_TIPC is not set 173 + # CONFIG_ATM is not set 174 + # CONFIG_BRIDGE is not set 175 + # CONFIG_VLAN_8021Q is not set 176 + # CONFIG_DECNET is not set 177 + # CONFIG_LLC2 is not set 178 + # CONFIG_IPX is not set 179 + # CONFIG_ATALK is not set 180 + # CONFIG_X25 is not set 181 + # CONFIG_LAPB is not set 182 + # CONFIG_ECONET is not set 183 + # CONFIG_WAN_ROUTER is not set 184 + 185 + # 186 + # QoS and/or fair queueing 187 + # 188 + # CONFIG_NET_SCHED is not set 189 + 190 + # 191 + # Network testing 192 + # 193 + # CONFIG_NET_PKTGEN is not set 194 + # CONFIG_HAMRADIO is not set 195 + # CONFIG_IRDA is not set 196 + # CONFIG_BT is not set 197 + # CONFIG_IEEE80211 is not set 198 + 199 + # 151 200 # Device Drivers 152 201 # 153 202 ··· 245 118 CONFIG_STANDALONE=y 246 119 CONFIG_PREVENT_FIRMWARE_BUILD=y 247 120 # CONFIG_FW_LOADER is not set 121 + # CONFIG_SYS_HYPERVISOR is not set 122 + 123 + # 124 + # Connector - unified userspace <-> kernelspace linker 125 + # 126 + # CONFIG_CONNECTOR is not set 248 127 249 128 # 250 129 # Memory Technology Devices (MTD) ··· 269 136 # 270 137 # Block devices 271 138 # 272 - # CONFIG_BLK_DEV_FD is not set 273 139 # CONFIG_BLK_DEV_COW_COMMON is not set 274 140 CONFIG_BLK_DEV_LOOP=y 275 141 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 276 144 CONFIG_BLK_DEV_RAM=y 277 145 CONFIG_BLK_DEV_RAM_COUNT=16 278 146 CONFIG_BLK_DEV_RAM_SIZE=4096 147 + CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 279 148 # CONFIG_BLK_DEV_INITRD is not set 280 - CONFIG_INITRAMFS_SOURCE="" 281 149 # CONFIG_CDROM_PKTCDVD is not set 150 + # CONFIG_ATA_OVER_ETH is not set 282 151 283 152 # 284 - # IO Schedulers 153 + # Misc devices 285 154 # 286 - CONFIG_IOSCHED_NOOP=y 287 - # CONFIG_IOSCHED_AS is not set 288 - CONFIG_IOSCHED_DEADLINE=y 289 - CONFIG_IOSCHED_CFQ=y 290 - # CONFIG_ATA_OVER_ETH is not set 155 + # CONFIG_TIFM_CORE is not set 291 156 292 157 # 293 158 # ATA/ATAPI/MFM/RLL support ··· 294 165 # 295 166 # SCSI device support 296 167 # 168 + # CONFIG_RAID_ATTRS is not set 297 169 # CONFIG_SCSI is not set 170 + # CONFIG_SCSI_NETLINK is not set 171 + 172 + # 173 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 174 + # 298 175 299 176 # 300 177 # Multi-device support (RAID and LVM) ··· 310 175 # 311 176 # Fusion MPT device support 312 177 # 178 + # CONFIG_FUSION is not set 313 179 314 180 # 315 181 # IEEE 1394 (FireWire) support ··· 321 185 # 322 186 323 187 # 324 - # Networking support 188 + # Network device support 325 189 # 326 - CONFIG_NET=y 327 - 328 - # 329 - # Networking options 330 - # 331 - CONFIG_PACKET=y 332 - # CONFIG_PACKET_MMAP is not set 333 - CONFIG_UNIX=y 334 - # CONFIG_NET_KEY is not set 335 - CONFIG_INET=y 336 - # CONFIG_IP_MULTICAST is not set 337 - # CONFIG_IP_ADVANCED_ROUTER is not set 338 - CONFIG_IP_PNP=y 339 - CONFIG_IP_PNP_DHCP=y 340 - # CONFIG_IP_PNP_BOOTP is not set 341 - # CONFIG_IP_PNP_RARP is not set 342 - # CONFIG_NET_IPIP is not set 343 - # CONFIG_NET_IPGRE is not set 344 - # CONFIG_ARPD is not set 345 - # CONFIG_SYN_COOKIES is not set 346 - # CONFIG_INET_AH is not set 347 - # CONFIG_INET_ESP is not set 348 - # CONFIG_INET_IPCOMP is not set 349 - # CONFIG_INET_TUNNEL is not set 350 - CONFIG_IP_TCPDIAG=y 351 - # CONFIG_IP_TCPDIAG_IPV6 is not set 352 - # CONFIG_IPV6 is not set 353 - # CONFIG_NETFILTER is not set 354 - 355 - # 356 - # SCTP Configuration (EXPERIMENTAL) 357 - # 358 - # CONFIG_IP_SCTP is not set 359 - # CONFIG_ATM is not set 360 - # CONFIG_BRIDGE is not set 361 - # CONFIG_VLAN_8021Q is not set 362 - # CONFIG_DECNET is not set 363 - # CONFIG_LLC2 is not set 364 - # CONFIG_IPX is not set 365 - # CONFIG_ATALK is not set 366 - # CONFIG_X25 is not set 367 - # CONFIG_LAPB is not set 368 - # CONFIG_NET_DIVERT is not set 369 - # CONFIG_ECONET is not set 370 - # CONFIG_WAN_ROUTER is not set 371 - 372 - # 373 - # QoS and/or fair queueing 374 - # 375 - # CONFIG_NET_SCHED is not set 376 - # CONFIG_NET_CLS_ROUTE is not set 377 - 378 - # 379 - # Network testing 380 - # 381 - # CONFIG_NET_PKTGEN is not set 382 - # CONFIG_NETPOLL is not set 383 - # CONFIG_NET_POLL_CONTROLLER is not set 384 - # CONFIG_HAMRADIO is not set 385 - # CONFIG_IRDA is not set 386 - # CONFIG_BT is not set 387 190 CONFIG_NETDEVICES=y 388 191 # CONFIG_DUMMY is not set 389 192 # CONFIG_BONDING is not set 390 193 # CONFIG_EQUALIZER is not set 391 194 # CONFIG_TUN is not set 195 + 196 + # 197 + # PHY device support 198 + # 392 199 393 200 # 394 201 # Ethernet (10 or 100Mbit) ··· 364 285 # CONFIG_SLIP is not set 365 286 # CONFIG_SHAPER is not set 366 287 # CONFIG_NETCONSOLE is not set 288 + # CONFIG_NETPOLL is not set 289 + # CONFIG_NET_POLL_CONTROLLER is not set 367 290 368 291 # 369 292 # ISDN subsystem ··· 381 300 # Input device support 382 301 # 383 302 CONFIG_INPUT=y 303 + # CONFIG_INPUT_FF_MEMLESS is not set 384 304 385 305 # 386 306 # Userland interfaces ··· 410 328 # CONFIG_SERIO_LIBPS2 is not set 411 329 # CONFIG_SERIO_RAW is not set 412 330 # CONFIG_GAMEPORT is not set 413 - CONFIG_SOUND_GAMEPORT=y 414 331 415 332 # 416 333 # Character devices ··· 429 348 CONFIG_SERIAL_CORE_CONSOLE=y 430 349 CONFIG_SERIAL_M32R_SIO=y 431 350 CONFIG_SERIAL_M32R_SIO_CONSOLE=y 432 - # CONFIG_SERIAL_M32R_PLDSIO is not set 433 351 CONFIG_UNIX98_PTYS=y 434 352 CONFIG_LEGACY_PTYS=y 435 353 CONFIG_LEGACY_PTY_COUNT=256 ··· 442 362 # Watchdog Cards 443 363 # 444 364 # CONFIG_WATCHDOG is not set 365 + CONFIG_HW_RANDOM=y 445 366 # CONFIG_RTC is not set 446 - # CONFIG_GEN_RTC is not set 447 367 # CONFIG_DTLK is not set 448 368 # CONFIG_R3964 is not set 449 369 450 370 # 451 371 # Ftape, the floppy tape device driver 452 372 # 453 - # CONFIG_DRM is not set 454 373 # CONFIG_RAW_DRIVER is not set 455 374 456 375 # 457 376 # TPM devices 458 377 # 378 + # CONFIG_TCG_TPM is not set 459 379 460 380 # 461 381 # I2C support ··· 463 383 # CONFIG_I2C is not set 464 384 465 385 # 386 + # SPI support 387 + # 388 + # CONFIG_SPI is not set 389 + # CONFIG_SPI_MASTER is not set 390 + 391 + # 466 392 # Dallas's 1-wire bus 467 393 # 468 394 # CONFIG_W1 is not set 469 395 470 396 # 471 - # Misc devices 397 + # Hardware Monitoring support 472 398 # 399 + CONFIG_HWMON=y 400 + # CONFIG_HWMON_VID is not set 401 + # CONFIG_SENSORS_ABITUGURU is not set 402 + # CONFIG_SENSORS_F71805F is not set 403 + # CONFIG_SENSORS_VT1211 is not set 404 + # CONFIG_HWMON_DEBUG_CHIP is not set 473 405 474 406 # 475 407 # Multimedia devices ··· 496 404 # 497 405 # Graphics support 498 406 # 407 + CONFIG_FIRMWARE_EDID=y 499 408 # CONFIG_FB is not set 409 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 500 410 501 411 # 502 412 # Sound ··· 510 416 # 511 417 # CONFIG_USB_ARCH_HAS_HCD is not set 512 418 # CONFIG_USB_ARCH_HAS_OHCI is not set 419 + # CONFIG_USB_ARCH_HAS_EHCI is not set 420 + 421 + # 422 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 423 + # 513 424 514 425 # 515 426 # USB Gadget Support ··· 527 428 # CONFIG_MMC is not set 528 429 529 430 # 431 + # LED devices 432 + # 433 + # CONFIG_NEW_LEDS is not set 434 + 435 + # 436 + # LED drivers 437 + # 438 + 439 + # 440 + # LED Triggers 441 + # 442 + 443 + # 530 444 # InfiniBand support 531 445 # 532 - # CONFIG_INFINIBAND is not set 446 + 447 + # 448 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 449 + # 450 + 451 + # 452 + # Real Time Clock 453 + # 454 + # CONFIG_RTC_CLASS is not set 455 + 456 + # 457 + # DMA Engine support 458 + # 459 + # CONFIG_DMA_ENGINE is not set 460 + 461 + # 462 + # DMA Clients 463 + # 464 + 465 + # 466 + # DMA Devices 467 + # 533 468 534 469 # 535 470 # File systems ··· 571 438 CONFIG_EXT2_FS=y 572 439 # CONFIG_EXT2_FS_XATTR is not set 573 440 # CONFIG_EXT3_FS is not set 574 - # CONFIG_JBD is not set 441 + # CONFIG_EXT4DEV_FS is not set 575 442 # CONFIG_REISERFS_FS is not set 576 443 # CONFIG_JFS_FS is not set 577 - 578 - # 579 - # XFS support 580 - # 444 + # CONFIG_FS_POSIX_ACL is not set 581 445 # CONFIG_XFS_FS is not set 446 + # CONFIG_GFS2_FS is not set 447 + # CONFIG_OCFS2_FS is not set 582 448 # CONFIG_MINIX_FS is not set 583 449 # CONFIG_ROMFS_FS is not set 450 + CONFIG_INOTIFY=y 451 + CONFIG_INOTIFY_USER=y 584 452 # CONFIG_QUOTA is not set 585 453 CONFIG_DNOTIFY=y 586 454 # CONFIG_AUTOFS_FS is not set 587 455 # CONFIG_AUTOFS4_FS is not set 456 + # CONFIG_FUSE_FS is not set 588 457 589 458 # 590 459 # CD-ROM/DVD Filesystems ··· 605 470 # Pseudo filesystems 606 471 # 607 472 CONFIG_PROC_FS=y 473 + CONFIG_PROC_SYSCTL=y 608 474 CONFIG_SYSFS=y 609 - # CONFIG_DEVFS_FS is not set 610 - CONFIG_DEVPTS_FS_XATTR=y 611 - CONFIG_DEVPTS_FS_SECURITY=y 612 475 # CONFIG_TMPFS is not set 613 476 # CONFIG_HUGETLB_PAGE is not set 614 477 CONFIG_RAMFS=y 478 + # CONFIG_CONFIGFS_FS is not set 615 479 616 480 # 617 481 # Miscellaneous filesystems ··· 634 500 # 635 501 CONFIG_NFS_FS=y 636 502 CONFIG_NFS_V3=y 503 + # CONFIG_NFS_V3_ACL is not set 637 504 # CONFIG_NFS_V4 is not set 638 505 # CONFIG_NFS_DIRECTIO is not set 639 506 # CONFIG_NFSD is not set 640 507 CONFIG_ROOT_NFS=y 641 508 CONFIG_LOCKD=y 642 509 CONFIG_LOCKD_V4=y 510 + CONFIG_NFS_COMMON=y 643 511 CONFIG_SUNRPC=y 644 512 # CONFIG_RPCSEC_GSS_KRB5 is not set 645 513 # CONFIG_RPCSEC_GSS_SPKM3 is not set ··· 650 514 # CONFIG_NCP_FS is not set 651 515 # CONFIG_CODA_FS is not set 652 516 # CONFIG_AFS_FS is not set 517 + # CONFIG_9P_FS is not set 653 518 654 519 # 655 520 # Partition Types ··· 711 574 # Kernel hacking 712 575 # 713 576 # CONFIG_PRINTK_TIME is not set 577 + CONFIG_ENABLE_MUST_CHECK=y 578 + # CONFIG_MAGIC_SYSRQ is not set 579 + # CONFIG_UNUSED_SYMBOLS is not set 714 580 # CONFIG_DEBUG_KERNEL is not set 715 581 CONFIG_LOG_BUF_SHIFT=14 716 582 # CONFIG_DEBUG_BUGVERBOSE is not set 583 + # CONFIG_DEBUG_FS is not set 717 584 # CONFIG_FRAME_POINTER is not set 585 + # CONFIG_UNWIND_INFO is not set 586 + # CONFIG_HEADERS_CHECK is not set 718 587 719 588 # 720 589 # Security options ··· 734 591 # CONFIG_CRYPTO is not set 735 592 736 593 # 737 - # Hardware crypto devices 738 - # 739 - 740 - # 741 594 # Library routines 742 595 # 743 596 # CONFIG_CRC_CCITT is not set 597 + # CONFIG_CRC16 is not set 744 598 CONFIG_CRC32=y 745 599 # CONFIG_LIBCRC32C is not set
+268 -115
arch/m32r/opsput/defconfig.opsput
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.12-rc5 4 - # Fri Jun 3 16:22:06 2005 3 + # Linux kernel version: 2.6.19 4 + # Wed Dec 13 18:34:36 2006 5 5 # 6 6 CONFIG_M32R=y 7 - # CONFIG_UID16 is not set 8 7 CONFIG_GENERIC_ISA_DMA=y 9 8 CONFIG_GENERIC_HARDIRQS=y 10 9 CONFIG_GENERIC_IRQ_PROBE=y 10 + CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 11 11 12 12 # 13 13 # Code maturity level options 14 14 # 15 15 CONFIG_EXPERIMENTAL=y 16 - CONFIG_CLEAN_COMPILE=y 17 16 CONFIG_BROKEN_ON_SMP=y 18 17 CONFIG_INIT_ENV_ARG_LIMIT=32 19 18 ··· 20 21 # General setup 21 22 # 22 23 CONFIG_LOCALVERSION="" 24 + CONFIG_LOCALVERSION_AUTO=y 23 25 CONFIG_SWAP=y 24 26 CONFIG_SYSVIPC=y 27 + # CONFIG_IPC_NS is not set 25 28 # CONFIG_POSIX_MQUEUE is not set 26 29 CONFIG_BSD_PROCESS_ACCT=y 27 30 # CONFIG_BSD_PROCESS_ACCT_V3 is not set 28 - CONFIG_SYSCTL=y 31 + # CONFIG_TASKSTATS is not set 32 + # CONFIG_UTS_NS is not set 29 33 # CONFIG_AUDIT is not set 30 - CONFIG_HOTPLUG=y 31 - CONFIG_KOBJECT_UEVENT=y 32 34 CONFIG_IKCONFIG=y 33 35 # CONFIG_IKCONFIG_PROC is not set 36 + CONFIG_SYSFS_DEPRECATED=y 37 + # CONFIG_RELAY is not set 38 + CONFIG_INITRAMFS_SOURCE="" 39 + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 40 + CONFIG_SYSCTL=y 34 41 CONFIG_EMBEDDED=y 42 + CONFIG_SYSCTL_SYSCALL=y 35 43 # CONFIG_KALLSYMS is not set 44 + CONFIG_HOTPLUG=y 36 45 CONFIG_PRINTK=y 37 46 CONFIG_BUG=y 47 + CONFIG_ELF_CORE=y 38 48 CONFIG_BASE_FULL=y 39 49 # CONFIG_FUTEX is not set 40 50 # CONFIG_EPOLL is not set 41 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 42 51 CONFIG_SHMEM=y 43 - CONFIG_CC_ALIGN_FUNCTIONS=0 44 - CONFIG_CC_ALIGN_LABELS=0 45 - CONFIG_CC_ALIGN_LOOPS=0 46 - CONFIG_CC_ALIGN_JUMPS=0 52 + CONFIG_SLAB=y 53 + CONFIG_VM_EVENT_COUNTERS=y 47 54 # CONFIG_TINY_SHMEM is not set 48 55 CONFIG_BASE_SMALL=0 56 + # CONFIG_SLOB is not set 49 57 50 58 # 51 59 # Loadable module support ··· 60 54 CONFIG_MODULES=y 61 55 CONFIG_MODULE_UNLOAD=y 62 56 # CONFIG_MODULE_FORCE_UNLOAD is not set 63 - CONFIG_OBSOLETE_MODPARM=y 64 57 # CONFIG_MODVERSIONS is not set 65 58 # CONFIG_MODULE_SRCVERSION_ALL is not set 66 59 CONFIG_KMOD=y 60 + 61 + # 62 + # Block layer 63 + # 64 + CONFIG_BLOCK=y 65 + # CONFIG_BLK_DEV_IO_TRACE is not set 66 + 67 + # 68 + # IO Schedulers 69 + # 70 + CONFIG_IOSCHED_NOOP=y 71 + # CONFIG_IOSCHED_AS is not set 72 + CONFIG_IOSCHED_DEADLINE=y 73 + CONFIG_IOSCHED_CFQ=y 74 + # CONFIG_DEFAULT_AS is not set 75 + # CONFIG_DEFAULT_DEADLINE is not set 76 + CONFIG_DEFAULT_CFQ=y 77 + # CONFIG_DEFAULT_NOOP is not set 78 + CONFIG_DEFAULT_IOSCHED="cfq" 67 79 68 80 # 69 81 # Processor type and features ··· 93 69 # CONFIG_PLAT_OAKS32R is not set 94 70 # CONFIG_PLAT_MAPPI2 is not set 95 71 # CONFIG_PLAT_MAPPI3 is not set 72 + # CONFIG_PLAT_M32104UT is not set 96 73 # CONFIG_CHIP_M32700 is not set 97 74 # CONFIG_CHIP_M32102 is not set 75 + # CONFIG_CHIP_M32104 is not set 98 76 # CONFIG_CHIP_VDEC2 is not set 99 77 CONFIG_CHIP_OPSP=y 100 78 CONFIG_MMU=y ··· 110 84 CONFIG_MEMORY_START=0x08000000 111 85 CONFIG_MEMORY_SIZE=0x01000000 112 86 CONFIG_NOHIGHMEM=y 113 - # CONFIG_DISCONTIGMEM is not set 87 + CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 88 + CONFIG_SELECT_MEMORY_MODEL=y 89 + # CONFIG_FLATMEM_MANUAL is not set 90 + CONFIG_DISCONTIGMEM_MANUAL=y 91 + # CONFIG_SPARSEMEM_MANUAL is not set 92 + CONFIG_DISCONTIGMEM=y 93 + CONFIG_FLAT_NODE_MEM_MAP=y 94 + CONFIG_NEED_MULTIPLE_NODES=y 95 + # CONFIG_SPARSEMEM_STATIC is not set 96 + CONFIG_SPLIT_PTLOCK_CPUS=4 97 + # CONFIG_RESOURCES_64BIT is not set 98 + CONFIG_IRAM_START=0x00f00000 99 + CONFIG_IRAM_SIZE=0x00010000 114 100 CONFIG_RWSEM_GENERIC_SPINLOCK=y 115 101 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 102 + CONFIG_GENERIC_FIND_NEXT_BIT=y 103 + CONFIG_GENERIC_HWEIGHT=y 116 104 CONFIG_GENERIC_CALIBRATE_DELAY=y 117 105 # CONFIG_PREEMPT is not set 118 106 # CONFIG_SMP is not set 107 + CONFIG_NODES_SHIFT=1 119 108 120 109 # 121 110 # Bus options (PCI, PCMCIA, EISA, MCA, ISA) 122 111 # 123 - # CONFIG_PCI is not set 124 112 # CONFIG_ISA is not set 125 113 126 114 # ··· 143 103 CONFIG_PCCARD=y 144 104 # CONFIG_PCMCIA_DEBUG is not set 145 105 CONFIG_PCMCIA=y 106 + CONFIG_PCMCIA_LOAD_CIS=y 107 + CONFIG_PCMCIA_IOCTL=y 146 108 147 109 # 148 110 # PC-card bridges 149 111 # 150 - # CONFIG_TCIC is not set 151 112 CONFIG_M32R_CFC=y 152 113 CONFIG_M32R_CFC_NUM=1 114 + CONFIG_PCCARD_NONSTATIC=y 153 115 154 116 # 155 117 # PCI Hotplug Support ··· 164 122 # CONFIG_BINFMT_MISC is not set 165 123 166 124 # 125 + # Networking 126 + # 127 + CONFIG_NET=y 128 + 129 + # 130 + # Networking options 131 + # 132 + # CONFIG_NETDEBUG is not set 133 + CONFIG_PACKET=y 134 + # CONFIG_PACKET_MMAP is not set 135 + CONFIG_UNIX=y 136 + CONFIG_XFRM=y 137 + # CONFIG_XFRM_USER is not set 138 + # CONFIG_XFRM_SUB_POLICY is not set 139 + # CONFIG_NET_KEY is not set 140 + CONFIG_INET=y 141 + # CONFIG_IP_MULTICAST is not set 142 + # CONFIG_IP_ADVANCED_ROUTER is not set 143 + CONFIG_IP_FIB_HASH=y 144 + CONFIG_IP_PNP=y 145 + CONFIG_IP_PNP_DHCP=y 146 + # CONFIG_IP_PNP_BOOTP is not set 147 + # CONFIG_IP_PNP_RARP is not set 148 + # CONFIG_NET_IPIP is not set 149 + # CONFIG_NET_IPGRE is not set 150 + # CONFIG_ARPD is not set 151 + # CONFIG_SYN_COOKIES is not set 152 + # CONFIG_INET_AH is not set 153 + # CONFIG_INET_ESP is not set 154 + # CONFIG_INET_IPCOMP is not set 155 + # CONFIG_INET_XFRM_TUNNEL is not set 156 + # CONFIG_INET_TUNNEL is not set 157 + CONFIG_INET_XFRM_MODE_TRANSPORT=y 158 + CONFIG_INET_XFRM_MODE_TUNNEL=y 159 + CONFIG_INET_XFRM_MODE_BEET=y 160 + CONFIG_INET_DIAG=y 161 + CONFIG_INET_TCP_DIAG=y 162 + # CONFIG_TCP_CONG_ADVANCED is not set 163 + CONFIG_TCP_CONG_CUBIC=y 164 + CONFIG_DEFAULT_TCP_CONG="cubic" 165 + # CONFIG_TCP_MD5SIG is not set 166 + # CONFIG_IPV6 is not set 167 + # CONFIG_INET6_XFRM_TUNNEL is not set 168 + # CONFIG_INET6_TUNNEL is not set 169 + # CONFIG_NETWORK_SECMARK is not set 170 + # CONFIG_NETFILTER is not set 171 + 172 + # 173 + # DCCP Configuration (EXPERIMENTAL) 174 + # 175 + # CONFIG_IP_DCCP is not set 176 + 177 + # 178 + # SCTP Configuration (EXPERIMENTAL) 179 + # 180 + # CONFIG_IP_SCTP is not set 181 + 182 + # 183 + # TIPC Configuration (EXPERIMENTAL) 184 + # 185 + # CONFIG_TIPC is not set 186 + # CONFIG_ATM is not set 187 + # CONFIG_BRIDGE is not set 188 + # CONFIG_VLAN_8021Q is not set 189 + # CONFIG_DECNET is not set 190 + # CONFIG_LLC2 is not set 191 + # CONFIG_IPX is not set 192 + # CONFIG_ATALK is not set 193 + # CONFIG_X25 is not set 194 + # CONFIG_LAPB is not set 195 + # CONFIG_ECONET is not set 196 + # CONFIG_WAN_ROUTER is not set 197 + 198 + # 199 + # QoS and/or fair queueing 200 + # 201 + # CONFIG_NET_SCHED is not set 202 + 203 + # 204 + # Network testing 205 + # 206 + # CONFIG_NET_PKTGEN is not set 207 + # CONFIG_HAMRADIO is not set 208 + # CONFIG_IRDA is not set 209 + # CONFIG_BT is not set 210 + # CONFIG_IEEE80211 is not set 211 + 212 + # 167 213 # Device Drivers 168 214 # 169 215 ··· 260 130 # 261 131 CONFIG_STANDALONE=y 262 132 CONFIG_PREVENT_FIRMWARE_BUILD=y 263 - # CONFIG_FW_LOADER is not set 133 + CONFIG_FW_LOADER=y 264 134 # CONFIG_DEBUG_DRIVER is not set 135 + # CONFIG_SYS_HYPERVISOR is not set 136 + 137 + # 138 + # Connector - unified userspace <-> kernelspace linker 139 + # 140 + # CONFIG_CONNECTOR is not set 265 141 266 142 # 267 143 # Memory Technology Devices (MTD) ··· 286 150 # 287 151 # Block devices 288 152 # 289 - # CONFIG_BLK_DEV_FD is not set 290 153 # CONFIG_BLK_DEV_COW_COMMON is not set 291 154 CONFIG_BLK_DEV_LOOP=y 292 155 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 293 158 CONFIG_BLK_DEV_RAM=y 294 159 CONFIG_BLK_DEV_RAM_COUNT=16 295 160 CONFIG_BLK_DEV_RAM_SIZE=4096 161 + CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 296 162 # CONFIG_BLK_DEV_INITRD is not set 297 - CONFIG_INITRAMFS_SOURCE="" 298 163 # CONFIG_CDROM_PKTCDVD is not set 164 + # CONFIG_ATA_OVER_ETH is not set 299 165 300 166 # 301 - # IO Schedulers 167 + # Misc devices 302 168 # 303 - CONFIG_IOSCHED_NOOP=y 304 - # CONFIG_IOSCHED_AS is not set 305 - CONFIG_IOSCHED_DEADLINE=y 306 - CONFIG_IOSCHED_CFQ=y 307 - # CONFIG_ATA_OVER_ETH is not set 169 + # CONFIG_TIFM_CORE is not set 308 170 309 171 # 310 172 # ATA/ATAPI/MFM/RLL support ··· 311 179 # 312 180 # SCSI device support 313 181 # 182 + # CONFIG_RAID_ATTRS is not set 314 183 CONFIG_SCSI=m 184 + # CONFIG_SCSI_NETLINK is not set 315 185 CONFIG_SCSI_PROC_FS=y 316 186 317 187 # ··· 325 191 CONFIG_BLK_DEV_SR=m 326 192 # CONFIG_BLK_DEV_SR_VENDOR is not set 327 193 CONFIG_CHR_DEV_SG=m 194 + # CONFIG_CHR_DEV_SCH is not set 328 195 329 196 # 330 197 # Some SCSI devices (e.g. CD jukebox) support multiple LUNs ··· 335 200 # CONFIG_SCSI_LOGGING is not set 336 201 337 202 # 338 - # SCSI Transport Attributes 203 + # SCSI Transports 339 204 # 340 205 # CONFIG_SCSI_SPI_ATTRS is not set 341 206 # CONFIG_SCSI_FC_ATTRS is not set 342 207 # CONFIG_SCSI_ISCSI_ATTRS is not set 208 + # CONFIG_SCSI_SAS_ATTRS is not set 209 + # CONFIG_SCSI_SAS_LIBSAS is not set 343 210 344 211 # 345 212 # SCSI low-level drivers 346 213 # 347 - # CONFIG_SCSI_SATA is not set 214 + # CONFIG_ISCSI_TCP is not set 348 215 # CONFIG_SCSI_DEBUG is not set 349 216 350 217 # ··· 359 222 # CONFIG_PCMCIA_SYM53C500 is not set 360 223 361 224 # 225 + # Serial ATA (prod) and Parallel ATA (experimental) drivers 226 + # 227 + 228 + # 362 229 # Multi-device support (RAID and LVM) 363 230 # 364 231 # CONFIG_MD is not set ··· 370 229 # 371 230 # Fusion MPT device support 372 231 # 232 + # CONFIG_FUSION is not set 373 233 374 234 # 375 235 # IEEE 1394 (FireWire) support ··· 381 239 # 382 240 383 241 # 384 - # Networking support 242 + # Network device support 385 243 # 386 - CONFIG_NET=y 387 - 388 - # 389 - # Networking options 390 - # 391 - CONFIG_PACKET=y 392 - # CONFIG_PACKET_MMAP is not set 393 - CONFIG_UNIX=y 394 - # CONFIG_NET_KEY is not set 395 - CONFIG_INET=y 396 - # CONFIG_IP_MULTICAST is not set 397 - # CONFIG_IP_ADVANCED_ROUTER is not set 398 - CONFIG_IP_PNP=y 399 - CONFIG_IP_PNP_DHCP=y 400 - # CONFIG_IP_PNP_BOOTP is not set 401 - # CONFIG_IP_PNP_RARP is not set 402 - # CONFIG_NET_IPIP is not set 403 - # CONFIG_NET_IPGRE is not set 404 - # CONFIG_ARPD is not set 405 - # CONFIG_SYN_COOKIES is not set 406 - # CONFIG_INET_AH is not set 407 - # CONFIG_INET_ESP is not set 408 - # CONFIG_INET_IPCOMP is not set 409 - # CONFIG_INET_TUNNEL is not set 410 - CONFIG_IP_TCPDIAG=y 411 - # CONFIG_IP_TCPDIAG_IPV6 is not set 412 - # CONFIG_IPV6 is not set 413 - # CONFIG_NETFILTER is not set 414 - 415 - # 416 - # SCTP Configuration (EXPERIMENTAL) 417 - # 418 - # CONFIG_IP_SCTP is not set 419 - # CONFIG_ATM is not set 420 - # CONFIG_BRIDGE is not set 421 - # CONFIG_VLAN_8021Q is not set 422 - # CONFIG_DECNET is not set 423 - # CONFIG_LLC2 is not set 424 - # CONFIG_IPX is not set 425 - # CONFIG_ATALK is not set 426 - # CONFIG_X25 is not set 427 - # CONFIG_LAPB is not set 428 - # CONFIG_NET_DIVERT is not set 429 - # CONFIG_ECONET is not set 430 - # CONFIG_WAN_ROUTER is not set 431 - 432 - # 433 - # QoS and/or fair queueing 434 - # 435 - # CONFIG_NET_SCHED is not set 436 - # CONFIG_NET_CLS_ROUTE is not set 437 - 438 - # 439 - # Network testing 440 - # 441 - # CONFIG_NET_PKTGEN is not set 442 - # CONFIG_NETPOLL is not set 443 - # CONFIG_NET_POLL_CONTROLLER is not set 444 - # CONFIG_HAMRADIO is not set 445 - # CONFIG_IRDA is not set 446 - # CONFIG_BT is not set 447 244 CONFIG_NETDEVICES=y 448 245 # CONFIG_DUMMY is not set 449 246 # CONFIG_BONDING is not set 450 247 # CONFIG_EQUALIZER is not set 451 248 # CONFIG_TUN is not set 249 + 250 + # 251 + # PHY device support 252 + # 253 + # CONFIG_PHYLIB is not set 452 254 453 255 # 454 256 # Ethernet (10 or 100Mbit) ··· 432 346 # CONFIG_SLIP is not set 433 347 # CONFIG_SHAPER is not set 434 348 # CONFIG_NETCONSOLE is not set 349 + # CONFIG_NETPOLL is not set 350 + # CONFIG_NET_POLL_CONTROLLER is not set 435 351 436 352 # 437 353 # ISDN subsystem ··· 449 361 # Input device support 450 362 # 451 363 CONFIG_INPUT=y 364 + # CONFIG_INPUT_FF_MEMLESS is not set 452 365 453 366 # 454 367 # Userland interfaces ··· 478 389 # CONFIG_SERIO_LIBPS2 is not set 479 390 # CONFIG_SERIO_RAW is not set 480 391 # CONFIG_GAMEPORT is not set 481 - CONFIG_SOUND_GAMEPORT=y 482 392 483 393 # 484 394 # Character devices ··· 511 423 # Watchdog Cards 512 424 # 513 425 # CONFIG_WATCHDOG is not set 426 + CONFIG_HW_RANDOM=y 514 427 # CONFIG_RTC is not set 515 - # CONFIG_GEN_RTC is not set 516 428 CONFIG_DS1302=y 517 429 # CONFIG_DTLK is not set 518 430 # CONFIG_R3964 is not set ··· 520 432 # 521 433 # Ftape, the floppy tape device driver 522 434 # 523 - # CONFIG_DRM is not set 524 435 525 436 # 526 437 # PCMCIA character devices 527 438 # 528 439 # CONFIG_SYNCLINK_CS is not set 440 + # CONFIG_CARDMAN_4000 is not set 441 + # CONFIG_CARDMAN_4040 is not set 529 442 # CONFIG_RAW_DRIVER is not set 530 443 531 444 # 532 445 # TPM devices 533 446 # 447 + # CONFIG_TCG_TPM is not set 534 448 535 449 # 536 450 # I2C support ··· 540 450 # CONFIG_I2C is not set 541 451 542 452 # 453 + # SPI support 454 + # 455 + # CONFIG_SPI is not set 456 + # CONFIG_SPI_MASTER is not set 457 + 458 + # 543 459 # Dallas's 1-wire bus 544 460 # 545 461 # CONFIG_W1 is not set 546 462 547 463 # 548 - # Misc devices 464 + # Hardware Monitoring support 549 465 # 466 + CONFIG_HWMON=y 467 + # CONFIG_HWMON_VID is not set 468 + # CONFIG_SENSORS_ABITUGURU is not set 469 + # CONFIG_SENSORS_F71805F is not set 470 + # CONFIG_SENSORS_VT1211 is not set 471 + # CONFIG_HWMON_DEBUG_CHIP is not set 550 472 551 473 # 552 474 # Multimedia devices ··· 573 471 # 574 472 # Graphics support 575 473 # 474 + CONFIG_FIRMWARE_EDID=y 576 475 # CONFIG_FB is not set 476 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 577 477 578 478 # 579 479 # Sound ··· 587 483 # 588 484 # CONFIG_USB_ARCH_HAS_HCD is not set 589 485 # CONFIG_USB_ARCH_HAS_OHCI is not set 486 + # CONFIG_USB_ARCH_HAS_EHCI is not set 487 + 488 + # 489 + # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 490 + # 590 491 591 492 # 592 493 # USB Gadget Support ··· 604 495 # CONFIG_MMC is not set 605 496 606 497 # 498 + # LED devices 499 + # 500 + # CONFIG_NEW_LEDS is not set 501 + 502 + # 503 + # LED drivers 504 + # 505 + 506 + # 507 + # LED Triggers 508 + # 509 + 510 + # 607 511 # InfiniBand support 608 512 # 609 - # CONFIG_INFINIBAND is not set 513 + 514 + # 515 + # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 516 + # 517 + 518 + # 519 + # Real Time Clock 520 + # 521 + # CONFIG_RTC_CLASS is not set 522 + 523 + # 524 + # DMA Engine support 525 + # 526 + # CONFIG_DMA_ENGINE is not set 527 + 528 + # 529 + # DMA Clients 530 + # 531 + 532 + # 533 + # DMA Devices 534 + # 610 535 611 536 # 612 537 # File systems 613 538 # 614 539 CONFIG_EXT2_FS=y 615 540 # CONFIG_EXT2_FS_XATTR is not set 616 - CONFIG_EXT3_FS=m 541 + # CONFIG_EXT2_FS_XIP is not set 542 + CONFIG_EXT3_FS=y 617 543 CONFIG_EXT3_FS_XATTR=y 618 544 # CONFIG_EXT3_FS_POSIX_ACL is not set 619 545 # CONFIG_EXT3_FS_SECURITY is not set 620 - CONFIG_JBD=m 546 + # CONFIG_EXT4DEV_FS is not set 547 + CONFIG_JBD=y 621 548 CONFIG_JBD_DEBUG=y 622 549 CONFIG_FS_MBCACHE=y 623 - CONFIG_REISERFS_FS=m 624 - # CONFIG_REISERFS_CHECK is not set 625 - # CONFIG_REISERFS_PROC_INFO is not set 626 - # CONFIG_REISERFS_FS_XATTR is not set 550 + # CONFIG_REISERFS_FS is not set 627 551 # CONFIG_JFS_FS is not set 628 - 629 - # 630 - # XFS support 631 - # 552 + # CONFIG_FS_POSIX_ACL is not set 632 553 # CONFIG_XFS_FS is not set 554 + # CONFIG_GFS2_FS is not set 555 + # CONFIG_OCFS2_FS is not set 633 556 # CONFIG_MINIX_FS is not set 634 557 # CONFIG_ROMFS_FS is not set 558 + CONFIG_INOTIFY=y 559 + CONFIG_INOTIFY_USER=y 635 560 # CONFIG_QUOTA is not set 636 561 CONFIG_DNOTIFY=y 637 562 # CONFIG_AUTOFS_FS is not set 638 563 # CONFIG_AUTOFS4_FS is not set 564 + # CONFIG_FUSE_FS is not set 639 565 640 566 # 641 567 # CD-ROM/DVD Filesystems ··· 696 552 # 697 553 CONFIG_PROC_FS=y 698 554 CONFIG_PROC_KCORE=y 555 + CONFIG_PROC_SYSCTL=y 699 556 CONFIG_SYSFS=y 700 - CONFIG_DEVFS_FS=y 701 - CONFIG_DEVFS_MOUNT=y 702 - # CONFIG_DEVFS_DEBUG is not set 703 - # CONFIG_DEVPTS_FS_XATTR is not set 704 557 CONFIG_TMPFS=y 705 - # CONFIG_TMPFS_XATTR is not set 558 + # CONFIG_TMPFS_POSIX_ACL is not set 706 559 # CONFIG_HUGETLB_PAGE is not set 707 560 CONFIG_RAMFS=y 561 + # CONFIG_CONFIGFS_FS is not set 708 562 709 563 # 710 564 # Miscellaneous filesystems ··· 726 584 # 727 585 CONFIG_NFS_FS=y 728 586 CONFIG_NFS_V3=y 587 + # CONFIG_NFS_V3_ACL is not set 729 588 # CONFIG_NFS_V4 is not set 730 589 # CONFIG_NFS_DIRECTIO is not set 731 590 # CONFIG_NFSD is not set 732 591 CONFIG_ROOT_NFS=y 733 592 CONFIG_LOCKD=y 734 593 CONFIG_LOCKD_V4=y 594 + CONFIG_NFS_COMMON=y 735 595 CONFIG_SUNRPC=y 736 596 # CONFIG_RPCSEC_GSS_KRB5 is not set 737 597 # CONFIG_RPCSEC_GSS_SPKM3 is not set ··· 742 598 # CONFIG_NCP_FS is not set 743 599 # CONFIG_CODA_FS is not set 744 600 # CONFIG_AFS_FS is not set 601 + # CONFIG_9P_FS is not set 745 602 746 603 # 747 604 # Partition Types ··· 803 658 # Kernel hacking 804 659 # 805 660 # CONFIG_PRINTK_TIME is not set 806 - CONFIG_DEBUG_KERNEL=y 661 + CONFIG_ENABLE_MUST_CHECK=y 807 662 # CONFIG_MAGIC_SYSRQ is not set 663 + # CONFIG_UNUSED_SYMBOLS is not set 664 + CONFIG_DEBUG_KERNEL=y 808 665 CONFIG_LOG_BUF_SHIFT=14 666 + CONFIG_DETECT_SOFTLOCKUP=y 809 667 # CONFIG_SCHEDSTATS is not set 810 668 # CONFIG_DEBUG_SLAB is not set 811 669 # CONFIG_DEBUG_SPINLOCK is not set 670 + # CONFIG_DEBUG_MUTEXES is not set 671 + # CONFIG_DEBUG_RWSEMS is not set 812 672 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set 673 + # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 813 674 # CONFIG_DEBUG_KOBJECT is not set 814 675 # CONFIG_DEBUG_BUGVERBOSE is not set 815 676 CONFIG_DEBUG_INFO=y 816 677 # CONFIG_DEBUG_FS is not set 678 + # CONFIG_DEBUG_VM is not set 679 + # CONFIG_DEBUG_LIST is not set 817 680 # CONFIG_FRAME_POINTER is not set 681 + # CONFIG_UNWIND_INFO is not set 682 + CONFIG_FORCED_INLINING=y 683 + # CONFIG_HEADERS_CHECK is not set 684 + # CONFIG_RCU_TORTURE_TEST is not set 818 685 # CONFIG_DEBUG_STACKOVERFLOW is not set 819 686 # CONFIG_DEBUG_STACK_USAGE is not set 820 - # CONFIG_DEBUG_PAGEALLOC is not set 821 687 822 688 # 823 689 # Security options ··· 842 686 # CONFIG_CRYPTO is not set 843 687 844 688 # 845 - # Hardware crypto devices 846 - # 847 - 848 - # 849 689 # Library routines 850 690 # 851 691 # CONFIG_CRC_CCITT is not set 692 + # CONFIG_CRC16 is not set 852 693 CONFIG_CRC32=y 853 694 # CONFIG_LIBCRC32C is not set