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