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

sh: mach-sdk7786: update defconfig for compressed kernel image.

Now that compressed image loading is possible for sdk7786, drop the
vmlinux.bin default image target and update the defconfig accordingly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+442 -191
-1
arch/sh/Makefile
··· 83 83 defaultimage-$(CONFIG_SH_7724_SOLUTION_ENGINE) := uImage 84 84 defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux 85 85 defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux 86 - defaultimage-$(CONFIG_SH_SDK7786) := vmlinux.bin 87 86 88 87 # Set some sensible Kbuild defaults 89 88 KBUILD_IMAGE := $(defaultimage-y)
+442 -190
arch/sh/configs/sdk7786_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.33-rc7 4 - # Tue Feb 9 15:27:06 2010 3 + # Linux kernel version: 2.6.34-rc5 4 + # Mon Apr 26 16:52:58 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 18 18 # CONFIG_GENERIC_GPIO is not set 19 19 CONFIG_GENERIC_TIME=y 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 + CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y 22 + CONFIG_GENERIC_LOCKBREAK=y 21 23 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 24 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 25 CONFIG_SYS_SUPPORTS_HUGETLBFS=y ··· 29 27 CONFIG_SYS_SUPPORTS_TMU=y 30 28 CONFIG_STACKTRACE_SUPPORT=y 31 29 CONFIG_LOCKDEP_SUPPORT=y 32 - CONFIG_HAVE_LATENCYTOP_SUPPORT=y 33 30 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 34 31 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 35 32 CONFIG_ARCH_NO_VIRT_TO_BUS=y ··· 36 35 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 37 36 CONFIG_DMA_COHERENT=y 38 37 # CONFIG_DMA_NONCOHERENT is not set 38 + # CONFIG_NEED_DMA_MAP_STATE is not set 39 39 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 40 40 CONFIG_CONSTRUCTORS=y 41 41 ··· 44 42 # General setup 45 43 # 46 44 CONFIG_EXPERIMENTAL=y 47 - CONFIG_BROKEN_ON_SMP=y 48 45 CONFIG_LOCK_KERNEL=y 49 46 CONFIG_INIT_ENV_ARG_LIMIT=32 50 47 CONFIG_LOCALVERSION="" ··· 52 51 CONFIG_HAVE_KERNEL_BZIP2=y 53 52 CONFIG_HAVE_KERNEL_LZMA=y 54 53 CONFIG_HAVE_KERNEL_LZO=y 55 - CONFIG_KERNEL_GZIP=y 54 + # CONFIG_KERNEL_GZIP is not set 56 55 # CONFIG_KERNEL_BZIP2 is not set 57 56 # CONFIG_KERNEL_LZMA is not set 58 - # CONFIG_KERNEL_LZO is not set 57 + CONFIG_KERNEL_LZO=y 59 58 CONFIG_SWAP=y 60 59 CONFIG_SYSVIPC=y 61 60 CONFIG_SYSVIPC_SYSCTL=y 62 61 CONFIG_POSIX_MQUEUE=y 63 62 CONFIG_POSIX_MQUEUE_SYSCTL=y 64 63 CONFIG_BSD_PROCESS_ACCT=y 65 - # CONFIG_BSD_PROCESS_ACCT_V3 is not set 64 + CONFIG_BSD_PROCESS_ACCT_V3=y 66 65 # CONFIG_TASKSTATS is not set 67 - # CONFIG_AUDIT is not set 66 + CONFIG_AUDIT=y 67 + CONFIG_AUDITSYSCALL=y 68 + CONFIG_AUDIT_TREE=y 68 69 69 70 # 70 71 # RCU Subsystem 71 72 # 72 - CONFIG_TREE_RCU=y 73 - # CONFIG_TREE_PREEMPT_RCU is not set 73 + # CONFIG_TREE_RCU is not set 74 + CONFIG_TREE_PREEMPT_RCU=y 74 75 # CONFIG_TINY_RCU is not set 75 76 CONFIG_RCU_TRACE=y 76 77 CONFIG_RCU_FANOUT=32 ··· 80 77 CONFIG_TREE_RCU_TRACE=y 81 78 CONFIG_IKCONFIG=y 82 79 CONFIG_IKCONFIG_PROC=y 83 - CONFIG_LOG_BUF_SHIFT=14 84 - CONFIG_GROUP_SCHED=y 85 - CONFIG_FAIR_GROUP_SCHED=y 86 - CONFIG_RT_GROUP_SCHED=y 87 - CONFIG_USER_SCHED=y 88 - # CONFIG_CGROUP_SCHED is not set 80 + CONFIG_LOG_BUF_SHIFT=17 89 81 CONFIG_CGROUPS=y 90 - # CONFIG_CGROUP_DEBUG is not set 82 + CONFIG_CGROUP_DEBUG=y 91 83 CONFIG_CGROUP_NS=y 92 84 CONFIG_CGROUP_FREEZER=y 93 85 CONFIG_CGROUP_DEVICE=y 94 - # CONFIG_CPUSETS is not set 86 + CONFIG_CPUSETS=y 87 + # CONFIG_PROC_PID_CPUSET is not set 95 88 CONFIG_CGROUP_CPUACCT=y 96 89 CONFIG_RESOURCE_COUNTERS=y 97 90 CONFIG_CGROUP_MEM_RES_CTLR=y 98 - # CONFIG_CGROUP_MEM_RES_CTLR_SWAP is not set 91 + CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y 92 + CONFIG_CGROUP_SCHED=y 93 + CONFIG_FAIR_GROUP_SCHED=y 94 + CONFIG_RT_GROUP_SCHED=y 99 95 CONFIG_MM_OWNER=y 100 96 # CONFIG_SYSFS_DEPRECATED_V2 is not set 101 - # CONFIG_RELAY is not set 97 + CONFIG_RELAY=y 102 98 CONFIG_NAMESPACES=y 103 99 CONFIG_UTS_NS=y 104 100 CONFIG_IPC_NS=y 105 101 CONFIG_USER_NS=y 106 102 CONFIG_PID_NS=y 107 103 CONFIG_NET_NS=y 108 - # CONFIG_BLK_DEV_INITRD is not set 104 + CONFIG_BLK_DEV_INITRD=y 105 + CONFIG_INITRAMFS_SOURCE="" 106 + CONFIG_RD_GZIP=y 107 + CONFIG_RD_BZIP2=y 108 + CONFIG_RD_LZMA=y 109 + CONFIG_RD_LZO=y 109 110 CONFIG_CC_OPTIMIZE_FOR_SIZE=y 110 111 CONFIG_SYSCTL=y 111 112 CONFIG_ANON_INODES=y ··· 138 131 # Kernel Performance Events And Counters 139 132 # 140 133 CONFIG_PERF_EVENTS=y 141 - CONFIG_EVENT_PROFILE=y 142 134 # CONFIG_PERF_COUNTERS is not set 143 135 # CONFIG_DEBUG_PERF_USE_VMALLOC is not set 144 136 CONFIG_VM_EVENT_COUNTERS=y ··· 148 142 # CONFIG_SLOB is not set 149 143 CONFIG_PROFILING=y 150 144 CONFIG_TRACEPOINTS=y 151 - # CONFIG_OPROFILE is not set 145 + CONFIG_OPROFILE=m 152 146 CONFIG_HAVE_OPROFILE=y 153 - # CONFIG_KPROBES is not set 147 + CONFIG_KPROBES=y 148 + CONFIG_KRETPROBES=y 154 149 CONFIG_HAVE_KPROBES=y 155 150 CONFIG_HAVE_KRETPROBES=y 156 151 CONFIG_HAVE_ARCH_TRACEHOOK=y 157 152 CONFIG_HAVE_DMA_ATTRS=y 153 + CONFIG_USE_GENERIC_SMP_HELPERS=y 158 154 CONFIG_HAVE_CLK=y 159 155 CONFIG_HAVE_DMA_API_DEBUG=y 160 156 CONFIG_HAVE_HW_BREAKPOINT=y ··· 165 157 # GCOV-based kernel profiling 166 158 # 167 159 # CONFIG_GCOV_KERNEL is not set 168 - # CONFIG_SLOW_WORK is not set 160 + CONFIG_SLOW_WORK=y 161 + CONFIG_SLOW_WORK_DEBUG=y 169 162 CONFIG_HAVE_GENERIC_DMA_COHERENT=y 170 163 CONFIG_SLABINFO=y 171 164 CONFIG_RT_MUTEXES=y ··· 177 168 # CONFIG_MODULE_FORCE_UNLOAD is not set 178 169 # CONFIG_MODVERSIONS is not set 179 170 # CONFIG_MODULE_SRCVERSION_ALL is not set 171 + CONFIG_STOP_MACHINE=y 180 172 CONFIG_BLOCK=y 181 - # CONFIG_LBDAF is not set 182 - # CONFIG_BLK_DEV_BSG is not set 173 + CONFIG_LBDAF=y 174 + CONFIG_BLK_DEV_BSG=y 183 175 # CONFIG_BLK_DEV_INTEGRITY is not set 184 176 CONFIG_BLK_CGROUP=y 185 177 # CONFIG_DEBUG_BLK_CGROUP is not set ··· 225 215 # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 226 216 # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 227 217 # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 228 - # CONFIG_MUTEX_SPIN_ON_OWNER is not set 218 + CONFIG_MUTEX_SPIN_ON_OWNER=y 229 219 CONFIG_FREEZER=y 230 220 231 221 # ··· 282 272 # CONFIG_29BIT is not set 283 273 CONFIG_32BIT=y 284 274 CONFIG_PMB=y 285 - # CONFIG_PMB_LEGACY is not set 286 275 CONFIG_X2TLB=y 287 276 CONFIG_VSYSCALL=y 288 - # CONFIG_NUMA is not set 289 - CONFIG_ARCH_FLATMEM_ENABLE=y 277 + CONFIG_NUMA=y 278 + CONFIG_NODES_SHIFT=1 290 279 CONFIG_ARCH_SPARSEMEM_ENABLE=y 291 280 CONFIG_ARCH_SPARSEMEM_DEFAULT=y 292 281 CONFIG_MAX_ACTIVE_REGIONS=1 ··· 295 286 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 296 287 CONFIG_ARCH_MEMORY_PROBE=y 297 288 CONFIG_IOREMAP_FIXED=y 289 + CONFIG_UNCACHED_MAPPING=y 298 290 CONFIG_PAGE_SIZE_4KB=y 299 291 # CONFIG_PAGE_SIZE_8KB is not set 300 292 # CONFIG_PAGE_SIZE_16KB is not set 301 293 # CONFIG_PAGE_SIZE_64KB is not set 302 294 # CONFIG_HUGETLB_PAGE_SIZE_64K is not set 303 295 # CONFIG_HUGETLB_PAGE_SIZE_256K is not set 304 - CONFIG_HUGETLB_PAGE_SIZE_1MB=y 296 + # CONFIG_HUGETLB_PAGE_SIZE_1MB is not set 305 297 # CONFIG_HUGETLB_PAGE_SIZE_4MB is not set 306 - # CONFIG_HUGETLB_PAGE_SIZE_64MB is not set 298 + CONFIG_HUGETLB_PAGE_SIZE_64MB=y 307 299 # CONFIG_HUGETLB_PAGE_SIZE_512MB is not set 308 300 CONFIG_SELECT_MEMORY_MODEL=y 309 301 # CONFIG_FLATMEM_MANUAL is not set 310 302 # CONFIG_DISCONTIGMEM_MANUAL is not set 311 303 CONFIG_SPARSEMEM_MANUAL=y 312 304 CONFIG_SPARSEMEM=y 305 + CONFIG_NEED_MULTIPLE_NODES=y 313 306 CONFIG_HAVE_MEMORY_PRESENT=y 314 307 CONFIG_SPARSEMEM_STATIC=y 315 308 CONFIG_MEMORY_HOTPLUG=y ··· 324 313 CONFIG_NR_QUICK=1 325 314 CONFIG_KSM=y 326 315 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 316 + CONFIG_SCHED_MC=y 327 317 328 318 # 329 319 # Cache configuration ··· 340 328 # CONFIG_CPU_BIG_ENDIAN is not set 341 329 CONFIG_SH_FPU=y 342 330 CONFIG_SH_STORE_QUEUES=y 331 + CONFIG_SPECULATIVE_EXECUTION=y 343 332 CONFIG_CPU_HAS_INTEVT=y 344 333 CONFIG_CPU_HAS_SR_RB=y 345 334 CONFIG_CPU_HAS_PTEAEX=y ··· 385 372 # 386 373 # DMA support 387 374 # 388 - # CONFIG_SH_DMA is not set 375 + CONFIG_SH_DMA=y 376 + # CONFIG_SH_DMA_API is not set 377 + CONFIG_NR_ONCHIP_DMA_CHANNELS=6 378 + # CONFIG_NR_DMA_CHANNELS_BOOL is not set 389 379 390 380 # 391 381 # Companion Chips ··· 404 388 # Kernel features 405 389 # 406 390 # CONFIG_HZ_100 is not set 407 - CONFIG_HZ_250=y 391 + # CONFIG_HZ_250 is not set 408 392 # CONFIG_HZ_300 is not set 409 - # CONFIG_HZ_1000 is not set 410 - CONFIG_HZ=250 393 + CONFIG_HZ_1000=y 394 + CONFIG_HZ=1000 411 395 CONFIG_SCHED_HRTICK=y 412 396 CONFIG_KEXEC=y 413 397 # CONFIG_CRASH_DUMP is not set 414 398 CONFIG_SECCOMP=y 415 - # CONFIG_SMP is not set 399 + CONFIG_SMP=y 400 + CONFIG_NR_CPUS=2 416 401 # CONFIG_PREEMPT_NONE is not set 417 402 # CONFIG_PREEMPT_VOLUNTARY is not set 418 403 CONFIG_PREEMPT=y 419 - CONFIG_GUSA=y 404 + CONFIG_INTC_USERIMASK=y 405 + CONFIG_INTC_BALANCING=y 420 406 421 407 # 422 408 # Boot options ··· 428 410 CONFIG_ENTRY_OFFSET=0x00001000 429 411 CONFIG_CMDLINE_OVERWRITE=y 430 412 # CONFIG_CMDLINE_EXTEND is not set 431 - CONFIG_CMDLINE="console=ttySC1,115200 earlyprintk=sh-sci.1,115200 root=/dev/sda1 nmi_debug=state,debounce rootdelay=10" 413 + CONFIG_CMDLINE="console=ttySC1,115200 earlyprintk=sh-sci.1,115200 root=/dev/sda1 nmi_debug=state,debounce rootdelay=5 pmb=iomap ignore_loglevel" 432 414 433 415 # 434 416 # Bus options ··· 442 424 CONFIG_PCIEASPM=y 443 425 CONFIG_PCIEASPM_DEBUG=y 444 426 # CONFIG_ARCH_SUPPORTS_MSI is not set 445 - # CONFIG_PCI_LEGACY is not set 446 - CONFIG_PCI_DEBUG=y 427 + # CONFIG_PCI_DEBUG is not set 447 428 # CONFIG_PCI_STUB is not set 448 429 # CONFIG_PCI_IOV is not set 449 430 # CONFIG_PCCARD is not set ··· 452 435 # Executable file formats 453 436 # 454 437 CONFIG_BINFMT_ELF=y 455 - # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 438 + CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y 456 439 # CONFIG_HAVE_AOUT is not set 457 440 CONFIG_BINFMT_MISC=y 458 441 ··· 461 444 # 462 445 CONFIG_PM=y 463 446 CONFIG_PM_DEBUG=y 447 + # CONFIG_PM_ADVANCED_DEBUG is not set 464 448 CONFIG_PM_VERBOSE=y 465 449 # CONFIG_HIBERNATION is not set 466 450 CONFIG_PM_RUNTIME=y 451 + CONFIG_PM_OPS=y 467 452 CONFIG_CPU_IDLE=y 468 453 CONFIG_CPU_IDLE_GOV_LADDER=y 469 454 CONFIG_CPU_IDLE_GOV_MENU=y ··· 475 456 # Networking options 476 457 # 477 458 CONFIG_PACKET=y 478 - CONFIG_PACKET_MMAP=y 479 459 CONFIG_UNIX=y 480 460 CONFIG_XFRM=y 481 461 # CONFIG_XFRM_USER is not set ··· 538 520 # Network testing 539 521 # 540 522 # CONFIG_NET_PKTGEN is not set 523 + # CONFIG_NET_TCPPROBE is not set 541 524 # CONFIG_NET_DROP_MONITOR is not set 542 525 # CONFIG_HAMRADIO is not set 543 526 # CONFIG_CAN is not set 544 527 # CONFIG_IRDA is not set 545 528 # CONFIG_BT is not set 546 529 # CONFIG_AF_RXRPC is not set 547 - CONFIG_WIRELESS=y 548 - # CONFIG_CFG80211 is not set 549 - # CONFIG_LIB80211 is not set 550 - 551 - # 552 - # CFG80211 needs to be enabled for MAC80211 553 - # 530 + # CONFIG_WIRELESS is not set 554 531 # CONFIG_WIMAX is not set 555 532 # CONFIG_RFKILL is not set 556 533 # CONFIG_NET_9P is not set ··· 566 553 # CONFIG_DEBUG_DEVRES is not set 567 554 # CONFIG_SYS_HYPERVISOR is not set 568 555 # CONFIG_CONNECTOR is not set 569 - # CONFIG_MTD is not set 556 + CONFIG_MTD=y 557 + # CONFIG_MTD_DEBUG is not set 558 + # CONFIG_MTD_TESTS is not set 559 + # CONFIG_MTD_CONCAT is not set 560 + CONFIG_MTD_PARTITIONS=y 561 + # CONFIG_MTD_REDBOOT_PARTS is not set 562 + CONFIG_MTD_CMDLINE_PARTS=y 563 + # CONFIG_MTD_AR7_PARTS is not set 564 + 565 + # 566 + # User Modules And Translation Layers 567 + # 568 + # CONFIG_MTD_CHAR is not set 569 + CONFIG_MTD_BLKDEVS=y 570 + CONFIG_MTD_BLOCK=y 571 + CONFIG_FTL=y 572 + CONFIG_NFTL=y 573 + # CONFIG_NFTL_RW is not set 574 + # CONFIG_INFTL is not set 575 + # CONFIG_RFD_FTL is not set 576 + # CONFIG_SSFDC is not set 577 + CONFIG_MTD_OOPS=m 578 + 579 + # 580 + # RAM/ROM/Flash chip drivers 581 + # 582 + CONFIG_MTD_CFI=y 583 + CONFIG_MTD_JEDECPROBE=y 584 + CONFIG_MTD_GEN_PROBE=y 585 + # CONFIG_MTD_CFI_ADV_OPTIONS is not set 586 + CONFIG_MTD_MAP_BANK_WIDTH_1=y 587 + CONFIG_MTD_MAP_BANK_WIDTH_2=y 588 + CONFIG_MTD_MAP_BANK_WIDTH_4=y 589 + # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set 590 + # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set 591 + # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set 592 + CONFIG_MTD_CFI_I1=y 593 + CONFIG_MTD_CFI_I2=y 594 + # CONFIG_MTD_CFI_I4 is not set 595 + # CONFIG_MTD_CFI_I8 is not set 596 + CONFIG_MTD_CFI_INTELEXT=m 597 + CONFIG_MTD_CFI_AMDSTD=m 598 + CONFIG_MTD_CFI_STAA=m 599 + CONFIG_MTD_CFI_UTIL=y 600 + CONFIG_MTD_RAM=y 601 + CONFIG_MTD_ROM=m 602 + CONFIG_MTD_ABSENT=m 603 + 604 + # 605 + # Mapping drivers for chip access 606 + # 607 + # CONFIG_MTD_COMPLEX_MAPPINGS is not set 608 + # CONFIG_MTD_PHYSMAP is not set 609 + # CONFIG_MTD_INTEL_VR_NOR is not set 610 + CONFIG_MTD_PLATRAM=y 611 + 612 + # 613 + # Self-contained MTD device drivers 614 + # 615 + # CONFIG_MTD_PMC551 is not set 616 + # CONFIG_MTD_DATAFLASH is not set 617 + # CONFIG_MTD_M25P80 is not set 618 + # CONFIG_MTD_SST25L is not set 619 + # CONFIG_MTD_SLRAM is not set 620 + CONFIG_MTD_PHRAM=y 621 + # CONFIG_MTD_MTDRAM is not set 622 + # CONFIG_MTD_BLOCK2MTD is not set 623 + 624 + # 625 + # Disk-On-Chip Device Drivers 626 + # 627 + # CONFIG_MTD_DOC2000 is not set 628 + # CONFIG_MTD_DOC2001 is not set 629 + # CONFIG_MTD_DOC2001PLUS is not set 630 + CONFIG_MTD_NAND=y 631 + # CONFIG_MTD_NAND_VERIFY_WRITE is not set 632 + # CONFIG_MTD_NAND_ECC_SMC is not set 633 + # CONFIG_MTD_NAND_MUSEUM_IDS is not set 634 + CONFIG_MTD_NAND_IDS=y 635 + # CONFIG_MTD_NAND_DISKONCHIP is not set 636 + # CONFIG_MTD_NAND_CAFE is not set 637 + # CONFIG_MTD_NAND_NANDSIM is not set 638 + CONFIG_MTD_NAND_PLATFORM=y 639 + # CONFIG_MTD_ALAUDA is not set 640 + CONFIG_MTD_NAND_SH_FLCTL=m 641 + # CONFIG_MTD_ONENAND is not set 642 + 643 + # 644 + # LPDDR flash memory drivers 645 + # 646 + # CONFIG_MTD_LPDDR is not set 647 + 648 + # 649 + # UBI - Unsorted block images 650 + # 651 + CONFIG_MTD_UBI=y 652 + CONFIG_MTD_UBI_WL_THRESHOLD=4096 653 + CONFIG_MTD_UBI_BEB_RESERVE=1 654 + CONFIG_MTD_UBI_GLUEBI=m 655 + 656 + # 657 + # UBI debugging options 658 + # 659 + # CONFIG_MTD_UBI_DEBUG is not set 570 660 # CONFIG_PARPORT is not set 571 661 CONFIG_BLK_DEV=y 572 662 # CONFIG_BLK_CPQ_CISS_DA is not set 573 663 # CONFIG_BLK_DEV_DAC960 is not set 574 664 # CONFIG_BLK_DEV_UMEM is not set 575 665 # CONFIG_BLK_DEV_COW_COMMON is not set 576 - # CONFIG_BLK_DEV_LOOP is not set 666 + CONFIG_BLK_DEV_LOOP=y 667 + CONFIG_BLK_DEV_CRYPTOLOOP=y 577 668 578 669 # 579 670 # DRBD disabled because PROC_FS, INET or CONNECTOR not selected ··· 692 575 # CONFIG_CDROM_PKTCDVD is not set 693 576 # CONFIG_ATA_OVER_ETH is not set 694 577 # CONFIG_BLK_DEV_HD is not set 695 - CONFIG_MISC_DEVICES=y 696 - # CONFIG_AD525X_DPOT is not set 697 - # CONFIG_PHANTOM is not set 698 - # CONFIG_SGI_IOC4 is not set 699 - # CONFIG_TIFM_CORE is not set 700 - # CONFIG_ICS932S401 is not set 701 - # CONFIG_ENCLOSURE_SERVICES is not set 702 - # CONFIG_HP_ILO is not set 703 - # CONFIG_ISL29003 is not set 704 - # CONFIG_DS1682 is not set 705 - # CONFIG_TI_DAC7512 is not set 706 - # CONFIG_C2PORT is not set 578 + # CONFIG_MISC_DEVICES is not set 579 + CONFIG_HAVE_IDE=y 580 + CONFIG_IDE=y 707 581 708 582 # 709 - # EEPROM support 583 + # Please see Documentation/ide/ide.txt for help/info on IDE drives 710 584 # 711 - # CONFIG_EEPROM_AT24 is not set 712 - # CONFIG_EEPROM_AT25 is not set 713 - # CONFIG_EEPROM_LEGACY is not set 714 - # CONFIG_EEPROM_MAX6875 is not set 715 - # CONFIG_EEPROM_93CX6 is not set 716 - # CONFIG_CB710_CORE is not set 717 - CONFIG_HAVE_IDE=y 718 - # CONFIG_IDE is not set 585 + CONFIG_IDE_ATAPI=y 586 + # CONFIG_BLK_DEV_IDE_SATA is not set 587 + CONFIG_IDE_GD=y 588 + CONFIG_IDE_GD_ATA=y 589 + # CONFIG_IDE_GD_ATAPI is not set 590 + CONFIG_BLK_DEV_IDECD=y 591 + CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y 592 + # CONFIG_BLK_DEV_IDETAPE is not set 593 + # CONFIG_IDE_TASK_IOCTL is not set 594 + CONFIG_IDE_PROC_FS=y 595 + 596 + # 597 + # IDE chipset support/bugfixes 598 + # 599 + CONFIG_BLK_DEV_PLATFORM=y 600 + 601 + # 602 + # PCI IDE chipsets support 603 + # 604 + # CONFIG_BLK_DEV_GENERIC is not set 605 + # CONFIG_BLK_DEV_OPTI621 is not set 606 + # CONFIG_BLK_DEV_AEC62XX is not set 607 + # CONFIG_BLK_DEV_ALI15X3 is not set 608 + # CONFIG_BLK_DEV_AMD74XX is not set 609 + # CONFIG_BLK_DEV_CMD64X is not set 610 + # CONFIG_BLK_DEV_TRIFLEX is not set 611 + # CONFIG_BLK_DEV_CS5520 is not set 612 + # CONFIG_BLK_DEV_CS5530 is not set 613 + # CONFIG_BLK_DEV_HPT366 is not set 614 + # CONFIG_BLK_DEV_JMICRON is not set 615 + # CONFIG_BLK_DEV_SC1200 is not set 616 + # CONFIG_BLK_DEV_PIIX is not set 617 + # CONFIG_BLK_DEV_IT8172 is not set 618 + # CONFIG_BLK_DEV_IT8213 is not set 619 + # CONFIG_BLK_DEV_IT821X is not set 620 + # CONFIG_BLK_DEV_NS87415 is not set 621 + # CONFIG_BLK_DEV_PDC202XX_OLD is not set 622 + # CONFIG_BLK_DEV_PDC202XX_NEW is not set 623 + # CONFIG_BLK_DEV_SVWKS is not set 624 + # CONFIG_BLK_DEV_SIIMAGE is not set 625 + # CONFIG_BLK_DEV_SLC90E66 is not set 626 + # CONFIG_BLK_DEV_TRM290 is not set 627 + # CONFIG_BLK_DEV_VIA82CXXX is not set 628 + # CONFIG_BLK_DEV_TC86C001 is not set 629 + # CONFIG_BLK_DEV_IDEDMA is not set 719 630 720 631 # 721 632 # SCSI device support 722 633 # 634 + CONFIG_SCSI_MOD=y 723 635 # CONFIG_RAID_ATTRS is not set 724 636 CONFIG_SCSI=y 725 637 CONFIG_SCSI_DMA=y ··· 762 616 CONFIG_BLK_DEV_SD=y 763 617 # CONFIG_CHR_DEV_ST is not set 764 618 # CONFIG_CHR_DEV_OSST is not set 765 - # CONFIG_BLK_DEV_SR is not set 619 + CONFIG_BLK_DEV_SR=y 620 + # CONFIG_BLK_DEV_SR_VENDOR is not set 766 621 # CONFIG_CHR_DEV_SG is not set 767 622 # CONFIG_CHR_DEV_SCH is not set 768 - # CONFIG_SCSI_MULTI_LUN is not set 769 - # CONFIG_SCSI_CONSTANTS is not set 623 + CONFIG_SCSI_MULTI_LUN=y 624 + CONFIG_SCSI_CONSTANTS=y 770 625 # CONFIG_SCSI_LOGGING is not set 771 626 # CONFIG_SCSI_SCAN_ASYNC is not set 772 627 CONFIG_SCSI_WAIT_SCAN=m ··· 778 631 # CONFIG_SCSI_SPI_ATTRS is not set 779 632 # CONFIG_SCSI_FC_ATTRS is not set 780 633 # CONFIG_SCSI_ISCSI_ATTRS is not set 634 + # CONFIG_SCSI_SAS_ATTRS is not set 781 635 # CONFIG_SCSI_SAS_LIBSAS is not set 782 636 # CONFIG_SCSI_SRP_ATTRS is not set 783 - CONFIG_SCSI_LOWLEVEL=y 784 - # CONFIG_ISCSI_TCP is not set 785 - # CONFIG_SCSI_BNX2_ISCSI is not set 786 - # CONFIG_BE2ISCSI is not set 787 - # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 788 - # CONFIG_SCSI_HPSA is not set 789 - # CONFIG_SCSI_3W_9XXX is not set 790 - # CONFIG_SCSI_3W_SAS is not set 791 - # CONFIG_SCSI_ACARD is not set 792 - # CONFIG_SCSI_AACRAID is not set 793 - # CONFIG_SCSI_AIC7XXX is not set 794 - # CONFIG_SCSI_AIC7XXX_OLD is not set 795 - # CONFIG_SCSI_AIC79XX is not set 796 - # CONFIG_SCSI_AIC94XX is not set 797 - # CONFIG_SCSI_MVSAS is not set 798 - # CONFIG_SCSI_ARCMSR is not set 799 - # CONFIG_MEGARAID_NEWGEN is not set 800 - # CONFIG_MEGARAID_LEGACY is not set 801 - # CONFIG_MEGARAID_SAS is not set 802 - # CONFIG_SCSI_MPT2SAS is not set 803 - # CONFIG_SCSI_HPTIOP is not set 804 - # CONFIG_LIBFC is not set 805 - # CONFIG_LIBFCOE is not set 806 - # CONFIG_FCOE is not set 807 - # CONFIG_SCSI_DMX3191D is not set 808 - # CONFIG_SCSI_FUTURE_DOMAIN is not set 809 - # CONFIG_SCSI_IPS is not set 810 - # CONFIG_SCSI_INITIO is not set 811 - # CONFIG_SCSI_INIA100 is not set 812 - # CONFIG_SCSI_STEX is not set 813 - # CONFIG_SCSI_SYM53C8XX_2 is not set 814 - # CONFIG_SCSI_IPR is not set 815 - # CONFIG_SCSI_QLOGIC_1280 is not set 816 - # CONFIG_SCSI_QLA_FC is not set 817 - # CONFIG_SCSI_QLA_ISCSI is not set 818 - # CONFIG_SCSI_LPFC is not set 819 - # CONFIG_SCSI_DC395x is not set 820 - # CONFIG_SCSI_DC390T is not set 821 - # CONFIG_SCSI_NSP32 is not set 822 - # CONFIG_SCSI_DEBUG is not set 823 - # CONFIG_SCSI_PMCRAID is not set 824 - # CONFIG_SCSI_PM8001 is not set 825 - # CONFIG_SCSI_SRP is not set 826 - # CONFIG_SCSI_BFA_FC is not set 637 + # CONFIG_SCSI_LOWLEVEL is not set 827 638 # CONFIG_SCSI_DH is not set 828 639 # CONFIG_SCSI_OSD_INITIATOR is not set 829 640 CONFIG_ATA=y ··· 824 719 # CONFIG_PATA_IT821X is not set 825 720 # CONFIG_PATA_IT8213 is not set 826 721 # CONFIG_PATA_JMICRON is not set 722 + # CONFIG_PATA_LEGACY is not set 827 723 # CONFIG_PATA_TRIFLEX is not set 828 724 # CONFIG_PATA_MARVELL is not set 829 725 # CONFIG_PATA_MPIIX is not set ··· 849 743 # CONFIG_PATA_WINBOND is not set 850 744 CONFIG_PATA_PLATFORM=y 851 745 # CONFIG_PATA_SCH is not set 852 - # CONFIG_MD is not set 746 + CONFIG_MD=y 747 + # CONFIG_BLK_DEV_MD is not set 748 + CONFIG_BLK_DEV_DM=y 749 + CONFIG_DM_DEBUG=y 750 + # CONFIG_DM_CRYPT is not set 751 + # CONFIG_DM_SNAPSHOT is not set 752 + # CONFIG_DM_MIRROR is not set 753 + # CONFIG_DM_ZERO is not set 754 + # CONFIG_DM_MULTIPATH is not set 755 + # CONFIG_DM_DELAY is not set 756 + CONFIG_DM_UEVENT=y 853 757 # CONFIG_FUSION is not set 854 758 855 759 # ··· 936 820 # CONFIG_NETDEV_1000 is not set 937 821 # CONFIG_NETDEV_10000 is not set 938 822 # CONFIG_TR is not set 939 - CONFIG_WLAN=y 940 - # CONFIG_ATMEL is not set 941 - # CONFIG_PRISM54 is not set 942 - # CONFIG_USB_ZD1201 is not set 943 - # CONFIG_HOSTAP is not set 823 + # CONFIG_WLAN is not set 944 824 945 825 # 946 826 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 950 838 # CONFIG_USB_PEGASUS is not set 951 839 # CONFIG_USB_RTL8150 is not set 952 840 # CONFIG_USB_USBNET is not set 841 + # CONFIG_USB_IPHETH is not set 953 842 # CONFIG_WAN is not set 954 843 # CONFIG_FDDI is not set 955 844 # CONFIG_HIPPI is not set ··· 1036 923 CONFIG_CONSOLE_TRANSLATIONS=y 1037 924 CONFIG_VT_CONSOLE=y 1038 925 CONFIG_HW_CONSOLE=y 1039 - # CONFIG_VT_HW_CONSOLE_BINDING is not set 926 + CONFIG_VT_HW_CONSOLE_BINDING=y 1040 927 CONFIG_DEVKMEM=y 1041 928 # CONFIG_SERIAL_NONSTANDARD is not set 1042 929 # CONFIG_NOZOMI is not set ··· 1053 940 CONFIG_SERIAL_SH_SCI=y 1054 941 CONFIG_SERIAL_SH_SCI_NR_UARTS=6 1055 942 CONFIG_SERIAL_SH_SCI_CONSOLE=y 943 + CONFIG_SERIAL_SH_SCI_DMA=y 1056 944 CONFIG_SERIAL_CORE=y 1057 945 CONFIG_SERIAL_CORE_CONSOLE=y 1058 946 # CONFIG_SERIAL_JSM is not set 947 + # CONFIG_SERIAL_TIMBERDALE is not set 1059 948 CONFIG_UNIX98_PTYS=y 1060 949 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1061 950 # CONFIG_LEGACY_PTYS is not set ··· 1101 986 # 1102 987 # CONFIG_I2C_DESIGNWARE is not set 1103 988 # CONFIG_I2C_OCORES is not set 989 + CONFIG_I2C_SDK7786=y 1104 990 # CONFIG_I2C_SH_MOBILE is not set 1105 991 # CONFIG_I2C_SIMTEC is not set 992 + # CONFIG_I2C_XILINX is not set 1106 993 1107 994 # 1108 995 # External I2C/SMBus adapter drivers ··· 1118 1001 # 1119 1002 # CONFIG_I2C_PCA_PLATFORM is not set 1120 1003 # CONFIG_I2C_STUB is not set 1121 - 1122 - # 1123 - # Miscellaneous I2C Chip support 1124 - # 1125 - # CONFIG_SENSORS_TSL2550 is not set 1126 1004 # CONFIG_I2C_DEBUG_CORE is not set 1127 1005 # CONFIG_I2C_DEBUG_ALGO is not set 1128 1006 # CONFIG_I2C_DEBUG_BUS is not set 1129 - # CONFIG_I2C_DEBUG_CHIP is not set 1130 1007 CONFIG_SPI=y 1131 1008 # CONFIG_SPI_DEBUG is not set 1132 1009 CONFIG_SPI_MASTER=y ··· 1156 1045 # 1157 1046 # CONFIG_SOFT_WATCHDOG is not set 1158 1047 # CONFIG_ALIM7101_WDT is not set 1159 - # CONFIG_SH_WDT is not set 1048 + CONFIG_SH_WDT=y 1049 + # CONFIG_SH_WDT_MMAP is not set 1160 1050 1161 1051 # 1162 1052 # PCI-based Watchdog Cards ··· 1180 1068 # Multifunction device drivers 1181 1069 # 1182 1070 # CONFIG_MFD_CORE is not set 1071 + # CONFIG_MFD_88PM860X is not set 1183 1072 # CONFIG_MFD_SM501 is not set 1184 1073 # CONFIG_MFD_SH_MOBILE_SDHI is not set 1185 1074 # CONFIG_HTC_PASIC3 is not set ··· 1188 1075 # CONFIG_MFD_TMIO is not set 1189 1076 # CONFIG_PMIC_DA903X is not set 1190 1077 # CONFIG_PMIC_ADP5520 is not set 1078 + # CONFIG_MFD_MAX8925 is not set 1191 1079 # CONFIG_MFD_WM8400 is not set 1192 1080 # CONFIG_MFD_WM831X is not set 1193 1081 # CONFIG_MFD_WM8350_I2C is not set 1082 + # CONFIG_MFD_WM8994 is not set 1194 1083 # CONFIG_MFD_PCF50633 is not set 1195 1084 # CONFIG_MFD_MC13783 is not set 1196 1085 # CONFIG_AB3100_CORE is not set 1197 1086 # CONFIG_EZX_PCAP is not set 1198 - # CONFIG_MFD_88PM8607 is not set 1199 1087 # CONFIG_AB4500_CORE is not set 1088 + # CONFIG_LPC_SCH is not set 1200 1089 # CONFIG_REGULATOR is not set 1201 1090 # CONFIG_MEDIA_SUPPORT is not set 1202 1091 ··· 1206 1091 # Graphics support 1207 1092 # 1208 1093 CONFIG_VGA_ARB=y 1094 + CONFIG_VGA_ARB_MAX_GPUS=16 1209 1095 # CONFIG_DRM is not set 1210 1096 # CONFIG_VGASTATE is not set 1211 1097 CONFIG_VIDEO_OUTPUT_CONTROL=m ··· 1237 1121 # 1238 1122 # Special HID drivers 1239 1123 # 1124 + # CONFIG_HID_3M_PCT is not set 1240 1125 # CONFIG_HID_A4TECH is not set 1241 1126 # CONFIG_HID_APPLE is not set 1242 1127 # CONFIG_HID_BELKIN is not set ··· 1252 1135 # CONFIG_HID_KENSINGTON is not set 1253 1136 # CONFIG_HID_LOGITECH is not set 1254 1137 # CONFIG_HID_MICROSOFT is not set 1138 + # CONFIG_HID_MOSART is not set 1255 1139 # CONFIG_HID_MONTEREY is not set 1256 1140 # CONFIG_HID_NTRIG is not set 1141 + # CONFIG_HID_ORTEK is not set 1257 1142 # CONFIG_HID_PANTHERLORD is not set 1258 1143 # CONFIG_HID_PETALYNX is not set 1144 + # CONFIG_HID_QUANTA is not set 1259 1145 # CONFIG_HID_SAMSUNG is not set 1260 1146 # CONFIG_HID_SONY is not set 1147 + # CONFIG_HID_STANTUM is not set 1261 1148 # CONFIG_HID_SUNPLUS is not set 1262 1149 # CONFIG_HID_GREENASIA is not set 1263 1150 # CONFIG_HID_SMARTJOYPLUS is not set ··· 1362 1241 # CONFIG_USB_RIO500 is not set 1363 1242 # CONFIG_USB_LEGOTOWER is not set 1364 1243 # CONFIG_USB_LCD is not set 1365 - # CONFIG_USB_BERRY_CHARGE is not set 1366 1244 # CONFIG_USB_LED is not set 1367 1245 # CONFIG_USB_CYPRESS_CY7C63 is not set 1368 1246 # CONFIG_USB_CYTHERM is not set ··· 1373 1253 # CONFIG_USB_IOWARRIOR is not set 1374 1254 # CONFIG_USB_TEST is not set 1375 1255 # CONFIG_USB_ISIGHTFW is not set 1376 - # CONFIG_USB_VST is not set 1377 1256 CONFIG_USB_GADGET=y 1378 1257 # CONFIG_USB_GADGET_DEBUG is not set 1379 1258 # CONFIG_USB_GADGET_DEBUG_FILES is not set ··· 1410 1291 # CONFIG_USB_MIDI_GADGET is not set 1411 1292 # CONFIG_USB_G_PRINTER is not set 1412 1293 # CONFIG_USB_CDC_COMPOSITE is not set 1294 + # CONFIG_USB_G_NOKIA is not set 1413 1295 # CONFIG_USB_G_MULTI is not set 1414 1296 1415 1297 # ··· 1490 1370 # 1491 1371 CONFIG_RTC_DRV_SH=y 1492 1372 # CONFIG_RTC_DRV_GENERIC is not set 1493 - # CONFIG_DMADEVICES is not set 1373 + CONFIG_DMADEVICES=y 1374 + # CONFIG_DMADEVICES_DEBUG is not set 1375 + 1376 + # 1377 + # DMA Devices 1378 + # 1379 + CONFIG_SH_DMAE=y 1380 + CONFIG_DMA_ENGINE=y 1381 + 1382 + # 1383 + # DMA Clients 1384 + # 1385 + # CONFIG_NET_DMA is not set 1386 + # CONFIG_ASYNC_TX_DMA is not set 1387 + # CONFIG_DMATEST is not set 1494 1388 # CONFIG_AUXDISPLAY is not set 1495 1389 CONFIG_UIO=m 1496 1390 # CONFIG_UIO_CIF is not set 1497 - # CONFIG_UIO_PDRV is not set 1498 - # CONFIG_UIO_PDRV_GENIRQ is not set 1499 - # CONFIG_UIO_SMX is not set 1391 + CONFIG_UIO_PDRV=m 1392 + CONFIG_UIO_PDRV_GENIRQ=m 1500 1393 # CONFIG_UIO_AEC is not set 1501 1394 # CONFIG_UIO_SERCOS3 is not set 1502 - # CONFIG_UIO_PCI_GENERIC is not set 1395 + CONFIG_UIO_PCI_GENERIC=m 1396 + # CONFIG_UIO_NETX is not set 1503 1397 1504 1398 # 1505 1399 # TI VLYNQ 1506 1400 # 1507 - # CONFIG_STAGING is not set 1401 + CONFIG_STAGING=y 1402 + # CONFIG_STAGING_EXCLUDE_BUILD is not set 1403 + # CONFIG_USB_IP_COMMON is not set 1404 + # CONFIG_ECHO is not set 1405 + # CONFIG_POCH is not set 1406 + # CONFIG_COMEDI is not set 1407 + # CONFIG_ASUS_OLED is not set 1408 + # CONFIG_TRANZPORT is not set 1409 + 1410 + # 1411 + # Qualcomm MSM Camera And Video 1412 + # 1413 + 1414 + # 1415 + # Camera Sensor Selection 1416 + # 1417 + # CONFIG_INPUT_GPIO is not set 1418 + # CONFIG_POHMELFS is not set 1419 + # CONFIG_IDE_PHISON is not set 1420 + # CONFIG_VME_BUS is not set 1421 + 1422 + # 1423 + # RAR Register Driver 1424 + # 1425 + # CONFIG_RAR_REGISTER is not set 1426 + # CONFIG_IIO is not set 1427 + CONFIG_RAMZSWAP=m 1428 + CONFIG_RAMZSWAP_STATS=y 1429 + # CONFIG_BATMAN_ADV is not set 1430 + # CONFIG_STRIP is not set 1431 + # CONFIG_DT3155 is not set 1432 + # CONFIG_CRYSTALHD is not set 1508 1433 1509 1434 # 1510 1435 # File systems 1511 1436 # 1512 1437 CONFIG_EXT2_FS=y 1513 - # CONFIG_EXT2_FS_XATTR is not set 1438 + CONFIG_EXT2_FS_XATTR=y 1439 + # CONFIG_EXT2_FS_POSIX_ACL is not set 1440 + # CONFIG_EXT2_FS_SECURITY is not set 1514 1441 # CONFIG_EXT2_FS_XIP is not set 1515 1442 CONFIG_EXT3_FS=y 1516 1443 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set 1517 1444 CONFIG_EXT3_FS_XATTR=y 1518 1445 # CONFIG_EXT3_FS_POSIX_ACL is not set 1519 1446 # CONFIG_EXT3_FS_SECURITY is not set 1520 - # CONFIG_EXT4_FS is not set 1447 + CONFIG_EXT4_FS=y 1448 + CONFIG_EXT4_FS_XATTR=y 1449 + # CONFIG_EXT4_FS_POSIX_ACL is not set 1450 + # CONFIG_EXT4_FS_SECURITY is not set 1451 + # CONFIG_EXT4_DEBUG is not set 1521 1452 CONFIG_JBD=y 1522 1453 # CONFIG_JBD_DEBUG is not set 1454 + CONFIG_JBD2=y 1455 + # CONFIG_JBD2_DEBUG is not set 1523 1456 CONFIG_FS_MBCACHE=y 1524 1457 # CONFIG_REISERFS_FS is not set 1525 1458 # CONFIG_JFS_FS is not set 1526 - # CONFIG_FS_POSIX_ACL is not set 1527 - # CONFIG_XFS_FS is not set 1459 + CONFIG_FS_POSIX_ACL=y 1460 + CONFIG_XFS_FS=y 1461 + # CONFIG_XFS_QUOTA is not set 1462 + # CONFIG_XFS_POSIX_ACL is not set 1463 + # CONFIG_XFS_RT is not set 1464 + # CONFIG_XFS_DEBUG is not set 1465 + # CONFIG_GFS2_FS is not set 1528 1466 # CONFIG_OCFS2_FS is not set 1529 - # CONFIG_BTRFS_FS is not set 1467 + CONFIG_BTRFS_FS=y 1468 + # CONFIG_BTRFS_FS_POSIX_ACL is not set 1530 1469 # CONFIG_NILFS2_FS is not set 1531 1470 CONFIG_FILE_LOCKING=y 1532 1471 CONFIG_FSNOTIFY=y ··· 1594 1415 CONFIG_INOTIFY_USER=y 1595 1416 # CONFIG_QUOTA is not set 1596 1417 # CONFIG_AUTOFS_FS is not set 1597 - # CONFIG_AUTOFS4_FS is not set 1598 - # CONFIG_FUSE_FS is not set 1418 + CONFIG_AUTOFS4_FS=m 1419 + CONFIG_FUSE_FS=y 1420 + CONFIG_CUSE=m 1599 1421 1600 1422 # 1601 1423 # Caches 1602 1424 # 1603 - # CONFIG_FSCACHE is not set 1425 + CONFIG_FSCACHE=m 1426 + # CONFIG_FSCACHE_STATS is not set 1427 + # CONFIG_FSCACHE_HISTOGRAM is not set 1428 + # CONFIG_FSCACHE_DEBUG is not set 1429 + # CONFIG_FSCACHE_OBJECT_LIST is not set 1430 + CONFIG_CACHEFILES=m 1431 + # CONFIG_CACHEFILES_DEBUG is not set 1432 + # CONFIG_CACHEFILES_HISTOGRAM is not set 1604 1433 1605 1434 # 1606 1435 # CD-ROM/DVD Filesystems 1607 1436 # 1608 - # CONFIG_ISO9660_FS is not set 1609 - # CONFIG_UDF_FS is not set 1437 + CONFIG_ISO9660_FS=m 1438 + CONFIG_JOLIET=y 1439 + CONFIG_ZISOFS=y 1440 + CONFIG_UDF_FS=m 1441 + CONFIG_UDF_NLS=y 1610 1442 1611 1443 # 1612 1444 # DOS/FAT/NT Filesystems ··· 1638 1448 # CONFIG_TMPFS_POSIX_ACL is not set 1639 1449 CONFIG_HUGETLBFS=y 1640 1450 CONFIG_HUGETLB_PAGE=y 1641 - # CONFIG_CONFIGFS_FS is not set 1451 + CONFIG_CONFIGFS_FS=y 1642 1452 CONFIG_MISC_FILESYSTEMS=y 1643 1453 # CONFIG_ADFS_FS is not set 1644 1454 # CONFIG_AFFS_FS is not set ··· 1647 1457 # CONFIG_BEFS_FS is not set 1648 1458 # CONFIG_BFS_FS is not set 1649 1459 # CONFIG_EFS_FS is not set 1650 - # CONFIG_CRAMFS is not set 1651 - # CONFIG_SQUASHFS is not set 1460 + CONFIG_JFFS2_FS=m 1461 + CONFIG_JFFS2_FS_DEBUG=0 1462 + CONFIG_JFFS2_FS_WRITEBUFFER=y 1463 + # CONFIG_JFFS2_FS_WBUF_VERIFY is not set 1464 + # CONFIG_JFFS2_SUMMARY is not set 1465 + CONFIG_JFFS2_FS_XATTR=y 1466 + CONFIG_JFFS2_FS_POSIX_ACL=y 1467 + CONFIG_JFFS2_FS_SECURITY=y 1468 + # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set 1469 + CONFIG_JFFS2_ZLIB=y 1470 + # CONFIG_JFFS2_LZO is not set 1471 + CONFIG_JFFS2_RTIME=y 1472 + # CONFIG_JFFS2_RUBIN is not set 1473 + CONFIG_UBIFS_FS=m 1474 + # CONFIG_UBIFS_FS_XATTR is not set 1475 + # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set 1476 + CONFIG_UBIFS_FS_LZO=y 1477 + CONFIG_UBIFS_FS_ZLIB=y 1478 + # CONFIG_UBIFS_FS_DEBUG is not set 1479 + CONFIG_LOGFS=m 1480 + CONFIG_CRAMFS=m 1481 + CONFIG_SQUASHFS=m 1482 + # CONFIG_SQUASHFS_EMBEDDED is not set 1483 + CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 1652 1484 # CONFIG_VXFS_FS is not set 1653 1485 # CONFIG_MINIX_FS is not set 1654 1486 # CONFIG_OMFS_FS is not set 1655 1487 # CONFIG_HPFS_FS is not set 1656 1488 # CONFIG_QNX4FS_FS is not set 1657 - # CONFIG_ROMFS_FS is not set 1489 + CONFIG_ROMFS_FS=m 1490 + CONFIG_ROMFS_BACKED_BY_BLOCK=y 1491 + # CONFIG_ROMFS_BACKED_BY_MTD is not set 1492 + # CONFIG_ROMFS_BACKED_BY_BOTH is not set 1493 + CONFIG_ROMFS_ON_BLOCK=y 1658 1494 # CONFIG_SYSV_FS is not set 1659 1495 # CONFIG_UFS_FS is not set 1660 1496 CONFIG_NETWORK_FILESYSTEMS=y 1661 1497 CONFIG_NFS_FS=y 1662 1498 CONFIG_NFS_V3=y 1663 1499 # CONFIG_NFS_V3_ACL is not set 1664 - # CONFIG_NFS_V4 is not set 1500 + CONFIG_NFS_V4=y 1501 + # CONFIG_NFS_V4_1 is not set 1665 1502 CONFIG_ROOT_NFS=y 1666 1503 # CONFIG_NFSD is not set 1667 1504 CONFIG_LOCKD=y 1668 1505 CONFIG_LOCKD_V4=y 1506 + CONFIG_EXPORTFS=y 1669 1507 CONFIG_NFS_COMMON=y 1670 1508 CONFIG_SUNRPC=y 1671 - # CONFIG_RPCSEC_GSS_KRB5 is not set 1509 + CONFIG_SUNRPC_GSS=y 1510 + CONFIG_RPCSEC_GSS_KRB5=y 1672 1511 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1673 1512 # CONFIG_SMB_FS is not set 1513 + # CONFIG_CEPH_FS is not set 1674 1514 # CONFIG_CIFS is not set 1675 1515 # CONFIG_NCP_FS is not set 1676 1516 # CONFIG_CODA_FS is not set ··· 1713 1493 CONFIG_MSDOS_PARTITION=y 1714 1494 CONFIG_NLS=y 1715 1495 CONFIG_NLS_DEFAULT="iso8859-1" 1716 - # CONFIG_NLS_CODEPAGE_437 is not set 1496 + CONFIG_NLS_CODEPAGE_437=y 1717 1497 # CONFIG_NLS_CODEPAGE_737 is not set 1718 1498 # CONFIG_NLS_CODEPAGE_775 is not set 1719 1499 # CONFIG_NLS_CODEPAGE_850 is not set ··· 1728 1508 # CONFIG_NLS_CODEPAGE_865 is not set 1729 1509 # CONFIG_NLS_CODEPAGE_866 is not set 1730 1510 # CONFIG_NLS_CODEPAGE_869 is not set 1731 - # CONFIG_NLS_CODEPAGE_936 is not set 1732 - # CONFIG_NLS_CODEPAGE_950 is not set 1733 - # CONFIG_NLS_CODEPAGE_932 is not set 1734 - # CONFIG_NLS_CODEPAGE_949 is not set 1511 + CONFIG_NLS_CODEPAGE_936=m 1512 + CONFIG_NLS_CODEPAGE_950=m 1513 + CONFIG_NLS_CODEPAGE_932=y 1514 + CONFIG_NLS_CODEPAGE_949=m 1735 1515 # CONFIG_NLS_CODEPAGE_874 is not set 1736 1516 # CONFIG_NLS_ISO8859_8 is not set 1737 1517 # CONFIG_NLS_CODEPAGE_1250 is not set 1738 1518 # CONFIG_NLS_CODEPAGE_1251 is not set 1739 - # CONFIG_NLS_ASCII is not set 1740 - # CONFIG_NLS_ISO8859_1 is not set 1519 + CONFIG_NLS_ASCII=m 1520 + CONFIG_NLS_ISO8859_1=y 1741 1521 # CONFIG_NLS_ISO8859_2 is not set 1742 1522 # CONFIG_NLS_ISO8859_3 is not set 1743 1523 # CONFIG_NLS_ISO8859_4 is not set ··· 1747 1527 # CONFIG_NLS_ISO8859_9 is not set 1748 1528 # CONFIG_NLS_ISO8859_13 is not set 1749 1529 # CONFIG_NLS_ISO8859_14 is not set 1750 - # CONFIG_NLS_ISO8859_15 is not set 1530 + CONFIG_NLS_ISO8859_15=m 1751 1531 # CONFIG_NLS_KOI8_R is not set 1752 1532 # CONFIG_NLS_KOI8_U is not set 1753 - # CONFIG_NLS_UTF8 is not set 1533 + CONFIG_NLS_UTF8=m 1754 1534 # CONFIG_DLM is not set 1755 1535 1756 1536 # ··· 1758 1538 # 1759 1539 CONFIG_TRACE_IRQFLAGS_SUPPORT=y 1760 1540 CONFIG_PRINTK_TIME=y 1761 - CONFIG_ENABLE_WARN_DEPRECATED=y 1541 + # CONFIG_ENABLE_WARN_DEPRECATED is not set 1762 1542 # CONFIG_ENABLE_MUST_CHECK is not set 1763 1543 CONFIG_FRAME_WARN=1024 1764 1544 CONFIG_MAGIC_SYSRQ=y ··· 1767 1547 CONFIG_DEBUG_FS=y 1768 1548 # CONFIG_HEADERS_CHECK is not set 1769 1549 CONFIG_DEBUG_KERNEL=y 1770 - CONFIG_DEBUG_SHIRQ=y 1550 + # CONFIG_DEBUG_SHIRQ is not set 1771 1551 CONFIG_DETECT_SOFTLOCKUP=y 1772 1552 # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set 1773 1553 CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 ··· 1793 1573 # CONFIG_DEBUG_KOBJECT is not set 1794 1574 CONFIG_DEBUG_BUGVERBOSE=y 1795 1575 # CONFIG_DEBUG_INFO is not set 1796 - CONFIG_DEBUG_VM=y 1576 + # CONFIG_DEBUG_VM is not set 1797 1577 # CONFIG_DEBUG_WRITECOUNT is not set 1798 - # CONFIG_DEBUG_MEMORY_INIT is not set 1578 + CONFIG_DEBUG_MEMORY_INIT=y 1799 1579 # CONFIG_DEBUG_LIST is not set 1800 1580 # CONFIG_DEBUG_SG is not set 1801 1581 # CONFIG_DEBUG_NOTIFIERS is not set 1802 1582 # CONFIG_DEBUG_CREDENTIALS is not set 1803 1583 CONFIG_FRAME_POINTER=y 1804 1584 # CONFIG_RCU_TORTURE_TEST is not set 1805 - # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1585 + CONFIG_RCU_CPU_STALL_DETECTOR=y 1586 + # CONFIG_RCU_CPU_STALL_VERBOSE is not set 1587 + # CONFIG_KPROBES_SANITY_TEST is not set 1806 1588 # CONFIG_BACKTRACE_SELF_TEST is not set 1807 1589 # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1808 1590 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1591 + # CONFIG_LKDTM is not set 1809 1592 # CONFIG_FAULT_INJECTION is not set 1810 - # CONFIG_LATENCYTOP is not set 1811 - # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1593 + CONFIG_SYSCTL_SYSCALL_CHECK=y 1812 1594 # CONFIG_PAGE_POISONING is not set 1813 1595 CONFIG_NOP_TRACER=y 1596 + CONFIG_HAVE_FTRACE_NMI_ENTER=y 1814 1597 CONFIG_HAVE_FUNCTION_TRACER=y 1815 1598 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 1816 1599 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 1821 1598 CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y 1822 1599 CONFIG_HAVE_SYSCALL_TRACEPOINTS=y 1823 1600 CONFIG_RING_BUFFER=y 1601 + CONFIG_FTRACE_NMI_ENTER=y 1824 1602 CONFIG_EVENT_TRACING=y 1825 1603 CONFIG_CONTEXT_SWITCH_TRACER=y 1604 + CONFIG_RING_BUFFER_ALLOW_SWAP=y 1826 1605 CONFIG_TRACING=y 1606 + CONFIG_GENERIC_TRACER=y 1827 1607 CONFIG_TRACING_SUPPORT=y 1828 1608 CONFIG_FTRACE=y 1829 - # CONFIG_FUNCTION_TRACER is not set 1609 + CONFIG_FUNCTION_TRACER=y 1610 + # CONFIG_FUNCTION_GRAPH_TRACER is not set 1830 1611 # CONFIG_IRQSOFF_TRACER is not set 1831 1612 # CONFIG_PREEMPT_TRACER is not set 1832 1613 # CONFIG_SCHED_TRACER is not set 1833 - # CONFIG_ENABLE_DEFAULT_TRACERS is not set 1834 1614 # CONFIG_FTRACE_SYSCALLS is not set 1835 1615 # CONFIG_BOOT_TRACER is not set 1836 1616 CONFIG_BRANCH_PROFILE_NONE=y ··· 1845 1619 # CONFIG_KMEMTRACE is not set 1846 1620 # CONFIG_WORKQUEUE_TRACER is not set 1847 1621 # CONFIG_BLK_DEV_IO_TRACE is not set 1622 + CONFIG_DYNAMIC_FTRACE=y 1623 + # CONFIG_FUNCTION_PROFILER is not set 1624 + CONFIG_FTRACE_MCOUNT_RECORD=y 1625 + # CONFIG_FTRACE_STARTUP_TEST is not set 1848 1626 # CONFIG_RING_BUFFER_BENCHMARK is not set 1849 1627 # CONFIG_DYNAMIC_DEBUG is not set 1850 - # CONFIG_DMA_API_DEBUG is not set 1628 + CONFIG_DMA_API_DEBUG=y 1851 1629 # CONFIG_SAMPLES is not set 1852 1630 CONFIG_HAVE_ARCH_KGDB=y 1853 1631 # CONFIG_KGDB is not set ··· 1862 1632 CONFIG_DUMP_CODE=y 1863 1633 CONFIG_DWARF_UNWINDER=y 1864 1634 # CONFIG_SH_NO_BSS_INIT is not set 1635 + CONFIG_MCOUNT=y 1865 1636 1866 1637 # 1867 1638 # Security options ··· 1880 1649 # 1881 1650 # Crypto core or helper 1882 1651 # 1883 - # CONFIG_CRYPTO_MANAGER is not set 1884 - # CONFIG_CRYPTO_MANAGER2 is not set 1652 + CONFIG_CRYPTO_ALGAPI=y 1653 + CONFIG_CRYPTO_ALGAPI2=y 1654 + CONFIG_CRYPTO_AEAD2=y 1655 + CONFIG_CRYPTO_BLKCIPHER=y 1656 + CONFIG_CRYPTO_BLKCIPHER2=y 1657 + CONFIG_CRYPTO_HASH=y 1658 + CONFIG_CRYPTO_HASH2=y 1659 + CONFIG_CRYPTO_RNG2=y 1660 + CONFIG_CRYPTO_PCOMP=y 1661 + CONFIG_CRYPTO_MANAGER=y 1662 + CONFIG_CRYPTO_MANAGER2=y 1885 1663 # CONFIG_CRYPTO_GF128MUL is not set 1886 1664 # CONFIG_CRYPTO_NULL is not set 1665 + # CONFIG_CRYPTO_PCRYPT is not set 1666 + CONFIG_CRYPTO_WORKQUEUE=y 1887 1667 # CONFIG_CRYPTO_CRYPTD is not set 1888 1668 # CONFIG_CRYPTO_AUTHENC is not set 1889 1669 # CONFIG_CRYPTO_TEST is not set ··· 1909 1667 # 1910 1668 # Block modes 1911 1669 # 1912 - # CONFIG_CRYPTO_CBC is not set 1670 + CONFIG_CRYPTO_CBC=y 1913 1671 # CONFIG_CRYPTO_CTR is not set 1914 1672 # CONFIG_CRYPTO_CTS is not set 1915 1673 # CONFIG_CRYPTO_ECB is not set ··· 1927 1685 # 1928 1686 # Digest 1929 1687 # 1930 - # CONFIG_CRYPTO_CRC32C is not set 1688 + CONFIG_CRYPTO_CRC32C=y 1931 1689 # CONFIG_CRYPTO_GHASH is not set 1932 1690 # CONFIG_CRYPTO_MD4 is not set 1933 - # CONFIG_CRYPTO_MD5 is not set 1691 + CONFIG_CRYPTO_MD5=y 1934 1692 # CONFIG_CRYPTO_MICHAEL_MIC is not set 1935 1693 # CONFIG_CRYPTO_RMD128 is not set 1936 1694 # CONFIG_CRYPTO_RMD160 is not set ··· 1952 1710 # CONFIG_CRYPTO_CAMELLIA is not set 1953 1711 # CONFIG_CRYPTO_CAST5 is not set 1954 1712 # CONFIG_CRYPTO_CAST6 is not set 1955 - # CONFIG_CRYPTO_DES is not set 1713 + CONFIG_CRYPTO_DES=y 1956 1714 # CONFIG_CRYPTO_FCRYPT is not set 1957 1715 # CONFIG_CRYPTO_KHAZAD is not set 1958 1716 # CONFIG_CRYPTO_SALSA20 is not set ··· 1964 1722 # 1965 1723 # Compression 1966 1724 # 1967 - # CONFIG_CRYPTO_DEFLATE is not set 1725 + CONFIG_CRYPTO_DEFLATE=m 1968 1726 # CONFIG_CRYPTO_ZLIB is not set 1969 - # CONFIG_CRYPTO_LZO is not set 1727 + CONFIG_CRYPTO_LZO=m 1970 1728 1971 1729 # 1972 1730 # Random Number Generation ··· 1982 1740 CONFIG_BITREVERSE=y 1983 1741 CONFIG_GENERIC_FIND_LAST_BIT=y 1984 1742 # CONFIG_CRC_CCITT is not set 1985 - # CONFIG_CRC16 is not set 1743 + CONFIG_CRC16=y 1986 1744 # CONFIG_CRC_T10DIF is not set 1987 - # CONFIG_CRC_ITU_T is not set 1745 + CONFIG_CRC_ITU_T=m 1988 1746 CONFIG_CRC32=y 1989 1747 # CONFIG_CRC7 is not set 1990 - # CONFIG_LIBCRC32C is not set 1748 + CONFIG_LIBCRC32C=y 1749 + CONFIG_AUDIT_GENERIC=y 1750 + CONFIG_ZLIB_INFLATE=y 1751 + CONFIG_ZLIB_DEFLATE=y 1752 + CONFIG_LZO_COMPRESS=m 1753 + CONFIG_LZO_DECOMPRESS=y 1754 + CONFIG_DECOMPRESS_GZIP=y 1755 + CONFIG_DECOMPRESS_BZIP2=y 1756 + CONFIG_DECOMPRESS_LZMA=y 1757 + CONFIG_DECOMPRESS_LZO=y 1758 + CONFIG_BTREE=y 1991 1759 CONFIG_HAS_IOMEM=y 1992 1760 CONFIG_HAS_IOPORT=y 1993 1761 CONFIG_HAS_DMA=y