mipssim_defconfig 15.1 KB
Newer Older
R
Ralf Baechle 已提交
1 2
#
# Automatically generated make config: don't edit
3 4
# Linux kernel version: 2.6.23
# Thu Oct 18 22:45:52 2007
R
Ralf Baechle 已提交
5 6 7 8 9 10
#
CONFIG_MIPS=y

#
# Machine selection
#
11
# CONFIG_MACH_ALCHEMY is not set
12
# CONFIG_BASLER_EXCITE is not set
13
# CONFIG_BCM47XX is not set
R
Ralf Baechle 已提交
14 15 16
# CONFIG_MIPS_COBALT is not set
# CONFIG_MACH_DECSTATION is not set
# CONFIG_MACH_JAZZ is not set
17 18
# CONFIG_LASAT is not set
# CONFIG_LEMOTE_FULONG is not set
R
Ralf Baechle 已提交
19 20 21 22
# CONFIG_MIPS_ATLAS is not set
# CONFIG_MIPS_MALTA is not set
# CONFIG_MIPS_SEAD is not set
CONFIG_MIPS_SIM=y
23 24
# CONFIG_MARKEINS is not set
# CONFIG_MACH_VR41XX is not set
R
Ralf Baechle 已提交
25
# CONFIG_PNX8550_JBS is not set
R
Ralf Baechle 已提交
26
# CONFIG_PNX8550_STB810 is not set
27
# CONFIG_PMC_MSP is not set
R
Ralf Baechle 已提交
28 29 30 31 32
# CONFIG_PMC_YOSEMITE is not set
# CONFIG_QEMU is not set
# CONFIG_SGI_IP22 is not set
# CONFIG_SGI_IP27 is not set
# CONFIG_SGI_IP32 is not set
33 34 35 36
# CONFIG_SIBYTE_CRHINE is not set
# CONFIG_SIBYTE_CARMEL is not set
# CONFIG_SIBYTE_CRHONE is not set
# CONFIG_SIBYTE_RHONE is not set
R
Ralf Baechle 已提交
37
# CONFIG_SIBYTE_SWARM is not set
38
# CONFIG_SIBYTE_LITTLESUR is not set
R
Ralf Baechle 已提交
39 40
# CONFIG_SIBYTE_SENTOSA is not set
# CONFIG_SIBYTE_PTSWARM is not set
41
# CONFIG_SIBYTE_BIGSUR is not set
42
# CONFIG_SNI_RM is not set
R
Ralf Baechle 已提交
43 44 45
# CONFIG_TOSHIBA_JMR3927 is not set
# CONFIG_TOSHIBA_RBTX4927 is not set
# CONFIG_TOSHIBA_RBTX4938 is not set
46
# CONFIG_WR_PPMC is not set
R
Ralf Baechle 已提交
47
CONFIG_RWSEM_GENERIC_SPINLOCK=y
R
Ralf Baechle 已提交
48 49
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
R
Ralf Baechle 已提交
50 51
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_HWEIGHT=y
R
Ralf Baechle 已提交
52
CONFIG_GENERIC_CALIBRATE_DELAY=y
53
CONFIG_GENERIC_CLOCKEVENTS=y
R
Ralf Baechle 已提交
54
CONFIG_GENERIC_TIME=y
55
CONFIG_GENERIC_CMOS_UPDATE=y
56
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
R
Ralf Baechle 已提交
57
# CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ is not set
58 59
CONFIG_BOOT_RAW=y
CONFIG_CEVT_R4K=y
R
Ralf Baechle 已提交
60 61
CONFIG_DMA_NONCOHERENT=y
CONFIG_DMA_NEED_PCI_MAP_STATE=y
62 63 64 65
CONFIG_EARLY_PRINTK=y
CONFIG_SYS_HAS_EARLY_PRINTK=y
# CONFIG_HOTPLUG_CPU is not set
# CONFIG_NO_IOPORT is not set
R
Ralf Baechle 已提交
66 67 68 69 70 71 72 73 74 75
# CONFIG_CPU_BIG_ENDIAN is not set
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y
CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
CONFIG_IRQ_CPU=y
CONFIG_MIPS_L1_CACHE_SHIFT=5

#
# CPU selection
#
76 77 78 79 80
# CONFIG_TICK_ONESHOT is not set
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
# CONFIG_CPU_LOONGSON2 is not set
R
Ralf Baechle 已提交
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
CONFIG_CPU_MIPS32_R1=y
# 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
# CONFIG_CPU_R4X00 is not set
# 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
CONFIG_SYS_HAS_CPU_MIPS32_R1=y
CONFIG_SYS_HAS_CPU_MIPS32_R2=y
CONFIG_CPU_MIPS32=y
CONFIG_CPU_MIPSR1=y
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
CONFIG_CPU_HAS_PREFETCH=y
117
CONFIG_MIPS_MT_DISABLED=y
R
Ralf Baechle 已提交
118
# CONFIG_MIPS_MT_SMP is not set
R
Ralf Baechle 已提交
119
# CONFIG_MIPS_MT_SMTC is not set
120
CONFIG_SYS_SUPPORTS_MULTITHREADING=y
121
# CONFIG_MIPS_VPE_LOADER is not set
R
Ralf Baechle 已提交
122 123 124 125
CONFIG_CPU_HAS_LLSC=y
CONFIG_CPU_HAS_SYNC=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
R
Ralf Baechle 已提交
126
CONFIG_CPU_SUPPORTS_HIGHMEM=y
R
Ralf Baechle 已提交
127 128 129 130 131 132 133 134
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_SPARSEMEM_STATIC is not set
135
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
R
Ralf Baechle 已提交
136
CONFIG_SPLIT_PTLOCK_CPUS=4
137
# CONFIG_RESOURCES_64BIT is not set
138 139
CONFIG_ZONE_DMA_FLAG=0
CONFIG_VIRT_TO_BUS=y
140
# CONFIG_HZ_48 is not set
141
CONFIG_HZ_100=y
142 143 144
# CONFIG_HZ_128 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_256 is not set
145
# CONFIG_HZ_1000 is not set
146 147
# CONFIG_HZ_1024 is not set
CONFIG_SYS_SUPPORTS_ARBIT_HZ=y
148
CONFIG_HZ=100
R
Ralf Baechle 已提交
149 150 151
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
R
Ralf Baechle 已提交
152
# CONFIG_KEXEC is not set
153
# CONFIG_SECCOMP is not set
A
Atsushi Nemoto 已提交
154 155
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
156
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
R
Ralf Baechle 已提交
157

158
#
159
# General setup
160 161 162 163 164 165
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
166
# CONFIG_SWAP is not set
167
CONFIG_SYSVIPC=y
R
Ralf Baechle 已提交
168
CONFIG_SYSVIPC_SYSCTL=y
169 170
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_BSD_PROCESS_ACCT is not set
R
Ralf Baechle 已提交
171
# CONFIG_TASKSTATS is not set
172
# CONFIG_USER_NS is not set
173 174
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
175 176 177
CONFIG_LOG_BUF_SHIFT=14
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_FAIR_USER_SCHED=y
R
Ralf Baechle 已提交
178
CONFIG_SYSFS_DEPRECATED=y
R
Ralf Baechle 已提交
179
# CONFIG_RELAY is not set
180
# CONFIG_BLK_DEV_INITRD is not set
R
Ralf Baechle 已提交
181
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
R
Ralf Baechle 已提交
182
CONFIG_SYSCTL=y
183
CONFIG_EMBEDDED=y
R
Ralf Baechle 已提交
184
CONFIG_SYSCTL_SYSCALL=y
185 186 187
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
R
Ralf Baechle 已提交
188
CONFIG_HOTPLUG=y
189 190
CONFIG_PRINTK=y
CONFIG_BUG=y
R
Ralf Baechle 已提交
191
CONFIG_ELF_CORE=y
192 193
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
194
CONFIG_ANON_INODES=y
195
CONFIG_EPOLL=y
196 197
CONFIG_SIGNALFD=y
CONFIG_EVENTFD=y
198
CONFIG_SHMEM=y
199
CONFIG_VM_EVENT_COUNTERS=y
200 201 202
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
R
Ralf Baechle 已提交
203
CONFIG_RT_MUTEXES=y
204 205 206 207 208 209 210 211
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_KMOD=y
R
Ralf Baechle 已提交
212
CONFIG_BLOCK=y
213
# CONFIG_LBD is not set
214
# CONFIG_BLK_DEV_IO_TRACE is not set
R
Ralf Baechle 已提交
215
# CONFIG_LSF is not set
216
# CONFIG_BLK_DEV_BSG is not set
217 218 219 220 221 222 223 224 225 226 227 228 229 230

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

R
Ralf Baechle 已提交
231 232 233
#
# Bus options (PCI, PCMCIA, EISA, ISA, TC)
#
234
# CONFIG_ARCH_SUPPORTS_MSI is not set
R
Ralf Baechle 已提交
235 236 237 238 239 240 241 242 243 244
CONFIG_MMU=y
# CONFIG_PCCARD is not set

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

R
Ralf Baechle 已提交
245 246 247
#
# Power management options
#
248 249
# CONFIG_PM is not set
CONFIG_SUSPEND_UP_POSSIBLE=y
R
Ralf Baechle 已提交
250

R
Ralf Baechle 已提交
251 252 253 254 255 256 257 258 259 260 261
#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
262
# CONFIG_NET_KEY is not set
R
Ralf Baechle 已提交
263 264 265 266 267 268
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
269 270 271
# CONFIG_IP_MULTIPLE_TABLES is not set
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
R
Ralf Baechle 已提交
272 273 274 275 276 277
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
278
# CONFIG_IP_MROUTE is not set
R
Ralf Baechle 已提交
279
# CONFIG_ARPD is not set
280
# CONFIG_SYN_COOKIES is not set
R
Ralf Baechle 已提交
281 282 283
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
R
Ralf Baechle 已提交
284
# CONFIG_INET_XFRM_TUNNEL is not set
R
Ralf Baechle 已提交
285
# CONFIG_INET_TUNNEL is not set
286 287 288 289
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
# CONFIG_INET_LRO is not set
R
Ralf Baechle 已提交
290 291 292
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
R
Ralf Baechle 已提交
293 294
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
295
# CONFIG_TCP_MD5SIG is not set
R
Ralf Baechle 已提交
296
# CONFIG_IPV6 is not set
R
Ralf Baechle 已提交
297 298
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
299
# CONFIG_NETWORK_SECMARK is not set
R
Ralf Baechle 已提交
300 301
# CONFIG_NETFILTER is not set
# CONFIG_IP_DCCP is not set
302
# CONFIG_IP_SCTP is not set
R
Ralf Baechle 已提交
303
# CONFIG_TIPC is not set
R
Ralf Baechle 已提交
304 305 306 307 308 309 310 311 312 313 314
# CONFIG_ATM 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
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
R
Ralf Baechle 已提交
315 316 317 318

#
# QoS and/or fair queueing
#
319
# CONFIG_NET_SCHED is not set
R
Ralf Baechle 已提交
320 321 322 323 324 325 326 327

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
328 329 330 331 332 333 334 335
# CONFIG_AF_RXRPC is not set

#
# Wireless
#
# CONFIG_CFG80211 is not set
# CONFIG_WIRELESS_EXT is not set
# CONFIG_MAC80211 is not set
R
Ralf Baechle 已提交
336
# CONFIG_IEEE80211 is not set
337 338
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set
R
Ralf Baechle 已提交
339 340 341 342 343 344 345 346

#
# Device Drivers
#

#
# Generic Driver Options
#
347
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
R
Ralf Baechle 已提交
348 349 350 351
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
# CONFIG_FW_LOADER is not set
# CONFIG_DEBUG_DRIVER is not set
R
Ralf Baechle 已提交
352
# CONFIG_DEBUG_DEVRES is not set
353
# CONFIG_SYS_HYPERVISOR is not set
R
Ralf Baechle 已提交
354 355 356
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
357
CONFIG_BLK_DEV=y
R
Ralf Baechle 已提交
358 359 360 361 362 363 364
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
CONFIG_BLK_DEV_NBD=y
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
365
# CONFIG_MISC_DEVICES is not set
R
Ralf Baechle 已提交
366 367 368 369 370 371 372
# CONFIG_IDE is not set

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
# CONFIG_SCSI is not set
373
# CONFIG_SCSI_DMA is not set
R
Ralf Baechle 已提交
374 375
# CONFIG_SCSI_NETLINK is not set
# CONFIG_ATA is not set
R
Ralf Baechle 已提交
376 377
# CONFIG_MD is not set
CONFIG_NETDEVICES=y
378
# CONFIG_NETDEVICES_MULTIQUEUE is not set
R
Ralf Baechle 已提交
379 380
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
381
# CONFIG_MACVLAN is not set
R
Ralf Baechle 已提交
382 383
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
384
# CONFIG_VETH is not set
385 386 387
# CONFIG_PHYLIB is not set
CONFIG_NET_ETHERNET=y
# CONFIG_MII is not set
388
# CONFIG_AX88796 is not set
389 390
CONFIG_MIPS_SIM_NET=y
# CONFIG_DM9000 is not set
391 392 393 394 395
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
# CONFIG_B44 is not set
396 397
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set
R
Ralf Baechle 已提交
398 399

#
400
# Wireless LAN
R
Ralf Baechle 已提交
401
#
402 403
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 is not set
R
Ralf Baechle 已提交
404 405 406 407 408 409 410 411 412 413 414 415 416
# CONFIG_WAN is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
417
# CONFIG_INPUT is not set
R
Ralf Baechle 已提交
418 419 420 421

#
# Hardware I/O ports
#
422
# CONFIG_SERIO is not set
R
Ralf Baechle 已提交
423 424 425 426 427 428 429 430 431 432 433 434 435 436
# CONFIG_GAMEPORT is not set

#
# Character devices
#
# CONFIG_VT is not set
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=1
R
Ralf Baechle 已提交
437
CONFIG_SERIAL_8250_RUNTIME_UARTS=1
R
Ralf Baechle 已提交
438 439 440 441 442 443 444 445 446 447 448 449
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_IPMI_HANDLER is not set
# CONFIG_WATCHDOG is not set
450
# CONFIG_HW_RANDOM is not set
R
Ralf Baechle 已提交
451 452 453
# CONFIG_RTC is not set
# CONFIG_R3964 is not set
# CONFIG_RAW_DRIVER is not set
454
# CONFIG_TCG_TPM is not set
R
Ralf Baechle 已提交
455 456
# CONFIG_I2C is not set

R
Ralf Baechle 已提交
457 458 459 460 461
#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set
462 463 464
# CONFIG_W1 is not set
# CONFIG_POWER_SUPPLY is not set
# CONFIG_HWMON is not set
R
Ralf Baechle 已提交
465

R
Ralf Baechle 已提交
466
#
467
# Sonics Silicon Backplane
R
Ralf Baechle 已提交
468
#
469 470
CONFIG_SSB_POSSIBLE=y
# CONFIG_SSB is not set
R
Ralf Baechle 已提交
471 472

#
473
# Multifunction device drivers
R
Ralf Baechle 已提交
474
#
475
# CONFIG_MFD_SM501 is not set
R
Ralf Baechle 已提交
476 477 478 479 480

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
481 482
# CONFIG_DVB_CORE is not set
# CONFIG_DAB is not set
R
Ralf Baechle 已提交
483 484 485 486

#
# Graphics support
#
487 488
# CONFIG_VGASTATE is not set
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
R
Ralf Baechle 已提交
489
# CONFIG_FB is not set
490
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
R
Ralf Baechle 已提交
491 492

#
493
# Display device support
R
Ralf Baechle 已提交
494
#
495
# CONFIG_DISPLAY_SUPPORT is not set
R
Ralf Baechle 已提交
496

R
Ralf Baechle 已提交
497
#
498
# Sound
R
Ralf Baechle 已提交
499
#
500 501
# CONFIG_SOUND is not set
# CONFIG_USB_SUPPORT is not set
R
Ralf Baechle 已提交
502
# CONFIG_MMC is not set
R
Ralf Baechle 已提交
503
# CONFIG_NEW_LEDS is not set
504
CONFIG_RTC_LIB=y
R
Ralf Baechle 已提交
505
# CONFIG_RTC_CLASS is not set
R
Ralf Baechle 已提交
506

507
#
508
# Userspace I/O
R
Ralf Baechle 已提交
509
#
510
# CONFIG_UIO is not set
R
Ralf Baechle 已提交
511

R
Ralf Baechle 已提交
512 513 514
#
# File systems
#
515
# CONFIG_EXT2_FS is not set
R
Ralf Baechle 已提交
516
# CONFIG_EXT3_FS is not set
R
Ralf Baechle 已提交
517
# CONFIG_EXT4DEV_FS is not set
R
Ralf Baechle 已提交
518 519 520 521
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
# CONFIG_XFS_FS is not set
R
Ralf Baechle 已提交
522
# CONFIG_GFS2_FS is not set
523
# CONFIG_OCFS2_FS is not set
R
Ralf Baechle 已提交
524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550
# CONFIG_MINIX_FS is not set
CONFIG_ROMFS_FS=y
# CONFIG_INOTIFY is not set
# CONFIG_QUOTA is not set
# CONFIG_DNOTIFY is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set

#
# 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
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
R
Ralf Baechle 已提交
551
CONFIG_PROC_SYSCTL=y
552 553 554
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
R
Ralf Baechle 已提交
555
# CONFIG_HUGETLB_PAGE is not set
556
# CONFIG_CONFIGFS_FS is not set
R
Ralf Baechle 已提交
557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_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
574
CONFIG_NETWORK_FILESYSTEMS=y
R
Ralf Baechle 已提交
575 576 577 578 579 580 581 582 583 584 585
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_NFSD is not set
CONFIG_ROOT_NFS=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
586
# CONFIG_SUNRPC_BIND34 is not set
R
Ralf Baechle 已提交
587 588 589 590 591 592 593 594 595 596 597 598 599 600
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_NLS is not set
601
# CONFIG_DLM is not set
R
Ralf Baechle 已提交
602

R
Ralf Baechle 已提交
603 604 605 606 607 608 609 610
#
# Profiling support
#
# CONFIG_PROFILING is not set

#
# Kernel hacking
#
A
Atsushi Nemoto 已提交
611
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
R
Ralf Baechle 已提交
612
# CONFIG_PRINTK_TIME is not set
R
Ralf Baechle 已提交
613
CONFIG_ENABLE_MUST_CHECK=y
R
Ralf Baechle 已提交
614
# CONFIG_MAGIC_SYSRQ is not set
615
# CONFIG_UNUSED_SYMBOLS is not set
616
# CONFIG_DEBUG_FS is not set
R
Ralf Baechle 已提交
617
# CONFIG_HEADERS_CHECK is not set
R
Ralf Baechle 已提交
618
CONFIG_DEBUG_KERNEL=y
R
Ralf Baechle 已提交
619
# CONFIG_DEBUG_SHIRQ is not set
R
Ralf Baechle 已提交
620
# CONFIG_DETECT_SOFTLOCKUP is not set
621
# CONFIG_SCHED_DEBUG is not set
R
Ralf Baechle 已提交
622
# CONFIG_SCHEDSTATS is not set
R
Ralf Baechle 已提交
623
# CONFIG_TIMER_STATS is not set
R
Ralf Baechle 已提交
624
# CONFIG_DEBUG_SLAB is not set
625 626
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
R
Ralf Baechle 已提交
627
# CONFIG_DEBUG_SPINLOCK is not set
628
# CONFIG_DEBUG_MUTEXES is not set
R
Ralf Baechle 已提交
629 630
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
631
# CONFIG_LOCK_STAT is not set
R
Ralf Baechle 已提交
632
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
633
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
R
Ralf Baechle 已提交
634 635
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_INFO=y
R
Ralf Baechle 已提交
636
# CONFIG_DEBUG_VM is not set
R
Ralf Baechle 已提交
637
# CONFIG_DEBUG_LIST is not set
R
Ralf Baechle 已提交
638
CONFIG_FORCED_INLINING=y
639
# CONFIG_BOOT_PRINTK_DELAY is not set
R
Ralf Baechle 已提交
640
# CONFIG_RCU_TORTURE_TEST is not set
641
# CONFIG_FAULT_INJECTION is not set
R
Ralf Baechle 已提交
642 643 644 645 646 647 648 649 650 651
CONFIG_CROSSCOMPILE=y
CONFIG_CMDLINE="nfsroot=192.168.192.169:/u1/mipsel,timeo=20 ip=dhcp"
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_RUNTIME_DEBUG is not set
# CONFIG_MIPS_UNCACHED is not set

#
# Security options
#
# CONFIG_KEYS is not set
652 653 654
# CONFIG_SECURITY is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
# CONFIG_CRYPTO is not set
R
Ralf Baechle 已提交
655 656 657 658 659

#
# Library routines
#
# CONFIG_CRC_CCITT is not set
660 661 662 663
# CONFIG_CRC16 is not set
# CONFIG_CRC_ITU_T is not set
# CONFIG_CRC32 is not set
# CONFIG_CRC7 is not set
R
Ralf Baechle 已提交
664
# CONFIG_LIBCRC32C is not set
665
CONFIG_PLIST=y
R
Ralf Baechle 已提交
666 667
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
668
CONFIG_HAS_DMA=y