blob: 821865f7560515bc2d5b0a91f0410bcb71351234 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Automatically generated make config: don't edit
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +01003# Linux kernel version: 2.6.12-rc6-git3
4# Thu Jun 9 19:00:50 2005
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#
6CONFIG_ARM=y
7CONFIG_MMU=y
8CONFIG_UID16=y
9CONFIG_RWSEM_GENERIC_SPINLOCK=y
10CONFIG_GENERIC_CALIBRATE_DELAY=y
11CONFIG_GENERIC_IOMAP=y
12
13#
14# Code maturity level options
15#
16CONFIG_EXPERIMENTAL=y
17CONFIG_CLEAN_COMPILE=y
18CONFIG_BROKEN_ON_SMP=y
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +010019CONFIG_INIT_ENV_ARG_LIMIT=32
Linus Torvalds1da177e2005-04-16 15:20:36 -070020
21#
22# General setup
23#
24CONFIG_LOCALVERSION=""
25CONFIG_SWAP=y
26# CONFIG_SYSVIPC is not set
27# CONFIG_POSIX_MQUEUE is not set
28# CONFIG_BSD_PROCESS_ACCT is not set
29CONFIG_SYSCTL=y
30# CONFIG_AUDIT is not set
31CONFIG_HOTPLUG=y
32CONFIG_KOBJECT_UEVENT=y
33# CONFIG_IKCONFIG is not set
34CONFIG_EMBEDDED=y
35CONFIG_KALLSYMS=y
36# CONFIG_KALLSYMS_ALL is not set
37# CONFIG_KALLSYMS_EXTRA_PASS is not set
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +010038CONFIG_PRINTK=y
39CONFIG_BUG=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070040CONFIG_BASE_FULL=y
41CONFIG_FUTEX=y
42CONFIG_EPOLL=y
43CONFIG_CC_OPTIMIZE_FOR_SIZE=y
44CONFIG_SHMEM=y
45CONFIG_CC_ALIGN_FUNCTIONS=0
46CONFIG_CC_ALIGN_LABELS=0
47CONFIG_CC_ALIGN_LOOPS=0
48CONFIG_CC_ALIGN_JUMPS=0
49# CONFIG_TINY_SHMEM is not set
50CONFIG_BASE_SMALL=0
51
52#
53# Loadable module support
54#
55CONFIG_MODULES=y
56# CONFIG_MODULE_UNLOAD is not set
57CONFIG_OBSOLETE_MODPARM=y
58CONFIG_MODVERSIONS=y
59# CONFIG_MODULE_SRCVERSION_ALL is not set
60CONFIG_KMOD=y
61
62#
63# System Type
64#
65# CONFIG_ARCH_CLPS7500 is not set
66# CONFIG_ARCH_CLPS711X is not set
67# CONFIG_ARCH_CO285 is not set
68# CONFIG_ARCH_EBSA110 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -070069# CONFIG_ARCH_FOOTBRIDGE is not set
70# CONFIG_ARCH_INTEGRATOR is not set
71# CONFIG_ARCH_IOP3XX is not set
72# CONFIG_ARCH_IXP4XX is not set
73# CONFIG_ARCH_IXP2000 is not set
74# CONFIG_ARCH_L7200 is not set
75# CONFIG_ARCH_PXA is not set
76# CONFIG_ARCH_RPC is not set
77CONFIG_ARCH_SA1100=y
78# CONFIG_ARCH_S3C2410 is not set
79# CONFIG_ARCH_SHARK is not set
80# CONFIG_ARCH_LH7A40X is not set
81# CONFIG_ARCH_OMAP is not set
82# CONFIG_ARCH_VERSATILE is not set
83# CONFIG_ARCH_IMX is not set
84# CONFIG_ARCH_H720X is not set
85
86#
87# SA11x0 Implementations
88#
89# CONFIG_SA1100_ASSABET is not set
90# CONFIG_SA1100_CERF is not set
91# CONFIG_SA1100_COLLIE is not set
92# CONFIG_SA1100_H3100 is not set
93# CONFIG_SA1100_H3600 is not set
94# CONFIG_SA1100_H3800 is not set
95CONFIG_SA1100_BADGE4=y
96# CONFIG_SA1100_JORNADA720 is not set
97# CONFIG_SA1100_HACKKIT is not set
98# CONFIG_SA1100_LART is not set
99# CONFIG_SA1100_PLEB is not set
100# CONFIG_SA1100_SHANNON is not set
101# CONFIG_SA1100_SIMPAD is not set
102# CONFIG_SA1100_SSP is not set
103
104#
105# Processor Type
106#
107CONFIG_CPU_32=y
108CONFIG_CPU_SA1100=y
109CONFIG_CPU_32v4=y
110CONFIG_CPU_ABRT_EV4=y
111CONFIG_CPU_CACHE_V4WB=y
112CONFIG_CPU_CACHE_VIVT=y
113CONFIG_CPU_TLB_V4WB=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114
115#
116# Processor Features
117#
118CONFIG_SA1111=y
119CONFIG_DMABOUNCE=y
120CONFIG_FORCE_MAX_ZONEORDER=9
121
122#
123# Bus support
124#
125CONFIG_ISA=y
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +0100126CONFIG_ISA_DMA_API=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127
128#
129# PCCARD (PCMCIA/CardBus) support
130#
131# CONFIG_PCCARD is not set
132
133#
134# Kernel Features
135#
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +0100136# CONFIG_SMP is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137# CONFIG_PREEMPT is not set
138CONFIG_DISCONTIGMEM=y
139# CONFIG_LEDS is not set
140CONFIG_ALIGNMENT_TRAP=y
141
142#
143# Boot options
144#
145CONFIG_ZBOOT_ROM_TEXT=0x0
146CONFIG_ZBOOT_ROM_BSS=0x0
147CONFIG_CMDLINE="init=/linuxrc root=/dev/mtdblock3"
148# CONFIG_XIP_KERNEL is not set
149
150#
151# CPU Frequency scaling
152#
153CONFIG_CPU_FREQ=y
154CONFIG_CPU_FREQ_TABLE=y
155# CONFIG_CPU_FREQ_DEBUG is not set
156CONFIG_CPU_FREQ_STAT=y
157# CONFIG_CPU_FREQ_STAT_DETAILS is not set
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +0100158# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
159CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
161# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +0100162CONFIG_CPU_FREQ_GOV_USERSPACE=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +0100164# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
165CONFIG_CPU_FREQ_SA1100=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166
167#
168# Floating point emulation
169#
170
171#
172# At least one emulation must be selected
173#
174CONFIG_FPE_NWFPE=y
175# CONFIG_FPE_NWFPE_XP is not set
176# CONFIG_FPE_FASTFPE is not set
177
178#
179# Userspace binary formats
180#
181CONFIG_BINFMT_ELF=y
182CONFIG_BINFMT_AOUT=m
183CONFIG_BINFMT_MISC=m
184CONFIG_ARTHUR=m
185
186#
187# Power management options
188#
189# CONFIG_PM is not set
190
191#
192# Device Drivers
193#
194
195#
196# Generic Driver Options
197#
198CONFIG_STANDALONE=y
199CONFIG_PREVENT_FIRMWARE_BUILD=y
200# CONFIG_FW_LOADER is not set
201# CONFIG_DEBUG_DRIVER is not set
202
203#
204# Memory Technology Devices (MTD)
205#
206CONFIG_MTD=y
207CONFIG_MTD_DEBUG=y
208CONFIG_MTD_DEBUG_VERBOSE=0
209# CONFIG_MTD_CONCAT is not set
210CONFIG_MTD_PARTITIONS=y
211# CONFIG_MTD_REDBOOT_PARTS is not set
212# CONFIG_MTD_CMDLINE_PARTS is not set
213# CONFIG_MTD_AFS_PARTS is not set
214
215#
216# User Modules And Translation Layers
217#
218CONFIG_MTD_CHAR=y
219CONFIG_MTD_BLOCK=y
220# CONFIG_FTL is not set
221# CONFIG_NFTL is not set
222# CONFIG_INFTL is not set
223
224#
225# RAM/ROM/Flash chip drivers
226#
227CONFIG_MTD_CFI=y
228# CONFIG_MTD_JEDECPROBE is not set
229CONFIG_MTD_GEN_PROBE=y
230CONFIG_MTD_CFI_ADV_OPTIONS=y
231CONFIG_MTD_CFI_NOSWAP=y
232# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
233# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
234CONFIG_MTD_CFI_GEOMETRY=y
235CONFIG_MTD_MAP_BANK_WIDTH_1=y
236CONFIG_MTD_MAP_BANK_WIDTH_2=y
237CONFIG_MTD_MAP_BANK_WIDTH_4=y
238# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
239# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
240# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
241CONFIG_MTD_CFI_I1=y
242# CONFIG_MTD_CFI_I2 is not set
243# CONFIG_MTD_CFI_I4 is not set
244# CONFIG_MTD_CFI_I8 is not set
245CONFIG_MTD_CFI_INTELEXT=y
246# CONFIG_MTD_CFI_AMDSTD is not set
247# CONFIG_MTD_CFI_STAA is not set
248CONFIG_MTD_CFI_UTIL=y
249CONFIG_MTD_RAM=y
250# CONFIG_MTD_ROM is not set
251# CONFIG_MTD_ABSENT is not set
252# CONFIG_MTD_XIP is not set
253
254#
255# Mapping drivers for chip access
256#
257# CONFIG_MTD_COMPLEX_MAPPINGS is not set
258# CONFIG_MTD_PHYSMAP is not set
259# CONFIG_MTD_ARM_INTEGRATOR is not set
260CONFIG_MTD_SA1100=y
261# CONFIG_MTD_EDB7312 is not set
262
263#
264# Self-contained MTD device drivers
265#
266# CONFIG_MTD_SLRAM is not set
267# CONFIG_MTD_PHRAM is not set
268# CONFIG_MTD_MTDRAM is not set
269# CONFIG_MTD_BLKMTD is not set
270# CONFIG_MTD_BLOCK2MTD is not set
271
272#
273# Disk-On-Chip Device Drivers
274#
275# CONFIG_MTD_DOC2000 is not set
276# CONFIG_MTD_DOC2001 is not set
277# CONFIG_MTD_DOC2001PLUS is not set
278
279#
280# NAND Flash Device Drivers
281#
282# CONFIG_MTD_NAND is not set
283
284#
285# Parallel port support
286#
287CONFIG_PARPORT=m
288# CONFIG_PARPORT_PC is not set
289CONFIG_PARPORT_NOT_PC=y
290# CONFIG_PARPORT_ARC is not set
291# CONFIG_PARPORT_GSC is not set
292# CONFIG_PARPORT_1284 is not set
293
294#
295# Plug and Play support
296#
297# CONFIG_PNP is not set
298
299#
300# Block devices
301#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302# CONFIG_BLK_DEV_XD is not set
303# CONFIG_PARIDE is not set
304# CONFIG_BLK_DEV_COW_COMMON is not set
305CONFIG_BLK_DEV_LOOP=y
306# CONFIG_BLK_DEV_CRYPTOLOOP is not set
307CONFIG_BLK_DEV_NBD=m
308# CONFIG_BLK_DEV_UB is not set
309# CONFIG_BLK_DEV_RAM is not set
310CONFIG_BLK_DEV_RAM_COUNT=16
311CONFIG_INITRAMFS_SOURCE=""
312# CONFIG_CDROM_PKTCDVD is not set
313
314#
315# IO Schedulers
316#
317CONFIG_IOSCHED_NOOP=y
318CONFIG_IOSCHED_AS=y
319CONFIG_IOSCHED_DEADLINE=y
320CONFIG_IOSCHED_CFQ=y
321# CONFIG_ATA_OVER_ETH is not set
322
323#
324# ATA/ATAPI/MFM/RLL support
325#
326CONFIG_IDE=m
327CONFIG_BLK_DEV_IDE=m
328
329#
330# Please see Documentation/ide.txt for help/info on IDE drives
331#
332# CONFIG_BLK_DEV_IDE_SATA is not set
333CONFIG_BLK_DEV_IDEDISK=m
334# CONFIG_IDEDISK_MULTI_MODE is not set
335CONFIG_BLK_DEV_IDECD=m
336# CONFIG_BLK_DEV_IDETAPE is not set
337CONFIG_BLK_DEV_IDEFLOPPY=m
338CONFIG_BLK_DEV_IDESCSI=m
339# CONFIG_IDE_TASK_IOCTL is not set
340
341#
342# IDE chipset support/bugfixes
343#
344CONFIG_IDE_GENERIC=m
345# CONFIG_IDE_ARM is not set
346# CONFIG_IDE_CHIPSETS is not set
347# CONFIG_BLK_DEV_IDEDMA is not set
348# CONFIG_IDEDMA_AUTO is not set
349# CONFIG_BLK_DEV_HD is not set
350
351#
352# SCSI device support
353#
354CONFIG_SCSI=y
355CONFIG_SCSI_PROC_FS=y
356
357#
358# SCSI support type (disk, tape, CD-ROM)
359#
360CONFIG_BLK_DEV_SD=y
361CONFIG_CHR_DEV_ST=m
362# CONFIG_CHR_DEV_OSST is not set
363CONFIG_BLK_DEV_SR=m
364# CONFIG_BLK_DEV_SR_VENDOR is not set
365CONFIG_CHR_DEV_SG=y
366
367#
368# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
369#
370# CONFIG_SCSI_MULTI_LUN is not set
371# CONFIG_SCSI_CONSTANTS is not set
372# CONFIG_SCSI_LOGGING is not set
373
374#
375# SCSI Transport Attributes
376#
377# CONFIG_SCSI_SPI_ATTRS is not set
378# CONFIG_SCSI_FC_ATTRS is not set
379# CONFIG_SCSI_ISCSI_ATTRS is not set
380
381#
382# SCSI low-level drivers
383#
384# CONFIG_SCSI_7000FASST is not set
385# CONFIG_SCSI_AHA152X is not set
386# CONFIG_SCSI_AHA1542 is not set
387# CONFIG_SCSI_AIC7XXX_OLD is not set
388# CONFIG_SCSI_IN2000 is not set
389# CONFIG_SCSI_SATA is not set
390# CONFIG_SCSI_BUSLOGIC is not set
391# CONFIG_SCSI_DTC3280 is not set
392# CONFIG_SCSI_EATA is not set
393# CONFIG_SCSI_FUTURE_DOMAIN is not set
394# CONFIG_SCSI_GDTH is not set
395# CONFIG_SCSI_GENERIC_NCR5380 is not set
396# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
397# CONFIG_SCSI_PPA is not set
398# CONFIG_SCSI_IMM is not set
399# CONFIG_SCSI_NCR53C406A is not set
400# CONFIG_SCSI_PAS16 is not set
401# CONFIG_SCSI_PSI240I is not set
402# CONFIG_SCSI_QLOGIC_FAS is not set
403# CONFIG_SCSI_SYM53C416 is not set
404# CONFIG_SCSI_T128 is not set
405# CONFIG_SCSI_U14_34F is not set
406# CONFIG_SCSI_DEBUG 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
417#
418# IEEE 1394 (FireWire) support
419#
420
421#
422# I2O device support
423#
424
425#
426# Networking support
427#
428CONFIG_NET=y
429
430#
431# Networking options
432#
433CONFIG_PACKET=y
434# CONFIG_PACKET_MMAP is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435CONFIG_UNIX=y
436# CONFIG_NET_KEY is not set
437CONFIG_INET=y
438# CONFIG_IP_MULTICAST is not set
439# CONFIG_IP_ADVANCED_ROUTER is not set
440# CONFIG_IP_PNP is not set
441# CONFIG_NET_IPIP is not set
442# CONFIG_NET_IPGRE is not set
443# CONFIG_ARPD is not set
444# CONFIG_SYN_COOKIES is not set
445# CONFIG_INET_AH is not set
446# CONFIG_INET_ESP is not set
447# CONFIG_INET_IPCOMP is not set
448# CONFIG_INET_TUNNEL is not set
449CONFIG_IP_TCPDIAG=y
450# CONFIG_IP_TCPDIAG_IPV6 is not set
451# CONFIG_IPV6 is not set
452# CONFIG_NETFILTER is not set
453
454#
455# SCTP Configuration (EXPERIMENTAL)
456#
457# CONFIG_IP_SCTP is not set
458# CONFIG_ATM is not set
459# CONFIG_BRIDGE is not set
460# CONFIG_VLAN_8021Q is not set
461# CONFIG_DECNET is not set
462# CONFIG_LLC2 is not set
463# CONFIG_IPX is not set
464# CONFIG_ATALK is not set
465# CONFIG_X25 is not set
466# CONFIG_LAPB is not set
467# CONFIG_NET_DIVERT is not set
468# CONFIG_ECONET is not set
469# CONFIG_WAN_ROUTER is not set
470
471#
472# QoS and/or fair queueing
473#
474# CONFIG_NET_SCHED is not set
475# CONFIG_NET_CLS_ROUTE is not set
476
477#
478# Network testing
479#
480# CONFIG_NET_PKTGEN is not set
481# CONFIG_NETPOLL is not set
482# CONFIG_NET_POLL_CONTROLLER is not set
483# CONFIG_HAMRADIO is not set
484CONFIG_IRDA=y
485
486#
487# IrDA protocols
488#
489CONFIG_IRLAN=y
490CONFIG_IRCOMM=y
491CONFIG_IRDA_ULTRA=y
492
493#
494# IrDA options
495#
496# CONFIG_IRDA_CACHE_LAST_LSAP is not set
497# CONFIG_IRDA_FAST_RR is not set
498# CONFIG_IRDA_DEBUG is not set
499
500#
501# Infrared-port device drivers
502#
503
504#
505# SIR device drivers
506#
507# CONFIG_IRTTY_SIR is not set
508
509#
510# Dongle support
511#
512
513#
514# Old SIR device drivers
515#
516# CONFIG_IRPORT_SIR is not set
517
518#
519# Old Serial dongle support
520#
521
522#
523# FIR device drivers
524#
525# CONFIG_USB_IRDA is not set
526# CONFIG_SIGMATEL_FIR is not set
527# CONFIG_NSC_FIR is not set
528# CONFIG_WINBOND_FIR is not set
529# CONFIG_SMC_IRCC_FIR is not set
530# CONFIG_ALI_FIR is not set
531CONFIG_SA1100_FIR=y
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +0100532# CONFIG_VIA_FIR is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533CONFIG_BT=m
534CONFIG_BT_L2CAP=m
535# CONFIG_BT_SCO is not set
536# CONFIG_BT_RFCOMM is not set
537# CONFIG_BT_BNEP is not set
538# CONFIG_BT_HIDP is not set
539
540#
541# Bluetooth device drivers
542#
543CONFIG_BT_HCIUSB=m
544# CONFIG_BT_HCIUSB_SCO is not set
545CONFIG_BT_HCIUART=m
546# CONFIG_BT_HCIUART_H4 is not set
547# CONFIG_BT_HCIUART_BCSP is not set
548# CONFIG_BT_HCIBCM203X is not set
549# CONFIG_BT_HCIBPA10X is not set
550# CONFIG_BT_HCIBFUSB is not set
551CONFIG_BT_HCIVHCI=m
552CONFIG_NETDEVICES=y
553# CONFIG_DUMMY is not set
554# CONFIG_BONDING is not set
555# CONFIG_EQUALIZER is not set
556# CONFIG_TUN is not set
557
558#
559# ARCnet devices
560#
561# CONFIG_ARCNET is not set
562
563#
564# Ethernet (10 or 100Mbit)
565#
566# CONFIG_NET_ETHERNET is not set
567CONFIG_MII=m
568
569#
570# Ethernet (1000 Mbit)
571#
572
573#
574# Ethernet (10000 Mbit)
575#
576
577#
578# Token Ring devices
579#
580# CONFIG_TR is not set
581
582#
583# Wireless LAN (non-hamradio)
584#
585CONFIG_NET_RADIO=y
586
587#
588# Obsolete Wireless cards support (pre-802.11)
589#
590# CONFIG_STRIP is not set
591# CONFIG_ARLAN is not set
592# CONFIG_WAVELAN is not set
593
594#
595# Wireless 802.11b ISA/PCI cards support
596#
597# CONFIG_ATMEL is not set
598CONFIG_NET_WIRELESS=y
599
600#
601# Wan interfaces
602#
603# CONFIG_WAN is not set
604# CONFIG_PLIP is not set
605# CONFIG_PPP is not set
606# CONFIG_SLIP is not set
607# CONFIG_SHAPER is not set
608# CONFIG_NETCONSOLE is not set
609
610#
611# ISDN subsystem
612#
613# CONFIG_ISDN is not set
614
615#
616# Input device support
617#
618# CONFIG_INPUT is not set
619
620#
621# Hardware I/O ports
622#
623# CONFIG_SERIO is not set
624# CONFIG_GAMEPORT is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625
626#
627# Character devices
628#
629# CONFIG_VT is not set
630# CONFIG_SERIAL_NONSTANDARD is not set
631
632#
633# Serial drivers
634#
635# CONFIG_SERIAL_8250 is not set
636
637#
638# Non-8250 serial port support
639#
640CONFIG_SERIAL_SA1100=y
641CONFIG_SERIAL_SA1100_CONSOLE=y
642CONFIG_SERIAL_CORE=y
643CONFIG_SERIAL_CORE_CONSOLE=y
644CONFIG_UNIX98_PTYS=y
645CONFIG_LEGACY_PTYS=y
646CONFIG_LEGACY_PTY_COUNT=256
647# CONFIG_PRINTER is not set
648# CONFIG_PPDEV is not set
649# CONFIG_TIPAR is not set
650
651#
652# IPMI
653#
654# CONFIG_IPMI_HANDLER is not set
655
656#
657# Watchdog Cards
658#
659CONFIG_WATCHDOG=y
660# CONFIG_WATCHDOG_NOWAYOUT is not set
661
662#
663# Watchdog Device Drivers
664#
665CONFIG_SOFT_WATCHDOG=m
666CONFIG_SA1100_WATCHDOG=m
667
668#
669# ISA-based Watchdog Cards
670#
671# CONFIG_PCWATCHDOG is not set
672# CONFIG_MIXCOMWD is not set
673# CONFIG_WDT is not set
674
675#
676# USB-based Watchdog Cards
677#
678# CONFIG_USBPCWATCHDOG is not set
679# CONFIG_NVRAM is not set
680CONFIG_RTC=m
681# CONFIG_DTLK is not set
682# CONFIG_R3964 is not set
683
684#
685# Ftape, the floppy tape device driver
686#
687# CONFIG_DRM is not set
688# CONFIG_RAW_DRIVER is not set
689
690#
691# TPM devices
692#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693
694#
695# I2C support
696#
697CONFIG_I2C=m
698CONFIG_I2C_CHARDEV=m
699
700#
701# I2C Algorithms
702#
703CONFIG_I2C_ALGOBIT=m
704CONFIG_I2C_ALGOPCF=m
705# CONFIG_I2C_ALGOPCA is not set
706
707#
708# I2C Hardware Bus support
709#
710CONFIG_I2C_ELEKTOR=m
711# CONFIG_I2C_ISA is not set
712# CONFIG_I2C_PARPORT is not set
713# CONFIG_I2C_PARPORT_LIGHT is not set
714# CONFIG_I2C_STUB is not set
715# CONFIG_I2C_PCA_ISA is not set
716
717#
718# Hardware Sensors Chip support
719#
720# CONFIG_I2C_SENSOR is not set
721# CONFIG_SENSORS_ADM1021 is not set
722# CONFIG_SENSORS_ADM1025 is not set
723# CONFIG_SENSORS_ADM1026 is not set
724# CONFIG_SENSORS_ADM1031 is not set
725# CONFIG_SENSORS_ASB100 is not set
726# CONFIG_SENSORS_DS1621 is not set
727# CONFIG_SENSORS_FSCHER is not set
728# CONFIG_SENSORS_FSCPOS is not set
729# CONFIG_SENSORS_GL518SM is not set
730# CONFIG_SENSORS_GL520SM is not set
731# CONFIG_SENSORS_IT87 is not set
732# CONFIG_SENSORS_LM63 is not set
733# CONFIG_SENSORS_LM75 is not set
734# CONFIG_SENSORS_LM77 is not set
735# CONFIG_SENSORS_LM78 is not set
736# CONFIG_SENSORS_LM80 is not set
737# CONFIG_SENSORS_LM83 is not set
738# CONFIG_SENSORS_LM85 is not set
739# CONFIG_SENSORS_LM87 is not set
740# CONFIG_SENSORS_LM90 is not set
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +0100741# CONFIG_SENSORS_LM92 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742# CONFIG_SENSORS_MAX1619 is not set
743# CONFIG_SENSORS_PC87360 is not set
744# CONFIG_SENSORS_SMSC47B397 is not set
745# CONFIG_SENSORS_SMSC47M1 is not set
746# CONFIG_SENSORS_W83781D is not set
747# CONFIG_SENSORS_W83L785TS is not set
748# CONFIG_SENSORS_W83627HF is not set
749
750#
751# Other I2C Chip support
752#
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +0100753# CONFIG_SENSORS_DS1337 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754# CONFIG_SENSORS_EEPROM is not set
755# CONFIG_SENSORS_PCF8574 is not set
756# CONFIG_SENSORS_PCF8591 is not set
757# CONFIG_SENSORS_RTC8564 is not set
758# CONFIG_I2C_DEBUG_CORE is not set
759# CONFIG_I2C_DEBUG_ALGO is not set
760# CONFIG_I2C_DEBUG_BUS is not set
761# CONFIG_I2C_DEBUG_CHIP is not set
762
763#
764# Misc devices
765#
766
767#
768# Multimedia devices
769#
770CONFIG_VIDEO_DEV=y
771
772#
773# Video For Linux
774#
775
776#
777# Video Adapters
778#
779# CONFIG_VIDEO_PMS is not set
780# CONFIG_VIDEO_BWQCAM is not set
781# CONFIG_VIDEO_CQCAM is not set
782# CONFIG_VIDEO_CPIA is not set
783# CONFIG_VIDEO_SAA5246A is not set
784# CONFIG_VIDEO_SAA5249 is not set
785# CONFIG_TUNER_3036 is not set
786# CONFIG_VIDEO_OVCAMCHIP is not set
787
788#
789# Radio Adapters
790#
791# CONFIG_RADIO_CADET is not set
792# CONFIG_RADIO_RTRACK is not set
793# CONFIG_RADIO_RTRACK2 is not set
794# CONFIG_RADIO_AZTECH is not set
795# CONFIG_RADIO_GEMTEK is not set
796# CONFIG_RADIO_MAESTRO is not set
797# CONFIG_RADIO_SF16FMI is not set
798# CONFIG_RADIO_SF16FMR2 is not set
799# CONFIG_RADIO_TERRATEC is not set
800# CONFIG_RADIO_TRUST is not set
801# CONFIG_RADIO_TYPHOON is not set
802# CONFIG_RADIO_ZOLTRIX is not set
803
804#
805# Digital Video Broadcasting Devices
806#
807# CONFIG_DVB is not set
808
809#
810# Graphics support
811#
812# CONFIG_FB is not set
813
814#
815# Sound
816#
817CONFIG_SOUND=y
818
819#
820# Advanced Linux Sound Architecture
821#
822# CONFIG_SND is not set
823
824#
825# Open Sound System
826#
827CONFIG_SOUND_PRIME=y
828# CONFIG_SOUND_BT878 is not set
829# CONFIG_SOUND_FUSION is not set
830# CONFIG_SOUND_CS4281 is not set
831# CONFIG_SOUND_SONICVIBES is not set
832# CONFIG_SOUND_TRIDENT is not set
833# CONFIG_SOUND_MSNDCLAS is not set
834# CONFIG_SOUND_MSNDPIN is not set
835# CONFIG_SOUND_OSS is not set
836# CONFIG_SOUND_TVMIXER is not set
837# CONFIG_SOUND_AD1980 is not set
838
839#
840# USB support
841#
842CONFIG_USB_ARCH_HAS_HCD=y
843CONFIG_USB_ARCH_HAS_OHCI=y
844CONFIG_USB=y
845CONFIG_USB_DEBUG=y
846
847#
848# Miscellaneous USB options
849#
850CONFIG_USB_DEVICEFS=y
851# CONFIG_USB_BANDWIDTH is not set
852# CONFIG_USB_DYNAMIC_MINORS is not set
853# CONFIG_USB_OTG is not set
854
855#
856# USB Host Controller Drivers
857#
858# CONFIG_USB_OHCI_HCD is not set
859# CONFIG_USB_SL811_HCD is not set
860
861#
862# USB Device Class drivers
863#
864CONFIG_USB_AUDIO=y
865
866#
867# USB Bluetooth TTY can only be used with disabled Bluetooth subsystem
868#
869# CONFIG_USB_MIDI is not set
870CONFIG_USB_ACM=m
871CONFIG_USB_PRINTER=m
872
873#
874# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
875#
876CONFIG_USB_STORAGE=y
877CONFIG_USB_STORAGE_DEBUG=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878# CONFIG_USB_STORAGE_DATAFAB is not set
879# CONFIG_USB_STORAGE_FREECOM is not set
880# CONFIG_USB_STORAGE_ISD200 is not set
881# CONFIG_USB_STORAGE_DPCM is not set
882# CONFIG_USB_STORAGE_USBAT is not set
883# CONFIG_USB_STORAGE_SDDR09 is not set
884# CONFIG_USB_STORAGE_SDDR55 is not set
885# CONFIG_USB_STORAGE_JUMPSHOT is not set
886
887#
888# USB Input Devices
889#
890# CONFIG_USB_HID is not set
891
892#
893# USB HID Boot Protocol drivers
894#
895
896#
897# USB Imaging devices
898#
899CONFIG_USB_MDC800=m
900CONFIG_USB_MICROTEK=m
901
902#
903# USB Multimedia devices
904#
905CONFIG_USB_DABUSB=m
906CONFIG_USB_VICAM=m
907CONFIG_USB_DSBR=m
908CONFIG_USB_IBMCAM=m
909CONFIG_USB_KONICAWC=m
910CONFIG_USB_OV511=m
911CONFIG_USB_SE401=m
912# CONFIG_USB_SN9C102 is not set
913# CONFIG_USB_STV680 is not set
914CONFIG_USB_PWC=m
915
916#
917# USB Network Adapters
918#
919CONFIG_USB_CATC=m
920CONFIG_USB_KAWETH=m
921CONFIG_USB_PEGASUS=m
922# CONFIG_USB_RTL8150 is not set
923CONFIG_USB_USBNET=m
924
925#
926# USB Host-to-Host Cables
927#
928CONFIG_USB_ALI_M5632=y
929CONFIG_USB_AN2720=y
930CONFIG_USB_BELKIN=y
931CONFIG_USB_GENESYS=y
932CONFIG_USB_NET1080=y
933CONFIG_USB_PL2301=y
934CONFIG_USB_KC2190=y
935
936#
937# Intelligent USB Devices/Gadgets
938#
939CONFIG_USB_ARMLINUX=y
940CONFIG_USB_EPSON2888=y
941CONFIG_USB_ZAURUS=y
942CONFIG_USB_CDCETHER=y
943
944#
945# USB Network Adapters
946#
947# CONFIG_USB_ZD1201 is not set
948CONFIG_USB_MON=y
949
950#
951# USB port drivers
952#
953CONFIG_USB_USS720=m
954
955#
956# USB Serial Converter support
957#
958CONFIG_USB_SERIAL=m
959CONFIG_USB_SERIAL_GENERIC=y
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +0100960# CONFIG_USB_SERIAL_AIRPRIME is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961CONFIG_USB_SERIAL_BELKIN=m
962CONFIG_USB_SERIAL_WHITEHEAT=m
963CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +0100964# CONFIG_USB_SERIAL_CP2101 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
966CONFIG_USB_SERIAL_EMPEG=m
967CONFIG_USB_SERIAL_FTDI_SIO=m
968CONFIG_USB_SERIAL_VISOR=m
969# CONFIG_USB_SERIAL_IPAQ is not set
970CONFIG_USB_SERIAL_IR=m
971CONFIG_USB_SERIAL_EDGEPORT=m
972# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
973# CONFIG_USB_SERIAL_GARMIN is not set
974# CONFIG_USB_SERIAL_IPW is not set
975CONFIG_USB_SERIAL_KEYSPAN_PDA=m
976CONFIG_USB_SERIAL_KEYSPAN=m
977# CONFIG_USB_SERIAL_KEYSPAN_MPR is not set
978# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
979# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
980# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
981# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
982# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
983# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
984# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
985# CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set
986# CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set
987# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
988# CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set
989# CONFIG_USB_SERIAL_KLSI is not set
990# CONFIG_USB_SERIAL_KOBIL_SCT is not set
991CONFIG_USB_SERIAL_MCT_U232=m
992CONFIG_USB_SERIAL_PL2303=m
Vincent Sanders7aa0b0d2005-06-09 21:59:21 +0100993# CONFIG_USB_SERIAL_HP4X is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994# CONFIG_USB_SERIAL_SAFE is not set
995# CONFIG_USB_SERIAL_TI is not set
996CONFIG_USB_SERIAL_CYBERJACK=m
997CONFIG_USB_SERIAL_XIRCOM=m
998CONFIG_USB_SERIAL_OMNINET=m
999CONFIG_USB_EZUSB=y
1000
1001#
1002# USB Miscellaneous drivers
1003#
1004# CONFIG_USB_EMI62 is not set
1005# CONFIG_USB_EMI26 is not set
1006# CONFIG_USB_AUERSWALD is not set
1007CONFIG_USB_RIO500=m
1008# CONFIG_USB_LEGOTOWER is not set
1009# CONFIG_USB_LCD is not set
1010# CONFIG_USB_LED is not set
1011# CONFIG_USB_CYTHERM is not set
1012# CONFIG_USB_PHIDGETKIT is not set
1013# CONFIG_USB_PHIDGETSERVO is not set
1014# CONFIG_USB_IDMOUSE is not set
1015# CONFIG_USB_TEST is not set
1016
1017#
1018# USB ATM/DSL drivers
1019#
1020
1021#
1022# USB Gadget Support
1023#
1024# CONFIG_USB_GADGET is not set
1025
1026#
1027# MMC/SD Card support
1028#
1029# CONFIG_MMC is not set
1030
1031#
1032# File systems
1033#
1034CONFIG_EXT2_FS=m
1035# CONFIG_EXT2_FS_XATTR is not set
1036CONFIG_EXT3_FS=m
1037CONFIG_EXT3_FS_XATTR=y
1038# CONFIG_EXT3_FS_POSIX_ACL is not set
1039# CONFIG_EXT3_FS_SECURITY is not set
1040CONFIG_JBD=m
1041# CONFIG_JBD_DEBUG is not set
1042CONFIG_FS_MBCACHE=m
1043# CONFIG_REISERFS_FS is not set
1044# CONFIG_JFS_FS is not set
1045
1046#
1047# XFS support
1048#
1049# CONFIG_XFS_FS is not set
1050CONFIG_MINIX_FS=m
1051# CONFIG_ROMFS_FS is not set
1052# CONFIG_QUOTA is not set
1053CONFIG_DNOTIFY=y
1054# CONFIG_AUTOFS_FS is not set
1055# CONFIG_AUTOFS4_FS is not set
1056
1057#
1058# CD-ROM/DVD Filesystems
1059#
1060# CONFIG_ISO9660_FS is not set
1061# CONFIG_UDF_FS is not set
1062
1063#
1064# DOS/FAT/NT Filesystems
1065#
1066CONFIG_FAT_FS=y
1067CONFIG_MSDOS_FS=y
1068CONFIG_VFAT_FS=m
1069CONFIG_FAT_DEFAULT_CODEPAGE=437
1070CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1071# CONFIG_NTFS_FS is not set
1072
1073#
1074# Pseudo filesystems
1075#
1076CONFIG_PROC_FS=y
1077CONFIG_SYSFS=y
1078CONFIG_DEVFS_FS=y
1079CONFIG_DEVFS_MOUNT=y
1080# CONFIG_DEVFS_DEBUG is not set
1081# CONFIG_DEVPTS_FS_XATTR is not set
1082CONFIG_TMPFS=y
1083# CONFIG_TMPFS_XATTR is not set
1084# CONFIG_HUGETLB_PAGE is not set
1085CONFIG_RAMFS=y
1086
1087#
1088# Miscellaneous filesystems
1089#
1090# CONFIG_ADFS_FS is not set
1091# CONFIG_AFFS_FS is not set
1092# CONFIG_HFS_FS is not set
1093# CONFIG_HFSPLUS_FS is not set
1094# CONFIG_BEFS_FS is not set
1095# CONFIG_BFS_FS is not set
1096# CONFIG_EFS_FS is not set
1097# CONFIG_JFFS_FS is not set
1098CONFIG_JFFS2_FS=y
1099CONFIG_JFFS2_FS_DEBUG=0
1100# CONFIG_JFFS2_FS_NAND is not set
1101# CONFIG_JFFS2_FS_NOR_ECC is not set
1102# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
1103CONFIG_JFFS2_ZLIB=y
1104CONFIG_JFFS2_RTIME=y
1105# CONFIG_JFFS2_RUBIN is not set
1106CONFIG_CRAMFS=m
1107# CONFIG_VXFS_FS is not set
1108# CONFIG_HPFS_FS is not set
1109# CONFIG_QNX4FS_FS is not set
1110# CONFIG_SYSV_FS is not set
1111# CONFIG_UFS_FS is not set
1112
1113#
1114# Network File Systems
1115#
1116CONFIG_NFS_FS=m
1117CONFIG_NFS_V3=y
1118# CONFIG_NFS_V4 is not set
1119# CONFIG_NFS_DIRECTIO is not set
1120# CONFIG_NFSD is not set
1121CONFIG_LOCKD=m
1122CONFIG_LOCKD_V4=y
1123CONFIG_SUNRPC=m
1124# CONFIG_RPCSEC_GSS_KRB5 is not set
1125# CONFIG_RPCSEC_GSS_SPKM3 is not set
1126CONFIG_SMB_FS=m
1127# CONFIG_SMB_NLS_DEFAULT is not set
1128# CONFIG_CIFS is not set
1129# CONFIG_NCP_FS is not set
1130# CONFIG_CODA_FS is not set
1131# CONFIG_AFS_FS is not set
1132
1133#
1134# Partition Types
1135#
1136CONFIG_PARTITION_ADVANCED=y
1137# CONFIG_ACORN_PARTITION is not set
1138# CONFIG_OSF_PARTITION is not set
1139# CONFIG_AMIGA_PARTITION is not set
1140# CONFIG_ATARI_PARTITION is not set
1141# CONFIG_MAC_PARTITION is not set
1142CONFIG_MSDOS_PARTITION=y
1143# CONFIG_BSD_DISKLABEL is not set
1144# CONFIG_MINIX_SUBPARTITION is not set
1145# CONFIG_SOLARIS_X86_PARTITION is not set
1146# CONFIG_UNIXWARE_DISKLABEL is not set
1147# CONFIG_LDM_PARTITION is not set
1148# CONFIG_SGI_PARTITION is not set
1149# CONFIG_ULTRIX_PARTITION is not set
1150# CONFIG_SUN_PARTITION is not set
1151# CONFIG_EFI_PARTITION is not set
1152
1153#
1154# Native Language Support
1155#
1156CONFIG_NLS=y
1157CONFIG_NLS_DEFAULT="iso8859-1"
1158# CONFIG_NLS_CODEPAGE_437 is not set
1159# CONFIG_NLS_CODEPAGE_737 is not set
1160# CONFIG_NLS_CODEPAGE_775 is not set
1161# CONFIG_NLS_CODEPAGE_850 is not set
1162# CONFIG_NLS_CODEPAGE_852 is not set
1163# CONFIG_NLS_CODEPAGE_855 is not set
1164# CONFIG_NLS_CODEPAGE_857 is not set
1165# CONFIG_NLS_CODEPAGE_860 is not set
1166# CONFIG_NLS_CODEPAGE_861 is not set
1167# CONFIG_NLS_CODEPAGE_862 is not set
1168# CONFIG_NLS_CODEPAGE_863 is not set
1169# CONFIG_NLS_CODEPAGE_864 is not set
1170# CONFIG_NLS_CODEPAGE_865 is not set
1171# CONFIG_NLS_CODEPAGE_866 is not set
1172# CONFIG_NLS_CODEPAGE_869 is not set
1173# CONFIG_NLS_CODEPAGE_936 is not set
1174# CONFIG_NLS_CODEPAGE_950 is not set
1175# CONFIG_NLS_CODEPAGE_932 is not set
1176# CONFIG_NLS_CODEPAGE_949 is not set
1177# CONFIG_NLS_CODEPAGE_874 is not set
1178# CONFIG_NLS_ISO8859_8 is not set
1179# CONFIG_NLS_CODEPAGE_1250 is not set
1180# CONFIG_NLS_CODEPAGE_1251 is not set
1181# CONFIG_NLS_ASCII is not set
1182# CONFIG_NLS_ISO8859_1 is not set
1183# CONFIG_NLS_ISO8859_2 is not set
1184# CONFIG_NLS_ISO8859_3 is not set
1185# CONFIG_NLS_ISO8859_4 is not set
1186# CONFIG_NLS_ISO8859_5 is not set
1187# CONFIG_NLS_ISO8859_6 is not set
1188# CONFIG_NLS_ISO8859_7 is not set
1189# CONFIG_NLS_ISO8859_9 is not set
1190# CONFIG_NLS_ISO8859_13 is not set
1191# CONFIG_NLS_ISO8859_14 is not set
1192# CONFIG_NLS_ISO8859_15 is not set
1193# CONFIG_NLS_KOI8_R is not set
1194# CONFIG_NLS_KOI8_U is not set
1195# CONFIG_NLS_UTF8 is not set
1196
1197#
1198# Profiling support
1199#
1200# CONFIG_PROFILING is not set
1201
1202#
1203# Kernel hacking
1204#
1205# CONFIG_PRINTK_TIME is not set
1206CONFIG_DEBUG_KERNEL=y
1207CONFIG_MAGIC_SYSRQ=y
1208CONFIG_LOG_BUF_SHIFT=14
1209# CONFIG_SCHEDSTATS is not set
1210# CONFIG_DEBUG_SLAB is not set
1211# CONFIG_DEBUG_SPINLOCK is not set
1212# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1213# CONFIG_DEBUG_KOBJECT is not set
1214# CONFIG_DEBUG_BUGVERBOSE is not set
1215CONFIG_DEBUG_INFO=y
1216# CONFIG_DEBUG_FS is not set
1217CONFIG_FRAME_POINTER=y
1218CONFIG_DEBUG_USER=y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219CONFIG_DEBUG_ERRORS=y
1220CONFIG_DEBUG_LL=y
1221# CONFIG_DEBUG_ICEDCC is not set
1222
1223#
1224# Security options
1225#
1226# CONFIG_KEYS is not set
1227# CONFIG_SECURITY is not set
1228
1229#
1230# Cryptographic options
1231#
1232# CONFIG_CRYPTO is not set
1233
1234#
1235# Hardware crypto devices
1236#
1237
1238#
1239# Library routines
1240#
1241CONFIG_CRC_CCITT=y
1242CONFIG_CRC32=y
1243# CONFIG_LIBCRC32C is not set
1244CONFIG_ZLIB_INFLATE=y
1245CONFIG_ZLIB_DEFLATE=y