qemu_defconfig 14.3 KB
Newer Older
1 2
#
# Automatically generated make config: don't edit
R
Ralf Baechle 已提交
3
# Linux kernel version: 2.6.20
4
# Tue Feb 20 21:47:39 2007
5 6 7 8 9 10
#
CONFIG_MIPS=y

#
# Machine selection
#
R
Ralf Baechle 已提交
11
CONFIG_ZONE_DMA=y
12 13 14 15 16 17 18 19 20 21 22 23 24
# CONFIG_MIPS_MTX1 is not set
# CONFIG_MIPS_BOSPORUS is not set
# CONFIG_MIPS_PB1000 is not set
# CONFIG_MIPS_PB1100 is not set
# CONFIG_MIPS_PB1500 is not set
# CONFIG_MIPS_PB1550 is not set
# CONFIG_MIPS_PB1200 is not set
# CONFIG_MIPS_DB1000 is not set
# CONFIG_MIPS_DB1100 is not set
# CONFIG_MIPS_DB1500 is not set
# CONFIG_MIPS_DB1550 is not set
# CONFIG_MIPS_DB1200 is not set
# CONFIG_MIPS_MIRAGE is not set
25
# CONFIG_BASLER_EXCITE is not set
26 27 28 29 30 31
# CONFIG_MIPS_COBALT is not set
# CONFIG_MACH_DECSTATION is not set
# CONFIG_MACH_JAZZ is not set
# CONFIG_MIPS_ATLAS is not set
# CONFIG_MIPS_MALTA is not set
# CONFIG_MIPS_SEAD is not set
32
# CONFIG_WR_PPMC is not set
R
Ralf Baechle 已提交
33
# CONFIG_MIPS_SIM is not set
34 35 36
# CONFIG_MOMENCO_JAGUAR_ATX is not set
# CONFIG_MIPS_XXS1500 is not set
# CONFIG_PNX8550_JBS is not set
R
Ralf Baechle 已提交
37
# CONFIG_PNX8550_STB810 is not set
38 39 40
# CONFIG_MACH_VR41XX is not set
# CONFIG_PMC_YOSEMITE is not set
CONFIG_QEMU=y
41
# CONFIG_MARKEINS is not set
42 43 44
# CONFIG_SGI_IP22 is not set
# CONFIG_SGI_IP27 is not set
# CONFIG_SGI_IP32 is not set
R
Ralf Baechle 已提交
45
# CONFIG_SIBYTE_BIGSUR is not set
46 47 48 49 50 51 52
# CONFIG_SIBYTE_SWARM is not set
# CONFIG_SIBYTE_SENTOSA is not set
# CONFIG_SIBYTE_RHONE is not set
# CONFIG_SIBYTE_CARMEL is not set
# CONFIG_SIBYTE_LITTLESUR is not set
# CONFIG_SIBYTE_CRHINE is not set
# CONFIG_SIBYTE_CRHONE is not set
53
# CONFIG_SNI_RM is not set
54 55 56 57
# CONFIG_TOSHIBA_JMR3927 is not set
# CONFIG_TOSHIBA_RBTX4927 is not set
# CONFIG_TOSHIBA_RBTX4938 is not set
CONFIG_RWSEM_GENERIC_SPINLOCK=y
R
Ralf Baechle 已提交
58 59
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
R
Ralf Baechle 已提交
60 61
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_HWEIGHT=y
62
CONFIG_GENERIC_CALIBRATE_DELAY=y
R
Ralf Baechle 已提交
63
CONFIG_GENERIC_TIME=y
64
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
R
Ralf Baechle 已提交
65
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
66 67 68 69 70 71
CONFIG_DMA_COHERENT=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_I8259=y
CONFIG_CPU_BIG_ENDIAN=y
# CONFIG_CPU_LITTLE_ENDIAN is not set
CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y
R
Ralf Baechle 已提交
72
CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
73 74 75 76 77 78 79
CONFIG_SWAP_IO_SPACE=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
CONFIG_HAVE_STD_PC_SERIAL_PORT=y

#
# CPU selection
#
R
Ralf Baechle 已提交
80
CONFIG_CPU_MIPS32_R1=y
81 82 83 84 85 86 87
# CONFIG_CPU_MIPS32_R2 is not set
# CONFIG_CPU_MIPS64_R1 is not set
# CONFIG_CPU_MIPS64_R2 is not set
# CONFIG_CPU_R3000 is not set
# CONFIG_CPU_TX39XX is not set
# CONFIG_CPU_VR41XX is not set
# CONFIG_CPU_R4300 is not set
R
Ralf Baechle 已提交
88
# CONFIG_CPU_R4X00 is not set
89 90 91 92 93 94 95 96 97 98
# CONFIG_CPU_TX49XX is not set
# CONFIG_CPU_R5000 is not set
# CONFIG_CPU_R5432 is not set
# CONFIG_CPU_R6000 is not set
# CONFIG_CPU_NEVADA is not set
# CONFIG_CPU_R8000 is not set
# CONFIG_CPU_R10000 is not set
# CONFIG_CPU_RM7000 is not set
# CONFIG_CPU_RM9000 is not set
# CONFIG_CPU_SB1 is not set
R
Ralf Baechle 已提交
99 100 101
CONFIG_SYS_HAS_CPU_MIPS32_R1=y
CONFIG_CPU_MIPS32=y
CONFIG_CPU_MIPSR1=y
102 103 104 105 106 107 108 109 110 111 112 113
CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y
CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y

#
# Kernel type
#
CONFIG_32BIT=y
# CONFIG_64BIT is not set
CONFIG_PAGE_SIZE_4KB=y
# CONFIG_PAGE_SIZE_8KB is not set
# CONFIG_PAGE_SIZE_16KB is not set
# CONFIG_PAGE_SIZE_64KB is not set
R
Ralf Baechle 已提交
114
CONFIG_CPU_HAS_PREFETCH=y
115 116
CONFIG_MIPS_MT_DISABLED=y
# CONFIG_MIPS_MT_SMP is not set
R
Ralf Baechle 已提交
117
# CONFIG_MIPS_MT_SMTC is not set
118
# CONFIG_MIPS_VPE_LOADER is not set
119 120 121
# CONFIG_64BIT_PHYS_ADDR is not set
CONFIG_CPU_HAS_LLSC=y
CONFIG_CPU_HAS_SYNC=y
R
Ralf Baechle 已提交
122 123
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
R
Ralf Baechle 已提交
124
CONFIG_CPU_SUPPORTS_HIGHMEM=y
125
CONFIG_ARCH_FLATMEM_ENABLE=y
126
CONFIG_ARCH_SPARSEMEM_ENABLE=y
127 128
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
R
Ralf Baechle 已提交
129
CONFIG_SPARSEMEM_STATIC=y
R
Ralf Baechle 已提交
130
CONFIG_SPLIT_PTLOCK_CPUS=4
131
# CONFIG_RESOURCES_64BIT is not set
R
Ralf Baechle 已提交
132
CONFIG_ZONE_DMA_FLAG=1
133 134 135 136 137 138 139 140 141
# CONFIG_HZ_48 is not set
CONFIG_HZ_100=y
# CONFIG_HZ_128 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_256 is not set
# CONFIG_HZ_1000 is not set
# CONFIG_HZ_1024 is not set
CONFIG_SYS_SUPPORTS_ARBIT_HZ=y
CONFIG_HZ=100
142 143 144
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
A
Atsushi Nemoto 已提交
145 146
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
147
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
148

149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32

#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
# CONFIG_SWAP is not set
# CONFIG_SYSVIPC is not set
# CONFIG_BSD_PROCESS_ACCT is not set
R
Ralf Baechle 已提交
164 165
# CONFIG_TASKSTATS is not set
# CONFIG_UTS_NS is not set
166 167
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
R
Ralf Baechle 已提交
168
CONFIG_SYSFS_DEPRECATED=y
R
Ralf Baechle 已提交
169
CONFIG_RELAY=y
R
Ralf Baechle 已提交
170
CONFIG_SYSCTL=y
171
CONFIG_EMBEDDED=y
R
Ralf Baechle 已提交
172
CONFIG_SYSCTL_SYSCALL=y
173 174
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
175
# CONFIG_HOTPLUG is not set
176 177
CONFIG_PRINTK=y
# CONFIG_BUG is not set
178
CONFIG_ELF_CORE=y
179 180 181 182
# CONFIG_BASE_FULL is not set
# CONFIG_FUTEX is not set
# CONFIG_EPOLL is not set
# CONFIG_SHMEM is not set
183
CONFIG_SLAB=y
184
CONFIG_VM_EVENT_COUNTERS=y
185 186
CONFIG_TINY_SHMEM=y
CONFIG_BASE_SMALL=1
187
# CONFIG_SLOB is not set
188 189 190 191 192 193 194 195 196

#
# Loadable module support
#
# CONFIG_MODULES is not set

#
# Block layer
#
R
Ralf Baechle 已提交
197
CONFIG_BLOCK=y
198
# CONFIG_LBD is not set
R
Ralf Baechle 已提交
199 200
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_LSF is not set
201 202 203 204 205 206 207 208 209 210 211 212 213 214

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_AS is not set
# CONFIG_IOSCHED_DEADLINE is not set
# CONFIG_IOSCHED_CFQ is not set
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
CONFIG_DEFAULT_NOOP=y
CONFIG_DEFAULT_IOSCHED="noop"

215 216 217 218 219
#
# Bus options (PCI, PCMCIA, EISA, ISA, TC)
#
CONFIG_ISA=y
CONFIG_MMU=y
R
Ralf Baechle 已提交
220
CONFIG_PCSPEAKER=y
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236

#
# PCCARD (PCMCIA/CardBus) support
#

#
# PCI Hotplug Support
#

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
CONFIG_TRAD_SIGNALS=y

R
Ralf Baechle 已提交
237 238 239 240 241 242 243 244
#
# Power management options
#
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
# CONFIG_PM_SYSFS_DEPRECATED is not set

245 246 247 248 249 250 251 252
#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
R
Ralf Baechle 已提交
253
# CONFIG_NETDEBUG is not set
254 255 256
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
257 258
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
R
Ralf Baechle 已提交
275
# CONFIG_INET_XFRM_TUNNEL is not set
276
# CONFIG_INET_TUNNEL is not set
277 278
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
R
Ralf Baechle 已提交
279
CONFIG_INET_XFRM_MODE_BEET=y
R
Ralf Baechle 已提交
280 281
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
282
# CONFIG_TCP_CONG_ADVANCED is not set
R
Ralf Baechle 已提交
283 284
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
285
# CONFIG_IPV6 is not set
R
Ralf Baechle 已提交
286 287
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
288
CONFIG_NETWORK_SECMARK=y
289 290 291 292 293 294 295
# CONFIG_NETFILTER is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
R
Ralf Baechle 已提交
296 297 298 299

#
# QoS and/or fair queueing
#
300 301 302 303 304
# CONFIG_NET_SCHED is not set

#
# Network testing
#
R
Ralf Baechle 已提交
305
# CONFIG_NET_PKTGEN is not set
306 307 308
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
309
# CONFIG_IEEE80211 is not set
310 311 312 313 314 315 316 317 318 319

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
320
# CONFIG_SYS_HYPERVISOR is not set
321

R
Ralf Baechle 已提交
322 323 324 325
#
# Connector - unified userspace <-> kernelspace linker
#
CONFIG_CONNECTOR=y
R
Ralf Baechle 已提交
326
CONFIG_PROC_EVENTS=y
R
Ralf Baechle 已提交
327

328 329 330 331 332 333 334 335 336 337 338 339 340 341
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play support
#
# CONFIG_PNP is not set
342
# CONFIG_PNPACPI is not set
343 344 345 346 347 348 349 350

#
# Block devices
#
# CONFIG_BLK_DEV_COW_COMMON is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
R
Ralf Baechle 已提交
351
# CONFIG_BLK_DEV_INITRD is not set
352 353 354
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set

R
Ralf Baechle 已提交
355 356 357 358
#
# Misc devices
#

359 360 361 362 363 364 365 366
#
# ATA/ATAPI/MFM/RLL support
#
# CONFIG_IDE is not set

#
# SCSI device support
#
367
# CONFIG_RAID_ATTRS is not set
368
# CONFIG_SCSI is not set
R
Ralf Baechle 已提交
369 370 371 372 373 374
# CONFIG_SCSI_NETLINK is not set

#
# Serial ATA (prod) and Parallel ATA (experimental) drivers
#
# CONFIG_ATA is not set
375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#

#
# I2O device support
#

#
# Network device support
#
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set

#
# ARCnet devices
#
# CONFIG_ARCNET is not set

R
Ralf Baechle 已提交
413 414 415
#
# PHY device support
#
416
# CONFIG_PHYLIB is not set
R
Ralf Baechle 已提交
417

418 419 420 421
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
422
# CONFIG_MII is not set
423 424
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_SMC is not set
425
# CONFIG_DM9000 is not set
426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
CONFIG_NET_ISA=y
# CONFIG_E2100 is not set
# CONFIG_EWRK3 is not set
# CONFIG_EEXPRESS is not set
# CONFIG_EEXPRESS_PRO is not set
# CONFIG_HPLAN_PLUS is not set
# CONFIG_HPLAN is not set
# CONFIG_LP486E is not set
# CONFIG_ETH16I is not set
CONFIG_NE2000=y
# CONFIG_NET_PCI is not set

#
# Ethernet (1000 Mbit)
#

#
# Ethernet (10000 Mbit)
#

#
# Token Ring devices
#
# CONFIG_TR is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
R
Ralf Baechle 已提交
482
# CONFIG_INPUT_FF_MEMLESS is not set
483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513

#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
# CONFIG_SERIO is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
514
CONFIG_VT_HW_CONSOLE_BINDING=y
515 516 517 518 519 520 521 522
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=4
523
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
524 525 526 527 528 529 530
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
R
Ralf Baechle 已提交
531 532 533
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
534 535 536 537 538 539 540 541 542 543

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
544
# CONFIG_HW_RANDOM is not set
545 546 547 548 549 550 551 552 553 554 555 556 557 558 559
# CONFIG_RTC is not set
# CONFIG_GEN_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_RAW_DRIVER is not set

#
# TPM devices
#

#
# I2C support
#
# CONFIG_I2C is not set

560 561 562 563 564 565
#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set

566 567 568 569 570 571 572 573 574
#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set

#
# Hardware Monitoring support
#
# CONFIG_HWMON is not set
R
Ralf Baechle 已提交
575
# CONFIG_HWMON_VID is not set
576 577 578 579 580 581 582 583 584 585 586 587 588 589

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set

#
# Graphics support
#
590
# CONFIG_FIRMWARE_EDID is not set
591 592 593 594 595 596
# CONFIG_FB is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
R
Ralf Baechle 已提交
597
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
598 599
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
R
Ralf Baechle 已提交
600
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
601 602 603 604 605 606

#
# Sound
#
# CONFIG_SOUND is not set

R
Ralf Baechle 已提交
607 608 609 610 611 612
#
# HID Devices
#
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set

613 614 615 616 617
#
# USB support
#
# CONFIG_USB_ARCH_HAS_HCD is not set
# CONFIG_USB_ARCH_HAS_OHCI is not set
R
Ralf Baechle 已提交
618
# CONFIG_USB_ARCH_HAS_EHCI is not set
619

R
Ralf Baechle 已提交
620 621 622 623
#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#

624 625 626 627 628 629 630 631 632 633
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set

#
# MMC/SD Card support
#
# CONFIG_MMC is not set

R
Ralf Baechle 已提交
634 635 636 637 638 639 640 641 642 643 644 645 646
#
# LED devices
#
# CONFIG_NEW_LEDS is not set

#
# LED drivers
#

#
# LED Triggers
#

647 648 649 650 651
#
# InfiniBand support
#

#
R
Ralf Baechle 已提交
652
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
653 654
#

655
#
R
Ralf Baechle 已提交
656
# Real Time Clock
657 658
#

659 660 661 662 663 664 665 666 667 668 669 670 671
#
# DMA Engine support
#
# CONFIG_DMA_ENGINE is not set

#
# DMA Clients
#

#
# DMA Devices
#

R
Ralf Baechle 已提交
672 673 674 675 676 677 678 679
#
# Auxiliary Display support
#

#
# Virtualization
#

680 681 682 683 684 685 686
#
# File systems
#
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
R
Ralf Baechle 已提交
687
CONFIG_FS_POSIX_ACL=y
688
# CONFIG_XFS_FS is not set
R
Ralf Baechle 已提交
689
# CONFIG_OCFS2_FS is not set
690 691 692
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
693
CONFIG_INOTIFY_USER=y
694 695 696 697
# CONFIG_QUOTA is not set
# CONFIG_DNOTIFY is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
R
Ralf Baechle 已提交
698
CONFIG_FUSE_FS=y
R
Ralf Baechle 已提交
699
CONFIG_GENERIC_ACL=y
700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
R
Ralf Baechle 已提交
717 718
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
R
Ralf Baechle 已提交
719
CONFIG_PROC_SYSCTL=y
R
Ralf Baechle 已提交
720
CONFIG_SYSFS=y
721
CONFIG_TMPFS=y
R
Ralf Baechle 已提交
722
CONFIG_TMPFS_POSIX_ACL=y
723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y

#
# Miscellaneous filesystems
#
# CONFIG_HFSPLUS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
R
Ralf Baechle 已提交
743
CONFIG_NFS_DIRECTIO=y
744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768
# CONFIG_NFSD is not set
CONFIG_ROOT_NFS=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y

#
# Native Language Support
#
# CONFIG_NLS is not set

#
# Kernel hacking
#
A
Atsushi Nemoto 已提交
769
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
770
# CONFIG_PRINTK_TIME is not set
R
Ralf Baechle 已提交
771
CONFIG_ENABLE_MUST_CHECK=y
772
# CONFIG_MAGIC_SYSRQ is not set
773
# CONFIG_UNUSED_SYMBOLS is not set
R
Ralf Baechle 已提交
774 775
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
776 777 778
# CONFIG_DEBUG_KERNEL is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_CROSSCOMPILE=y
R
Ralf Baechle 已提交
779
CONFIG_CMDLINE=""
780 781 782 783 784

#
# Security options
#
# CONFIG_KEYS is not set
R
Ralf Baechle 已提交
785
# CONFIG_SECURITY is not set
786 787 788 789

#
# Cryptographic options
#
790
# CONFIG_CRYPTO is not set
791 792 793 794

#
# Library routines
#
R
Ralf Baechle 已提交
795
CONFIG_BITREVERSE=y
796
# CONFIG_CRC_CCITT is not set
797
# CONFIG_CRC16 is not set
798
CONFIG_CRC32=y
799
# CONFIG_LIBCRC32C is not set
R
Ralf Baechle 已提交
800 801
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y