blob: f8db7e500fbfdd727e16ac7a9c71f1cab078f243 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Automatically generated make config: don't edit
Andi Kleenaffc9b82005-09-12 18:49:23 +02003# Linux kernel version: 2.6.13-git11
4# Mon Sep 12 16:16:16 2005
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#
6CONFIG_X86_64=y
7CONFIG_64BIT=y
8CONFIG_X86=y
Andi Kleenaffc9b82005-09-12 18:49:23 +02009CONFIG_SEMAPHORE_SLEEPERS=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070010CONFIG_MMU=y
11CONFIG_RWSEM_GENERIC_SPINLOCK=y
12CONFIG_GENERIC_CALIBRATE_DELAY=y
13CONFIG_X86_CMPXCHG=y
14CONFIG_EARLY_PRINTK=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070015CONFIG_GENERIC_ISA_DMA=y
16CONFIG_GENERIC_IOMAP=y
Andi Kleenaffc9b82005-09-12 18:49:23 +020017CONFIG_ARCH_MAY_HAVE_PC_FDC=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
19#
20# Code maturity level options
21#
22CONFIG_EXPERIMENTAL=y
23CONFIG_CLEAN_COMPILE=y
24CONFIG_LOCK_KERNEL=y
Andi Kleen59db2e62005-05-16 21:53:36 -070025CONFIG_INIT_ENV_ARG_LIMIT=32
Linus Torvalds1da177e2005-04-16 15:20:36 -070026
27#
28# General setup
29#
30CONFIG_LOCALVERSION=""
Andi Kleenaffc9b82005-09-12 18:49:23 +020031CONFIG_LOCALVERSION_AUTO=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070032CONFIG_SWAP=y
33CONFIG_SYSVIPC=y
34CONFIG_POSIX_MQUEUE=y
35# CONFIG_BSD_PROCESS_ACCT is not set
36CONFIG_SYSCTL=y
37# CONFIG_AUDIT is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -070038# CONFIG_HOTPLUG is not set
39CONFIG_KOBJECT_UEVENT=y
40CONFIG_IKCONFIG=y
41CONFIG_IKCONFIG_PROC=y
42# CONFIG_CPUSETS is not set
Andi Kleenaffc9b82005-09-12 18:49:23 +020043CONFIG_INITRAMFS_SOURCE=""
Linus Torvalds1da177e2005-04-16 15:20:36 -070044# CONFIG_EMBEDDED is not set
45CONFIG_KALLSYMS=y
46CONFIG_KALLSYMS_ALL=y
47# CONFIG_KALLSYMS_EXTRA_PASS is not set
Andi Kleen59db2e62005-05-16 21:53:36 -070048CONFIG_PRINTK=y
49CONFIG_BUG=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070050CONFIG_BASE_FULL=y
51CONFIG_FUTEX=y
52CONFIG_EPOLL=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070053CONFIG_SHMEM=y
54CONFIG_CC_ALIGN_FUNCTIONS=0
55CONFIG_CC_ALIGN_LABELS=0
56CONFIG_CC_ALIGN_LOOPS=0
57CONFIG_CC_ALIGN_JUMPS=0
58# CONFIG_TINY_SHMEM is not set
59CONFIG_BASE_SMALL=0
60
61#
62# Loadable module support
63#
64CONFIG_MODULES=y
65CONFIG_MODULE_UNLOAD=y
66CONFIG_MODULE_FORCE_UNLOAD=y
67CONFIG_OBSOLETE_MODPARM=y
68# CONFIG_MODVERSIONS is not set
69# CONFIG_MODULE_SRCVERSION_ALL is not set
70# CONFIG_KMOD is not set
71CONFIG_STOP_MACHINE=y
72
73#
74# Processor type and features
75#
76# CONFIG_MK8 is not set
77# CONFIG_MPSC is not set
78CONFIG_GENERIC_CPU=y
79CONFIG_X86_L1_CACHE_BYTES=128
80CONFIG_X86_L1_CACHE_SHIFT=7
81CONFIG_X86_TSC=y
82CONFIG_X86_GOOD_APIC=y
83# CONFIG_MICROCODE is not set
84CONFIG_X86_MSR=y
85CONFIG_X86_CPUID=y
86CONFIG_X86_HT=y
87CONFIG_X86_IO_APIC=y
88CONFIG_X86_LOCAL_APIC=y
89CONFIG_MTRR=y
90CONFIG_SMP=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070091CONFIG_SCHED_SMT=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -070092CONFIG_PREEMPT_NONE=y
93# CONFIG_PREEMPT_VOLUNTARY is not set
94# CONFIG_PREEMPT is not set
95CONFIG_PREEMPT_BKL=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070096CONFIG_K8_NUMA=y
97# CONFIG_NUMA_EMU is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -070098CONFIG_ARCH_DISCONTIGMEM_ENABLE=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070099CONFIG_NUMA=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700100CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y
101CONFIG_ARCH_SPARSEMEM_ENABLE=y
102CONFIG_SELECT_MEMORY_MODEL=y
103# CONFIG_FLATMEM_MANUAL is not set
104CONFIG_DISCONTIGMEM_MANUAL=y
105# CONFIG_SPARSEMEM_MANUAL is not set
106CONFIG_DISCONTIGMEM=y
107CONFIG_FLAT_NODE_MEM_MAP=y
108CONFIG_NEED_MULTIPLE_NODES=y
Andi Kleenaffc9b82005-09-12 18:49:23 +0200109# CONFIG_SPARSEMEM_STATIC is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700110CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111CONFIG_HAVE_DEC_LOCK=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700112CONFIG_NR_CPUS=32
Andi Kleen59db2e62005-05-16 21:53:36 -0700113CONFIG_HPET_TIMER=y
114CONFIG_X86_PM_TIMER=y
115CONFIG_HPET_EMULATE_RTC=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116CONFIG_GART_IOMMU=y
117CONFIG_SWIOTLB=y
118CONFIG_X86_MCE=y
119CONFIG_X86_MCE_INTEL=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700120CONFIG_PHYSICAL_START=0x100000
121# CONFIG_KEXEC is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122CONFIG_SECCOMP=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700123# CONFIG_HZ_100 is not set
124CONFIG_HZ_250=y
125# CONFIG_HZ_1000 is not set
126CONFIG_HZ=250
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127CONFIG_GENERIC_HARDIRQS=y
128CONFIG_GENERIC_IRQ_PROBE=y
Andi Kleen59db2e62005-05-16 21:53:36 -0700129CONFIG_ISA_DMA_API=y
Andi Kleenaffc9b82005-09-12 18:49:23 +0200130CONFIG_GENERIC_PENDING_IRQ=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131
132#
133# Power management options
134#
135CONFIG_PM=y
136# CONFIG_PM_DEBUG is not set
137CONFIG_SOFTWARE_SUSPEND=y
138CONFIG_PM_STD_PARTITION=""
139
140#
141# ACPI (Advanced Configuration and Power Interface) Support
142#
143CONFIG_ACPI=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144CONFIG_ACPI_AC=y
145CONFIG_ACPI_BATTERY=y
146CONFIG_ACPI_BUTTON=y
147# CONFIG_ACPI_VIDEO is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700148CONFIG_ACPI_HOTKEY=m
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149CONFIG_ACPI_FAN=y
150CONFIG_ACPI_PROCESSOR=y
151CONFIG_ACPI_THERMAL=y
152CONFIG_ACPI_NUMA=y
153# CONFIG_ACPI_ASUS is not set
154# CONFIG_ACPI_IBM is not set
155CONFIG_ACPI_TOSHIBA=y
156CONFIG_ACPI_BLACKLIST_YEAR=2001
Andi Kleen59db2e62005-05-16 21:53:36 -0700157# CONFIG_ACPI_DEBUG is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158CONFIG_ACPI_EC=y
159CONFIG_ACPI_POWER=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160CONFIG_ACPI_SYSTEM=y
161# CONFIG_ACPI_CONTAINER is not set
162
163#
164# CPU Frequency scaling
165#
166CONFIG_CPU_FREQ=y
Andi Kleen59db2e62005-05-16 21:53:36 -0700167CONFIG_CPU_FREQ_TABLE=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168# CONFIG_CPU_FREQ_DEBUG is not set
169CONFIG_CPU_FREQ_STAT=y
170# CONFIG_CPU_FREQ_STAT_DETAILS is not set
171CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
172# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
173CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
174# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
175CONFIG_CPU_FREQ_GOV_USERSPACE=y
176CONFIG_CPU_FREQ_GOV_ONDEMAND=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700177# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178
179#
180# CPUFreq processor drivers
181#
182CONFIG_X86_POWERNOW_K8=y
183CONFIG_X86_POWERNOW_K8_ACPI=y
184# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
185CONFIG_X86_ACPI_CPUFREQ=y
186
187#
188# shared options
189#
190CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y
Andi Kleen59db2e62005-05-16 21:53:36 -0700191# CONFIG_X86_SPEEDSTEP_LIB is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192
193#
194# Bus options (PCI etc.)
195#
196CONFIG_PCI=y
197CONFIG_PCI_DIRECT=y
198CONFIG_PCI_MMCONFIG=y
199CONFIG_UNORDERED_IO=y
Andi Kleen59db2e62005-05-16 21:53:36 -0700200# CONFIG_PCIEPORTBUS is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201CONFIG_PCI_MSI=y
202# CONFIG_PCI_LEGACY_PROC is not set
Andi Kleen59db2e62005-05-16 21:53:36 -0700203# CONFIG_PCI_DEBUG is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204
205#
206# PCCARD (PCMCIA/CardBus) support
207#
208# CONFIG_PCCARD is not set
209
210#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211# PCI Hotplug Support
212#
213# CONFIG_HOTPLUG_PCI is not set
214
215#
216# Executable file formats / Emulations
217#
218CONFIG_BINFMT_ELF=y
219# CONFIG_BINFMT_MISC is not set
220CONFIG_IA32_EMULATION=y
221CONFIG_IA32_AOUT=y
222CONFIG_COMPAT=y
223CONFIG_SYSVIPC_COMPAT=y
224CONFIG_UID16=y
225
226#
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700227# Networking
228#
229CONFIG_NET=y
230
231#
232# Networking options
233#
234CONFIG_PACKET=y
235# CONFIG_PACKET_MMAP is not set
236CONFIG_UNIX=y
237# CONFIG_NET_KEY is not set
238CONFIG_INET=y
239CONFIG_IP_MULTICAST=y
240# CONFIG_IP_ADVANCED_ROUTER is not set
241CONFIG_IP_FIB_HASH=y
Andi Kleenaffc9b82005-09-12 18:49:23 +0200242CONFIG_IP_PNP=y
243CONFIG_IP_PNP_DHCP=y
244# CONFIG_IP_PNP_BOOTP is not set
245# CONFIG_IP_PNP_RARP is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700246# CONFIG_NET_IPIP is not set
247# CONFIG_NET_IPGRE is not set
248# CONFIG_IP_MROUTE is not set
249# CONFIG_ARPD is not set
250# CONFIG_SYN_COOKIES is not set
251# CONFIG_INET_AH is not set
252# CONFIG_INET_ESP is not set
253# CONFIG_INET_IPCOMP is not set
254# CONFIG_INET_TUNNEL is not set
Andi Kleenaffc9b82005-09-12 18:49:23 +0200255CONFIG_INET_DIAG=y
256CONFIG_INET_TCP_DIAG=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700257# CONFIG_TCP_CONG_ADVANCED is not set
258CONFIG_TCP_CONG_BIC=y
259CONFIG_IPV6=y
260# CONFIG_IPV6_PRIVACY is not set
261# CONFIG_INET6_AH is not set
262# CONFIG_INET6_ESP is not set
263# CONFIG_INET6_IPCOMP is not set
264# CONFIG_INET6_TUNNEL is not set
265# CONFIG_IPV6_TUNNEL is not set
266# CONFIG_NETFILTER is not set
267
268#
Andi Kleenaffc9b82005-09-12 18:49:23 +0200269# DCCP Configuration (EXPERIMENTAL)
270#
271# CONFIG_IP_DCCP is not set
272
273#
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700274# SCTP Configuration (EXPERIMENTAL)
275#
276# CONFIG_IP_SCTP is not set
277# CONFIG_ATM is not set
278# CONFIG_BRIDGE is not set
279# CONFIG_VLAN_8021Q is not set
280# CONFIG_DECNET is not set
281# CONFIG_LLC2 is not set
282# CONFIG_IPX is not set
283# CONFIG_ATALK is not set
284# CONFIG_X25 is not set
285# CONFIG_LAPB is not set
286# CONFIG_NET_DIVERT is not set
287# CONFIG_ECONET is not set
288# CONFIG_WAN_ROUTER is not set
289# CONFIG_NET_SCHED is not set
290# CONFIG_NET_CLS_ROUTE is not set
291
292#
293# Network testing
294#
295# CONFIG_NET_PKTGEN is not set
Andi Kleenaffc9b82005-09-12 18:49:23 +0200296# CONFIG_NETFILTER_NETLINK is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700297# CONFIG_HAMRADIO is not set
298# CONFIG_IRDA is not set
299# CONFIG_BT is not set
Andi Kleenaffc9b82005-09-12 18:49:23 +0200300# CONFIG_IEEE80211 is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700301
302#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303# Device Drivers
304#
305
306#
307# Generic Driver Options
308#
309CONFIG_STANDALONE=y
310CONFIG_PREVENT_FIRMWARE_BUILD=y
311# CONFIG_FW_LOADER is not set
312# CONFIG_DEBUG_DRIVER is not set
313
314#
315# Memory Technology Devices (MTD)
316#
317# CONFIG_MTD is not set
318
319#
320# Parallel port support
321#
322# CONFIG_PARPORT is not set
323
324#
325# Plug and Play support
326#
327# CONFIG_PNP is not set
328
329#
330# Block devices
331#
332CONFIG_BLK_DEV_FD=y
333# CONFIG_BLK_CPQ_DA is not set
334# CONFIG_BLK_CPQ_CISS_DA is not set
335# CONFIG_BLK_DEV_DAC960 is not set
336# CONFIG_BLK_DEV_UMEM is not set
337# CONFIG_BLK_DEV_COW_COMMON is not set
338CONFIG_BLK_DEV_LOOP=y
339# CONFIG_BLK_DEV_CRYPTOLOOP is not set
340# CONFIG_BLK_DEV_NBD is not set
341# CONFIG_BLK_DEV_SX8 is not set
342# CONFIG_BLK_DEV_UB is not set
343CONFIG_BLK_DEV_RAM=y
344CONFIG_BLK_DEV_RAM_COUNT=16
345CONFIG_BLK_DEV_RAM_SIZE=4096
346CONFIG_BLK_DEV_INITRD=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347CONFIG_LBD=y
348# CONFIG_CDROM_PKTCDVD is not set
349
350#
351# IO Schedulers
352#
353CONFIG_IOSCHED_NOOP=y
Andi Kleen59db2e62005-05-16 21:53:36 -0700354# CONFIG_IOSCHED_AS is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355CONFIG_IOSCHED_DEADLINE=y
356CONFIG_IOSCHED_CFQ=y
357# CONFIG_ATA_OVER_ETH is not set
358
359#
360# ATA/ATAPI/MFM/RLL support
361#
362CONFIG_IDE=y
363CONFIG_BLK_DEV_IDE=y
364
365#
366# Please see Documentation/ide.txt for help/info on IDE drives
367#
368# CONFIG_BLK_DEV_IDE_SATA is not set
369# CONFIG_BLK_DEV_HD_IDE is not set
370CONFIG_BLK_DEV_IDEDISK=y
371CONFIG_IDEDISK_MULTI_MODE=y
372CONFIG_BLK_DEV_IDECD=y
373# CONFIG_BLK_DEV_IDETAPE is not set
374# CONFIG_BLK_DEV_IDEFLOPPY is not set
375# CONFIG_BLK_DEV_IDESCSI is not set
376# CONFIG_IDE_TASK_IOCTL is not set
377
378#
379# IDE chipset support/bugfixes
380#
381CONFIG_IDE_GENERIC=y
382# CONFIG_BLK_DEV_CMD640 is not set
383CONFIG_BLK_DEV_IDEPCI=y
384# CONFIG_IDEPCI_SHARE_IRQ is not set
385# CONFIG_BLK_DEV_OFFBOARD is not set
386# CONFIG_BLK_DEV_GENERIC is not set
387# CONFIG_BLK_DEV_OPTI621 is not set
388# CONFIG_BLK_DEV_RZ1000 is not set
389CONFIG_BLK_DEV_IDEDMA_PCI=y
390# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
391CONFIG_IDEDMA_PCI_AUTO=y
392# CONFIG_IDEDMA_ONLYDISK is not set
393# CONFIG_BLK_DEV_AEC62XX is not set
394# CONFIG_BLK_DEV_ALI15X3 is not set
395CONFIG_BLK_DEV_AMD74XX=y
396# CONFIG_BLK_DEV_ATIIXP is not set
397# CONFIG_BLK_DEV_CMD64X is not set
398# CONFIG_BLK_DEV_TRIFLEX is not set
399# CONFIG_BLK_DEV_CY82C693 is not set
400# CONFIG_BLK_DEV_CS5520 is not set
401# CONFIG_BLK_DEV_CS5530 is not set
402# CONFIG_BLK_DEV_HPT34X is not set
403# CONFIG_BLK_DEV_HPT366 is not set
404# CONFIG_BLK_DEV_SC1200 is not set
405CONFIG_BLK_DEV_PIIX=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700406# CONFIG_BLK_DEV_IT821X is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407# CONFIG_BLK_DEV_NS87415 is not set
408# CONFIG_BLK_DEV_PDC202XX_OLD is not set
Andi Kleen59db2e62005-05-16 21:53:36 -0700409CONFIG_BLK_DEV_PDC202XX_NEW=y
410# CONFIG_PDC202XX_FORCE is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411# CONFIG_BLK_DEV_SVWKS is not set
412# CONFIG_BLK_DEV_SIIMAGE is not set
413# CONFIG_BLK_DEV_SIS5513 is not set
414# CONFIG_BLK_DEV_SLC90E66 is not set
415# CONFIG_BLK_DEV_TRM290 is not set
416# CONFIG_BLK_DEV_VIA82CXXX is not set
417# CONFIG_IDE_ARM is not set
418CONFIG_BLK_DEV_IDEDMA=y
419# CONFIG_IDEDMA_IVB is not set
420CONFIG_IDEDMA_AUTO=y
421# CONFIG_BLK_DEV_HD is not set
422
423#
424# SCSI device support
425#
Andi Kleenaffc9b82005-09-12 18:49:23 +0200426# CONFIG_RAID_ATTRS is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427CONFIG_SCSI=y
428# CONFIG_SCSI_PROC_FS is not set
429
430#
431# SCSI support type (disk, tape, CD-ROM)
432#
433CONFIG_BLK_DEV_SD=y
434# CONFIG_CHR_DEV_ST is not set
435# CONFIG_CHR_DEV_OSST is not set
436# CONFIG_BLK_DEV_SR is not set
437# CONFIG_CHR_DEV_SG is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700438# CONFIG_CHR_DEV_SCH is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439
440#
441# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
442#
443# CONFIG_SCSI_MULTI_LUN is not set
444# CONFIG_SCSI_CONSTANTS is not set
445# CONFIG_SCSI_LOGGING is not set
446
447#
448# SCSI Transport Attributes
449#
Andi Kleenaffc9b82005-09-12 18:49:23 +0200450CONFIG_SCSI_SPI_ATTRS=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451# CONFIG_SCSI_FC_ATTRS is not set
452# CONFIG_SCSI_ISCSI_ATTRS is not set
453
454#
455# SCSI low-level drivers
456#
Andi Kleen59db2e62005-05-16 21:53:36 -0700457# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458# CONFIG_SCSI_3W_9XXX is not set
459# CONFIG_SCSI_ACARD is not set
460# CONFIG_SCSI_AACRAID is not set
461# CONFIG_SCSI_AIC7XXX is not set
462# CONFIG_SCSI_AIC7XXX_OLD is not set
463CONFIG_SCSI_AIC79XX=y
464CONFIG_AIC79XX_CMDS_PER_DEVICE=32
465CONFIG_AIC79XX_RESET_DELAY_MS=4000
466# CONFIG_AIC79XX_ENABLE_RD_STRM is not set
467# CONFIG_AIC79XX_DEBUG_ENABLE is not set
468CONFIG_AIC79XX_DEBUG_MASK=0
469# CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
470# CONFIG_MEGARAID_NEWGEN is not set
471# CONFIG_MEGARAID_LEGACY is not set
472CONFIG_SCSI_SATA=y
Andi Kleenb7561522005-08-24 07:37:37 +0200473# CONFIG_SCSI_SATA_AHCI is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474# CONFIG_SCSI_SATA_SVW is not set
475CONFIG_SCSI_ATA_PIIX=y
Andi Kleenaffc9b82005-09-12 18:49:23 +0200476# CONFIG_SCSI_SATA_MV is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477# CONFIG_SCSI_SATA_NV is not set
478# CONFIG_SCSI_SATA_PROMISE is not set
479# CONFIG_SCSI_SATA_QSTOR is not set
480# CONFIG_SCSI_SATA_SX4 is not set
481# CONFIG_SCSI_SATA_SIL is not set
482# CONFIG_SCSI_SATA_SIS is not set
483# CONFIG_SCSI_SATA_ULI is not set
484CONFIG_SCSI_SATA_VIA=y
485# CONFIG_SCSI_SATA_VITESSE is not set
486# CONFIG_SCSI_BUSLOGIC is not set
487# CONFIG_SCSI_DMX3191D is not set
488# CONFIG_SCSI_EATA is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489# CONFIG_SCSI_FUTURE_DOMAIN is not set
490# CONFIG_SCSI_GDTH is not set
491# CONFIG_SCSI_IPS is not set
492# CONFIG_SCSI_INITIO is not set
493# CONFIG_SCSI_INIA100 is not set
494# CONFIG_SCSI_SYM53C8XX_2 is not set
495# CONFIG_SCSI_IPR is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496# CONFIG_SCSI_QLOGIC_FC is not set
497# CONFIG_SCSI_QLOGIC_1280 is not set
498CONFIG_SCSI_QLA2XXX=y
499# CONFIG_SCSI_QLA21XX is not set
500# CONFIG_SCSI_QLA22XX is not set
501# CONFIG_SCSI_QLA2300 is not set
502# CONFIG_SCSI_QLA2322 is not set
503# CONFIG_SCSI_QLA6312 is not set
Andi Kleenb7561522005-08-24 07:37:37 +0200504# CONFIG_SCSI_QLA24XX is not set
Andi Kleen59db2e62005-05-16 21:53:36 -0700505# CONFIG_SCSI_LPFC is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506# CONFIG_SCSI_DC395x is not set
507# CONFIG_SCSI_DC390T is not set
508# CONFIG_SCSI_DEBUG is not set
509
510#
511# Multi-device support (RAID and LVM)
512#
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700513CONFIG_MD=y
514# CONFIG_BLK_DEV_MD is not set
515CONFIG_BLK_DEV_DM=y
516# CONFIG_DM_CRYPT is not set
517# CONFIG_DM_SNAPSHOT is not set
518# CONFIG_DM_MIRROR is not set
519# CONFIG_DM_ZERO is not set
520# CONFIG_DM_MULTIPATH is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700521
522#
523# Fusion MPT device support
524#
Andi Kleenb7561522005-08-24 07:37:37 +0200525CONFIG_FUSION=y
526CONFIG_FUSION_SPI=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700527# CONFIG_FUSION_FC is not set
Andi Kleenb7561522005-08-24 07:37:37 +0200528CONFIG_FUSION_MAX_SGE=128
529# CONFIG_FUSION_CTL is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530
531#
532# IEEE 1394 (FireWire) support
533#
534# CONFIG_IEEE1394 is not set
535
536#
537# I2O device support
538#
539# CONFIG_I2O is not set
540
541#
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700542# Network device support
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544CONFIG_NETDEVICES=y
545# CONFIG_DUMMY is not set
546# CONFIG_BONDING is not set
547# CONFIG_EQUALIZER is not set
Andi Kleen59db2e62005-05-16 21:53:36 -0700548CONFIG_TUN=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549
550#
551# ARCnet devices
552#
553# CONFIG_ARCNET is not set
554
555#
Andi Kleenaffc9b82005-09-12 18:49:23 +0200556# PHY device support
557#
558# CONFIG_PHYLIB is not set
559
560#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561# Ethernet (10 or 100Mbit)
562#
563CONFIG_NET_ETHERNET=y
564CONFIG_MII=y
565# CONFIG_HAPPYMEAL is not set
566# CONFIG_SUNGEM is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700567CONFIG_NET_VENDOR_3COM=y
568CONFIG_VORTEX=y
569# CONFIG_TYPHOON is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570
571#
572# Tulip family network device support
573#
574# CONFIG_NET_TULIP is not set
575# CONFIG_HP100 is not set
576CONFIG_NET_PCI=y
577# CONFIG_PCNET32 is not set
Andi Kleen59db2e62005-05-16 21:53:36 -0700578# CONFIG_AMD8111_ETH is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579# CONFIG_ADAPTEC_STARFIRE is not set
580# CONFIG_B44 is not set
581CONFIG_FORCEDETH=y
582# CONFIG_DGRS is not set
583# CONFIG_EEPRO100 is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700584CONFIG_E100=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585# CONFIG_FEALNX is not set
586# CONFIG_NATSEMI is not set
587# CONFIG_NE2K_PCI is not set
Andi Kleen59db2e62005-05-16 21:53:36 -0700588CONFIG_8139CP=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589CONFIG_8139TOO=y
590# CONFIG_8139TOO_PIO is not set
591# CONFIG_8139TOO_TUNE_TWISTER is not set
592# CONFIG_8139TOO_8129 is not set
593# CONFIG_8139_OLD_RX_RESET is not set
594# CONFIG_SIS900 is not set
595# CONFIG_EPIC100 is not set
596# CONFIG_SUNDANCE is not set
597# CONFIG_VIA_RHINE is not set
598
599#
600# Ethernet (1000 Mbit)
601#
602# CONFIG_ACENIC is not set
603# CONFIG_DL2K is not set
604CONFIG_E1000=y
Andi Kleenb7561522005-08-24 07:37:37 +0200605# CONFIG_E1000_NAPI is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606# CONFIG_NS83820 is not set
607# CONFIG_HAMACHI is not set
608# CONFIG_YELLOWFIN is not set
609# CONFIG_R8169 is not set
Andi Kleenaffc9b82005-09-12 18:49:23 +0200610# CONFIG_SIS190 is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700611# CONFIG_SKGE is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612# CONFIG_SK98LIN is not set
613# CONFIG_VIA_VELOCITY is not set
614CONFIG_TIGON3=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700615# CONFIG_BNX2 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616
617#
618# Ethernet (10000 Mbit)
619#
Andi Kleenaffc9b82005-09-12 18:49:23 +0200620# CONFIG_CHELSIO_T1 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621# CONFIG_IXGB is not set
622CONFIG_S2IO=m
623# CONFIG_S2IO_NAPI is not set
624# CONFIG_2BUFF_MODE is not set
625
626#
627# Token Ring devices
628#
629# CONFIG_TR is not set
630
631#
632# Wireless LAN (non-hamradio)
633#
634# CONFIG_NET_RADIO is not set
635
636#
637# Wan interfaces
638#
639# CONFIG_WAN is not set
640# CONFIG_FDDI is not set
641# CONFIG_HIPPI is not set
642# CONFIG_PPP is not set
643# CONFIG_SLIP is not set
644# CONFIG_NET_FC is not set
645# CONFIG_SHAPER is not set
646CONFIG_NETCONSOLE=y
Andi Kleenb7561522005-08-24 07:37:37 +0200647CONFIG_NETPOLL=y
648# CONFIG_NETPOLL_RX is not set
649# CONFIG_NETPOLL_TRAP is not set
650CONFIG_NET_POLL_CONTROLLER=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651
652#
653# ISDN subsystem
654#
655# CONFIG_ISDN is not set
656
657#
658# Telephony Support
659#
660# CONFIG_PHONE is not set
661
662#
663# Input device support
664#
665CONFIG_INPUT=y
666
667#
668# Userland interfaces
669#
670CONFIG_INPUT_MOUSEDEV=y
671CONFIG_INPUT_MOUSEDEV_PSAUX=y
672CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
673CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
674# CONFIG_INPUT_JOYDEV is not set
675# CONFIG_INPUT_TSDEV is not set
676CONFIG_INPUT_EVDEV=y
677# CONFIG_INPUT_EVBUG is not set
678
679#
680# Input Device Drivers
681#
682CONFIG_INPUT_KEYBOARD=y
683CONFIG_KEYBOARD_ATKBD=y
684# CONFIG_KEYBOARD_SUNKBD is not set
685# CONFIG_KEYBOARD_LKKBD is not set
686# CONFIG_KEYBOARD_XTKBD is not set
687# CONFIG_KEYBOARD_NEWTON is not set
688CONFIG_INPUT_MOUSE=y
689CONFIG_MOUSE_PS2=y
690# CONFIG_MOUSE_SERIAL is not set
691# CONFIG_MOUSE_VSXXXAA is not set
692# CONFIG_INPUT_JOYSTICK is not set
693# CONFIG_INPUT_TOUCHSCREEN is not set
694# CONFIG_INPUT_MISC is not set
695
696#
697# Hardware I/O ports
698#
699CONFIG_SERIO=y
700CONFIG_SERIO_I8042=y
701# CONFIG_SERIO_SERPORT is not set
702# CONFIG_SERIO_CT82C710 is not set
703# CONFIG_SERIO_PCIPS2 is not set
704CONFIG_SERIO_LIBPS2=y
705# CONFIG_SERIO_RAW is not set
706# CONFIG_GAMEPORT is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707
708#
709# Character devices
710#
711CONFIG_VT=y
712CONFIG_VT_CONSOLE=y
713CONFIG_HW_CONSOLE=y
714# CONFIG_SERIAL_NONSTANDARD is not set
715
716#
717# Serial drivers
718#
719CONFIG_SERIAL_8250=y
720CONFIG_SERIAL_8250_CONSOLE=y
721# CONFIG_SERIAL_8250_ACPI is not set
722CONFIG_SERIAL_8250_NR_UARTS=4
723# CONFIG_SERIAL_8250_EXTENDED is not set
724
725#
726# Non-8250 serial port support
727#
728CONFIG_SERIAL_CORE=y
729CONFIG_SERIAL_CORE_CONSOLE=y
Andi Kleen59db2e62005-05-16 21:53:36 -0700730# CONFIG_SERIAL_JSM is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731CONFIG_UNIX98_PTYS=y
732CONFIG_LEGACY_PTYS=y
733CONFIG_LEGACY_PTY_COUNT=256
734
735#
736# IPMI
737#
738# CONFIG_IPMI_HANDLER is not set
739
740#
741# Watchdog Cards
742#
743# CONFIG_WATCHDOG is not set
744CONFIG_HW_RANDOM=y
745# CONFIG_NVRAM is not set
746CONFIG_RTC=y
747# CONFIG_DTLK is not set
748# CONFIG_R3964 is not set
749# CONFIG_APPLICOM is not set
750
751#
752# Ftape, the floppy tape device driver
753#
754CONFIG_AGP=y
755CONFIG_AGP_AMD64=y
Andi Kleen59db2e62005-05-16 21:53:36 -0700756CONFIG_AGP_INTEL=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757# CONFIG_DRM is not set
758# CONFIG_MWAVE is not set
759CONFIG_RAW_DRIVER=y
760CONFIG_HPET=y
761# CONFIG_HPET_RTC_IRQ is not set
762CONFIG_HPET_MMAP=y
763CONFIG_MAX_RAW_DEVS=256
Andi Kleen59db2e62005-05-16 21:53:36 -0700764# CONFIG_HANGCHECK_TIMER is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765
766#
767# TPM devices
768#
769# CONFIG_TCG_TPM is not set
770
771#
772# I2C support
773#
774# CONFIG_I2C is not set
775
776#
777# Dallas's 1-wire bus
778#
779# CONFIG_W1 is not set
780
781#
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700782# Hardware Monitoring support
783#
784CONFIG_HWMON=y
Andi Kleenaffc9b82005-09-12 18:49:23 +0200785# CONFIG_HWMON_VID is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700786# CONFIG_HWMON_DEBUG_CHIP is not set
787
788#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700789# Misc devices
790#
791# CONFIG_IBM_ASM is not set
792
793#
Andi Kleenaffc9b82005-09-12 18:49:23 +0200794# Multimedia Capabilities Port drivers
795#
796
797#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798# Multimedia devices
799#
800# CONFIG_VIDEO_DEV is not set
801
802#
803# Digital Video Broadcasting Devices
804#
805# CONFIG_DVB is not set
806
807#
808# Graphics support
809#
810# CONFIG_FB is not set
811CONFIG_VIDEO_SELECT=y
812
813#
814# Console display driver support
815#
816CONFIG_VGA_CONSOLE=y
817CONFIG_DUMMY_CONSOLE=y
818
819#
820# Sound
821#
822CONFIG_SOUND=y
823
824#
825# Advanced Linux Sound Architecture
826#
827# CONFIG_SND is not set
828
829#
830# Open Sound System
831#
832CONFIG_SOUND_PRIME=y
833# CONFIG_SOUND_BT878 is not set
834# CONFIG_SOUND_CMPCI is not set
835# CONFIG_SOUND_EMU10K1 is not set
836# CONFIG_SOUND_FUSION is not set
837# CONFIG_SOUND_CS4281 is not set
838# CONFIG_SOUND_ES1370 is not set
839# CONFIG_SOUND_ES1371 is not set
840# CONFIG_SOUND_ESSSOLO1 is not set
841# CONFIG_SOUND_MAESTRO is not set
842# CONFIG_SOUND_MAESTRO3 is not set
843CONFIG_SOUND_ICH=y
844# CONFIG_SOUND_SONICVIBES is not set
845# CONFIG_SOUND_TRIDENT is not set
846# CONFIG_SOUND_MSNDCLAS is not set
847# CONFIG_SOUND_MSNDPIN is not set
848# CONFIG_SOUND_VIA82CXXX is not set
849# CONFIG_SOUND_OSS is not set
850# CONFIG_SOUND_ALI5455 is not set
851# CONFIG_SOUND_FORTE is not set
852# CONFIG_SOUND_RME96XX is not set
853# CONFIG_SOUND_AD1980 is not set
854
855#
856# USB support
857#
Andi Kleen59db2e62005-05-16 21:53:36 -0700858CONFIG_USB_ARCH_HAS_HCD=y
859CONFIG_USB_ARCH_HAS_OHCI=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860CONFIG_USB=y
861# CONFIG_USB_DEBUG is not set
862
863#
864# Miscellaneous USB options
865#
866CONFIG_USB_DEVICEFS=y
867# CONFIG_USB_BANDWIDTH is not set
868# CONFIG_USB_DYNAMIC_MINORS is not set
869# CONFIG_USB_SUSPEND is not set
870# CONFIG_USB_OTG is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871
872#
873# USB Host Controller Drivers
874#
875CONFIG_USB_EHCI_HCD=y
876# CONFIG_USB_EHCI_SPLIT_ISO is not set
877# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700878# CONFIG_USB_ISP116X_HCD is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879CONFIG_USB_OHCI_HCD=y
880# CONFIG_USB_OHCI_BIG_ENDIAN is not set
881CONFIG_USB_OHCI_LITTLE_ENDIAN=y
882CONFIG_USB_UHCI_HCD=y
883# CONFIG_USB_SL811_HCD is not set
884
885#
886# USB Device Class drivers
887#
Andi Kleenaffc9b82005-09-12 18:49:23 +0200888# CONFIG_OBSOLETE_OSS_USB_DRIVER is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889# CONFIG_USB_BLUETOOTH_TTY is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890# CONFIG_USB_ACM is not set
891CONFIG_USB_PRINTER=y
892
893#
894# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
895#
896CONFIG_USB_STORAGE=y
897# CONFIG_USB_STORAGE_DEBUG is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898# CONFIG_USB_STORAGE_DATAFAB is not set
899# CONFIG_USB_STORAGE_FREECOM is not set
900# CONFIG_USB_STORAGE_ISD200 is not set
901# CONFIG_USB_STORAGE_DPCM is not set
902# CONFIG_USB_STORAGE_USBAT is not set
903# CONFIG_USB_STORAGE_SDDR09 is not set
904# CONFIG_USB_STORAGE_SDDR55 is not set
905# CONFIG_USB_STORAGE_JUMPSHOT is not set
Andi Kleenaffc9b82005-09-12 18:49:23 +0200906# CONFIG_USB_STORAGE_ONETOUCH is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907
908#
909# USB Input Devices
910#
911CONFIG_USB_HID=y
912CONFIG_USB_HIDINPUT=y
913# CONFIG_HID_FF is not set
914# CONFIG_USB_HIDDEV is not set
915# CONFIG_USB_AIPTEK is not set
916# CONFIG_USB_WACOM is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700917# CONFIG_USB_ACECAD is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918# CONFIG_USB_KBTAB is not set
919# CONFIG_USB_POWERMATE is not set
920# CONFIG_USB_MTOUCH is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700921# CONFIG_USB_ITMTOUCH is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922# CONFIG_USB_EGALAX is not set
Andi Kleenaffc9b82005-09-12 18:49:23 +0200923# CONFIG_USB_YEALINK is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924# CONFIG_USB_XPAD is not set
925# CONFIG_USB_ATI_REMOTE is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700926# CONFIG_USB_KEYSPAN_REMOTE is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927
928#
929# USB Imaging devices
930#
931# CONFIG_USB_MDC800 is not set
932# CONFIG_USB_MICROTEK is not set
933
934#
935# USB Multimedia devices
936#
937# CONFIG_USB_DABUSB is not set
938
939#
940# Video4Linux support is needed for USB Multimedia device support
941#
942
943#
944# USB Network Adapters
945#
946# CONFIG_USB_CATC is not set
947# CONFIG_USB_KAWETH is not set
948# CONFIG_USB_PEGASUS is not set
949# CONFIG_USB_RTL8150 is not set
950# CONFIG_USB_USBNET is not set
951CONFIG_USB_MON=y
952
953#
954# USB port drivers
955#
956
957#
958# USB Serial Converter support
959#
960# CONFIG_USB_SERIAL is not set
961
962#
963# USB Miscellaneous drivers
964#
965# CONFIG_USB_EMI62 is not set
966# CONFIG_USB_EMI26 is not set
967# CONFIG_USB_AUERSWALD is not set
968# CONFIG_USB_RIO500 is not set
969# CONFIG_USB_LEGOTOWER is not set
970# CONFIG_USB_LCD is not set
971# CONFIG_USB_LED is not set
972# CONFIG_USB_CYTHERM is not set
973# CONFIG_USB_PHIDGETKIT is not set
974# CONFIG_USB_PHIDGETSERVO is not set
975# CONFIG_USB_IDMOUSE is not set
976# CONFIG_USB_SISUSBVGA is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700977# CONFIG_USB_LD is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978# CONFIG_USB_TEST is not set
979
980#
Andi Kleenacc7b6f2005-07-28 21:15:23 -0700981# USB DSL modem support
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982#
983
984#
985# USB Gadget Support
986#
987# CONFIG_USB_GADGET is not set
988
989#
990# MMC/SD Card support
991#
992# CONFIG_MMC is not set
993
994#
995# InfiniBand support
996#
997# CONFIG_INFINIBAND is not set
998
999#
Andi Kleenacc7b6f2005-07-28 21:15:23 -07001000# SN Devices
1001#
1002
1003#
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004# Firmware Drivers
1005#
1006# CONFIG_EDD is not set
Andi Kleenaffc9b82005-09-12 18:49:23 +02001007# CONFIG_DELL_RBU is not set
1008CONFIG_DCDBAS=m
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009
1010#
1011# File systems
1012#
1013CONFIG_EXT2_FS=y
1014CONFIG_EXT2_FS_XATTR=y
1015CONFIG_EXT2_FS_POSIX_ACL=y
1016# CONFIG_EXT2_FS_SECURITY is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -07001017# CONFIG_EXT2_FS_XIP is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018CONFIG_EXT3_FS=y
1019CONFIG_EXT3_FS_XATTR=y
1020CONFIG_EXT3_FS_POSIX_ACL=y
1021# CONFIG_EXT3_FS_SECURITY is not set
1022CONFIG_JBD=y
1023# CONFIG_JBD_DEBUG is not set
1024CONFIG_FS_MBCACHE=y
1025CONFIG_REISERFS_FS=y
1026# CONFIG_REISERFS_CHECK is not set
1027# CONFIG_REISERFS_PROC_INFO is not set
1028CONFIG_REISERFS_FS_XATTR=y
1029CONFIG_REISERFS_FS_POSIX_ACL=y
1030# CONFIG_REISERFS_FS_SECURITY is not set
1031# CONFIG_JFS_FS is not set
1032CONFIG_FS_POSIX_ACL=y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033# CONFIG_XFS_FS is not set
1034# CONFIG_MINIX_FS is not set
1035# CONFIG_ROMFS_FS is not set
Andi Kleenacc7b6f2005-07-28 21:15:23 -07001036CONFIG_INOTIFY=y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037# CONFIG_QUOTA is not set
1038CONFIG_DNOTIFY=y
1039CONFIG_AUTOFS_FS=y
1040# CONFIG_AUTOFS4_FS is not set
Andi Kleenaffc9b82005-09-12 18:49:23 +02001041# CONFIG_FUSE_FS is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042
1043#
1044# CD-ROM/DVD Filesystems
1045#
1046CONFIG_ISO9660_FS=y
Andi Kleen59db2e62005-05-16 21:53:36 -07001047CONFIG_JOLIET=y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048# CONFIG_ZISOFS is not set
1049# CONFIG_UDF_FS is not set
1050
1051#
1052# DOS/FAT/NT Filesystems
1053#
1054CONFIG_FAT_FS=y
1055CONFIG_MSDOS_FS=y
1056CONFIG_VFAT_FS=y
1057CONFIG_FAT_DEFAULT_CODEPAGE=437
1058CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1059# CONFIG_NTFS_FS is not set
1060
1061#
1062# Pseudo filesystems
1063#
1064CONFIG_PROC_FS=y
1065CONFIG_PROC_KCORE=y
1066CONFIG_SYSFS=y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067CONFIG_TMPFS=y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068CONFIG_HUGETLBFS=y
1069CONFIG_HUGETLB_PAGE=y
1070CONFIG_RAMFS=y
Andi Kleenaffc9b82005-09-12 18:49:23 +02001071# CONFIG_RELAYFS_FS is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072
1073#
1074# Miscellaneous filesystems
1075#
1076# CONFIG_ADFS_FS is not set
1077# CONFIG_AFFS_FS is not set
1078# CONFIG_HFS_FS is not set
1079# CONFIG_HFSPLUS_FS is not set
1080# CONFIG_BEFS_FS is not set
1081# CONFIG_BFS_FS is not set
1082# CONFIG_EFS_FS is not set
1083# CONFIG_CRAMFS is not set
1084# CONFIG_VXFS_FS is not set
1085# CONFIG_HPFS_FS is not set
1086# CONFIG_QNX4FS_FS is not set
1087# CONFIG_SYSV_FS is not set
1088# CONFIG_UFS_FS is not set
1089
1090#
1091# Network File Systems
1092#
1093CONFIG_NFS_FS=y
1094CONFIG_NFS_V3=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -07001095# CONFIG_NFS_V3_ACL is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096# CONFIG_NFS_V4 is not set
1097# CONFIG_NFS_DIRECTIO is not set
1098CONFIG_NFSD=y
1099CONFIG_NFSD_V3=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -07001100# CONFIG_NFSD_V3_ACL is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101# CONFIG_NFSD_V4 is not set
1102CONFIG_NFSD_TCP=y
Andi Kleenaffc9b82005-09-12 18:49:23 +02001103CONFIG_ROOT_NFS=y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104CONFIG_LOCKD=y
1105CONFIG_LOCKD_V4=y
1106CONFIG_EXPORTFS=y
Andi Kleenacc7b6f2005-07-28 21:15:23 -07001107CONFIG_NFS_COMMON=y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108CONFIG_SUNRPC=y
1109# CONFIG_RPCSEC_GSS_KRB5 is not set
1110# CONFIG_RPCSEC_GSS_SPKM3 is not set
1111# CONFIG_SMB_FS is not set
1112# CONFIG_CIFS is not set
1113# CONFIG_NCP_FS is not set
1114# CONFIG_CODA_FS is not set
1115# CONFIG_AFS_FS is not set
Andi Kleenaffc9b82005-09-12 18:49:23 +02001116# CONFIG_9P_FS is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117
1118#
1119# Partition Types
1120#
1121# CONFIG_PARTITION_ADVANCED is not set
1122CONFIG_MSDOS_PARTITION=y
1123
1124#
1125# Native Language Support
1126#
1127CONFIG_NLS=y
1128CONFIG_NLS_DEFAULT="iso8859-1"
1129CONFIG_NLS_CODEPAGE_437=y
1130# CONFIG_NLS_CODEPAGE_737 is not set
1131# CONFIG_NLS_CODEPAGE_775 is not set
1132# CONFIG_NLS_CODEPAGE_850 is not set
1133# CONFIG_NLS_CODEPAGE_852 is not set
1134# CONFIG_NLS_CODEPAGE_855 is not set
1135# CONFIG_NLS_CODEPAGE_857 is not set
1136# CONFIG_NLS_CODEPAGE_860 is not set
1137# CONFIG_NLS_CODEPAGE_861 is not set
1138# CONFIG_NLS_CODEPAGE_862 is not set
1139# CONFIG_NLS_CODEPAGE_863 is not set
1140# CONFIG_NLS_CODEPAGE_864 is not set
1141# CONFIG_NLS_CODEPAGE_865 is not set
1142# CONFIG_NLS_CODEPAGE_866 is not set
1143# CONFIG_NLS_CODEPAGE_869 is not set
1144# CONFIG_NLS_CODEPAGE_936 is not set
1145# CONFIG_NLS_CODEPAGE_950 is not set
1146# CONFIG_NLS_CODEPAGE_932 is not set
1147# CONFIG_NLS_CODEPAGE_949 is not set
1148# CONFIG_NLS_CODEPAGE_874 is not set
1149# CONFIG_NLS_ISO8859_8 is not set
1150# CONFIG_NLS_CODEPAGE_1250 is not set
1151# CONFIG_NLS_CODEPAGE_1251 is not set
1152CONFIG_NLS_ASCII=y
1153CONFIG_NLS_ISO8859_1=y
1154# CONFIG_NLS_ISO8859_2 is not set
1155# CONFIG_NLS_ISO8859_3 is not set
1156# CONFIG_NLS_ISO8859_4 is not set
1157# CONFIG_NLS_ISO8859_5 is not set
1158# CONFIG_NLS_ISO8859_6 is not set
1159# CONFIG_NLS_ISO8859_7 is not set
1160# CONFIG_NLS_ISO8859_9 is not set
1161# CONFIG_NLS_ISO8859_13 is not set
1162# CONFIG_NLS_ISO8859_14 is not set
1163CONFIG_NLS_ISO8859_15=y
1164# CONFIG_NLS_KOI8_R is not set
1165# CONFIG_NLS_KOI8_U is not set
1166CONFIG_NLS_UTF8=y
1167
1168#
1169# Profiling support
1170#
1171CONFIG_PROFILING=y
1172CONFIG_OPROFILE=y
1173
1174#
1175# Kernel hacking
1176#
Andi Kleen59db2e62005-05-16 21:53:36 -07001177# CONFIG_PRINTK_TIME is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178CONFIG_DEBUG_KERNEL=y
1179CONFIG_MAGIC_SYSRQ=y
Andi Kleen59db2e62005-05-16 21:53:36 -07001180CONFIG_LOG_BUF_SHIFT=18
Andi Kleenaffc9b82005-09-12 18:49:23 +02001181CONFIG_DETECT_SOFTLOCKUP=y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182# CONFIG_SCHEDSTATS is not set
1183# CONFIG_DEBUG_SLAB is not set
1184# CONFIG_DEBUG_SPINLOCK is not set
1185# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1186# CONFIG_DEBUG_KOBJECT is not set
1187# CONFIG_DEBUG_INFO is not set
1188CONFIG_DEBUG_FS=y
Andi Kleenaffc9b82005-09-12 18:49:23 +02001189# CONFIG_FRAME_POINTER is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190CONFIG_INIT_DEBUG=y
1191# CONFIG_IOMMU_DEBUG is not set
1192CONFIG_KPROBES=y
1193
1194#
1195# Security options
1196#
1197# CONFIG_KEYS is not set
1198# CONFIG_SECURITY is not set
1199
1200#
1201# Cryptographic options
1202#
1203# CONFIG_CRYPTO is not set
1204
1205#
1206# Hardware crypto devices
1207#
1208
1209#
1210# Library routines
1211#
1212# CONFIG_CRC_CCITT is not set
Andi Kleenaffc9b82005-09-12 18:49:23 +02001213# CONFIG_CRC16 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214CONFIG_CRC32=y
1215# CONFIG_LIBCRC32C is not set