blob: fd604968f9a2b8afa636c62771716fb1941e8c16 [file] [log] [blame]
Geoff Levand797c7b52006-11-23 00:47:01 +01001#
2# Automatically generated make config: don't edit
Geoff Levand0cd74f32007-05-01 07:01:11 +10003# Linux kernel version: 2.6.21
4# Mon Apr 30 12:03:35 2007
Geoff Levand797c7b52006-11-23 00:47:01 +01005#
6CONFIG_PPC64=y
7CONFIG_64BIT=y
8CONFIG_PPC_MERGE=y
9CONFIG_MMU=y
10CONFIG_GENERIC_HARDIRQS=y
11CONFIG_IRQ_PER_CPU=y
12CONFIG_RWSEM_XCHGADD_ALGORITHM=y
Paul Mackerrase89debc2007-01-22 22:39:24 +110013CONFIG_ARCH_HAS_ILOG2_U32=y
14CONFIG_ARCH_HAS_ILOG2_U64=y
Geoff Levand797c7b52006-11-23 00:47:01 +010015CONFIG_GENERIC_HWEIGHT=y
16CONFIG_GENERIC_CALIBRATE_DELAY=y
17CONFIG_GENERIC_FIND_NEXT_BIT=y
18CONFIG_PPC=y
19CONFIG_EARLY_PRINTK=y
20CONFIG_COMPAT=y
21CONFIG_SYSVIPC_COMPAT=y
22CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
23CONFIG_ARCH_MAY_HAVE_PC_FDC=y
24CONFIG_PPC_OF=y
25# CONFIG_PPC_UDBG_16550 is not set
26# CONFIG_GENERIC_TBSYNC is not set
27CONFIG_AUDIT_ARCH=y
Paul Mackerrase89debc2007-01-22 22:39:24 +110028CONFIG_GENERIC_BUG=y
Geoff Levand797c7b52006-11-23 00:47:01 +010029# CONFIG_DEFAULT_UIMAGE is not set
30
31#
32# Processor support
33#
34# CONFIG_POWER4_ONLY is not set
35CONFIG_POWER3=y
36CONFIG_POWER4=y
37CONFIG_PPC_FPU=y
38# CONFIG_PPC_DCR_NATIVE is not set
39# CONFIG_PPC_DCR_MMIO is not set
40# CONFIG_PPC_OF_PLATFORM_PCI is not set
41CONFIG_ALTIVEC=y
42CONFIG_PPC_STD_MMU=y
43CONFIG_VIRT_CPU_ACCOUNTING=y
44CONFIG_SMP=y
45CONFIG_NR_CPUS=2
46CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
47
48#
49# Code maturity level options
50#
51CONFIG_EXPERIMENTAL=y
52CONFIG_LOCK_KERNEL=y
53CONFIG_INIT_ENV_ARG_LIMIT=32
54
55#
56# General setup
57#
58CONFIG_LOCALVERSION=""
59CONFIG_LOCALVERSION_AUTO=y
60CONFIG_SWAP=y
61CONFIG_SYSVIPC=y
62# CONFIG_IPC_NS is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +100063CONFIG_SYSVIPC_SYSCTL=y
Geoff Levand797c7b52006-11-23 00:47:01 +010064# CONFIG_POSIX_MQUEUE is not set
65# CONFIG_BSD_PROCESS_ACCT is not set
66# CONFIG_TASKSTATS is not set
67# CONFIG_UTS_NS is not set
68# CONFIG_AUDIT is not set
69# CONFIG_IKCONFIG is not set
70# CONFIG_CPUSETS is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +110071CONFIG_SYSFS_DEPRECATED=y
Geoff Levand797c7b52006-11-23 00:47:01 +010072# CONFIG_RELAY is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +100073CONFIG_BLK_DEV_INITRD=y
Geoff Levand797c7b52006-11-23 00:47:01 +010074CONFIG_INITRAMFS_SOURCE=""
Geoff Levand5f3162f2007-01-26 19:08:29 -080075CONFIG_CC_OPTIMIZE_FOR_SIZE=y
Geoff Levand797c7b52006-11-23 00:47:01 +010076CONFIG_SYSCTL=y
Geoff Levand5f3162f2007-01-26 19:08:29 -080077# CONFIG_EMBEDDED is not set
78CONFIG_SYSCTL_SYSCALL=y
Geoff Levand797c7b52006-11-23 00:47:01 +010079CONFIG_KALLSYMS=y
80CONFIG_KALLSYMS_ALL=y
81CONFIG_KALLSYMS_EXTRA_PASS=y
82CONFIG_HOTPLUG=y
83CONFIG_PRINTK=y
84CONFIG_BUG=y
85CONFIG_ELF_CORE=y
86CONFIG_BASE_FULL=y
87CONFIG_FUTEX=y
88CONFIG_EPOLL=y
89CONFIG_SHMEM=y
90CONFIG_SLAB=y
91CONFIG_VM_EVENT_COUNTERS=y
92CONFIG_RT_MUTEXES=y
93# CONFIG_TINY_SHMEM is not set
94CONFIG_BASE_SMALL=0
95# CONFIG_SLOB is not set
96
97#
98# Loadable module support
99#
100CONFIG_MODULES=y
101CONFIG_MODULE_UNLOAD=y
102# CONFIG_MODULE_FORCE_UNLOAD is not set
103# CONFIG_MODVERSIONS is not set
104# CONFIG_MODULE_SRCVERSION_ALL is not set
105CONFIG_KMOD=y
106CONFIG_STOP_MACHINE=y
107
108#
109# Block layer
110#
111CONFIG_BLOCK=y
112# CONFIG_BLK_DEV_IO_TRACE is not set
113
114#
115# IO Schedulers
116#
117CONFIG_IOSCHED_NOOP=y
118CONFIG_IOSCHED_AS=y
119CONFIG_IOSCHED_DEADLINE=y
120CONFIG_IOSCHED_CFQ=y
121CONFIG_DEFAULT_AS=y
122# CONFIG_DEFAULT_DEADLINE is not set
123# CONFIG_DEFAULT_CFQ is not set
124# CONFIG_DEFAULT_NOOP is not set
125CONFIG_DEFAULT_IOSCHED="anticipatory"
126
127#
128# Platform support
129#
130CONFIG_PPC_MULTIPLATFORM=y
131# CONFIG_EMBEDDED6xx is not set
132# CONFIG_APUS is not set
133# CONFIG_PPC_PSERIES is not set
134# CONFIG_PPC_ISERIES is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100135# CONFIG_PPC_MPC52xx is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000136# CONFIG_PPC_MPC5200 is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100137# CONFIG_PPC_PMAC is not set
138# CONFIG_PPC_MAPLE is not set
139# CONFIG_PPC_PASEMI is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000140# CONFIG_PPC_CELLEB is not set
141CONFIG_PPC_PS3=y
142
143#
144# PS3 Platform Options
145#
146# CONFIG_PS3_ADVANCED is not set
147CONFIG_PS3_HTAB_SIZE=20
148# CONFIG_PS3_DYNAMIC_DMA is not set
149CONFIG_PS3_USE_LPAR_ADDR=y
150CONFIG_PS3_VUART=y
151CONFIG_PS3_PS3AV=y
152CONFIG_PS3_SYS_MANAGER=y
Geoff Levand797c7b52006-11-23 00:47:01 +0100153CONFIG_PPC_CELL=y
154# CONFIG_PPC_CELL_NATIVE is not set
155# CONFIG_PPC_IBM_CELL_BLADE is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000156
157#
158# Cell Broadband Engine options
159#
160CONFIG_SPU_FS=y
161CONFIG_SPU_BASE=y
162# CONFIG_PQ2ADS is not set
163# CONFIG_MPIC is not set
164# CONFIG_MPIC_WEIRD is not set
165# CONFIG_PPC_I8259 is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100166# CONFIG_U3_DART is not set
167# CONFIG_PPC_RTAS is not set
168# CONFIG_MMIO_NVRAM is not set
169# CONFIG_PPC_MPC106 is not set
170# CONFIG_PPC_970_NAP is not set
171# CONFIG_PPC_INDIRECT_IO is not set
172# CONFIG_GENERIC_IOMAP is not set
173# CONFIG_CPU_FREQ is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000174# CONFIG_CPM2 is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100175
176#
177# Kernel options
178#
179# CONFIG_HZ_100 is not set
180CONFIG_HZ_250=y
Paul Mackerrase89debc2007-01-22 22:39:24 +1100181# CONFIG_HZ_300 is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100182# CONFIG_HZ_1000 is not set
183CONFIG_HZ=250
184CONFIG_PREEMPT_NONE=y
185# CONFIG_PREEMPT_VOLUNTARY is not set
186# CONFIG_PREEMPT is not set
187# CONFIG_PREEMPT_BKL is not set
188CONFIG_BINFMT_ELF=y
189CONFIG_BINFMT_MISC=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000190CONFIG_FORCE_MAX_ZONEORDER=13
Geoff Levand797c7b52006-11-23 00:47:01 +0100191# CONFIG_IOMMU_VMERGE is not set
192CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000193CONFIG_KEXEC=y
Geoff Levand797c7b52006-11-23 00:47:01 +0100194# CONFIG_CRASH_DUMP is not set
195# CONFIG_IRQ_ALL_CPUS is not set
196# CONFIG_NUMA is not set
197CONFIG_ARCH_SELECT_MEMORY_MODEL=y
198CONFIG_ARCH_FLATMEM_ENABLE=y
199CONFIG_ARCH_SPARSEMEM_ENABLE=y
200CONFIG_ARCH_SPARSEMEM_DEFAULT=y
201CONFIG_ARCH_POPULATES_NODE_MAP=y
202CONFIG_SELECT_MEMORY_MODEL=y
203# CONFIG_FLATMEM_MANUAL is not set
204# CONFIG_DISCONTIGMEM_MANUAL is not set
205CONFIG_SPARSEMEM_MANUAL=y
206CONFIG_SPARSEMEM=y
207CONFIG_HAVE_MEMORY_PRESENT=y
208# CONFIG_SPARSEMEM_STATIC is not set
209CONFIG_SPARSEMEM_EXTREME=y
210CONFIG_MEMORY_HOTPLUG=y
211CONFIG_MEMORY_HOTPLUG_SPARSE=y
212CONFIG_SPLIT_PTLOCK_CPUS=4
213CONFIG_RESOURCES_64BIT=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000214CONFIG_ZONE_DMA_FLAG=1
Geoff Levand797c7b52006-11-23 00:47:01 +0100215CONFIG_ARCH_MEMORY_PROBE=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000216# CONFIG_PPC_64K_PAGES is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100217# CONFIG_SCHED_SMT is not set
218CONFIG_PROC_DEVICETREE=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000219# CONFIG_CMDLINE_BOOL is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100220# CONFIG_PM is not set
221# CONFIG_SECCOMP is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000222# CONFIG_WANT_DEVICE_TREE is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100223CONFIG_ISA_DMA_API=y
224
225#
226# Bus options
227#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000228CONFIG_ZONE_DMA=y
Geoff Levand797c7b52006-11-23 00:47:01 +0100229CONFIG_GENERIC_ISA_DMA=y
Geoff Levand797c7b52006-11-23 00:47:01 +0100230# CONFIG_PCI is not set
231# CONFIG_PCI_DOMAINS is not set
232
233#
234# PCCARD (PCMCIA/CardBus) support
235#
236# CONFIG_PCCARD is not set
237
238#
239# PCI Hotplug Support
240#
241CONFIG_KERNEL_START=0xc000000000000000
242
243#
244# Networking
245#
246CONFIG_NET=y
247
248#
249# Networking options
250#
Geoff Levand5f3162f2007-01-26 19:08:29 -0800251CONFIG_PACKET=y
252CONFIG_PACKET_MMAP=y
Geoff Levand797c7b52006-11-23 00:47:01 +0100253CONFIG_UNIX=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000254CONFIG_XFRM=y
255# CONFIG_XFRM_USER is not set
256# CONFIG_XFRM_SUB_POLICY is not set
257# CONFIG_XFRM_MIGRATE is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100258# CONFIG_NET_KEY is not set
259CONFIG_INET=y
260# CONFIG_IP_MULTICAST is not set
261# CONFIG_IP_ADVANCED_ROUTER is not set
262CONFIG_IP_FIB_HASH=y
263CONFIG_IP_PNP=y
264CONFIG_IP_PNP_DHCP=y
265# CONFIG_IP_PNP_BOOTP is not set
266# CONFIG_IP_PNP_RARP is not set
267# CONFIG_NET_IPIP is not set
268# CONFIG_NET_IPGRE is not set
269# CONFIG_ARPD is not set
270# CONFIG_SYN_COOKIES is not set
271# CONFIG_INET_AH is not set
272# CONFIG_INET_ESP is not set
273# CONFIG_INET_IPCOMP is not set
274# CONFIG_INET_XFRM_TUNNEL is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000275CONFIG_INET_TUNNEL=y
Geoff Levand797c7b52006-11-23 00:47:01 +0100276# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
277# CONFIG_INET_XFRM_MODE_TUNNEL is not set
278# CONFIG_INET_XFRM_MODE_BEET is not set
279# CONFIG_INET_DIAG is not set
280# CONFIG_TCP_CONG_ADVANCED is not set
281CONFIG_TCP_CONG_CUBIC=y
282CONFIG_DEFAULT_TCP_CONG="cubic"
Paul Mackerrase89debc2007-01-22 22:39:24 +1100283# CONFIG_TCP_MD5SIG is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000284CONFIG_IPV6=y
285# CONFIG_IPV6_PRIVACY is not set
286# CONFIG_IPV6_ROUTER_PREF is not set
287# CONFIG_IPV6_OPTIMISTIC_DAD is not set
288# CONFIG_INET6_AH is not set
289# CONFIG_INET6_ESP is not set
290# CONFIG_INET6_IPCOMP is not set
291# CONFIG_IPV6_MIP6 is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100292# CONFIG_INET6_XFRM_TUNNEL is not set
293# CONFIG_INET6_TUNNEL is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000294CONFIG_INET6_XFRM_MODE_TRANSPORT=y
295CONFIG_INET6_XFRM_MODE_TUNNEL=y
296CONFIG_INET6_XFRM_MODE_BEET=y
297# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
298CONFIG_IPV6_SIT=y
299# CONFIG_IPV6_TUNNEL is not set
300# CONFIG_IPV6_MULTIPLE_TABLES is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100301# CONFIG_NETWORK_SECMARK is not set
302# CONFIG_NETFILTER is not set
303
304#
305# DCCP Configuration (EXPERIMENTAL)
306#
307# CONFIG_IP_DCCP is not set
308
309#
310# SCTP Configuration (EXPERIMENTAL)
311#
312# CONFIG_IP_SCTP is not set
313
314#
315# TIPC Configuration (EXPERIMENTAL)
316#
317# CONFIG_TIPC is not set
318# CONFIG_ATM is not set
319# CONFIG_BRIDGE is not set
320# CONFIG_VLAN_8021Q is not set
321# CONFIG_DECNET is not set
322# CONFIG_LLC2 is not set
323# CONFIG_IPX is not set
324# CONFIG_ATALK is not set
325# CONFIG_X25 is not set
326# CONFIG_LAPB is not set
327# CONFIG_ECONET is not set
328# CONFIG_WAN_ROUTER is not set
329
330#
331# QoS and/or fair queueing
332#
333# CONFIG_NET_SCHED is not set
334
335#
336# Network testing
337#
338# CONFIG_NET_PKTGEN is not set
339# CONFIG_HAMRADIO is not set
340# CONFIG_IRDA is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000341CONFIG_BT=m
342CONFIG_BT_L2CAP=m
343CONFIG_BT_SCO=m
344CONFIG_BT_RFCOMM=m
345# CONFIG_BT_RFCOMM_TTY is not set
346# CONFIG_BT_BNEP is not set
347CONFIG_BT_HIDP=m
348
349#
350# Bluetooth device drivers
351#
352CONFIG_BT_HCIUSB=m
353CONFIG_BT_HCIUSB_SCO=y
354# CONFIG_BT_HCIUART is not set
355# CONFIG_BT_HCIBCM203X is not set
356# CONFIG_BT_HCIBPA10X is not set
357# CONFIG_BT_HCIBFUSB is not set
358# CONFIG_BT_HCIVHCI is not set
359# CONFIG_AF_RXRPC is not set
360
361#
362# Wireless
363#
364# CONFIG_CFG80211 is not set
365CONFIG_WIRELESS_EXT=y
Geoff Levand797c7b52006-11-23 00:47:01 +0100366# CONFIG_IEEE80211 is not set
367
368#
369# Device Drivers
370#
371
372#
373# Generic Driver Options
374#
375CONFIG_STANDALONE=y
376CONFIG_PREVENT_FIRMWARE_BUILD=y
377# CONFIG_FW_LOADER is not set
378# CONFIG_DEBUG_DRIVER is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000379# CONFIG_DEBUG_DEVRES is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100380# CONFIG_SYS_HYPERVISOR is not set
381
382#
383# Connector - unified userspace <-> kernelspace linker
384#
385# CONFIG_CONNECTOR is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100386# CONFIG_MTD is not set
387
388#
389# Parallel port support
390#
391# CONFIG_PARPORT is not set
392
393#
394# Plug and Play support
395#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000396# CONFIG_PNPACPI is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100397
398#
399# Block devices
400#
401# CONFIG_BLK_DEV_FD is not set
402# CONFIG_BLK_DEV_COW_COMMON is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000403CONFIG_BLK_DEV_LOOP=y
404# CONFIG_BLK_DEV_CRYPTOLOOP is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100405# CONFIG_BLK_DEV_NBD is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800406# CONFIG_BLK_DEV_UB is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000407CONFIG_BLK_DEV_RAM=y
408CONFIG_BLK_DEV_RAM_COUNT=16
409CONFIG_BLK_DEV_RAM_SIZE=65535
410CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
Geoff Levand797c7b52006-11-23 00:47:01 +0100411# CONFIG_CDROM_PKTCDVD is not set
412# CONFIG_ATA_OVER_ETH is not set
413
414#
415# Misc devices
416#
Geoff Levand797c7b52006-11-23 00:47:01 +0100417
418#
419# ATA/ATAPI/MFM/RLL support
420#
421# CONFIG_IDE is not set
422
423#
424# SCSI device support
425#
426# CONFIG_RAID_ATTRS is not set
427CONFIG_SCSI=y
Paul Mackerrase89debc2007-01-22 22:39:24 +1100428# CONFIG_SCSI_TGT is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100429# CONFIG_SCSI_NETLINK is not set
430CONFIG_SCSI_PROC_FS=y
431
432#
433# SCSI support type (disk, tape, CD-ROM)
434#
Geoff Levand5f3162f2007-01-26 19:08:29 -0800435CONFIG_BLK_DEV_SD=y
Geoff Levand797c7b52006-11-23 00:47:01 +0100436# CONFIG_CHR_DEV_ST is not set
437# CONFIG_CHR_DEV_OSST is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800438CONFIG_BLK_DEV_SR=y
439# CONFIG_BLK_DEV_SR_VENDOR is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000440CONFIG_CHR_DEV_SG=m
Geoff Levand797c7b52006-11-23 00:47:01 +0100441# CONFIG_CHR_DEV_SCH is not set
442
443#
444# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
445#
446# CONFIG_SCSI_MULTI_LUN is not set
447# CONFIG_SCSI_CONSTANTS is not set
448# CONFIG_SCSI_LOGGING is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100449# CONFIG_SCSI_SCAN_ASYNC is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100450
451#
452# SCSI Transports
453#
454# CONFIG_SCSI_SPI_ATTRS is not set
455# CONFIG_SCSI_FC_ATTRS is not set
456# CONFIG_SCSI_ISCSI_ATTRS is not set
457# CONFIG_SCSI_SAS_ATTRS is not set
458# CONFIG_SCSI_SAS_LIBSAS is not set
459
460#
461# SCSI low-level drivers
462#
463# CONFIG_ISCSI_TCP is not set
464# CONFIG_SCSI_DEBUG is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000465# CONFIG_SCSI_ESP_CORE is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100466
467#
468# Serial ATA (prod) and Parallel ATA (experimental) drivers
469#
470# CONFIG_ATA is not set
471
472#
473# Multi-device support (RAID and LVM)
474#
475# CONFIG_MD is not set
476
477#
478# Fusion MPT device support
479#
480# CONFIG_FUSION is not set
481
482#
483# IEEE 1394 (FireWire) support
484#
485
486#
487# I2O device support
488#
489
490#
491# Macintosh device drivers
492#
Paul Mackerrase89debc2007-01-22 22:39:24 +1100493# CONFIG_MAC_EMUMOUSEBTN is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100494# CONFIG_WINDFARM is not set
495
496#
497# Network device support
498#
499CONFIG_NETDEVICES=y
500# CONFIG_DUMMY is not set
501# CONFIG_BONDING is not set
502# CONFIG_EQUALIZER is not set
503# CONFIG_TUN is not set
504
505#
506# PHY device support
507#
508
509#
510# Ethernet (10 or 100Mbit)
511#
512# CONFIG_NET_ETHERNET is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000513CONFIG_MII=m
Geoff Levand797c7b52006-11-23 00:47:01 +0100514
515#
516# Ethernet (1000 Mbit)
517#
518
519#
520# Ethernet (10000 Mbit)
521#
522
523#
524# Token Ring devices
525#
526
527#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000528# Wireless LAN
Geoff Levand797c7b52006-11-23 00:47:01 +0100529#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000530# CONFIG_WLAN_PRE80211 is not set
531# CONFIG_WLAN_80211 is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100532
533#
534# Wan interfaces
535#
536# CONFIG_WAN is not set
537# CONFIG_PPP is not set
538# CONFIG_SLIP is not set
539# CONFIG_SHAPER is not set
540# CONFIG_NETCONSOLE is not set
541# CONFIG_NETPOLL is not set
542# CONFIG_NET_POLL_CONTROLLER is not set
543
544#
545# ISDN subsystem
546#
547# CONFIG_ISDN is not set
548
549#
550# Telephony Support
551#
552# CONFIG_PHONE is not set
553
554#
555# Input device support
556#
557CONFIG_INPUT=y
558# CONFIG_INPUT_FF_MEMLESS is not set
559
560#
561# Userland interfaces
562#
Geoff Levand5f3162f2007-01-26 19:08:29 -0800563CONFIG_INPUT_MOUSEDEV=y
564# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
565CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
566CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
Geoff Levand797c7b52006-11-23 00:47:01 +0100567# CONFIG_INPUT_JOYDEV is not set
568# CONFIG_INPUT_TSDEV is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800569# CONFIG_INPUT_EVDEV is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100570# CONFIG_INPUT_EVBUG is not set
571
572#
573# Input Device Drivers
574#
575# CONFIG_INPUT_KEYBOARD is not set
576# CONFIG_INPUT_MOUSE is not set
577# CONFIG_INPUT_JOYSTICK is not set
578# CONFIG_INPUT_TOUCHSCREEN is not set
579# CONFIG_INPUT_MISC is not set
580
581#
582# Hardware I/O ports
583#
584# CONFIG_SERIO is not set
585# CONFIG_GAMEPORT is not set
586
587#
588# Character devices
589#
590CONFIG_VT=y
591CONFIG_VT_CONSOLE=y
592CONFIG_HW_CONSOLE=y
593# CONFIG_VT_HW_CONSOLE_BINDING is not set
594# CONFIG_SERIAL_NONSTANDARD is not set
595
596#
597# Serial drivers
598#
599# CONFIG_SERIAL_8250 is not set
600
601#
602# Non-8250 serial port support
603#
604CONFIG_UNIX98_PTYS=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000605CONFIG_LEGACY_PTYS=y
606CONFIG_LEGACY_PTY_COUNT=16
Geoff Levand797c7b52006-11-23 00:47:01 +0100607
608#
609# IPMI
610#
611# CONFIG_IPMI_HANDLER is not set
612
613#
614# Watchdog Cards
615#
616# CONFIG_WATCHDOG is not set
617# CONFIG_HW_RANDOM is not set
618CONFIG_GEN_RTC=y
619# CONFIG_GEN_RTC_X is not set
620# CONFIG_DTLK is not set
621# CONFIG_R3964 is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100622# CONFIG_RAW_DRIVER is not set
623# CONFIG_HANGCHECK_TIMER is not set
624
625#
626# TPM devices
627#
628# CONFIG_TCG_TPM is not set
629
630#
631# I2C support
632#
633# CONFIG_I2C is not set
634
635#
636# SPI support
637#
638# CONFIG_SPI is not set
639# CONFIG_SPI_MASTER is not set
640
641#
642# Dallas's 1-wire bus
643#
644# CONFIG_W1 is not set
645
646#
647# Hardware Monitoring support
648#
649# CONFIG_HWMON is not set
650# CONFIG_HWMON_VID is not set
651
652#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000653# Multifunction device drivers
654#
655# CONFIG_MFD_SM501 is not set
656
657#
Geoff Levand797c7b52006-11-23 00:47:01 +0100658# Multimedia devices
659#
660# CONFIG_VIDEO_DEV is not set
661
662#
663# Digital Video Broadcasting Devices
664#
665# CONFIG_DVB is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800666# CONFIG_USB_DABUSB is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100667
668#
669# Graphics support
670#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000671# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
Geert Uytterhoevenf59e5e82007-02-12 00:55:27 -0800672CONFIG_FB=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000673# CONFIG_FIRMWARE_EDID is not set
674# CONFIG_FB_DDC is not set
Geert Uytterhoevenf59e5e82007-02-12 00:55:27 -0800675CONFIG_FB_CFB_FILLRECT=y
676CONFIG_FB_CFB_COPYAREA=y
677CONFIG_FB_CFB_IMAGEBLIT=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000678# CONFIG_FB_SVGALIB is not set
Geert Uytterhoevenf59e5e82007-02-12 00:55:27 -0800679# CONFIG_FB_MACMODES is not set
680# CONFIG_FB_BACKLIGHT is not set
681# CONFIG_FB_MODE_HELPERS is not set
682# CONFIG_FB_TILEBLITTING is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000683
684#
685# Frame buffer hardware drivers
686#
Geert Uytterhoevenf59e5e82007-02-12 00:55:27 -0800687# CONFIG_FB_OF is not set
688# CONFIG_FB_VGA16 is not set
689# CONFIG_FB_S1D13XXX is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100690# CONFIG_FB_IBM_GXT4500 is not set
Geert Uytterhoevenf59e5e82007-02-12 00:55:27 -0800691CONFIG_FB_PS3=y
692CONFIG_FB_PS3_DEFAULT_SIZE_M=18
693# CONFIG_FB_VIRTUAL is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100694
695#
696# Console display driver support
697#
698# CONFIG_VGA_CONSOLE is not set
699CONFIG_DUMMY_CONSOLE=y
Geert Uytterhoevenf59e5e82007-02-12 00:55:27 -0800700CONFIG_FRAMEBUFFER_CONSOLE=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000701CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
Geert Uytterhoevenf59e5e82007-02-12 00:55:27 -0800702# CONFIG_FONTS is not set
703CONFIG_FONT_8x8=y
704CONFIG_FONT_8x16=y
705
706#
707# Logo configuration
708#
709CONFIG_LOGO=y
710# CONFIG_LOGO_LINUX_MONO is not set
711# CONFIG_LOGO_LINUX_VGA16 is not set
712CONFIG_LOGO_LINUX_CLUT224=y
Geoff Levand797c7b52006-11-23 00:47:01 +0100713
714#
715# Sound
716#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000717CONFIG_SOUND=y
718
719#
720# Advanced Linux Sound Architecture
721#
722CONFIG_SND=y
723# CONFIG_SND_SEQUENCER is not set
724# CONFIG_SND_MIXER_OSS is not set
725# CONFIG_SND_PCM_OSS is not set
726# CONFIG_SND_DYNAMIC_MINORS is not set
727CONFIG_SND_SUPPORT_OLD_API=y
728CONFIG_SND_VERBOSE_PROCFS=y
729# CONFIG_SND_VERBOSE_PRINTK is not set
730# CONFIG_SND_DEBUG is not set
731
732#
733# Generic devices
734#
735# CONFIG_SND_DUMMY is not set
736# CONFIG_SND_MTPAV is not set
737# CONFIG_SND_SERIAL_U16550 is not set
738# CONFIG_SND_MPU401 is not set
739
740#
741# ALSA PowerMac devices
742#
743
744#
745# ALSA PowerMac requires I2C
746#
747
748#
749# USB devices
750#
751# CONFIG_SND_USB_AUDIO is not set
752# CONFIG_SND_USB_USX2Y is not set
753
754#
755# SoC audio support
756#
757# CONFIG_SND_SOC is not set
758
759#
760# Open Sound System
761#
762# CONFIG_SOUND_PRIME is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100763
764#
Paul Mackerrase89debc2007-01-22 22:39:24 +1100765# HID Devices
766#
767CONFIG_HID=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000768# CONFIG_HID_DEBUG is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100769
770#
Geoff Levand797c7b52006-11-23 00:47:01 +0100771# USB support
772#
Geoff Levand5f3162f2007-01-26 19:08:29 -0800773CONFIG_USB_ARCH_HAS_HCD=y
774CONFIG_USB_ARCH_HAS_OHCI=y
775CONFIG_USB_ARCH_HAS_EHCI=y
776CONFIG_USB=y
Geoff Levand0cd74f32007-05-01 07:01:11 +1000777# CONFIG_USB_DEBUG is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800778
779#
780# Miscellaneous USB options
781#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000782CONFIG_USB_DEVICEFS=y
783# CONFIG_USB_DEVICE_CLASS is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800784# CONFIG_USB_DYNAMIC_MINORS is not set
785# CONFIG_USB_OTG is not set
786
787#
788# USB Host Controller Drivers
789#
790CONFIG_USB_EHCI_HCD=y
791# CONFIG_USB_EHCI_SPLIT_ISO is not set
792# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
793# CONFIG_USB_EHCI_TT_NEWSCHED is not set
794CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y
795# CONFIG_USB_ISP116X_HCD is not set
796CONFIG_USB_OHCI_HCD=y
797# CONFIG_USB_OHCI_HCD_PPC_OF is not set
798# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
799CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
800CONFIG_USB_OHCI_LITTLE_ENDIAN=y
801# CONFIG_USB_SL811_HCD is not set
802
803#
804# USB Device Class drivers
805#
806# CONFIG_USB_ACM is not set
807# CONFIG_USB_PRINTER is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100808
809#
810# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
811#
812
813#
Geoff Levand5f3162f2007-01-26 19:08:29 -0800814# may also be needed; see USB_STORAGE Help for more information
815#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000816CONFIG_USB_STORAGE=m
Geoff Levandc19cdcb2007-01-30 15:20:37 -0800817# CONFIG_USB_STORAGE_DEBUG is not set
818# CONFIG_USB_STORAGE_DATAFAB is not set
819# CONFIG_USB_STORAGE_FREECOM is not set
820# CONFIG_USB_STORAGE_DPCM is not set
821# CONFIG_USB_STORAGE_USBAT is not set
822# CONFIG_USB_STORAGE_SDDR09 is not set
823# CONFIG_USB_STORAGE_SDDR55 is not set
824# CONFIG_USB_STORAGE_JUMPSHOT is not set
825# CONFIG_USB_STORAGE_ALAUDA is not set
826# CONFIG_USB_STORAGE_KARMA is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800827# CONFIG_USB_LIBUSUAL is not set
828
829#
830# USB Input Devices
831#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000832CONFIG_USB_HID=m
Geoff Levand5f3162f2007-01-26 19:08:29 -0800833# CONFIG_USB_HIDINPUT_POWERBOOK is not set
834# CONFIG_HID_FF is not set
835# CONFIG_USB_HIDDEV is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000836
837#
838# USB HID Boot Protocol drivers
839#
840# CONFIG_USB_KBD is not set
841# CONFIG_USB_MOUSE is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800842# CONFIG_USB_AIPTEK is not set
843# CONFIG_USB_WACOM is not set
844# CONFIG_USB_ACECAD is not set
845# CONFIG_USB_KBTAB is not set
846# CONFIG_USB_POWERMATE is not set
847# CONFIG_USB_TOUCHSCREEN is not set
848# CONFIG_USB_YEALINK is not set
849# CONFIG_USB_XPAD is not set
850# CONFIG_USB_ATI_REMOTE is not set
851# CONFIG_USB_ATI_REMOTE2 is not set
852# CONFIG_USB_KEYSPAN_REMOTE is not set
853# CONFIG_USB_APPLETOUCH is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000854# CONFIG_USB_GTCO is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800855
856#
857# USB Imaging devices
858#
859# CONFIG_USB_MDC800 is not set
860# CONFIG_USB_MICROTEK is not set
861
862#
863# USB Network Adapters
864#
865# CONFIG_USB_CATC is not set
866# CONFIG_USB_KAWETH is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000867CONFIG_USB_PEGASUS=m
Geoff Levand5f3162f2007-01-26 19:08:29 -0800868# CONFIG_USB_RTL8150 is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000869CONFIG_USB_USBNET_MII=m
870CONFIG_USB_USBNET=m
871# CONFIG_USB_NET_CDCETHER is not set
872# CONFIG_USB_NET_DM9601 is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800873# CONFIG_USB_NET_GL620A is not set
874# CONFIG_USB_NET_NET1080 is not set
875# CONFIG_USB_NET_PLUSB is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000876CONFIG_USB_NET_MCS7830=m
Geoff Levand5f3162f2007-01-26 19:08:29 -0800877# CONFIG_USB_NET_RNDIS_HOST is not set
878# CONFIG_USB_NET_CDC_SUBSET is not set
879# CONFIG_USB_NET_ZAURUS is not set
880CONFIG_USB_MON=y
881
882#
883# USB port drivers
884#
885
886#
887# USB Serial Converter support
888#
889# CONFIG_USB_SERIAL is not set
890
891#
892# USB Miscellaneous drivers
893#
894# CONFIG_USB_EMI62 is not set
895# CONFIG_USB_EMI26 is not set
896# CONFIG_USB_ADUTUX is not set
897# CONFIG_USB_AUERSWALD is not set
898# CONFIG_USB_RIO500 is not set
899# CONFIG_USB_LEGOTOWER is not set
900# CONFIG_USB_LCD is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000901# CONFIG_USB_BERRY_CHARGE is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800902# CONFIG_USB_LED is not set
903# CONFIG_USB_CYPRESS_CY7C63 is not set
904# CONFIG_USB_CYTHERM is not set
905# CONFIG_USB_PHIDGET is not set
906# CONFIG_USB_IDMOUSE is not set
907# CONFIG_USB_FTDI_ELAN is not set
908# CONFIG_USB_APPLEDISPLAY is not set
909# CONFIG_USB_SISUSBVGA is not set
910# CONFIG_USB_LD is not set
911# CONFIG_USB_TRANCEVIBRATOR is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +1000912# CONFIG_USB_IOWARRIOR is not set
913# CONFIG_USB_TEST is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800914
915#
916# USB DSL modem support
917#
918
919#
Geoff Levand797c7b52006-11-23 00:47:01 +0100920# USB Gadget Support
921#
922# CONFIG_USB_GADGET is not set
923
924#
925# MMC/SD Card support
926#
927# CONFIG_MMC is not set
928
929#
930# LED devices
931#
932# CONFIG_NEW_LEDS is not set
933
934#
935# LED drivers
936#
937
938#
939# LED Triggers
940#
941
942#
943# InfiniBand support
944#
945
946#
947# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
948#
949
950#
951# Real Time Clock
952#
953# CONFIG_RTC_CLASS is not set
954
955#
956# DMA Engine support
957#
958# CONFIG_DMA_ENGINE is not set
959
960#
961# DMA Clients
962#
963
964#
965# DMA Devices
966#
967
968#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000969# Auxiliary Display support
970#
971
972#
Paul Mackerrase89debc2007-01-22 22:39:24 +1100973# Virtualization
974#
975
976#
Geoff Levand797c7b52006-11-23 00:47:01 +0100977# File systems
978#
Geoff Levand0cd74f32007-05-01 07:01:11 +1000979CONFIG_EXT2_FS=m
980# CONFIG_EXT2_FS_XATTR is not set
981# CONFIG_EXT2_FS_XIP is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800982CONFIG_EXT3_FS=y
983CONFIG_EXT3_FS_XATTR=y
984# CONFIG_EXT3_FS_POSIX_ACL is not set
985# CONFIG_EXT3_FS_SECURITY is not set
Geoff Levand797c7b52006-11-23 00:47:01 +0100986# CONFIG_EXT4DEV_FS is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -0800987CONFIG_JBD=y
988# CONFIG_JBD_DEBUG is not set
989CONFIG_FS_MBCACHE=y
Geoff Levand797c7b52006-11-23 00:47:01 +0100990# CONFIG_REISERFS_FS is not set
991# CONFIG_JFS_FS is not set
992# CONFIG_FS_POSIX_ACL is not set
993# CONFIG_XFS_FS is not set
994# CONFIG_GFS2_FS is not set
995# CONFIG_OCFS2_FS is not set
996# CONFIG_MINIX_FS is not set
997# CONFIG_ROMFS_FS is not set
998CONFIG_INOTIFY=y
999CONFIG_INOTIFY_USER=y
Geoff Levand0cd74f32007-05-01 07:01:11 +10001000CONFIG_QUOTA=y
1001# CONFIG_QFMT_V1 is not set
1002CONFIG_QFMT_V2=y
1003CONFIG_QUOTACTL=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001004CONFIG_DNOTIFY=y
1005# CONFIG_AUTOFS_FS is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +10001006CONFIG_AUTOFS4_FS=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001007# CONFIG_FUSE_FS is not set
1008
1009#
1010# CD-ROM/DVD Filesystems
1011#
Geoff Levand0cd74f32007-05-01 07:01:11 +10001012CONFIG_ISO9660_FS=m
Geoff Levand5f3162f2007-01-26 19:08:29 -08001013CONFIG_JOLIET=y
1014# CONFIG_ZISOFS is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +10001015CONFIG_UDF_FS=m
Geoff Levand5f3162f2007-01-26 19:08:29 -08001016CONFIG_UDF_NLS=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001017
1018#
1019# DOS/FAT/NT Filesystems
1020#
Geoff Levand0cd74f32007-05-01 07:01:11 +10001021CONFIG_FAT_FS=m
Geoff Levand797c7b52006-11-23 00:47:01 +01001022# CONFIG_MSDOS_FS is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +10001023CONFIG_VFAT_FS=m
Geoff Levandc19cdcb2007-01-30 15:20:37 -08001024CONFIG_FAT_DEFAULT_CODEPAGE=437
1025CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
Geoff Levand797c7b52006-11-23 00:47:01 +01001026# CONFIG_NTFS_FS is not set
1027
1028#
1029# Pseudo filesystems
1030#
1031CONFIG_PROC_FS=y
1032CONFIG_PROC_KCORE=y
1033CONFIG_PROC_SYSCTL=y
1034CONFIG_SYSFS=y
1035CONFIG_TMPFS=y
1036# CONFIG_TMPFS_POSIX_ACL is not set
1037# CONFIG_HUGETLBFS is not set
1038# CONFIG_HUGETLB_PAGE is not set
1039CONFIG_RAMFS=y
1040# CONFIG_CONFIGFS_FS is not set
1041
1042#
1043# Miscellaneous filesystems
1044#
1045# CONFIG_ADFS_FS is not set
1046# CONFIG_AFFS_FS is not set
1047# CONFIG_HFS_FS is not set
1048# CONFIG_HFSPLUS_FS is not set
1049# CONFIG_BEFS_FS is not set
1050# CONFIG_BFS_FS is not set
1051# CONFIG_EFS_FS is not set
1052# CONFIG_CRAMFS is not set
1053# CONFIG_VXFS_FS is not set
1054# CONFIG_HPFS_FS is not set
1055# CONFIG_QNX4FS_FS is not set
1056# CONFIG_SYSV_FS is not set
1057# CONFIG_UFS_FS is not set
1058
1059#
1060# Network File Systems
1061#
1062CONFIG_NFS_FS=y
1063CONFIG_NFS_V3=y
1064# CONFIG_NFS_V3_ACL is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +10001065CONFIG_NFS_V4=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001066# CONFIG_NFS_DIRECTIO is not set
1067# CONFIG_NFSD is not set
1068CONFIG_ROOT_NFS=y
1069CONFIG_LOCKD=y
1070CONFIG_LOCKD_V4=y
1071CONFIG_NFS_COMMON=y
1072CONFIG_SUNRPC=y
Geoff Levand0cd74f32007-05-01 07:01:11 +10001073CONFIG_SUNRPC_GSS=y
1074CONFIG_RPCSEC_GSS_KRB5=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001075# CONFIG_RPCSEC_GSS_SPKM3 is not set
1076# CONFIG_SMB_FS is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +10001077CONFIG_CIFS=m
1078# CONFIG_CIFS_STATS is not set
1079# CONFIG_CIFS_WEAK_PW_HASH is not set
1080# CONFIG_CIFS_XATTR is not set
1081# CONFIG_CIFS_DEBUG2 is not set
1082# CONFIG_CIFS_EXPERIMENTAL is not set
Geoff Levand797c7b52006-11-23 00:47:01 +01001083# CONFIG_NCP_FS is not set
1084# CONFIG_CODA_FS is not set
1085# CONFIG_AFS_FS is not set
1086# CONFIG_9P_FS is not set
1087
1088#
1089# Partition Types
1090#
1091# CONFIG_PARTITION_ADVANCED is not set
1092CONFIG_MSDOS_PARTITION=y
1093
1094#
1095# Native Language Support
1096#
Geoff Levand5f3162f2007-01-26 19:08:29 -08001097CONFIG_NLS=y
1098CONFIG_NLS_DEFAULT="iso8859-1"
Geoff Levandc19cdcb2007-01-30 15:20:37 -08001099CONFIG_NLS_CODEPAGE_437=y
Geoff Levand5f3162f2007-01-26 19:08:29 -08001100# CONFIG_NLS_CODEPAGE_737 is not set
1101# CONFIG_NLS_CODEPAGE_775 is not set
1102# CONFIG_NLS_CODEPAGE_850 is not set
1103# CONFIG_NLS_CODEPAGE_852 is not set
1104# CONFIG_NLS_CODEPAGE_855 is not set
1105# CONFIG_NLS_CODEPAGE_857 is not set
1106# CONFIG_NLS_CODEPAGE_860 is not set
1107# CONFIG_NLS_CODEPAGE_861 is not set
1108# CONFIG_NLS_CODEPAGE_862 is not set
1109# CONFIG_NLS_CODEPAGE_863 is not set
1110# CONFIG_NLS_CODEPAGE_864 is not set
1111# CONFIG_NLS_CODEPAGE_865 is not set
1112# CONFIG_NLS_CODEPAGE_866 is not set
1113# CONFIG_NLS_CODEPAGE_869 is not set
1114# CONFIG_NLS_CODEPAGE_936 is not set
1115# CONFIG_NLS_CODEPAGE_950 is not set
1116# CONFIG_NLS_CODEPAGE_932 is not set
1117# CONFIG_NLS_CODEPAGE_949 is not set
1118# CONFIG_NLS_CODEPAGE_874 is not set
1119# CONFIG_NLS_ISO8859_8 is not set
1120# CONFIG_NLS_CODEPAGE_1250 is not set
1121# CONFIG_NLS_CODEPAGE_1251 is not set
1122# CONFIG_NLS_ASCII is not set
Geoff Levandc19cdcb2007-01-30 15:20:37 -08001123CONFIG_NLS_ISO8859_1=y
Geoff Levand5f3162f2007-01-26 19:08:29 -08001124# CONFIG_NLS_ISO8859_2 is not set
1125# CONFIG_NLS_ISO8859_3 is not set
1126# CONFIG_NLS_ISO8859_4 is not set
1127# CONFIG_NLS_ISO8859_5 is not set
1128# CONFIG_NLS_ISO8859_6 is not set
1129# CONFIG_NLS_ISO8859_7 is not set
1130# CONFIG_NLS_ISO8859_9 is not set
1131# CONFIG_NLS_ISO8859_13 is not set
1132# CONFIG_NLS_ISO8859_14 is not set
1133# CONFIG_NLS_ISO8859_15 is not set
1134# CONFIG_NLS_KOI8_R is not set
1135# CONFIG_NLS_KOI8_U is not set
1136# CONFIG_NLS_UTF8 is not set
Geoff Levand797c7b52006-11-23 00:47:01 +01001137
1138#
Paul Mackerrase89debc2007-01-22 22:39:24 +11001139# Distributed Lock Manager
1140#
1141# CONFIG_DLM is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +10001142# CONFIG_UCC_SLOW is not set
1143# CONFIG_UCC_FAST is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +11001144
1145#
Geoff Levand797c7b52006-11-23 00:47:01 +01001146# Library routines
1147#
Geoff Levand5f3162f2007-01-26 19:08:29 -08001148CONFIG_BITREVERSE=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001149# CONFIG_CRC_CCITT is not set
1150# CONFIG_CRC16 is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -08001151CONFIG_CRC32=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001152# CONFIG_LIBCRC32C is not set
1153CONFIG_PLIST=y
Geoff Levand0cd74f32007-05-01 07:01:11 +10001154CONFIG_HAS_IOMEM=y
1155CONFIG_HAS_IOPORT=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001156
1157#
1158# Instrumentation Support
1159#
1160# CONFIG_PROFILING is not set
1161# CONFIG_KPROBES is not set
1162
1163#
1164# Kernel hacking
1165#
1166# CONFIG_PRINTK_TIME is not set
1167CONFIG_ENABLE_MUST_CHECK=y
1168# CONFIG_MAGIC_SYSRQ is not set
1169# CONFIG_UNUSED_SYMBOLS is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +11001170# CONFIG_DEBUG_FS is not set
1171# CONFIG_HEADERS_CHECK is not set
Geoff Levand797c7b52006-11-23 00:47:01 +01001172CONFIG_DEBUG_KERNEL=y
Geoff Levand0cd74f32007-05-01 07:01:11 +10001173# CONFIG_DEBUG_SHIRQ is not set
Geoff Levand797c7b52006-11-23 00:47:01 +01001174CONFIG_LOG_BUF_SHIFT=17
1175CONFIG_DETECT_SOFTLOCKUP=y
1176# CONFIG_SCHEDSTATS is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +10001177# CONFIG_TIMER_STATS is not set
1178# CONFIG_DEBUG_SLAB is not set
Geoff Levand797c7b52006-11-23 00:47:01 +01001179# CONFIG_DEBUG_RT_MUTEXES is not set
1180# CONFIG_RT_MUTEX_TESTER is not set
1181CONFIG_DEBUG_SPINLOCK=y
Geoff Levand5f3162f2007-01-26 19:08:29 -08001182CONFIG_DEBUG_MUTEXES=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001183CONFIG_DEBUG_SPINLOCK_SLEEP=y
1184# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1185# CONFIG_DEBUG_KOBJECT is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -08001186CONFIG_DEBUG_BUGVERBOSE=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001187CONFIG_DEBUG_INFO=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001188# CONFIG_DEBUG_VM is not set
1189CONFIG_DEBUG_LIST=y
1190CONFIG_FORCED_INLINING=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001191# CONFIG_RCU_TORTURE_TEST is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +10001192# CONFIG_FAULT_INJECTION is not set
Geoff Levand5f3162f2007-01-26 19:08:29 -08001193CONFIG_DEBUG_STACKOVERFLOW=y
Geoff Levand797c7b52006-11-23 00:47:01 +01001194# CONFIG_DEBUG_STACK_USAGE is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +10001195# CONFIG_DEBUG_PAGEALLOC is not set
Geoff Levand797c7b52006-11-23 00:47:01 +01001196# CONFIG_DEBUGGER is not set
1197CONFIG_IRQSTACKS=y
1198# CONFIG_BOOTX_TEXT is not set
1199CONFIG_PPC_EARLY_DEBUG=y
1200# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
1201# CONFIG_PPC_EARLY_DEBUG_G5 is not set
1202# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
1203# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
1204# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
1205# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
Geoff Levand0cd74f32007-05-01 07:01:11 +10001206# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
1207# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
Geoff Levand797c7b52006-11-23 00:47:01 +01001208
1209#
1210# Security options
1211#
1212# CONFIG_KEYS is not set
1213# CONFIG_SECURITY is not set
1214
1215#
1216# Cryptographic options
1217#
Geoff Levand0cd74f32007-05-01 07:01:11 +10001218CONFIG_CRYPTO=y
1219CONFIG_CRYPTO_ALGAPI=y
1220CONFIG_CRYPTO_BLKCIPHER=y
1221CONFIG_CRYPTO_MANAGER=y
1222# CONFIG_CRYPTO_HMAC is not set
1223# CONFIG_CRYPTO_XCBC is not set
1224# CONFIG_CRYPTO_NULL is not set
1225# CONFIG_CRYPTO_MD4 is not set
1226CONFIG_CRYPTO_MD5=y
1227# CONFIG_CRYPTO_SHA1 is not set
1228# CONFIG_CRYPTO_SHA256 is not set
1229# CONFIG_CRYPTO_SHA512 is not set
1230# CONFIG_CRYPTO_WP512 is not set
1231# CONFIG_CRYPTO_TGR192 is not set
1232# CONFIG_CRYPTO_GF128MUL is not set
1233CONFIG_CRYPTO_ECB=m
1234CONFIG_CRYPTO_CBC=y
1235CONFIG_CRYPTO_PCBC=m
1236# CONFIG_CRYPTO_LRW is not set
1237CONFIG_CRYPTO_DES=y
1238# CONFIG_CRYPTO_FCRYPT is not set
1239# CONFIG_CRYPTO_BLOWFISH is not set
1240# CONFIG_CRYPTO_TWOFISH is not set
1241# CONFIG_CRYPTO_SERPENT is not set
1242# CONFIG_CRYPTO_AES is not set
1243# CONFIG_CRYPTO_CAST5 is not set
1244# CONFIG_CRYPTO_CAST6 is not set
1245# CONFIG_CRYPTO_TEA is not set
1246# CONFIG_CRYPTO_ARC4 is not set
1247# CONFIG_CRYPTO_KHAZAD is not set
1248# CONFIG_CRYPTO_ANUBIS is not set
1249# CONFIG_CRYPTO_DEFLATE is not set
1250# CONFIG_CRYPTO_MICHAEL_MIC is not set
1251# CONFIG_CRYPTO_CRC32C is not set
1252# CONFIG_CRYPTO_CAMELLIA is not set
1253# CONFIG_CRYPTO_TEST is not set
1254
1255#
1256# Hardware crypto devices
1257#