blob: ac39ab7feeb78d774ebd7154671927e9813e4785 [file] [log] [blame]
Ralf Baechle09af7b42005-10-29 19:32:54 +01001#
2# Automatically generated make config: don't edit
Ralf Baechle80b42592005-12-01 11:05:19 +00003# Linux kernel version: 2.6.15-rc2
4# Thu Nov 24 01:06:37 2005
Ralf Baechle09af7b42005-10-29 19:32:54 +01005#
6CONFIG_MIPS=y
7
8#
Ralf Baechle09af7b42005-10-29 19:32:54 +01009# Machine selection
10#
11# CONFIG_MIPS_MTX1 is not set
12# CONFIG_MIPS_BOSPORUS is not set
13# CONFIG_MIPS_PB1000 is not set
14# CONFIG_MIPS_PB1100 is not set
15# CONFIG_MIPS_PB1500 is not set
16# CONFIG_MIPS_PB1550 is not set
17# CONFIG_MIPS_PB1200 is not set
18# CONFIG_MIPS_DB1000 is not set
19# CONFIG_MIPS_DB1100 is not set
20# CONFIG_MIPS_DB1500 is not set
21# CONFIG_MIPS_DB1550 is not set
22# CONFIG_MIPS_DB1200 is not set
23# CONFIG_MIPS_MIRAGE is not set
24# CONFIG_MIPS_COBALT is not set
25# CONFIG_MACH_DECSTATION is not set
26# CONFIG_MIPS_EV64120 is not set
27# CONFIG_MIPS_EV96100 is not set
28# CONFIG_MIPS_IVR is not set
29# CONFIG_MIPS_ITE8172 is not set
30# CONFIG_MACH_JAZZ is not set
31# CONFIG_LASAT is not set
32# CONFIG_MIPS_ATLAS is not set
33# CONFIG_MIPS_MALTA is not set
34# CONFIG_MIPS_SEAD is not set
35CONFIG_MIPS_SIM=y
36# CONFIG_MOMENCO_JAGUAR_ATX is not set
37# CONFIG_MOMENCO_OCELOT is not set
38# CONFIG_MOMENCO_OCELOT_3 is not set
39# CONFIG_MOMENCO_OCELOT_C is not set
40# CONFIG_MOMENCO_OCELOT_G is not set
41# CONFIG_MIPS_XXS1500 is not set
42# CONFIG_PNX8550_V2PCI is not set
43# CONFIG_PNX8550_JBS is not set
44# CONFIG_DDB5074 is not set
45# CONFIG_DDB5476 is not set
46# CONFIG_DDB5477 is not set
47# CONFIG_MACH_VR41XX is not set
48# CONFIG_PMC_YOSEMITE is not set
49# CONFIG_QEMU is not set
50# CONFIG_SGI_IP22 is not set
51# CONFIG_SGI_IP27 is not set
52# CONFIG_SGI_IP32 is not set
53# CONFIG_SIBYTE_BIGSUR is not set
54# CONFIG_SIBYTE_SWARM is not set
55# CONFIG_SIBYTE_SENTOSA is not set
56# CONFIG_SIBYTE_RHONE is not set
57# CONFIG_SIBYTE_CARMEL is not set
58# CONFIG_SIBYTE_PTSWARM is not set
59# CONFIG_SIBYTE_LITTLESUR is not set
60# CONFIG_SIBYTE_CRHINE is not set
61# CONFIG_SIBYTE_CRHONE is not set
62# CONFIG_SNI_RM200_PCI is not set
63# CONFIG_TOSHIBA_JMR3927 is not set
64# CONFIG_TOSHIBA_RBTX4927 is not set
65# CONFIG_TOSHIBA_RBTX4938 is not set
66CONFIG_RWSEM_GENERIC_SPINLOCK=y
67CONFIG_GENERIC_CALIBRATE_DELAY=y
68CONFIG_DMA_NONCOHERENT=y
69CONFIG_DMA_NEED_PCI_MAP_STATE=y
70# CONFIG_CPU_BIG_ENDIAN is not set
71CONFIG_CPU_LITTLE_ENDIAN=y
72CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y
73CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
74CONFIG_IRQ_CPU=y
75CONFIG_MIPS_L1_CACHE_SHIFT=5
76
77#
78# CPU selection
79#
80CONFIG_CPU_MIPS32_R1=y
81# CONFIG_CPU_MIPS32_R2 is not set
82# CONFIG_CPU_MIPS64_R1 is not set
83# CONFIG_CPU_MIPS64_R2 is not set
84# CONFIG_CPU_R3000 is not set
85# CONFIG_CPU_TX39XX is not set
86# CONFIG_CPU_VR41XX is not set
87# CONFIG_CPU_R4300 is not set
88# CONFIG_CPU_R4X00 is not set
89# CONFIG_CPU_TX49XX is not set
90# CONFIG_CPU_R5000 is not set
91# CONFIG_CPU_R5432 is not set
92# CONFIG_CPU_R6000 is not set
93# CONFIG_CPU_NEVADA is not set
94# CONFIG_CPU_R8000 is not set
95# CONFIG_CPU_R10000 is not set
96# CONFIG_CPU_RM7000 is not set
97# CONFIG_CPU_RM9000 is not set
98# CONFIG_CPU_SB1 is not set
99CONFIG_SYS_HAS_CPU_MIPS32_R1=y
100CONFIG_SYS_HAS_CPU_MIPS32_R2=y
101CONFIG_CPU_MIPS32=y
102CONFIG_CPU_MIPSR1=y
103CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y
104CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y
105
106#
107# Kernel type
108#
109CONFIG_32BIT=y
110# CONFIG_64BIT is not set
111CONFIG_PAGE_SIZE_4KB=y
112# CONFIG_PAGE_SIZE_8KB is not set
113# CONFIG_PAGE_SIZE_16KB is not set
114# CONFIG_PAGE_SIZE_64KB is not set
115CONFIG_CPU_HAS_PREFETCH=y
116CONFIG_MIPS_MT=y
117# CONFIG_MIPS_MT_SMP is not set
118CONFIG_MIPS_VPE_LOADER=y
119CONFIG_MIPS_VPE_LOADER_TOM=y
120CONFIG_MIPS_VPE_APSP_API=y
121# CONFIG_64BIT_PHYS_ADDR is not set
122# CONFIG_CPU_ADVANCED is not set
123CONFIG_CPU_HAS_LLSC=y
124CONFIG_CPU_HAS_SYNC=y
125CONFIG_GENERIC_HARDIRQS=y
126CONFIG_GENERIC_IRQ_PROBE=y
127CONFIG_ARCH_FLATMEM_ENABLE=y
128CONFIG_SELECT_MEMORY_MODEL=y
129CONFIG_FLATMEM_MANUAL=y
130# CONFIG_DISCONTIGMEM_MANUAL is not set
131# CONFIG_SPARSEMEM_MANUAL is not set
132CONFIG_FLATMEM=y
133CONFIG_FLAT_NODE_MEM_MAP=y
134# CONFIG_SPARSEMEM_STATIC is not set
Ralf Baechleaec8b752005-11-17 16:23:58 +0000135CONFIG_SPLIT_PTLOCK_CPUS=4
Ralf Baechle09af7b42005-10-29 19:32:54 +0100136CONFIG_PREEMPT_NONE=y
137# CONFIG_PREEMPT_VOLUNTARY is not set
138# CONFIG_PREEMPT is not set
139
140#
Ralf Baechle80b42592005-12-01 11:05:19 +0000141# Code maturity level options
142#
143CONFIG_EXPERIMENTAL=y
144CONFIG_CLEAN_COMPILE=y
145CONFIG_BROKEN_ON_SMP=y
146CONFIG_INIT_ENV_ARG_LIMIT=32
147
148#
149# General setup
150#
151CONFIG_LOCALVERSION=""
152CONFIG_LOCALVERSION_AUTO=y
153CONFIG_SWAP=y
154CONFIG_SYSVIPC=y
155# CONFIG_POSIX_MQUEUE is not set
156# CONFIG_BSD_PROCESS_ACCT is not set
157CONFIG_SYSCTL=y
158# CONFIG_AUDIT is not set
159CONFIG_HOTPLUG=y
160CONFIG_KOBJECT_UEVENT=y
161# CONFIG_IKCONFIG is not set
162CONFIG_INITRAMFS_SOURCE=""
163CONFIG_EMBEDDED=y
164CONFIG_KALLSYMS=y
165# CONFIG_KALLSYMS_ALL is not set
166# CONFIG_KALLSYMS_EXTRA_PASS is not set
167CONFIG_PRINTK=y
168CONFIG_BUG=y
169CONFIG_BASE_FULL=y
170CONFIG_FUTEX=y
171CONFIG_EPOLL=y
172# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
173CONFIG_SHMEM=y
174CONFIG_CC_ALIGN_FUNCTIONS=0
175CONFIG_CC_ALIGN_LABELS=0
176CONFIG_CC_ALIGN_LOOPS=0
177CONFIG_CC_ALIGN_JUMPS=0
178# CONFIG_TINY_SHMEM is not set
179CONFIG_BASE_SMALL=0
180
181#
182# Loadable module support
183#
184CONFIG_MODULES=y
185CONFIG_MODULE_UNLOAD=y
186# CONFIG_MODULE_FORCE_UNLOAD is not set
187CONFIG_OBSOLETE_MODPARM=y
188CONFIG_MODVERSIONS=y
189CONFIG_MODULE_SRCVERSION_ALL=y
190CONFIG_KMOD=y
191
192#
193# Block layer
194#
195# CONFIG_LBD is not set
196
197#
198# IO Schedulers
199#
200CONFIG_IOSCHED_NOOP=y
201CONFIG_IOSCHED_AS=y
202CONFIG_IOSCHED_DEADLINE=y
203CONFIG_IOSCHED_CFQ=y
204CONFIG_DEFAULT_AS=y
205# CONFIG_DEFAULT_DEADLINE is not set
206# CONFIG_DEFAULT_CFQ is not set
207# CONFIG_DEFAULT_NOOP is not set
208CONFIG_DEFAULT_IOSCHED="anticipatory"
209
210#
Ralf Baechle09af7b42005-10-29 19:32:54 +0100211# Bus options (PCI, PCMCIA, EISA, ISA, TC)
212#
213CONFIG_MMU=y
214
215#
216# PCCARD (PCMCIA/CardBus) support
217#
218# CONFIG_PCCARD is not set
219
220#
221# PCI Hotplug Support
222#
223
224#
225# Executable file formats
226#
227CONFIG_BINFMT_ELF=y
228# CONFIG_BINFMT_MISC is not set
229CONFIG_TRAD_SIGNALS=y
230
231#
232# Networking
233#
234CONFIG_NET=y
235
236#
237# Networking options
238#
239CONFIG_PACKET=y
240CONFIG_PACKET_MMAP=y
241CONFIG_UNIX=y
242CONFIG_XFRM=y
243# CONFIG_XFRM_USER is not set
244CONFIG_NET_KEY=y
245CONFIG_INET=y
246CONFIG_IP_MULTICAST=y
247CONFIG_IP_ADVANCED_ROUTER=y
248CONFIG_ASK_IP_FIB_HASH=y
249# CONFIG_IP_FIB_TRIE is not set
250CONFIG_IP_FIB_HASH=y
251CONFIG_IP_MULTIPLE_TABLES=y
252CONFIG_IP_ROUTE_MULTIPATH=y
253# CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set
254CONFIG_IP_ROUTE_VERBOSE=y
255CONFIG_IP_PNP=y
256CONFIG_IP_PNP_DHCP=y
257CONFIG_IP_PNP_BOOTP=y
258# CONFIG_IP_PNP_RARP is not set
259# CONFIG_NET_IPIP is not set
260# CONFIG_NET_IPGRE is not set
261CONFIG_IP_MROUTE=y
262CONFIG_IP_PIMSM_V1=y
263CONFIG_IP_PIMSM_V2=y
264# CONFIG_ARPD is not set
265CONFIG_SYN_COOKIES=y
266# CONFIG_INET_AH is not set
267# CONFIG_INET_ESP is not set
268# CONFIG_INET_IPCOMP is not set
269# CONFIG_INET_TUNNEL is not set
270CONFIG_INET_DIAG=y
271CONFIG_INET_TCP_DIAG=y
272# CONFIG_TCP_CONG_ADVANCED is not set
273CONFIG_TCP_CONG_BIC=y
274# CONFIG_IPV6 is not set
275# CONFIG_NETFILTER is not set
276
277#
278# DCCP Configuration (EXPERIMENTAL)
279#
280# CONFIG_IP_DCCP is not set
281
282#
283# SCTP Configuration (EXPERIMENTAL)
284#
285CONFIG_IP_SCTP=m
286# CONFIG_SCTP_DBG_MSG is not set
287# CONFIG_SCTP_DBG_OBJCNT is not set
288# CONFIG_SCTP_HMAC_NONE is not set
289# CONFIG_SCTP_HMAC_SHA1 is not set
290CONFIG_SCTP_HMAC_MD5=y
291# CONFIG_ATM is not set
292# CONFIG_BRIDGE is not set
293# CONFIG_VLAN_8021Q is not set
294# CONFIG_DECNET is not set
295# CONFIG_LLC2 is not set
296# CONFIG_IPX is not set
297# CONFIG_ATALK is not set
298# CONFIG_X25 is not set
299# CONFIG_LAPB is not set
300CONFIG_NET_DIVERT=y
301# CONFIG_ECONET is not set
302# CONFIG_WAN_ROUTER is not set
Ralf Baechleaec8b752005-11-17 16:23:58 +0000303
304#
305# QoS and/or fair queueing
306#
Ralf Baechle09af7b42005-10-29 19:32:54 +0100307CONFIG_NET_SCHED=y
308CONFIG_NET_SCH_CLK_JIFFIES=y
309# CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set
310# CONFIG_NET_SCH_CLK_CPU is not set
Ralf Baechleaec8b752005-11-17 16:23:58 +0000311
312#
313# Queueing/Scheduling
314#
Ralf Baechle09af7b42005-10-29 19:32:54 +0100315CONFIG_NET_SCH_CBQ=m
316CONFIG_NET_SCH_HTB=m
317CONFIG_NET_SCH_HFSC=m
318CONFIG_NET_SCH_PRIO=m
319CONFIG_NET_SCH_RED=m
320CONFIG_NET_SCH_SFQ=m
321CONFIG_NET_SCH_TEQL=m
322CONFIG_NET_SCH_TBF=m
323CONFIG_NET_SCH_GRED=m
324CONFIG_NET_SCH_DSMARK=m
325CONFIG_NET_SCH_NETEM=m
326CONFIG_NET_SCH_INGRESS=m
Ralf Baechleaec8b752005-11-17 16:23:58 +0000327
328#
329# Classification
330#
Ralf Baechle09af7b42005-10-29 19:32:54 +0100331CONFIG_NET_CLS=y
332CONFIG_NET_CLS_BASIC=m
333CONFIG_NET_CLS_TCINDEX=m
334CONFIG_NET_CLS_ROUTE4=m
335CONFIG_NET_CLS_ROUTE=y
336# CONFIG_NET_CLS_FW is not set
337# CONFIG_NET_CLS_U32 is not set
338# CONFIG_NET_CLS_RSVP is not set
339# CONFIG_NET_CLS_RSVP6 is not set
340# CONFIG_NET_EMATCH is not set
341# CONFIG_NET_CLS_ACT is not set
342# CONFIG_NET_CLS_POLICE is not set
Ralf Baechleaec8b752005-11-17 16:23:58 +0000343CONFIG_NET_ESTIMATOR=y
Ralf Baechle09af7b42005-10-29 19:32:54 +0100344
345#
346# Network testing
347#
348# CONFIG_NET_PKTGEN is not set
349# CONFIG_HAMRADIO is not set
350# CONFIG_IRDA is not set
351# CONFIG_BT is not set
352# CONFIG_IEEE80211 is not set
353
354#
355# Device Drivers
356#
357
358#
359# Generic Driver Options
360#
361# CONFIG_STANDALONE is not set
362# CONFIG_PREVENT_FIRMWARE_BUILD is not set
363# CONFIG_FW_LOADER is not set
364# CONFIG_DEBUG_DRIVER is not set
365
366#
367# Connector - unified userspace <-> kernelspace linker
368#
369# CONFIG_CONNECTOR is not set
370
371#
372# Memory Technology Devices (MTD)
373#
374# CONFIG_MTD is not set
375
376#
377# Parallel port support
378#
379# CONFIG_PARPORT is not set
380
381#
382# Plug and Play support
383#
384
385#
386# Block devices
387#
388# CONFIG_BLK_DEV_COW_COMMON is not set
389CONFIG_BLK_DEV_LOOP=y
390# CONFIG_BLK_DEV_CRYPTOLOOP is not set
391CONFIG_BLK_DEV_NBD=y
392# CONFIG_BLK_DEV_RAM is not set
393CONFIG_BLK_DEV_RAM_COUNT=16
Ralf Baechle09af7b42005-10-29 19:32:54 +0100394# CONFIG_CDROM_PKTCDVD is not set
Ralf Baechle09af7b42005-10-29 19:32:54 +0100395# CONFIG_ATA_OVER_ETH is not set
396
397#
398# ATA/ATAPI/MFM/RLL support
399#
400# CONFIG_IDE is not set
401
402#
403# SCSI device support
404#
405# CONFIG_RAID_ATTRS is not set
406# CONFIG_SCSI is not set
407
408#
409# Multi-device support (RAID and LVM)
410#
411# CONFIG_MD is not set
412
413#
414# Fusion MPT device support
415#
416# CONFIG_FUSION is not set
417
418#
419# IEEE 1394 (FireWire) support
420#
421
422#
423# I2O device support
424#
425
426#
427# Network device support
428#
429CONFIG_NETDEVICES=y
430# CONFIG_DUMMY is not set
431# CONFIG_BONDING is not set
432# CONFIG_EQUALIZER is not set
433# CONFIG_TUN is not set
434
435#
436# PHY device support
437#
438
439#
440# Ethernet (10 or 100Mbit)
441#
442# CONFIG_NET_ETHERNET is not set
443# CONFIG_MIPS_SIM_NET is not set
444
445#
446# Ethernet (1000 Mbit)
447#
448
449#
450# Ethernet (10000 Mbit)
451#
452
453#
454# Token Ring devices
455#
456
457#
458# Wireless LAN (non-hamradio)
459#
460# CONFIG_NET_RADIO is not set
461
462#
463# Wan interfaces
464#
465# CONFIG_WAN is not set
466# CONFIG_PPP is not set
467# CONFIG_SLIP is not set
468# CONFIG_SHAPER is not set
469# CONFIG_NETCONSOLE is not set
470# CONFIG_NETPOLL is not set
471# CONFIG_NET_POLL_CONTROLLER is not set
472
473#
474# ISDN subsystem
475#
476# CONFIG_ISDN is not set
477
478#
479# Telephony Support
480#
481# CONFIG_PHONE is not set
482
483#
484# Input device support
485#
486CONFIG_INPUT=y
487
488#
489# Userland interfaces
490#
491# CONFIG_INPUT_MOUSEDEV is not set
492# CONFIG_INPUT_JOYDEV is not set
493# CONFIG_INPUT_TSDEV is not set
494# CONFIG_INPUT_EVDEV is not set
495# CONFIG_INPUT_EVBUG is not set
496
497#
498# Input Device Drivers
499#
500# CONFIG_INPUT_KEYBOARD is not set
501# CONFIG_INPUT_MOUSE is not set
502# CONFIG_INPUT_JOYSTICK is not set
503# CONFIG_INPUT_TOUCHSCREEN is not set
504# CONFIG_INPUT_MISC is not set
505
506#
507# Hardware I/O ports
508#
509CONFIG_SERIO=y
510# CONFIG_SERIO_I8042 is not set
511CONFIG_SERIO_SERPORT=y
512# CONFIG_SERIO_LIBPS2 is not set
513# CONFIG_SERIO_RAW is not set
514# CONFIG_GAMEPORT is not set
515
516#
517# Character devices
518#
519# CONFIG_VT is not set
520# CONFIG_SERIAL_NONSTANDARD is not set
521
522#
523# Serial drivers
524#
525CONFIG_SERIAL_8250=y
526CONFIG_SERIAL_8250_CONSOLE=y
527CONFIG_SERIAL_8250_NR_UARTS=1
528# CONFIG_SERIAL_8250_EXTENDED is not set
529
530#
531# Non-8250 serial port support
532#
533CONFIG_SERIAL_CORE=y
534CONFIG_SERIAL_CORE_CONSOLE=y
535CONFIG_UNIX98_PTYS=y
536CONFIG_LEGACY_PTYS=y
537CONFIG_LEGACY_PTY_COUNT=256
538
539#
540# IPMI
541#
542# CONFIG_IPMI_HANDLER is not set
543
544#
545# Watchdog Cards
546#
547# CONFIG_WATCHDOG is not set
548# CONFIG_RTC is not set
549# CONFIG_GEN_RTC is not set
550# CONFIG_DTLK is not set
551# CONFIG_R3964 is not set
552
553#
554# Ftape, the floppy tape device driver
555#
556# CONFIG_RAW_DRIVER is not set
557
558#
559# TPM devices
560#
Ralf Baechle80b42592005-12-01 11:05:19 +0000561# CONFIG_TCG_TPM is not set
Ralf Baechleaec8b752005-11-17 16:23:58 +0000562# CONFIG_TELCLOCK is not set
Ralf Baechle09af7b42005-10-29 19:32:54 +0100563
564#
565# I2C support
566#
567# CONFIG_I2C is not set
568
569#
570# Dallas's 1-wire bus
571#
572# CONFIG_W1 is not set
573
574#
575# Hardware Monitoring support
576#
577# CONFIG_HWMON is not set
578# CONFIG_HWMON_VID is not set
579
580#
581# Misc devices
582#
583
584#
585# Multimedia Capabilities Port drivers
586#
587
588#
589# Multimedia devices
590#
591# CONFIG_VIDEO_DEV is not set
592
593#
594# Digital Video Broadcasting Devices
595#
596# CONFIG_DVB is not set
597
598#
599# Graphics support
600#
601# CONFIG_FB is not set
602
603#
604# Sound
605#
606# CONFIG_SOUND is not set
607
608#
609# USB support
610#
611# CONFIG_USB_ARCH_HAS_HCD is not set
612# CONFIG_USB_ARCH_HAS_OHCI is not set
613
614#
Ralf Baechleaec8b752005-11-17 16:23:58 +0000615# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
616#
617
618#
Ralf Baechle09af7b42005-10-29 19:32:54 +0100619# USB Gadget Support
620#
621# CONFIG_USB_GADGET is not set
622
623#
624# MMC/SD Card support
625#
626# CONFIG_MMC is not set
627
628#
629# InfiniBand support
630#
631
632#
633# SN Devices
634#
635
636#
637# File systems
638#
639CONFIG_EXT2_FS=y
640# CONFIG_EXT2_FS_XATTR is not set
641# CONFIG_EXT2_FS_XIP is not set
642# CONFIG_EXT3_FS is not set
643# CONFIG_JBD is not set
644# CONFIG_REISERFS_FS is not set
645# CONFIG_JFS_FS is not set
646# CONFIG_FS_POSIX_ACL is not set
647# CONFIG_XFS_FS is not set
648# CONFIG_MINIX_FS is not set
649CONFIG_ROMFS_FS=y
650# CONFIG_INOTIFY is not set
651# CONFIG_QUOTA is not set
652# CONFIG_DNOTIFY is not set
653# CONFIG_AUTOFS_FS is not set
654# CONFIG_AUTOFS4_FS is not set
655# CONFIG_FUSE_FS is not set
656
657#
658# CD-ROM/DVD Filesystems
659#
660# CONFIG_ISO9660_FS is not set
661# CONFIG_UDF_FS is not set
662
663#
664# DOS/FAT/NT Filesystems
665#
666# CONFIG_MSDOS_FS is not set
667# CONFIG_VFAT_FS is not set
668# CONFIG_NTFS_FS is not set
669
670#
671# Pseudo filesystems
672#
673CONFIG_PROC_FS=y
674# CONFIG_PROC_KCORE is not set
675# CONFIG_SYSFS is not set
676# CONFIG_TMPFS is not set
677# CONFIG_HUGETLB_PAGE is not set
678CONFIG_RAMFS=y
679# CONFIG_RELAYFS_FS is not set
680
681#
682# Miscellaneous filesystems
683#
684# CONFIG_ADFS_FS is not set
685# CONFIG_AFFS_FS is not set
686# CONFIG_HFS_FS is not set
687# CONFIG_HFSPLUS_FS is not set
688# CONFIG_BEFS_FS is not set
689# CONFIG_BFS_FS is not set
690# CONFIG_EFS_FS is not set
691# CONFIG_CRAMFS is not set
692# CONFIG_VXFS_FS is not set
693# CONFIG_HPFS_FS is not set
694# CONFIG_QNX4FS_FS is not set
695# CONFIG_SYSV_FS is not set
696# CONFIG_UFS_FS is not set
697
698#
699# Network File Systems
700#
701CONFIG_NFS_FS=y
702CONFIG_NFS_V3=y
703# CONFIG_NFS_V3_ACL is not set
704# CONFIG_NFS_V4 is not set
705# CONFIG_NFS_DIRECTIO is not set
706# CONFIG_NFSD is not set
707CONFIG_ROOT_NFS=y
708CONFIG_LOCKD=y
709CONFIG_LOCKD_V4=y
710CONFIG_NFS_COMMON=y
711CONFIG_SUNRPC=y
712# CONFIG_RPCSEC_GSS_KRB5 is not set
713# CONFIG_RPCSEC_GSS_SPKM3 is not set
714# CONFIG_SMB_FS is not set
715# CONFIG_CIFS is not set
716# CONFIG_NCP_FS is not set
717# CONFIG_CODA_FS is not set
718# CONFIG_AFS_FS is not set
719# CONFIG_9P_FS is not set
720
721#
722# Partition Types
723#
724# CONFIG_PARTITION_ADVANCED is not set
725CONFIG_MSDOS_PARTITION=y
726
727#
728# Native Language Support
729#
730# CONFIG_NLS is not set
731
732#
733# Profiling support
734#
735# CONFIG_PROFILING is not set
736
737#
738# Kernel hacking
739#
740# CONFIG_PRINTK_TIME is not set
741CONFIG_DEBUG_KERNEL=y
742# CONFIG_MAGIC_SYSRQ is not set
743CONFIG_LOG_BUF_SHIFT=14
744# CONFIG_DETECT_SOFTLOCKUP is not set
745# CONFIG_SCHEDSTATS is not set
746# CONFIG_DEBUG_SLAB is not set
747# CONFIG_DEBUG_SPINLOCK is not set
748# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
749# CONFIG_DEBUG_KOBJECT is not set
750CONFIG_DEBUG_INFO=y
Ralf Baechleaec8b752005-11-17 16:23:58 +0000751# CONFIG_DEBUG_VM is not set
752# CONFIG_RCU_TORTURE_TEST is not set
Ralf Baechle09af7b42005-10-29 19:32:54 +0100753CONFIG_CROSSCOMPILE=y
754CONFIG_CMDLINE="nfsroot=192.168.192.169:/u1/mipsel,timeo=20 ip=dhcp"
755# CONFIG_DEBUG_STACK_USAGE is not set
756# CONFIG_KGDB is not set
757# CONFIG_RUNTIME_DEBUG is not set
758# CONFIG_MIPS_UNCACHED is not set
759
760#
761# Security options
762#
763# CONFIG_KEYS is not set
764
765#
766# Cryptographic options
767#
768CONFIG_CRYPTO=y
769CONFIG_CRYPTO_HMAC=y
770# CONFIG_CRYPTO_NULL is not set
771# CONFIG_CRYPTO_MD4 is not set
772CONFIG_CRYPTO_MD5=y
773# CONFIG_CRYPTO_SHA1 is not set
774# CONFIG_CRYPTO_SHA256 is not set
775# CONFIG_CRYPTO_SHA512 is not set
776# CONFIG_CRYPTO_WP512 is not set
777# CONFIG_CRYPTO_TGR192 is not set
778# CONFIG_CRYPTO_DES is not set
779# CONFIG_CRYPTO_BLOWFISH is not set
780# CONFIG_CRYPTO_TWOFISH is not set
781# CONFIG_CRYPTO_SERPENT is not set
782# CONFIG_CRYPTO_AES is not set
783# CONFIG_CRYPTO_CAST5 is not set
784# CONFIG_CRYPTO_CAST6 is not set
785# CONFIG_CRYPTO_TEA is not set
786# CONFIG_CRYPTO_ARC4 is not set
787# CONFIG_CRYPTO_KHAZAD is not set
788# CONFIG_CRYPTO_ANUBIS is not set
789# CONFIG_CRYPTO_DEFLATE is not set
790# CONFIG_CRYPTO_MICHAEL_MIC is not set
791# CONFIG_CRYPTO_CRC32C is not set
792# CONFIG_CRYPTO_TEST is not set
793
794#
795# Hardware crypto devices
796#
797
798#
799# Library routines
800#
801# CONFIG_CRC_CCITT is not set
802CONFIG_CRC16=y
803CONFIG_CRC32=y
804# CONFIG_LIBCRC32C is not set