blob: dd42892cd873720083b79760557138e9542e9bbf [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Automatically generated make config: don't edit
Paul Mackerras0f0767c2005-08-08 14:16:43 +10003# Linux kernel version: 2.6.13-rc6
4# Mon Aug 8 14:17:04 2005
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#
6CONFIG_64BIT=y
7CONFIG_MMU=y
8CONFIG_RWSEM_XCHGADD_ALGORITHM=y
9CONFIG_GENERIC_CALIBRATE_DELAY=y
10CONFIG_GENERIC_ISA_DMA=y
11CONFIG_HAVE_DEC_LOCK=y
12CONFIG_EARLY_PRINTK=y
13CONFIG_COMPAT=y
Paul Mackerras4845f332005-06-14 22:19:24 +100014CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070015CONFIG_FORCE_MAX_ZONEORDER=13
16
17#
18# Code maturity level options
19#
20CONFIG_EXPERIMENTAL=y
21CONFIG_CLEAN_COMPILE=y
22CONFIG_LOCK_KERNEL=y
Paul Mackerras4845f332005-06-14 22:19:24 +100023CONFIG_INIT_ENV_ARG_LIMIT=32
Linus Torvalds1da177e2005-04-16 15:20:36 -070024
25#
26# General setup
27#
28CONFIG_LOCALVERSION=""
29CONFIG_SWAP=y
30CONFIG_SYSVIPC=y
31CONFIG_POSIX_MQUEUE=y
32# CONFIG_BSD_PROCESS_ACCT is not set
33CONFIG_SYSCTL=y
Paul Mackerras4845f332005-06-14 22:19:24 +100034# CONFIG_AUDIT is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -070035# CONFIG_HOTPLUG is not set
36CONFIG_KOBJECT_UEVENT=y
37CONFIG_IKCONFIG=y
38CONFIG_IKCONFIG_PROC=y
Paul Mackerras4845f332005-06-14 22:19:24 +100039# CONFIG_CPUSETS is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -070040# CONFIG_EMBEDDED is not set
41CONFIG_KALLSYMS=y
42CONFIG_KALLSYMS_ALL=y
43# CONFIG_KALLSYMS_EXTRA_PASS is not set
Paul Mackerras4845f332005-06-14 22:19:24 +100044CONFIG_PRINTK=y
45CONFIG_BUG=y
46CONFIG_BASE_FULL=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070047CONFIG_FUTEX=y
48CONFIG_EPOLL=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070049CONFIG_SHMEM=y
50CONFIG_CC_ALIGN_FUNCTIONS=0
51CONFIG_CC_ALIGN_LABELS=0
52CONFIG_CC_ALIGN_LOOPS=0
53CONFIG_CC_ALIGN_JUMPS=0
54# CONFIG_TINY_SHMEM is not set
Paul Mackerras4845f332005-06-14 22:19:24 +100055CONFIG_BASE_SMALL=0
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
57#
58# Loadable module support
59#
60CONFIG_MODULES=y
61CONFIG_MODULE_UNLOAD=y
62# CONFIG_MODULE_FORCE_UNLOAD is not set
63CONFIG_OBSOLETE_MODPARM=y
64CONFIG_MODVERSIONS=y
65CONFIG_MODULE_SRCVERSION_ALL=y
66CONFIG_KMOD=y
67CONFIG_STOP_MACHINE=y
68CONFIG_SYSVIPC_COMPAT=y
69
70#
71# Platform support
72#
73# CONFIG_PPC_ISERIES is not set
74CONFIG_PPC_MULTIPLATFORM=y
75# CONFIG_PPC_PSERIES is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -070076# CONFIG_PPC_BPA is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -070077# CONFIG_PPC_PMAC is not set
78CONFIG_PPC_MAPLE=y
79CONFIG_PPC=y
80CONFIG_PPC64=y
81CONFIG_PPC_OF=y
Olaf Hering1bc3a1e2005-07-27 11:44:15 -070082CONFIG_MPIC=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070083# CONFIG_ALTIVEC is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -070084CONFIG_KEXEC=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070085CONFIG_U3_DART=y
86CONFIG_MPIC_BROKEN_U3=y
87CONFIG_BOOTX_TEXT=y
88CONFIG_POWER4_ONLY=y
89CONFIG_IOMMU_VMERGE=y
90CONFIG_SMP=y
91CONFIG_NR_CPUS=2
Olaf Hering1bc3a1e2005-07-27 11:44:15 -070092CONFIG_ARCH_SELECT_MEMORY_MODEL=y
93CONFIG_ARCH_FLATMEM_ENABLE=y
94CONFIG_SELECT_MEMORY_MODEL=y
95CONFIG_FLATMEM_MANUAL=y
96# CONFIG_DISCONTIGMEM_MANUAL is not set
97# CONFIG_SPARSEMEM_MANUAL is not set
98CONFIG_FLATMEM=y
99CONFIG_FLAT_NODE_MEM_MAP=y
100# CONFIG_NUMA is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101# CONFIG_SCHED_SMT is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700102CONFIG_PREEMPT_NONE=y
103# CONFIG_PREEMPT_VOLUNTARY is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104# CONFIG_PREEMPT is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700105# CONFIG_PREEMPT_BKL is not set
Anton Blanchard717522f2005-08-24 08:53:03 +1000106# CONFIG_HZ_100 is not set
107CONFIG_HZ_250=y
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700108# CONFIG_HZ_1000 is not set
Anton Blanchard717522f2005-08-24 08:53:03 +1000109CONFIG_HZ=250
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110CONFIG_GENERIC_HARDIRQS=y
Paul Mackerras4845f332005-06-14 22:19:24 +1000111CONFIG_SECCOMP=y
112CONFIG_ISA_DMA_API=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113
114#
115# General setup
116#
117CONFIG_PCI=y
118CONFIG_PCI_DOMAINS=y
119CONFIG_BINFMT_ELF=y
120# CONFIG_BINFMT_MISC is not set
121CONFIG_PCI_LEGACY_PROC=y
122CONFIG_PCI_NAMES=y
Paul Mackerras4845f332005-06-14 22:19:24 +1000123# CONFIG_PCI_DEBUG is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124
125#
126# PCCARD (PCMCIA/CardBus) support
127#
128# CONFIG_PCCARD is not set
129
130#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131# PCI Hotplug Support
132#
133# CONFIG_HOTPLUG_PCI is not set
134CONFIG_PROC_DEVICETREE=y
135# CONFIG_CMDLINE_BOOL is not set
136
137#
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700138# Networking
139#
140CONFIG_NET=y
141
142#
143# Networking options
144#
145CONFIG_PACKET=y
146CONFIG_PACKET_MMAP=y
147CONFIG_UNIX=y
148# CONFIG_NET_KEY is not set
149CONFIG_INET=y
150CONFIG_IP_MULTICAST=y
151# CONFIG_IP_ADVANCED_ROUTER is not set
152CONFIG_IP_FIB_HASH=y
153CONFIG_IP_PNP=y
154CONFIG_IP_PNP_DHCP=y
155# CONFIG_IP_PNP_BOOTP is not set
156# CONFIG_IP_PNP_RARP is not set
157# CONFIG_NET_IPIP is not set
158# CONFIG_NET_IPGRE is not set
159# CONFIG_IP_MROUTE is not set
160# CONFIG_ARPD is not set
161# CONFIG_SYN_COOKIES is not set
162# CONFIG_INET_AH is not set
163# CONFIG_INET_ESP is not set
164# CONFIG_INET_IPCOMP is not set
165# CONFIG_INET_TUNNEL is not set
166CONFIG_IP_TCPDIAG=y
167# CONFIG_IP_TCPDIAG_IPV6 is not set
168# CONFIG_TCP_CONG_ADVANCED is not set
169CONFIG_TCP_CONG_BIC=y
170# CONFIG_IPV6 is not set
171# CONFIG_NETFILTER is not set
172
173#
174# SCTP Configuration (EXPERIMENTAL)
175#
176# CONFIG_IP_SCTP is not set
177# CONFIG_ATM is not set
178# CONFIG_BRIDGE is not set
179# CONFIG_VLAN_8021Q is not set
180# CONFIG_DECNET is not set
181# CONFIG_LLC2 is not set
182# CONFIG_IPX is not set
183# CONFIG_ATALK is not set
184# CONFIG_X25 is not set
185# CONFIG_LAPB is not set
186# CONFIG_NET_DIVERT is not set
187# CONFIG_ECONET is not set
188# CONFIG_WAN_ROUTER is not set
189# CONFIG_NET_SCHED is not set
190# CONFIG_NET_CLS_ROUTE is not set
191
192#
193# Network testing
194#
195# CONFIG_NET_PKTGEN is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700196# CONFIG_HAMRADIO is not set
197# CONFIG_IRDA is not set
198# CONFIG_BT is not set
199
200#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201# Device Drivers
202#
203
204#
205# Generic Driver Options
206#
207CONFIG_STANDALONE=y
208CONFIG_PREVENT_FIRMWARE_BUILD=y
209# CONFIG_FW_LOADER is not set
210# CONFIG_DEBUG_DRIVER is not set
211
212#
213# Memory Technology Devices (MTD)
214#
215# CONFIG_MTD is not set
216
217#
218# Parallel port support
219#
220# CONFIG_PARPORT is not set
221
222#
223# Plug and Play support
224#
225
226#
227# Block devices
228#
229# CONFIG_BLK_DEV_FD is not set
230# CONFIG_BLK_CPQ_DA is not set
231# CONFIG_BLK_CPQ_CISS_DA is not set
232# CONFIG_BLK_DEV_DAC960 is not set
233# CONFIG_BLK_DEV_UMEM is not set
234# CONFIG_BLK_DEV_COW_COMMON is not set
235# CONFIG_BLK_DEV_LOOP is not set
236# CONFIG_BLK_DEV_NBD is not set
237# CONFIG_BLK_DEV_SX8 is not set
238# CONFIG_BLK_DEV_UB is not set
239CONFIG_BLK_DEV_RAM=y
240CONFIG_BLK_DEV_RAM_COUNT=16
241CONFIG_BLK_DEV_RAM_SIZE=8192
242# CONFIG_BLK_DEV_INITRD is not set
243CONFIG_INITRAMFS_SOURCE=""
244# CONFIG_CDROM_PKTCDVD is not set
245
246#
247# IO Schedulers
248#
249CONFIG_IOSCHED_NOOP=y
250CONFIG_IOSCHED_AS=y
251CONFIG_IOSCHED_DEADLINE=y
252CONFIG_IOSCHED_CFQ=y
253# CONFIG_ATA_OVER_ETH is not set
254
255#
256# ATA/ATAPI/MFM/RLL support
257#
258CONFIG_IDE=y
259CONFIG_BLK_DEV_IDE=y
260
261#
262# Please see Documentation/ide.txt for help/info on IDE drives
263#
264# CONFIG_BLK_DEV_IDE_SATA is not set
265CONFIG_BLK_DEV_IDEDISK=y
266# CONFIG_IDEDISK_MULTI_MODE is not set
267CONFIG_BLK_DEV_IDECD=y
268# CONFIG_BLK_DEV_IDETAPE is not set
269# CONFIG_BLK_DEV_IDEFLOPPY is not set
270CONFIG_IDE_TASK_IOCTL=y
271
272#
273# IDE chipset support/bugfixes
274#
275CONFIG_IDE_GENERIC=y
276CONFIG_BLK_DEV_IDEPCI=y
277CONFIG_IDEPCI_SHARE_IRQ=y
278# CONFIG_BLK_DEV_OFFBOARD is not set
279CONFIG_BLK_DEV_GENERIC=y
280# CONFIG_BLK_DEV_OPTI621 is not set
281# CONFIG_BLK_DEV_SL82C105 is not set
282CONFIG_BLK_DEV_IDEDMA_PCI=y
283# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
284CONFIG_IDEDMA_PCI_AUTO=y
285# CONFIG_IDEDMA_ONLYDISK is not set
286# CONFIG_BLK_DEV_AEC62XX is not set
287# CONFIG_BLK_DEV_ALI15X3 is not set
288CONFIG_BLK_DEV_AMD74XX=y
289# CONFIG_BLK_DEV_CMD64X is not set
290# CONFIG_BLK_DEV_TRIFLEX is not set
291# CONFIG_BLK_DEV_CY82C693 is not set
292# CONFIG_BLK_DEV_CS5520 is not set
293# CONFIG_BLK_DEV_CS5530 is not set
294# CONFIG_BLK_DEV_HPT34X is not set
295# CONFIG_BLK_DEV_HPT366 is not set
296# CONFIG_BLK_DEV_SC1200 is not set
297# CONFIG_BLK_DEV_PIIX is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700298# CONFIG_BLK_DEV_IT821X is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299# CONFIG_BLK_DEV_NS87415 is not set
300# CONFIG_BLK_DEV_PDC202XX_OLD is not set
301# CONFIG_BLK_DEV_PDC202XX_NEW is not set
302# CONFIG_BLK_DEV_SVWKS is not set
303# CONFIG_BLK_DEV_SIIMAGE is not set
304# CONFIG_BLK_DEV_SLC90E66 is not set
305# CONFIG_BLK_DEV_TRM290 is not set
306# CONFIG_BLK_DEV_VIA82CXXX is not set
307# CONFIG_IDE_ARM is not set
308CONFIG_BLK_DEV_IDEDMA=y
309# CONFIG_IDEDMA_IVB is not set
310CONFIG_IDEDMA_AUTO=y
311# CONFIG_BLK_DEV_HD is not set
312
313#
314# SCSI device support
315#
316# CONFIG_SCSI is not set
317
318#
319# Multi-device support (RAID and LVM)
320#
321# CONFIG_MD is not set
322
323#
324# Fusion MPT device support
325#
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700326# CONFIG_FUSION is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327
328#
329# IEEE 1394 (FireWire) support
330#
331# CONFIG_IEEE1394 is not set
332
333#
334# I2O device support
335#
336# CONFIG_I2O is not set
337
338#
339# Macintosh device drivers
340#
341
342#
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700343# Network device support
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345CONFIG_NETDEVICES=y
346# CONFIG_DUMMY is not set
347# CONFIG_BONDING is not set
348# CONFIG_EQUALIZER is not set
349# CONFIG_TUN is not set
350
351#
352# ARCnet devices
353#
354# CONFIG_ARCNET is not set
355
356#
357# Ethernet (10 or 100Mbit)
358#
359CONFIG_NET_ETHERNET=y
360CONFIG_MII=y
361# CONFIG_HAPPYMEAL is not set
362# CONFIG_SUNGEM is not set
363# CONFIG_NET_VENDOR_3COM is not set
364
365#
366# Tulip family network device support
367#
368# CONFIG_NET_TULIP is not set
369# CONFIG_HP100 is not set
370CONFIG_NET_PCI=y
371# CONFIG_PCNET32 is not set
372CONFIG_AMD8111_ETH=y
373# CONFIG_AMD8111E_NAPI is not set
374# CONFIG_ADAPTEC_STARFIRE is not set
375# CONFIG_B44 is not set
376# CONFIG_FORCEDETH is not set
377# CONFIG_DGRS is not set
378# CONFIG_EEPRO100 is not set
379# CONFIG_E100 is not set
380# CONFIG_FEALNX is not set
381# CONFIG_NATSEMI is not set
382# CONFIG_NE2K_PCI is not set
383# CONFIG_8139CP is not set
384# CONFIG_8139TOO is not set
385# CONFIG_SIS900 is not set
386# CONFIG_EPIC100 is not set
387# CONFIG_SUNDANCE is not set
388# CONFIG_VIA_RHINE is not set
389
390#
391# Ethernet (1000 Mbit)
392#
393# CONFIG_ACENIC is not set
394# CONFIG_DL2K is not set
395CONFIG_E1000=y
396# CONFIG_E1000_NAPI is not set
397# CONFIG_NS83820 is not set
398# CONFIG_HAMACHI is not set
399# CONFIG_YELLOWFIN is not set
400# CONFIG_R8169 is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700401# CONFIG_SKGE is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402# CONFIG_SK98LIN is not set
403# CONFIG_VIA_VELOCITY is not set
404# CONFIG_TIGON3 is not set
Paul Mackerras4845f332005-06-14 22:19:24 +1000405# CONFIG_BNX2 is not set
406# CONFIG_MV643XX_ETH is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407
408#
409# Ethernet (10000 Mbit)
410#
411# CONFIG_IXGB is not set
412# CONFIG_S2IO is not set
413
414#
415# Token Ring devices
416#
417# CONFIG_TR is not set
418
419#
420# Wireless LAN (non-hamradio)
421#
422# CONFIG_NET_RADIO is not set
423
424#
425# Wan interfaces
426#
427# CONFIG_WAN is not set
428# CONFIG_FDDI is not set
429# CONFIG_HIPPI is not set
430# CONFIG_PPP is not set
431# CONFIG_SLIP is not set
432# CONFIG_SHAPER is not set
433# CONFIG_NETCONSOLE is not set
Paul Mackerras0f0767c2005-08-08 14:16:43 +1000434# CONFIG_NETPOLL is not set
435# CONFIG_NET_POLL_CONTROLLER is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436
437#
438# ISDN subsystem
439#
440# CONFIG_ISDN is not set
441
442#
443# Telephony Support
444#
445# CONFIG_PHONE is not set
446
447#
448# Input device support
449#
450CONFIG_INPUT=y
451
452#
453# Userland interfaces
454#
455CONFIG_INPUT_MOUSEDEV=y
456# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
457CONFIG_INPUT_MOUSEDEV_SCREEN_X=1600
458CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1200
459# CONFIG_INPUT_JOYDEV is not set
460# CONFIG_INPUT_TSDEV is not set
461# CONFIG_INPUT_EVDEV is not set
462# CONFIG_INPUT_EVBUG is not set
463
464#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465# Input Device Drivers
466#
467# CONFIG_INPUT_KEYBOARD is not set
468# CONFIG_INPUT_MOUSE is not set
469# CONFIG_INPUT_JOYSTICK is not set
470# CONFIG_INPUT_TOUCHSCREEN is not set
471# CONFIG_INPUT_MISC is not set
472
473#
Paul Mackerras4845f332005-06-14 22:19:24 +1000474# Hardware I/O ports
475#
476# CONFIG_SERIO is not set
477# CONFIG_GAMEPORT is not set
478
479#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480# Character devices
481#
482CONFIG_VT=y
483CONFIG_VT_CONSOLE=y
484CONFIG_HW_CONSOLE=y
485# CONFIG_SERIAL_NONSTANDARD is not set
486
487#
488# Serial drivers
489#
490CONFIG_SERIAL_8250=y
491CONFIG_SERIAL_8250_CONSOLE=y
492CONFIG_SERIAL_8250_NR_UARTS=4
493# CONFIG_SERIAL_8250_EXTENDED is not set
494
495#
496# Non-8250 serial port support
497#
498CONFIG_SERIAL_CORE=y
499CONFIG_SERIAL_CORE_CONSOLE=y
Paul Mackerras4845f332005-06-14 22:19:24 +1000500# CONFIG_SERIAL_JSM is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501CONFIG_UNIX98_PTYS=y
502CONFIG_LEGACY_PTYS=y
503CONFIG_LEGACY_PTY_COUNT=256
504
505#
506# IPMI
507#
508# CONFIG_IPMI_HANDLER is not set
509
510#
511# Watchdog Cards
512#
513# CONFIG_WATCHDOG is not set
514# CONFIG_RTC is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515# CONFIG_DTLK is not set
516# CONFIG_R3964 is not set
517# CONFIG_APPLICOM is not set
518
519#
520# Ftape, the floppy tape device driver
521#
Paul Mackerras4845f332005-06-14 22:19:24 +1000522# CONFIG_AGP is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523# CONFIG_DRM is not set
524# CONFIG_RAW_DRIVER is not set
Paul Mackerras4845f332005-06-14 22:19:24 +1000525# CONFIG_HANGCHECK_TIMER is not set
526
527#
528# TPM devices
529#
530# CONFIG_TCG_TPM is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531
532#
533# I2C support
534#
535CONFIG_I2C=y
536CONFIG_I2C_CHARDEV=y
537
538#
539# I2C Algorithms
540#
541CONFIG_I2C_ALGOBIT=y
542# CONFIG_I2C_ALGOPCF is not set
543# CONFIG_I2C_ALGOPCA is not set
544
545#
546# I2C Hardware Bus support
547#
548# CONFIG_I2C_ALI1535 is not set
549# CONFIG_I2C_ALI1563 is not set
550# CONFIG_I2C_ALI15X3 is not set
551# CONFIG_I2C_AMD756 is not set
552CONFIG_I2C_AMD8111=y
553# CONFIG_I2C_I801 is not set
554# CONFIG_I2C_I810 is not set
Paul Mackerras4845f332005-06-14 22:19:24 +1000555# CONFIG_I2C_PIIX4 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556# CONFIG_I2C_ISA is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557# CONFIG_I2C_NFORCE2 is not set
558# CONFIG_I2C_PARPORT_LIGHT is not set
559# CONFIG_I2C_PROSAVAGE is not set
560# CONFIG_I2C_SAVAGE4 is not set
561# CONFIG_SCx200_ACB is not set
562# CONFIG_I2C_SIS5595 is not set
563# CONFIG_I2C_SIS630 is not set
564# CONFIG_I2C_SIS96X is not set
565# CONFIG_I2C_STUB is not set
566# CONFIG_I2C_VIA is not set
567# CONFIG_I2C_VIAPRO is not set
568# CONFIG_I2C_VOODOO3 is not set
569# CONFIG_I2C_PCA_ISA is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570# CONFIG_I2C_SENSOR is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571
572#
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700573# Miscellaneous I2C Chip support
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574#
Paul Mackerras4845f332005-06-14 22:19:24 +1000575# CONFIG_SENSORS_DS1337 is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700576# CONFIG_SENSORS_DS1374 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577# CONFIG_SENSORS_EEPROM is not set
578# CONFIG_SENSORS_PCF8574 is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700579# CONFIG_SENSORS_PCA9539 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580# CONFIG_SENSORS_PCF8591 is not set
581# CONFIG_SENSORS_RTC8564 is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700582# CONFIG_SENSORS_MAX6875 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583# CONFIG_I2C_DEBUG_CORE is not set
584# CONFIG_I2C_DEBUG_ALGO is not set
585# CONFIG_I2C_DEBUG_BUS is not set
586# CONFIG_I2C_DEBUG_CHIP is not set
587
588#
589# Dallas's 1-wire bus
590#
591# CONFIG_W1 is not set
592
593#
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700594# Hardware Monitoring support
595#
596# CONFIG_HWMON is not set
597
598#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599# Misc devices
600#
601
602#
603# Multimedia devices
604#
605# CONFIG_VIDEO_DEV is not set
606
607#
608# Digital Video Broadcasting Devices
609#
610# CONFIG_DVB is not set
611
612#
613# Graphics support
614#
615# CONFIG_FB is not set
616
617#
618# Console display driver support
619#
620# CONFIG_VGA_CONSOLE is not set
621CONFIG_DUMMY_CONSOLE=y
622
623#
624# Sound
625#
626# CONFIG_SOUND is not set
627
628#
629# USB support
630#
Paul Mackerras4845f332005-06-14 22:19:24 +1000631CONFIG_USB_ARCH_HAS_HCD=y
632CONFIG_USB_ARCH_HAS_OHCI=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633CONFIG_USB=y
634# CONFIG_USB_DEBUG is not set
635
636#
637# Miscellaneous USB options
638#
639CONFIG_USB_DEVICEFS=y
640# CONFIG_USB_BANDWIDTH is not set
641# CONFIG_USB_DYNAMIC_MINORS is not set
642# CONFIG_USB_OTG is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643
644#
645# USB Host Controller Drivers
646#
647CONFIG_USB_EHCI_HCD=y
648CONFIG_USB_EHCI_SPLIT_ISO=y
649CONFIG_USB_EHCI_ROOT_HUB_TT=y
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700650# CONFIG_USB_ISP116X_HCD is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651CONFIG_USB_OHCI_HCD=y
Paul Mackerras4845f332005-06-14 22:19:24 +1000652# CONFIG_USB_OHCI_BIG_ENDIAN is not set
653CONFIG_USB_OHCI_LITTLE_ENDIAN=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654CONFIG_USB_UHCI_HCD=y
655# CONFIG_USB_SL811_HCD is not set
656
657#
658# USB Device Class drivers
659#
660# CONFIG_USB_BLUETOOTH_TTY is not set
661# CONFIG_USB_ACM is not set
662# CONFIG_USB_PRINTER is not set
663
664#
665# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
666#
667# CONFIG_USB_STORAGE is not set
668
669#
670# USB Input Devices
671#
672CONFIG_USB_HID=y
673CONFIG_USB_HIDINPUT=y
674# CONFIG_HID_FF is not set
675# CONFIG_USB_HIDDEV is not set
676# CONFIG_USB_AIPTEK is not set
677# CONFIG_USB_WACOM is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700678# CONFIG_USB_ACECAD is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679# CONFIG_USB_KBTAB is not set
680# CONFIG_USB_POWERMATE is not set
681# CONFIG_USB_MTOUCH is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700682# CONFIG_USB_ITMTOUCH is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683# CONFIG_USB_EGALAX is not set
684# CONFIG_USB_XPAD is not set
685# CONFIG_USB_ATI_REMOTE is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700686# CONFIG_USB_KEYSPAN_REMOTE is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687
688#
689# USB Imaging devices
690#
691# CONFIG_USB_MDC800 is not set
692
693#
694# USB Multimedia devices
695#
696# CONFIG_USB_DABUSB is not set
697
698#
699# Video4Linux support is needed for USB Multimedia device support
700#
701
702#
703# USB Network Adapters
704#
705# CONFIG_USB_CATC is not set
706# CONFIG_USB_KAWETH is not set
707CONFIG_USB_PEGASUS=y
708# CONFIG_USB_RTL8150 is not set
709# CONFIG_USB_USBNET is not set
Paul Mackerras4845f332005-06-14 22:19:24 +1000710CONFIG_USB_MON=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711
712#
713# USB port drivers
714#
715
716#
717# USB Serial Converter support
718#
719CONFIG_USB_SERIAL=y
720# CONFIG_USB_SERIAL_CONSOLE is not set
721CONFIG_USB_SERIAL_GENERIC=y
Paul Mackerras4845f332005-06-14 22:19:24 +1000722# CONFIG_USB_SERIAL_AIRPRIME is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723# CONFIG_USB_SERIAL_BELKIN is not set
724# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
Paul Mackerras4845f332005-06-14 22:19:24 +1000725# CONFIG_USB_SERIAL_CP2101 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726CONFIG_USB_SERIAL_CYPRESS_M8=m
727# CONFIG_USB_SERIAL_EMPEG is not set
728# CONFIG_USB_SERIAL_FTDI_SIO is not set
729# CONFIG_USB_SERIAL_VISOR is not set
730# CONFIG_USB_SERIAL_IPAQ is not set
731# CONFIG_USB_SERIAL_IR is not set
732# CONFIG_USB_SERIAL_EDGEPORT is not set
733# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
734CONFIG_USB_SERIAL_GARMIN=m
735CONFIG_USB_SERIAL_IPW=m
736# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
737CONFIG_USB_SERIAL_KEYSPAN=y
738CONFIG_USB_SERIAL_KEYSPAN_MPR=y
739CONFIG_USB_SERIAL_KEYSPAN_USA28=y
740CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
741CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
742CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
743CONFIG_USB_SERIAL_KEYSPAN_USA19=y
744CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
745CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
746CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
747CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
748CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
749CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
750# CONFIG_USB_SERIAL_KLSI is not set
751# CONFIG_USB_SERIAL_KOBIL_SCT is not set
752# CONFIG_USB_SERIAL_MCT_U232 is not set
753# CONFIG_USB_SERIAL_PL2303 is not set
Paul Mackerras4845f332005-06-14 22:19:24 +1000754# CONFIG_USB_SERIAL_HP4X is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755# CONFIG_USB_SERIAL_SAFE is not set
756CONFIG_USB_SERIAL_TI=m
757# CONFIG_USB_SERIAL_CYBERJACK is not set
758# CONFIG_USB_SERIAL_XIRCOM is not set
759# CONFIG_USB_SERIAL_OMNINET is not set
760CONFIG_USB_EZUSB=y
761
762#
763# USB Miscellaneous drivers
764#
765# CONFIG_USB_EMI62 is not set
766# CONFIG_USB_EMI26 is not set
767# CONFIG_USB_AUERSWALD is not set
768# CONFIG_USB_RIO500 is not set
769# CONFIG_USB_LEGOTOWER is not set
770# CONFIG_USB_LCD is not set
771# CONFIG_USB_LED is not set
772# CONFIG_USB_CYTHERM is not set
773# CONFIG_USB_PHIDGETKIT is not set
774# CONFIG_USB_PHIDGETSERVO is not set
775# CONFIG_USB_IDMOUSE is not set
Paul Mackerras4845f332005-06-14 22:19:24 +1000776# CONFIG_USB_SISUSBVGA is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700777# CONFIG_USB_LD is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778# CONFIG_USB_TEST is not set
779
780#
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700781# USB DSL modem support
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782#
783
784#
785# USB Gadget Support
786#
787# CONFIG_USB_GADGET is not set
788
789#
790# MMC/SD Card support
791#
792# CONFIG_MMC is not set
793
794#
795# InfiniBand support
796#
797# CONFIG_INFINIBAND is not set
798
799#
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700800# SN Devices
801#
802
803#
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804# File systems
805#
806CONFIG_EXT2_FS=y
807# CONFIG_EXT2_FS_XATTR is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700808CONFIG_EXT2_FS_XIP=y
809CONFIG_FS_XIP=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810CONFIG_EXT3_FS=y
811# CONFIG_EXT3_FS_XATTR is not set
812CONFIG_JBD=y
813# CONFIG_JBD_DEBUG is not set
814# CONFIG_REISERFS_FS is not set
815# CONFIG_JFS_FS is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700816CONFIG_FS_POSIX_ACL=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817
818#
819# XFS support
820#
821# CONFIG_XFS_FS is not set
822# CONFIG_MINIX_FS is not set
823# CONFIG_ROMFS_FS is not set
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700824CONFIG_INOTIFY=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825# CONFIG_QUOTA is not set
826CONFIG_DNOTIFY=y
827# CONFIG_AUTOFS_FS is not set
828# CONFIG_AUTOFS4_FS is not set
829
830#
831# CD-ROM/DVD Filesystems
832#
833# CONFIG_ISO9660_FS is not set
834# CONFIG_UDF_FS is not set
835
836#
837# DOS/FAT/NT Filesystems
838#
839CONFIG_FAT_FS=y
840CONFIG_MSDOS_FS=y
841CONFIG_VFAT_FS=y
842CONFIG_FAT_DEFAULT_CODEPAGE=437
843CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
844# CONFIG_NTFS_FS is not set
845
846#
847# Pseudo filesystems
848#
849CONFIG_PROC_FS=y
850CONFIG_PROC_KCORE=y
851CONFIG_SYSFS=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852CONFIG_DEVPTS_FS_XATTR=y
853# CONFIG_DEVPTS_FS_SECURITY is not set
854CONFIG_TMPFS=y
855CONFIG_TMPFS_XATTR=y
856CONFIG_TMPFS_SECURITY=y
857CONFIG_HUGETLBFS=y
858CONFIG_HUGETLB_PAGE=y
859CONFIG_RAMFS=y
860
861#
862# Miscellaneous filesystems
863#
864# CONFIG_ADFS_FS is not set
865# CONFIG_AFFS_FS is not set
866# CONFIG_HFS_FS is not set
867# CONFIG_HFSPLUS_FS is not set
868# CONFIG_BEFS_FS is not set
869# CONFIG_BFS_FS is not set
870# CONFIG_EFS_FS is not set
871CONFIG_CRAMFS=y
872# CONFIG_VXFS_FS is not set
873# CONFIG_HPFS_FS is not set
874# CONFIG_QNX4FS_FS is not set
875# CONFIG_SYSV_FS is not set
876# CONFIG_UFS_FS is not set
877
878#
879# Network File Systems
880#
881CONFIG_NFS_FS=y
882CONFIG_NFS_V3=y
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700883CONFIG_NFS_V3_ACL=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884CONFIG_NFS_V4=y
885# CONFIG_NFS_DIRECTIO is not set
886# CONFIG_NFSD is not set
887CONFIG_ROOT_NFS=y
888CONFIG_LOCKD=y
889CONFIG_LOCKD_V4=y
Olaf Hering1bc3a1e2005-07-27 11:44:15 -0700890CONFIG_NFS_ACL_SUPPORT=y
891CONFIG_NFS_COMMON=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892CONFIG_SUNRPC=y
893CONFIG_SUNRPC_GSS=y
894CONFIG_RPCSEC_GSS_KRB5=y
895# CONFIG_RPCSEC_GSS_SPKM3 is not set
896# CONFIG_SMB_FS is not set
897# CONFIG_CIFS is not set
898# CONFIG_NCP_FS is not set
899# CONFIG_CODA_FS is not set
900# CONFIG_AFS_FS is not set
901
902#
903# Partition Types
904#
905CONFIG_PARTITION_ADVANCED=y
906# CONFIG_ACORN_PARTITION is not set
907# CONFIG_OSF_PARTITION is not set
908# CONFIG_AMIGA_PARTITION is not set
909# CONFIG_ATARI_PARTITION is not set
910CONFIG_MAC_PARTITION=y
911CONFIG_MSDOS_PARTITION=y
912# CONFIG_BSD_DISKLABEL is not set
913# CONFIG_MINIX_SUBPARTITION is not set
914# CONFIG_SOLARIS_X86_PARTITION is not set
915# CONFIG_UNIXWARE_DISKLABEL is not set
916# CONFIG_LDM_PARTITION is not set
917# CONFIG_SGI_PARTITION is not set
918# CONFIG_ULTRIX_PARTITION is not set
919# CONFIG_SUN_PARTITION is not set
920# CONFIG_EFI_PARTITION is not set
921
922#
923# Native Language Support
924#
925CONFIG_NLS=y
926CONFIG_NLS_DEFAULT="utf-8"
927# CONFIG_NLS_CODEPAGE_437 is not set
928# CONFIG_NLS_CODEPAGE_737 is not set
929# CONFIG_NLS_CODEPAGE_775 is not set
930# CONFIG_NLS_CODEPAGE_850 is not set
931# CONFIG_NLS_CODEPAGE_852 is not set
932# CONFIG_NLS_CODEPAGE_855 is not set
933# CONFIG_NLS_CODEPAGE_857 is not set
934# CONFIG_NLS_CODEPAGE_860 is not set
935# CONFIG_NLS_CODEPAGE_861 is not set
936# CONFIG_NLS_CODEPAGE_862 is not set
937# CONFIG_NLS_CODEPAGE_863 is not set
938# CONFIG_NLS_CODEPAGE_864 is not set
939# CONFIG_NLS_CODEPAGE_865 is not set
940# CONFIG_NLS_CODEPAGE_866 is not set
941# CONFIG_NLS_CODEPAGE_869 is not set
942# CONFIG_NLS_CODEPAGE_936 is not set
943# CONFIG_NLS_CODEPAGE_950 is not set
944# CONFIG_NLS_CODEPAGE_932 is not set
945# CONFIG_NLS_CODEPAGE_949 is not set
946# CONFIG_NLS_CODEPAGE_874 is not set
947# CONFIG_NLS_ISO8859_8 is not set
948# CONFIG_NLS_CODEPAGE_1250 is not set
949# CONFIG_NLS_CODEPAGE_1251 is not set
950# CONFIG_NLS_ASCII is not set
951# CONFIG_NLS_ISO8859_1 is not set
952# CONFIG_NLS_ISO8859_2 is not set
953# CONFIG_NLS_ISO8859_3 is not set
954# CONFIG_NLS_ISO8859_4 is not set
955# CONFIG_NLS_ISO8859_5 is not set
956# CONFIG_NLS_ISO8859_6 is not set
957# CONFIG_NLS_ISO8859_7 is not set
958# CONFIG_NLS_ISO8859_9 is not set
959# CONFIG_NLS_ISO8859_13 is not set
960# CONFIG_NLS_ISO8859_14 is not set
961# CONFIG_NLS_ISO8859_15 is not set
962# CONFIG_NLS_KOI8_R is not set
963# CONFIG_NLS_KOI8_U is not set
964CONFIG_NLS_UTF8=y
965
966#
967# Profiling support
968#
969# CONFIG_PROFILING is not set
970
971#
972# Kernel hacking
973#
Paul Mackerras4845f332005-06-14 22:19:24 +1000974# CONFIG_PRINTK_TIME is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975CONFIG_DEBUG_KERNEL=y
976CONFIG_MAGIC_SYSRQ=y
Paul Mackerras4845f332005-06-14 22:19:24 +1000977CONFIG_LOG_BUF_SHIFT=17
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978# CONFIG_SCHEDSTATS is not set
979CONFIG_DEBUG_SLAB=y
Paul Mackerras4845f332005-06-14 22:19:24 +1000980# CONFIG_DEBUG_SPINLOCK is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981CONFIG_DEBUG_SPINLOCK_SLEEP=y
982# CONFIG_DEBUG_KOBJECT is not set
983# CONFIG_DEBUG_INFO is not set
984CONFIG_DEBUG_FS=y
985CONFIG_DEBUG_STACKOVERFLOW=y
986# CONFIG_KPROBES is not set
987CONFIG_DEBUG_STACK_USAGE=y
988CONFIG_DEBUGGER=y
989CONFIG_XMON=y
990CONFIG_XMON_DEFAULT=y
991# CONFIG_PPCDBG is not set
992# CONFIG_IRQSTACKS is not set
993
994#
995# Security options
996#
997# CONFIG_KEYS is not set
998# CONFIG_SECURITY is not set
999
1000#
1001# Cryptographic options
1002#
1003CONFIG_CRYPTO=y
1004# CONFIG_CRYPTO_HMAC is not set
1005# CONFIG_CRYPTO_NULL is not set
1006# CONFIG_CRYPTO_MD4 is not set
1007CONFIG_CRYPTO_MD5=y
1008# CONFIG_CRYPTO_SHA1 is not set
1009# CONFIG_CRYPTO_SHA256 is not set
1010# CONFIG_CRYPTO_SHA512 is not set
1011# CONFIG_CRYPTO_WP512 is not set
Paul Mackerras4845f332005-06-14 22:19:24 +10001012# CONFIG_CRYPTO_TGR192 is not set
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013CONFIG_CRYPTO_DES=y
1014# CONFIG_CRYPTO_BLOWFISH is not set
1015# CONFIG_CRYPTO_TWOFISH is not set
1016# CONFIG_CRYPTO_SERPENT is not set
1017# CONFIG_CRYPTO_AES is not set
1018# CONFIG_CRYPTO_CAST5 is not set
1019# CONFIG_CRYPTO_CAST6 is not set
1020# CONFIG_CRYPTO_TEA is not set
1021# CONFIG_CRYPTO_ARC4 is not set
1022# CONFIG_CRYPTO_KHAZAD is not set
1023# CONFIG_CRYPTO_ANUBIS is not set
1024# CONFIG_CRYPTO_DEFLATE is not set
1025# CONFIG_CRYPTO_MICHAEL_MIC is not set
1026# CONFIG_CRYPTO_CRC32C is not set
1027# CONFIG_CRYPTO_TEST is not set
1028
1029#
1030# Hardware crypto devices
1031#
1032
1033#
1034# Library routines
1035#
1036CONFIG_CRC_CCITT=y
1037CONFIG_CRC32=y
1038# CONFIG_LIBCRC32C is not set
1039CONFIG_ZLIB_INFLATE=y