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

xtensa: add default memmap option to iss_defconfig

Now that memory initialization doesn't add default memory region specify
it explicitly in the memmap command line option.

Save iss_defconfig as defconfig so that it doesn't have all option
settings in it, only those that are different from the Kconfig defaults.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>

+2 -726
+2 -726
arch/xtensa/configs/iss_defconfig
··· 1 - # 2 - # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.34-rc6 4 - # Tue Aug 3 00:10:54 2010 5 - # 6 - # CONFIG_FRAME_POINTER is not set 7 - CONFIG_ZONE_DMA=y 8 - CONFIG_XTENSA=y 9 - CONFIG_RWSEM_XCHGADD_ALGORITHM=y 10 - CONFIG_GENERIC_FIND_NEXT_BIT=y 11 - CONFIG_GENERIC_HWEIGHT=y 12 - # CONFIG_ARCH_HAS_ILOG2_U32 is not set 13 - # CONFIG_ARCH_HAS_ILOG2_U64 is not set 14 - CONFIG_NO_IOPORT_MAP=y 15 - CONFIG_HZ=100 16 - CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 17 - CONFIG_CONSTRUCTORS=y 18 - 19 - # 20 - # General setup 21 - # 22 - CONFIG_EXPERIMENTAL=y 23 - CONFIG_BROKEN_ON_SMP=y 24 - CONFIG_INIT_ENV_ARG_LIMIT=32 25 - CONFIG_LOCALVERSION="" 26 - CONFIG_LOCALVERSION_AUTO=y 27 - CONFIG_SWAP=y 28 1 CONFIG_SYSVIPC=y 29 - CONFIG_SYSVIPC_SYSCTL=y 30 - # CONFIG_POSIX_MQUEUE is not set 31 - # CONFIG_BSD_PROCESS_ACCT is not set 32 - # CONFIG_TASKSTATS is not set 33 - # CONFIG_AUDIT is not set 34 - 35 - # 36 - # RCU Subsystem 37 - # 38 - CONFIG_TREE_RCU=y 39 - # CONFIG_TREE_PREEMPT_RCU is not set 40 - # CONFIG_TINY_RCU is not set 41 - # CONFIG_RCU_TRACE is not set 42 - CONFIG_RCU_FANOUT=32 43 - # CONFIG_RCU_FANOUT_EXACT is not set 44 - # CONFIG_TREE_RCU_TRACE is not set 45 - # CONFIG_IKCONFIG is not set 46 2 CONFIG_LOG_BUF_SHIFT=14 47 - # CONFIG_CGROUPS is not set 48 - # CONFIG_SYSFS_DEPRECATED_V2 is not set 49 - # CONFIG_RELAY is not set 50 - # CONFIG_NAMESPACES is not set 51 - # CONFIG_BLK_DEV_INITRD is not set 52 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 53 - CONFIG_SYSCTL=y 54 - CONFIG_ANON_INODES=y 55 3 CONFIG_EXPERT=y 56 4 CONFIG_SYSCTL_SYSCALL=y 57 - CONFIG_KALLSYMS=y 58 - # CONFIG_KALLSYMS_ALL is not set 59 - # CONFIG_KALLSYMS_EXTRA_PASS is not set 60 - # CONFIG_HOTPLUG is not set 61 - CONFIG_PRINTK=y 62 - CONFIG_BUG=y 63 - CONFIG_ELF_CORE=y 64 - CONFIG_BASE_FULL=y 65 - CONFIG_FUTEX=y 66 - CONFIG_EPOLL=y 67 - CONFIG_SIGNALFD=y 68 - CONFIG_TIMERFD=y 69 - CONFIG_EVENTFD=y 70 - CONFIG_SHMEM=y 71 - CONFIG_AIO=y 72 - 73 - # 74 - # Kernel Performance Events And Counters 75 - # 76 - CONFIG_VM_EVENT_COUNTERS=y 77 - CONFIG_SLUB_DEBUG=y 78 - CONFIG_COMPAT_BRK=y 79 - # CONFIG_SLAB is not set 80 - CONFIG_SLUB=y 81 - # CONFIG_SLOB is not set 82 - # CONFIG_PROFILING is not set 83 - 84 - # 85 - # GCOV-based kernel profiling 86 - # 87 - # CONFIG_SLOW_WORK is not set 88 - # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 89 - CONFIG_SLABINFO=y 90 - CONFIG_RT_MUTEXES=y 91 - CONFIG_BASE_SMALL=0 92 - # CONFIG_MODULES is not set 93 - CONFIG_BLOCK=y 94 - CONFIG_LBDAF=y 95 - CONFIG_BLK_DEV_BSG=y 96 - # CONFIG_BLK_DEV_INTEGRITY is not set 97 - 98 - # 99 - # IO Schedulers 100 - # 101 - CONFIG_IOSCHED_NOOP=y 102 5 # CONFIG_IOSCHED_DEADLINE is not set 103 6 # CONFIG_IOSCHED_CFQ is not set 104 - # CONFIG_DEFAULT_DEADLINE is not set 105 - # CONFIG_DEFAULT_CFQ is not set 106 - CONFIG_DEFAULT_NOOP=y 107 - CONFIG_DEFAULT_IOSCHED="noop" 108 - # CONFIG_INLINE_SPIN_TRYLOCK is not set 109 - # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 110 - # CONFIG_INLINE_SPIN_LOCK is not set 111 - # CONFIG_INLINE_SPIN_LOCK_BH is not set 112 - # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 113 - # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 114 - # CONFIG_UNINLINE_SPIN_UNLOCK is not set 115 - # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 116 - CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 117 - # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 118 - # CONFIG_INLINE_READ_TRYLOCK is not set 119 - # CONFIG_INLINE_READ_LOCK is not set 120 - # CONFIG_INLINE_READ_LOCK_BH is not set 121 - # CONFIG_INLINE_READ_LOCK_IRQ is not set 122 - # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 123 - CONFIG_INLINE_READ_UNLOCK=y 124 - # CONFIG_INLINE_READ_UNLOCK_BH is not set 125 - CONFIG_INLINE_READ_UNLOCK_IRQ=y 126 - # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 127 - # CONFIG_INLINE_WRITE_TRYLOCK is not set 128 - # CONFIG_INLINE_WRITE_LOCK is not set 129 - # CONFIG_INLINE_WRITE_LOCK_BH is not set 130 - # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 131 - # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 132 - CONFIG_INLINE_WRITE_UNLOCK=y 133 - # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 134 - CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 135 - # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 136 - # CONFIG_MUTEX_SPIN_ON_OWNER is not set 137 - # CONFIG_FREEZER is not set 138 - CONFIG_MMU=y 139 - # CONFIG_VARIANT_IRQ_SWITCH is not set 140 - 141 - # 142 - # Processor type and features 143 - # 144 - CONFIG_XTENSA_VARIANT_FSF=y 145 - # CONFIG_XTENSA_VARIANT_DC232B is not set 146 - # CONFIG_XTENSA_UNALIGNED_USER is not set 147 - # CONFIG_PREEMPT is not set 148 - CONFIG_XTENSA_CALIBRATE_CCOUNT=y 149 - CONFIG_SERIAL_CONSOLE=y 150 - CONFIG_XTENSA_ISS_NETWORK=y 151 - 152 - # 153 - # Bus options 154 - # 155 7 # CONFIG_PCI is not set 156 - # CONFIG_ARCH_SUPPORTS_MSI is not set 157 - 158 - # 159 - # Platform options 160 - # 161 - CONFIG_XTENSA_PLATFORM_ISS=y 162 - # CONFIG_XTENSA_PLATFORM_XT2000 is not set 163 - # CONFIG_GENERIC_CALIBRATE_DELAY is not set 164 8 CONFIG_CMDLINE_BOOL=y 165 - CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsroot=192.168.168.1:/opt/montavista/pro/devkit/xtensa/linux_be/target" 166 - CONFIG_SELECT_MEMORY_MODEL=y 167 - CONFIG_FLATMEM_MANUAL=y 168 - # CONFIG_DISCONTIGMEM_MANUAL is not set 169 - # CONFIG_SPARSEMEM_MANUAL is not set 170 - CONFIG_FLATMEM=y 171 - CONFIG_FLAT_NODE_MEM_MAP=y 172 - CONFIG_SPLIT_PTLOCK_CPUS=4 173 - # CONFIG_PHYS_ADDR_T_64BIT is not set 174 - CONFIG_ZONE_DMA_FLAG=1 175 - CONFIG_BOUNCE=y 176 - CONFIG_VIRT_TO_BUS=y 177 - # CONFIG_KSM is not set 178 - CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 179 - 180 - # 181 - # Executable file formats 182 - # 183 - CONFIG_KCORE_ELF=y 184 - CONFIG_BINFMT_ELF=y 9 + CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsroot=192.168.168.1:/opt/montavista/pro/devkit/xtensa/linux_be/target memmap=128M@0" 185 10 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 186 - # CONFIG_HAVE_AOUT is not set 187 - # CONFIG_BINFMT_MISC is not set 188 11 CONFIG_NET=y 189 - 190 - # 191 - # Networking options 192 - # 193 12 CONFIG_PACKET=y 194 13 CONFIG_UNIX=y 195 - CONFIG_XFRM=y 196 - # CONFIG_XFRM_USER is not set 197 - # CONFIG_XFRM_SUB_POLICY is not set 198 - # CONFIG_XFRM_MIGRATE is not set 199 - # CONFIG_XFRM_STATISTICS is not set 200 - # CONFIG_NET_KEY is not set 201 14 CONFIG_INET=y 202 - # CONFIG_IP_MULTICAST is not set 203 - # CONFIG_IP_ADVANCED_ROUTER is not set 204 - CONFIG_IP_FIB_HASH=y 205 15 CONFIG_IP_PNP=y 206 16 CONFIG_IP_PNP_DHCP=y 207 17 CONFIG_IP_PNP_BOOTP=y 208 18 CONFIG_IP_PNP_RARP=y 209 - # CONFIG_NET_IPIP is not set 210 - # CONFIG_NET_IPGRE is not set 211 - # CONFIG_ARPD is not set 212 - # CONFIG_SYN_COOKIES is not set 213 - # CONFIG_INET_AH is not set 214 - # CONFIG_INET_ESP is not set 215 - # CONFIG_INET_IPCOMP is not set 216 - # CONFIG_INET_XFRM_TUNNEL is not set 217 - # CONFIG_INET_TUNNEL is not set 218 - CONFIG_INET_XFRM_MODE_TRANSPORT=y 219 - CONFIG_INET_XFRM_MODE_TUNNEL=y 220 - CONFIG_INET_XFRM_MODE_BEET=y 221 - CONFIG_INET_LRO=y 222 - CONFIG_INET_DIAG=y 223 - CONFIG_INET_TCP_DIAG=y 224 - # CONFIG_TCP_CONG_ADVANCED is not set 225 - CONFIG_TCP_CONG_CUBIC=y 226 - CONFIG_DEFAULT_TCP_CONG="cubic" 227 - # CONFIG_TCP_MD5SIG is not set 228 19 # CONFIG_IPV6 is not set 229 - # CONFIG_NETWORK_SECMARK is not set 230 - # CONFIG_NETFILTER is not set 231 - # CONFIG_IP_DCCP is not set 232 - # CONFIG_IP_SCTP is not set 233 - # CONFIG_RDS is not set 234 - # CONFIG_TIPC is not set 235 - # CONFIG_ATM is not set 236 - # CONFIG_BRIDGE is not set 237 - # CONFIG_NET_DSA is not set 238 - # CONFIG_VLAN_8021Q is not set 239 - # CONFIG_DECNET is not set 240 - # CONFIG_LLC2 is not set 241 - # CONFIG_IPX is not set 242 - # CONFIG_ATALK is not set 243 - # CONFIG_X25 is not set 244 - # CONFIG_LAPB is not set 245 - # CONFIG_ECONET is not set 246 - # CONFIG_WAN_ROUTER is not set 247 - # CONFIG_PHONET is not set 248 - # CONFIG_IEEE802154 is not set 249 - # CONFIG_NET_SCHED is not set 250 - # CONFIG_DCB is not set 251 - 252 - # 253 - # Network testing 254 - # 255 - # CONFIG_NET_PKTGEN is not set 256 - # CONFIG_HAMRADIO is not set 257 - # CONFIG_CAN is not set 258 - # CONFIG_IRDA is not set 259 - # CONFIG_BT is not set 260 - # CONFIG_AF_RXRPC is not set 261 - CONFIG_WIRELESS=y 262 - # CONFIG_CFG80211 is not set 263 - # CONFIG_LIB80211 is not set 264 - 265 - # 266 - # CFG80211 needs to be enabled for MAC80211 267 - # 268 - # CONFIG_WIMAX is not set 269 - # CONFIG_RFKILL is not set 270 - # CONFIG_NET_9P is not set 271 - 272 - # 273 - # Device Drivers 274 - # 275 - 276 - # 277 - # Generic Driver Options 278 - # 279 20 # CONFIG_STANDALONE is not set 280 - CONFIG_PREVENT_FIRMWARE_BUILD=y 281 - # CONFIG_DEBUG_DRIVER is not set 282 - # CONFIG_DEBUG_DEVRES is not set 283 - # CONFIG_SYS_HYPERVISOR is not set 284 - # CONFIG_CONNECTOR is not set 285 - # CONFIG_MTD is not set 286 - # CONFIG_PARPORT is not set 287 - CONFIG_BLK_DEV=y 288 - # CONFIG_BLK_DEV_COW_COMMON is not set 289 - # CONFIG_BLK_DEV_LOOP is not set 290 - 291 - # 292 - # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 293 - # 294 - # CONFIG_BLK_DEV_NBD is not set 295 - # CONFIG_BLK_DEV_RAM is not set 296 - # CONFIG_CDROM_PKTCDVD is not set 297 - # CONFIG_ATA_OVER_ETH is not set 298 - # CONFIG_BLK_DEV_HD is not set 299 - CONFIG_MISC_DEVICES=y 300 - # CONFIG_ENCLOSURE_SERVICES is not set 301 - # CONFIG_C2PORT is not set 302 - 303 - # 304 - # EEPROM support 305 - # 306 - # CONFIG_EEPROM_93CX6 is not set 307 - # CONFIG_HAVE_IDE is not set 308 - # CONFIG_IDE is not set 309 - 310 - # 311 - # SCSI device support 312 - # 313 - CONFIG_SCSI_MOD=y 314 - # CONFIG_RAID_ATTRS is not set 315 - # CONFIG_SCSI is not set 316 - # CONFIG_SCSI_DMA is not set 317 - # CONFIG_SCSI_NETLINK is not set 318 - # CONFIG_ATA is not set 319 - # CONFIG_MD is not set 320 - # CONFIG_NETDEVICES is not set 321 - # CONFIG_ISDN is not set 322 - # CONFIG_PHONE is not set 323 - 324 - # 325 - # Input device support 326 - # 327 - CONFIG_INPUT=y 328 - # CONFIG_INPUT_FF_MEMLESS is not set 329 - # CONFIG_INPUT_POLLDEV is not set 330 - # CONFIG_INPUT_SPARSEKMAP is not set 331 - 332 - # 333 - # Userland interfaces 334 - # 335 21 # CONFIG_INPUT_MOUSEDEV is not set 336 - # CONFIG_INPUT_JOYDEV is not set 337 - # CONFIG_INPUT_EVDEV is not set 338 - # CONFIG_INPUT_EVBUG is not set 339 - 340 - # 341 - # Input Device Drivers 342 - # 343 22 # CONFIG_INPUT_KEYBOARD is not set 344 23 # CONFIG_INPUT_MOUSE is not set 345 - # CONFIG_INPUT_JOYSTICK is not set 346 - # CONFIG_INPUT_TABLET is not set 347 - # CONFIG_INPUT_TOUCHSCREEN is not set 348 - # CONFIG_INPUT_MISC is not set 349 - 350 - # 351 - # Hardware I/O ports 352 - # 353 24 # CONFIG_SERIO is not set 354 - # CONFIG_GAMEPORT is not set 355 - 356 - # 357 - # Character devices 358 - # 359 - CONFIG_VT=y 360 - CONFIG_CONSOLE_TRANSLATIONS=y 361 - CONFIG_VT_CONSOLE=y 362 - CONFIG_HW_CONSOLE=y 363 - # CONFIG_VT_HW_CONSOLE_BINDING is not set 364 - CONFIG_DEVKMEM=y 365 - # CONFIG_SERIAL_NONSTANDARD is not set 366 - 367 - # 368 - # Serial drivers 369 - # 370 - # CONFIG_SERIAL_8250 is not set 371 - 372 - # 373 - # Non-8250 serial port support 374 - # 375 - # CONFIG_SERIAL_TIMBERDALE is not set 376 - CONFIG_UNIX98_PTYS=y 377 - # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 378 - CONFIG_LEGACY_PTYS=y 379 - CONFIG_LEGACY_PTY_COUNT=256 380 - # CONFIG_IPMI_HANDLER is not set 381 - CONFIG_HW_RANDOM=y 382 - # CONFIG_HW_RANDOM_TIMERIOMEM is not set 383 - # CONFIG_RTC is not set 384 - # CONFIG_GEN_RTC is not set 385 - # CONFIG_R3964 is not set 386 - # CONFIG_RAW_DRIVER is not set 387 - # CONFIG_TCG_TPM is not set 388 - # CONFIG_I2C is not set 389 - # CONFIG_SPI is not set 390 - 391 - # 392 - # PPS support 393 - # 394 - # CONFIG_PPS is not set 395 - # CONFIG_W1 is not set 396 - # CONFIG_POWER_SUPPLY is not set 397 - CONFIG_HWMON=y 398 - # CONFIG_HWMON_VID is not set 399 - # CONFIG_HWMON_DEBUG_CHIP is not set 400 - 401 - # 402 - # Native drivers 403 - # 404 - # CONFIG_SENSORS_F71805F is not set 405 - # CONFIG_SENSORS_F71882FG is not set 406 - # CONFIG_SENSORS_IT87 is not set 407 - # CONFIG_SENSORS_PC87360 is not set 408 - # CONFIG_SENSORS_PC87427 is not set 409 - # CONFIG_SENSORS_SHT15 is not set 410 - # CONFIG_SENSORS_SMSC47M1 is not set 411 - # CONFIG_SENSORS_SMSC47B397 is not set 412 - # CONFIG_SENSORS_VT1211 is not set 413 - # CONFIG_SENSORS_W83627HF is not set 414 - # CONFIG_SENSORS_W83627EHF is not set 415 - # CONFIG_THERMAL is not set 416 25 CONFIG_WATCHDOG=y 417 26 CONFIG_WATCHDOG_NOWAYOUT=y 418 - 419 - # 420 - # Watchdog Device Drivers 421 - # 422 27 CONFIG_SOFT_WATCHDOG=y 423 - CONFIG_SSB_POSSIBLE=y 424 - 425 - # 426 - # Sonics Silicon Backplane 427 - # 428 - # CONFIG_SSB is not set 429 - 430 - # 431 - # Multifunction device drivers 432 - # 433 - # CONFIG_MFD_CORE is not set 434 - # CONFIG_MFD_SM501 is not set 435 - # CONFIG_HTC_PASIC3 is not set 436 - # CONFIG_MFD_TMIO is not set 437 - # CONFIG_REGULATOR is not set 438 - # CONFIG_MEDIA_SUPPORT is not set 439 - 440 - # 441 - # Graphics support 442 - # 443 - # CONFIG_VGASTATE is not set 444 - # CONFIG_VIDEO_OUTPUT_CONTROL is not set 445 - # CONFIG_FB is not set 446 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 447 - 448 - # 449 - # Display device support 450 - # 451 - # CONFIG_DISPLAY_SUPPORT is not set 452 - 453 - # 454 - # Console display driver support 455 - # 456 28 # CONFIG_VGA_CONSOLE is not set 457 - CONFIG_DUMMY_CONSOLE=y 458 - # CONFIG_SOUND is not set 459 - CONFIG_HID_SUPPORT=y 460 - CONFIG_HID=y 461 - # CONFIG_HIDRAW is not set 462 - # CONFIG_HID_PID is not set 463 - 464 - # 465 - # Special HID drivers 466 - # 467 - CONFIG_USB_SUPPORT=y 468 - # CONFIG_USB_ARCH_HAS_HCD is not set 469 - # CONFIG_USB_ARCH_HAS_OHCI is not set 470 - # CONFIG_USB_ARCH_HAS_EHCI is not set 471 - # CONFIG_USB_OTG_WHITELIST is not set 472 - # CONFIG_USB_OTG_BLACKLIST_HUB is not set 473 - 474 - # 475 - # Enable Host or Gadget support to see Inventra options 476 - # 477 - 478 - # 479 - # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may 480 - # 481 - # CONFIG_USB_GADGET is not set 482 - 483 - # 484 - # OTG and related infrastructure 485 - # 486 - # CONFIG_MMC is not set 487 - # CONFIG_MEMSTICK is not set 488 - # CONFIG_NEW_LEDS is not set 489 - # CONFIG_ACCESSIBILITY is not set 490 - # CONFIG_RTC_CLASS is not set 491 - # CONFIG_DMADEVICES is not set 492 - # CONFIG_AUXDISPLAY is not set 493 - # CONFIG_UIO is not set 494 - 495 - # 496 - # TI VLYNQ 497 - # 498 - # CONFIG_STAGING is not set 499 - 500 - # 501 - # File systems 502 - # 503 - # CONFIG_EXT2_FS is not set 504 - # CONFIG_EXT3_FS is not set 505 - # CONFIG_EXT4_FS is not set 506 - # CONFIG_REISERFS_FS is not set 507 - # CONFIG_JFS_FS is not set 508 - # CONFIG_FS_POSIX_ACL is not set 509 - # CONFIG_XFS_FS is not set 510 - # CONFIG_GFS2_FS is not set 511 - # CONFIG_OCFS2_FS is not set 512 - # CONFIG_BTRFS_FS is not set 513 - # CONFIG_NILFS2_FS is not set 514 - CONFIG_FILE_LOCKING=y 515 - CONFIG_FSNOTIFY=y 516 29 # CONFIG_DNOTIFY is not set 517 - # CONFIG_INOTIFY is not set 518 - CONFIG_INOTIFY_USER=y 519 - # CONFIG_QUOTA is not set 520 - # CONFIG_AUTOFS_FS is not set 521 - # CONFIG_AUTOFS4_FS is not set 522 - # CONFIG_FUSE_FS is not set 523 - 524 - # 525 - # Caches 526 - # 527 - # CONFIG_FSCACHE is not set 528 - 529 - # 530 - # CD-ROM/DVD Filesystems 531 - # 532 - # CONFIG_ISO9660_FS is not set 533 - # CONFIG_UDF_FS is not set 534 - 535 - # 536 - # DOS/FAT/NT Filesystems 537 - # 538 - # CONFIG_MSDOS_FS is not set 539 - # CONFIG_VFAT_FS is not set 540 - # CONFIG_NTFS_FS is not set 541 - 542 - # 543 - # Pseudo filesystems 544 - # 545 - CONFIG_PROC_FS=y 546 30 CONFIG_PROC_KCORE=y 547 - CONFIG_PROC_SYSCTL=y 548 - CONFIG_PROC_PAGE_MONITOR=y 549 - CONFIG_SYSFS=y 550 31 CONFIG_TMPFS=y 551 - # CONFIG_TMPFS_POSIX_ACL is not set 552 - # CONFIG_HUGETLB_PAGE is not set 553 - # CONFIG_CONFIGFS_FS is not set 554 - CONFIG_MISC_FILESYSTEMS=y 555 - # CONFIG_ADFS_FS is not set 556 - # CONFIG_AFFS_FS is not set 557 - # CONFIG_HFS_FS is not set 558 - # CONFIG_HFSPLUS_FS is not set 559 - # CONFIG_BEFS_FS is not set 560 - # CONFIG_BFS_FS is not set 561 - # CONFIG_EFS_FS is not set 562 - # CONFIG_LOGFS is not set 563 - # CONFIG_CRAMFS is not set 564 - # CONFIG_SQUASHFS is not set 565 - # CONFIG_VXFS_FS is not set 566 - # CONFIG_MINIX_FS is not set 567 - # CONFIG_OMFS_FS is not set 568 - # CONFIG_HPFS_FS is not set 569 - # CONFIG_QNX4FS_FS is not set 570 - # CONFIG_ROMFS_FS is not set 571 - # CONFIG_SYSV_FS is not set 572 - # CONFIG_UFS_FS is not set 573 - CONFIG_NETWORK_FILESYSTEMS=y 574 - # CONFIG_NFS_FS is not set 575 - # CONFIG_NFSD is not set 576 - # CONFIG_SMB_FS is not set 577 - # CONFIG_CEPH_FS is not set 578 - # CONFIG_CIFS is not set 579 - # CONFIG_NCP_FS is not set 580 - # CONFIG_CODA_FS is not set 581 - # CONFIG_AFS_FS is not set 582 - 583 - # 584 - # Partition Types 585 - # 586 - # CONFIG_PARTITION_ADVANCED is not set 587 - CONFIG_MSDOS_PARTITION=y 588 - # CONFIG_NLS is not set 589 - # CONFIG_DLM is not set 590 - 591 - # 592 - # Kernel hacking 593 - # 594 - # CONFIG_PRINTK_TIME is not set 595 - CONFIG_ENABLE_WARN_DEPRECATED=y 596 - CONFIG_ENABLE_MUST_CHECK=y 597 - CONFIG_FRAME_WARN=1024 598 - # CONFIG_MAGIC_SYSRQ is not set 599 - # CONFIG_STRIP_ASM_SYMS is not set 600 - # CONFIG_UNUSED_SYMBOLS is not set 601 - # CONFIG_DEBUG_FS is not set 602 - # CONFIG_HEADERS_CHECK is not set 603 - CONFIG_DEBUG_KERNEL=y 604 - # CONFIG_DEBUG_SHIRQ is not set 605 - CONFIG_DETECT_SOFTLOCKUP=y 606 - # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set 607 - CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 32 + # CONFIG_FRAME_POINTER is not set 608 33 CONFIG_DETECT_HUNG_TASK=y 609 - # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set 610 - CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 611 - CONFIG_SCHED_DEBUG=y 612 - # CONFIG_SCHEDSTATS is not set 613 - # CONFIG_TIMER_STATS is not set 614 - # CONFIG_DEBUG_OBJECTS is not set 615 - # CONFIG_SLUB_DEBUG_ON is not set 616 - # CONFIG_SLUB_STATS is not set 617 - # CONFIG_DEBUG_RT_MUTEXES is not set 618 - # CONFIG_DEBUG_SPINLOCK is not set 619 - # CONFIG_DEBUG_MUTEXES is not set 620 - # CONFIG_DEBUG_SPINLOCK_SLEEP is not set 621 - # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 622 - # CONFIG_DEBUG_KOBJECT is not set 623 - # CONFIG_DEBUG_INFO is not set 624 - # CONFIG_DEBUG_VM is not set 625 - # CONFIG_DEBUG_MEMORY_INIT is not set 626 - # CONFIG_DEBUG_LIST is not set 627 - # CONFIG_DEBUG_SG is not set 628 - # CONFIG_DEBUG_NOTIFIERS is not set 629 - # CONFIG_DEBUG_CREDENTIALS is not set 630 - # CONFIG_RCU_TORTURE_TEST is not set 631 - CONFIG_RCU_CPU_STALL_DETECTOR=y 632 - # CONFIG_BACKTRACE_SELF_TEST is not set 633 - # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 634 - # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 635 - # CONFIG_FAULT_INJECTION is not set 636 - # CONFIG_SYSCTL_SYSCALL_CHECK is not set 637 - # CONFIG_PAGE_POISONING is not set 638 - # CONFIG_SAMPLES is not set 639 - 640 - # 641 - # Security options 642 - # 643 - # CONFIG_KEYS is not set 644 - # CONFIG_SECURITY is not set 645 - # CONFIG_SECURITYFS is not set 646 - # CONFIG_DEFAULT_SECURITY_SELINUX is not set 647 - # CONFIG_DEFAULT_SECURITY_SMACK is not set 648 - # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 649 - CONFIG_DEFAULT_SECURITY_DAC=y 650 - CONFIG_DEFAULT_SECURITY="" 651 - CONFIG_CRYPTO=y 652 - 653 - # 654 - # Crypto core or helper 655 - # 656 - # CONFIG_CRYPTO_FIPS is not set 657 - CONFIG_CRYPTO_ALGAPI=y 658 - CONFIG_CRYPTO_ALGAPI2=y 659 - CONFIG_CRYPTO_RNG=y 660 - CONFIG_CRYPTO_RNG2=y 661 - # CONFIG_CRYPTO_MANAGER is not set 662 - # CONFIG_CRYPTO_MANAGER2 is not set 663 - # CONFIG_CRYPTO_GF128MUL is not set 664 - # CONFIG_CRYPTO_NULL is not set 665 - # CONFIG_CRYPTO_CRYPTD is not set 666 - # CONFIG_CRYPTO_AUTHENC is not set 667 - 668 - # 669 - # Authenticated Encryption with Associated Data 670 - # 671 - # CONFIG_CRYPTO_CCM is not set 672 - # CONFIG_CRYPTO_GCM is not set 673 - # CONFIG_CRYPTO_SEQIV is not set 674 - 675 - # 676 - # Block modes 677 - # 678 - # CONFIG_CRYPTO_CBC is not set 679 - # CONFIG_CRYPTO_CTR is not set 680 - # CONFIG_CRYPTO_CTS is not set 681 - # CONFIG_CRYPTO_ECB is not set 682 - # CONFIG_CRYPTO_LRW is not set 683 - # CONFIG_CRYPTO_PCBC is not set 684 - # CONFIG_CRYPTO_XTS is not set 685 - 686 - # 687 - # Hash modes 688 - # 689 - # CONFIG_CRYPTO_HMAC is not set 690 - # CONFIG_CRYPTO_XCBC is not set 691 - # CONFIG_CRYPTO_VMAC is not set 692 - 693 - # 694 - # Digest 695 - # 696 - # CONFIG_CRYPTO_CRC32C is not set 697 - # CONFIG_CRYPTO_GHASH is not set 698 - # CONFIG_CRYPTO_MD4 is not set 699 - # CONFIG_CRYPTO_MD5 is not set 700 - # CONFIG_CRYPTO_MICHAEL_MIC is not set 701 - # CONFIG_CRYPTO_RMD128 is not set 702 - # CONFIG_CRYPTO_RMD160 is not set 703 - # CONFIG_CRYPTO_RMD256 is not set 704 - # CONFIG_CRYPTO_RMD320 is not set 705 - # CONFIG_CRYPTO_SHA1 is not set 706 - # CONFIG_CRYPTO_SHA256 is not set 707 - # CONFIG_CRYPTO_SHA512 is not set 708 - # CONFIG_CRYPTO_TGR192 is not set 709 - # CONFIG_CRYPTO_WP512 is not set 710 - 711 - # 712 - # Ciphers 713 - # 714 - CONFIG_CRYPTO_AES=y 715 - # CONFIG_CRYPTO_ANUBIS is not set 716 - # CONFIG_CRYPTO_ARC4 is not set 717 - # CONFIG_CRYPTO_BLOWFISH is not set 718 - # CONFIG_CRYPTO_CAMELLIA is not set 719 - # CONFIG_CRYPTO_CAST5 is not set 720 - # CONFIG_CRYPTO_CAST6 is not set 721 - # CONFIG_CRYPTO_DES is not set 722 - # CONFIG_CRYPTO_FCRYPT is not set 723 - # CONFIG_CRYPTO_KHAZAD is not set 724 - # CONFIG_CRYPTO_SALSA20 is not set 725 - # CONFIG_CRYPTO_SEED is not set 726 - # CONFIG_CRYPTO_SERPENT is not set 727 - # CONFIG_CRYPTO_TEA is not set 728 - # CONFIG_CRYPTO_TWOFISH is not set 729 - 730 - # 731 - # Compression 732 - # 733 - # CONFIG_CRYPTO_DEFLATE is not set 734 - # CONFIG_CRYPTO_ZLIB is not set 735 - # CONFIG_CRYPTO_LZO is not set 736 - 737 - # 738 - # Random Number Generation 739 - # 740 34 CONFIG_CRYPTO_ANSI_CPRNG=y 741 - CONFIG_CRYPTO_HW=y 742 - # CONFIG_BINARY_PRINTF is not set 743 - 744 - # 745 - # Library routines 746 - # 747 - CONFIG_GENERIC_FIND_LAST_BIT=y 748 - # CONFIG_CRC_CCITT is not set 749 - # CONFIG_CRC16 is not set 750 - # CONFIG_CRC_T10DIF is not set 751 - # CONFIG_CRC_ITU_T is not set 752 - # CONFIG_CRC32 is not set 753 - # CONFIG_CRC7 is not set 754 - # CONFIG_LIBCRC32C is not set 755 - CONFIG_HAS_IOMEM=y 756 - CONFIG_HAS_DMA=y 757 - CONFIG_NLATTR=y 758 - CONFIG_LD_NO_RELAX=y