blob: 417d3e6abcdf9344a9f5bc4d5754f1db35e836e3 [file] [log] [blame]
Andy Flemingeb11a722007-02-09 17:30:09 -06001#
2# Automatically generated make config: don't edit
Kumar Galaaa3c1122007-07-16 10:45:07 -05003# Linux kernel version: 2.6.22
4# Fri Jul 20 13:55:04 2007
Andy Flemingeb11a722007-02-09 17:30:09 -06005#
6# CONFIG_PPC64 is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -05007
8#
9# Processor support
10#
11# CONFIG_6xx is not set
12CONFIG_PPC_85xx=y
13# CONFIG_PPC_8xx is not set
14# CONFIG_40x is not set
15# CONFIG_44x is not set
16# CONFIG_E200 is not set
17CONFIG_85xx=y
18CONFIG_E500=y
19CONFIG_BOOKE=y
20CONFIG_FSL_BOOKE=y
21# CONFIG_PHYS_64BIT is not set
22CONFIG_SPE=y
23# CONFIG_PPC_MM_SLICES is not set
Andy Flemingeb11a722007-02-09 17:30:09 -060024CONFIG_PPC32=y
25CONFIG_PPC_MERGE=y
26CONFIG_MMU=y
27CONFIG_GENERIC_HARDIRQS=y
28CONFIG_IRQ_PER_CPU=y
29CONFIG_RWSEM_XCHGADD_ALGORITHM=y
30CONFIG_ARCH_HAS_ILOG2_U32=y
31CONFIG_GENERIC_HWEIGHT=y
32CONFIG_GENERIC_CALIBRATE_DELAY=y
33CONFIG_GENERIC_FIND_NEXT_BIT=y
Kumar Galaaa3c1122007-07-16 10:45:07 -050034# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
Andy Flemingeb11a722007-02-09 17:30:09 -060035CONFIG_PPC=y
36CONFIG_EARLY_PRINTK=y
37CONFIG_GENERIC_NVRAM=y
38CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
39CONFIG_ARCH_MAY_HAVE_PC_FDC=y
40CONFIG_PPC_OF=y
41CONFIG_PPC_UDBG_16550=y
42# CONFIG_GENERIC_TBSYNC is not set
43CONFIG_AUDIT_ARCH=y
44CONFIG_GENERIC_BUG=y
45CONFIG_DEFAULT_UIMAGE=y
Andy Flemingeb11a722007-02-09 17:30:09 -060046# CONFIG_PPC_DCR_NATIVE is not set
47# CONFIG_PPC_DCR_MMIO is not set
Andy Flemingeb11a722007-02-09 17:30:09 -060048CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
49
50#
51# Code maturity level options
52#
53CONFIG_EXPERIMENTAL=y
54CONFIG_BROKEN_ON_SMP=y
55CONFIG_INIT_ENV_ARG_LIMIT=32
56
57#
58# General setup
59#
60CONFIG_LOCALVERSION=""
61CONFIG_LOCALVERSION_AUTO=y
62CONFIG_SWAP=y
63CONFIG_SYSVIPC=y
Kumar Gala23f510b2007-02-17 16:29:36 -060064CONFIG_SYSVIPC_SYSCTL=y
Andy Flemingeb11a722007-02-09 17:30:09 -060065# CONFIG_POSIX_MQUEUE is not set
66# CONFIG_BSD_PROCESS_ACCT is not set
67# CONFIG_TASKSTATS is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -050068# CONFIG_USER_NS is not set
Andy Flemingeb11a722007-02-09 17:30:09 -060069# CONFIG_AUDIT is not set
70# CONFIG_IKCONFIG is not set
Kumar Gala795bb152007-07-02 00:04:36 -050071CONFIG_LOG_BUF_SHIFT=14
Andy Flemingeb11a722007-02-09 17:30:09 -060072CONFIG_SYSFS_DEPRECATED=y
73# CONFIG_RELAY is not set
Kumar Gala795bb152007-07-02 00:04:36 -050074CONFIG_BLK_DEV_INITRD=y
Andy Flemingeb11a722007-02-09 17:30:09 -060075CONFIG_INITRAMFS_SOURCE=""
76# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
77CONFIG_SYSCTL=y
78CONFIG_EMBEDDED=y
79CONFIG_SYSCTL_SYSCALL=y
80# CONFIG_KALLSYMS is not set
81CONFIG_HOTPLUG=y
82CONFIG_PRINTK=y
83CONFIG_BUG=y
84CONFIG_ELF_CORE=y
85CONFIG_BASE_FULL=y
86CONFIG_FUTEX=y
Kumar Gala795bb152007-07-02 00:04:36 -050087CONFIG_ANON_INODES=y
Andy Flemingeb11a722007-02-09 17:30:09 -060088# CONFIG_EPOLL is not set
Kumar Gala795bb152007-07-02 00:04:36 -050089CONFIG_SIGNALFD=y
90CONFIG_TIMERFD=y
91CONFIG_EVENTFD=y
Andy Flemingeb11a722007-02-09 17:30:09 -060092CONFIG_SHMEM=y
Andy Flemingeb11a722007-02-09 17:30:09 -060093CONFIG_VM_EVENT_COUNTERS=y
Kumar Gala795bb152007-07-02 00:04:36 -050094CONFIG_SLAB=y
95# CONFIG_SLUB is not set
96# CONFIG_SLOB is not set
Andy Flemingeb11a722007-02-09 17:30:09 -060097CONFIG_RT_MUTEXES=y
98# CONFIG_TINY_SHMEM is not set
99CONFIG_BASE_SMALL=0
Andy Flemingeb11a722007-02-09 17:30:09 -0600100CONFIG_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
105# CONFIG_KMOD is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600106CONFIG_BLOCK=y
107# CONFIG_LBD is not set
108# CONFIG_BLK_DEV_IO_TRACE is not set
109# CONFIG_LSF is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500110# CONFIG_BLK_DEV_BSG is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600111
112#
113# IO Schedulers
114#
115CONFIG_IOSCHED_NOOP=y
116CONFIG_IOSCHED_AS=y
117CONFIG_IOSCHED_DEADLINE=y
118CONFIG_IOSCHED_CFQ=y
119CONFIG_DEFAULT_AS=y
120# CONFIG_DEFAULT_DEADLINE is not set
121# CONFIG_DEFAULT_CFQ is not set
122# CONFIG_DEFAULT_NOOP is not set
123CONFIG_DEFAULT_IOSCHED="anticipatory"
Andy Flemingeb11a722007-02-09 17:30:09 -0600124
125#
126# Platform support
127#
Kumar Gala795bb152007-07-02 00:04:36 -0500128# CONFIG_PPC_MPC52xx is not set
129# CONFIG_PPC_MPC5200 is not set
130# CONFIG_PPC_CELL is not set
131# CONFIG_PPC_CELL_NATIVE is not set
132# CONFIG_PQ2ADS is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600133# CONFIG_MPC8540_ADS is not set
134# CONFIG_MPC8560_ADS is not set
135# CONFIG_MPC85xx_CDS is not set
Kumar Gala23f510b2007-02-17 16:29:36 -0600136CONFIG_MPC85xx_MDS=y
Kumar Gala795bb152007-07-02 00:04:36 -0500137# CONFIG_MPC8544_DS is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600138CONFIG_MPC85xx=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600139CONFIG_MPIC=y
Kumar Gala795bb152007-07-02 00:04:36 -0500140# CONFIG_MPIC_WEIRD is not set
141# CONFIG_PPC_I8259 is not set
142# CONFIG_PPC_RTAS is not set
143# CONFIG_MMIO_NVRAM is not set
144# CONFIG_PPC_MPC106 is not set
145# CONFIG_PPC_970_NAP is not set
146# CONFIG_PPC_INDIRECT_IO is not set
147# CONFIG_GENERIC_IOMAP is not set
148# CONFIG_CPU_FREQ is not set
149# CONFIG_CPM2 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600150
151#
152# Kernel options
153#
154# CONFIG_HIGHMEM is not set
155# CONFIG_HZ_100 is not set
156CONFIG_HZ_250=y
157# CONFIG_HZ_300 is not set
158# CONFIG_HZ_1000 is not set
159CONFIG_HZ=250
160CONFIG_PREEMPT_NONE=y
161# CONFIG_PREEMPT_VOLUNTARY is not set
162# CONFIG_PREEMPT is not set
163CONFIG_BINFMT_ELF=y
164# CONFIG_BINFMT_MISC is not set
165CONFIG_MATH_EMULATION=y
166CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
167CONFIG_ARCH_FLATMEM_ENABLE=y
168CONFIG_ARCH_POPULATES_NODE_MAP=y
169CONFIG_SELECT_MEMORY_MODEL=y
170CONFIG_FLATMEM_MANUAL=y
171# CONFIG_DISCONTIGMEM_MANUAL is not set
172# CONFIG_SPARSEMEM_MANUAL is not set
173CONFIG_FLATMEM=y
174CONFIG_FLAT_NODE_MEM_MAP=y
175# CONFIG_SPARSEMEM_STATIC is not set
176CONFIG_SPLIT_PTLOCK_CPUS=4
177# CONFIG_RESOURCES_64BIT is not set
Kumar Gala23f510b2007-02-17 16:29:36 -0600178CONFIG_ZONE_DMA_FLAG=1
Kumar Galaaa3c1122007-07-16 10:45:07 -0500179CONFIG_BOUNCE=y
180CONFIG_VIRT_TO_BUS=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600181CONFIG_PROC_DEVICETREE=y
182# CONFIG_CMDLINE_BOOL is not set
183# CONFIG_PM is not set
184CONFIG_SECCOMP=y
Kumar Gala795bb152007-07-02 00:04:36 -0500185CONFIG_WANT_DEVICE_TREE=y
186CONFIG_DEVICE_TREE=""
Andy Flemingeb11a722007-02-09 17:30:09 -0600187CONFIG_ISA_DMA_API=y
188
189#
190# Bus options
191#
Kumar Gala23f510b2007-02-17 16:29:36 -0600192CONFIG_ZONE_DMA=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600193CONFIG_PPC_INDIRECT_PCI=y
Kumar Gala795bb152007-07-02 00:04:36 -0500194CONFIG_PPC_INDIRECT_PCI_BE=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600195CONFIG_FSL_SOC=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500196CONFIG_FSL_PCI=y
197CONFIG_PCI=y
198CONFIG_PCI_DOMAINS=y
199CONFIG_PCI_SYSCALL=y
200# CONFIG_PCIEPORTBUS is not set
201CONFIG_ARCH_SUPPORTS_MSI=y
202# CONFIG_PCI_MSI is not set
203# CONFIG_PCI_DEBUG is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600204
205#
206# PCCARD (PCMCIA/CardBus) support
207#
208# CONFIG_PCCARD is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500209# CONFIG_HOTPLUG_PCI is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600210
211#
Andy Flemingeb11a722007-02-09 17:30:09 -0600212# Advanced setup
213#
214# CONFIG_ADVANCED_OPTIONS is not set
215
216#
217# Default settings for advanced configuration options are used
218#
219CONFIG_HIGHMEM_START=0xfe000000
220CONFIG_LOWMEM_SIZE=0x30000000
221CONFIG_KERNEL_START=0xc0000000
222CONFIG_TASK_SIZE=0x80000000
223CONFIG_BOOT_LOAD=0x00800000
224
225#
226# Networking
227#
228CONFIG_NET=y
229
230#
231# Networking options
232#
Andy Flemingeb11a722007-02-09 17:30:09 -0600233CONFIG_PACKET=y
234# CONFIG_PACKET_MMAP is not set
235CONFIG_UNIX=y
236CONFIG_XFRM=y
237# CONFIG_XFRM_USER is not set
238# CONFIG_XFRM_SUB_POLICY is not set
Kumar Gala23f510b2007-02-17 16:29:36 -0600239# CONFIG_XFRM_MIGRATE is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600240# CONFIG_NET_KEY is not set
241CONFIG_INET=y
242CONFIG_IP_MULTICAST=y
243# CONFIG_IP_ADVANCED_ROUTER is not set
244CONFIG_IP_FIB_HASH=y
245CONFIG_IP_PNP=y
246CONFIG_IP_PNP_DHCP=y
247CONFIG_IP_PNP_BOOTP=y
248# CONFIG_IP_PNP_RARP is not set
249# CONFIG_NET_IPIP is not set
250# CONFIG_NET_IPGRE is not set
251# CONFIG_IP_MROUTE is not set
252# CONFIG_ARPD is not set
253CONFIG_SYN_COOKIES=y
254# CONFIG_INET_AH is not set
255# CONFIG_INET_ESP is not set
256# CONFIG_INET_IPCOMP is not set
257# CONFIG_INET_XFRM_TUNNEL is not set
258# CONFIG_INET_TUNNEL is not set
259CONFIG_INET_XFRM_MODE_TRANSPORT=y
260CONFIG_INET_XFRM_MODE_TUNNEL=y
261CONFIG_INET_XFRM_MODE_BEET=y
262CONFIG_INET_DIAG=y
263CONFIG_INET_TCP_DIAG=y
264# CONFIG_TCP_CONG_ADVANCED is not set
265CONFIG_TCP_CONG_CUBIC=y
266CONFIG_DEFAULT_TCP_CONG="cubic"
267# CONFIG_TCP_MD5SIG is not set
268# CONFIG_IPV6 is not set
269# CONFIG_INET6_XFRM_TUNNEL is not set
270# CONFIG_INET6_TUNNEL is not set
271# CONFIG_NETWORK_SECMARK is not set
272# CONFIG_NETFILTER is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600273# CONFIG_IP_DCCP is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600274# CONFIG_IP_SCTP is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600275# CONFIG_TIPC is not set
276# CONFIG_ATM is not set
277# CONFIG_BRIDGE is not set
278# CONFIG_VLAN_8021Q is not set
279# CONFIG_DECNET is not set
280# CONFIG_LLC2 is not set
281# CONFIG_IPX is not set
282# CONFIG_ATALK is not set
283# CONFIG_X25 is not set
284# CONFIG_LAPB is not set
285# CONFIG_ECONET is not set
286# CONFIG_WAN_ROUTER is not set
287
288#
289# QoS and/or fair queueing
290#
291# CONFIG_NET_SCHED is not set
292
293#
294# Network testing
295#
296# CONFIG_NET_PKTGEN is not set
297# CONFIG_HAMRADIO is not set
298# CONFIG_IRDA is not set
299# CONFIG_BT is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500300# CONFIG_AF_RXRPC is not set
301
302#
303# Wireless
304#
305# CONFIG_CFG80211 is not set
306# CONFIG_WIRELESS_EXT is not set
307# CONFIG_MAC80211 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600308# CONFIG_IEEE80211 is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500309# CONFIG_RFKILL is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500310# CONFIG_NET_9P is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600311
312#
313# Device Drivers
314#
315
316#
317# Generic Driver Options
318#
319CONFIG_STANDALONE=y
320CONFIG_PREVENT_FIRMWARE_BUILD=y
321# CONFIG_FW_LOADER is not set
322# CONFIG_DEBUG_DRIVER is not set
Kumar Gala23f510b2007-02-17 16:29:36 -0600323# CONFIG_DEBUG_DEVRES is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600324# CONFIG_SYS_HYPERVISOR is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600325# CONFIG_CONNECTOR is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600326# CONFIG_MTD is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600327# CONFIG_PARPORT is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500328CONFIG_BLK_DEV=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600329# CONFIG_BLK_DEV_FD is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500330# CONFIG_BLK_CPQ_DA is not set
331# CONFIG_BLK_CPQ_CISS_DA is not set
332# CONFIG_BLK_DEV_DAC960 is not set
333# CONFIG_BLK_DEV_UMEM is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600334# CONFIG_BLK_DEV_COW_COMMON is not set
335CONFIG_BLK_DEV_LOOP=y
336# CONFIG_BLK_DEV_CRYPTOLOOP is not set
337# CONFIG_BLK_DEV_NBD is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500338# CONFIG_BLK_DEV_SX8 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600339CONFIG_BLK_DEV_RAM=y
340CONFIG_BLK_DEV_RAM_COUNT=16
341CONFIG_BLK_DEV_RAM_SIZE=32768
342CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
Andy Flemingeb11a722007-02-09 17:30:09 -0600343# CONFIG_CDROM_PKTCDVD is not set
344# CONFIG_ATA_OVER_ETH is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500345CONFIG_MISC_DEVICES=y
346# CONFIG_PHANTOM is not set
347# CONFIG_EEPROM_93CX6 is not set
348# CONFIG_SGI_IOC4 is not set
349# CONFIG_TIFM_CORE is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600350# CONFIG_IDE is not set
351
352#
353# SCSI device support
354#
355# CONFIG_RAID_ATTRS is not set
356CONFIG_SCSI=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500357CONFIG_SCSI_DMA=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600358# CONFIG_SCSI_TGT is not set
359# CONFIG_SCSI_NETLINK is not set
360CONFIG_SCSI_PROC_FS=y
361
362#
363# SCSI support type (disk, tape, CD-ROM)
364#
365# CONFIG_BLK_DEV_SD is not set
366# CONFIG_CHR_DEV_ST is not set
367# CONFIG_CHR_DEV_OSST is not set
368# CONFIG_BLK_DEV_SR is not set
369# CONFIG_CHR_DEV_SG is not set
370# CONFIG_CHR_DEV_SCH is not set
371
372#
373# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
374#
375# CONFIG_SCSI_MULTI_LUN is not set
376# CONFIG_SCSI_CONSTANTS is not set
377# CONFIG_SCSI_LOGGING is not set
378# CONFIG_SCSI_SCAN_ASYNC is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500379CONFIG_SCSI_WAIT_SCAN=m
Andy Flemingeb11a722007-02-09 17:30:09 -0600380
381#
382# SCSI Transports
383#
384# CONFIG_SCSI_SPI_ATTRS is not set
385# CONFIG_SCSI_FC_ATTRS is not set
386# CONFIG_SCSI_ISCSI_ATTRS is not set
387# CONFIG_SCSI_SAS_ATTRS is not set
388# CONFIG_SCSI_SAS_LIBSAS is not set
389
390#
391# SCSI low-level drivers
392#
393# CONFIG_ISCSI_TCP is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500394# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
395# CONFIG_SCSI_3W_9XXX is not set
396# CONFIG_SCSI_ACARD is not set
397# CONFIG_SCSI_AACRAID is not set
398# CONFIG_SCSI_AIC7XXX is not set
399# CONFIG_SCSI_AIC7XXX_OLD is not set
400# CONFIG_SCSI_AIC79XX is not set
401# CONFIG_SCSI_AIC94XX is not set
402# CONFIG_SCSI_DPT_I2O is not set
403# CONFIG_SCSI_ARCMSR is not set
404# CONFIG_MEGARAID_NEWGEN is not set
405# CONFIG_MEGARAID_LEGACY is not set
406# CONFIG_MEGARAID_SAS is not set
407# CONFIG_SCSI_HPTIOP is not set
408# CONFIG_SCSI_BUSLOGIC is not set
409# CONFIG_SCSI_DMX3191D is not set
410# CONFIG_SCSI_EATA is not set
411# CONFIG_SCSI_FUTURE_DOMAIN is not set
412# CONFIG_SCSI_GDTH is not set
413# CONFIG_SCSI_IPS is not set
414# CONFIG_SCSI_INITIO is not set
415# CONFIG_SCSI_INIA100 is not set
416# CONFIG_SCSI_STEX is not set
417# CONFIG_SCSI_SYM53C8XX_2 is not set
418# CONFIG_SCSI_QLOGIC_1280 is not set
419# CONFIG_SCSI_QLA_FC is not set
420# CONFIG_SCSI_QLA_ISCSI is not set
421# CONFIG_SCSI_LPFC is not set
422# CONFIG_SCSI_DC395x is not set
423# CONFIG_SCSI_DC390T is not set
424# CONFIG_SCSI_NSP32 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600425# CONFIG_SCSI_DEBUG is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500426# CONFIG_SCSI_SRP is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600427# CONFIG_ATA is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600428# CONFIG_MD is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600429
430#
Kumar Galaaa3c1122007-07-16 10:45:07 -0500431# Fusion MPT device support
Andy Flemingeb11a722007-02-09 17:30:09 -0600432#
Kumar Galaaa3c1122007-07-16 10:45:07 -0500433# CONFIG_FUSION is not set
434# CONFIG_FUSION_SPI is not set
435# CONFIG_FUSION_FC is not set
436# CONFIG_FUSION_SAS is not set
437
438#
439# IEEE 1394 (FireWire) support
440#
441# CONFIG_FIREWIRE is not set
442# CONFIG_IEEE1394 is not set
443# CONFIG_I2O is not set
444# CONFIG_MACINTOSH_DRIVERS is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600445CONFIG_NETDEVICES=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500446# CONFIG_NETDEVICES_MULTIQUEUE is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600447# CONFIG_DUMMY is not set
448# CONFIG_BONDING is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500449# CONFIG_MACVLAN is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600450# CONFIG_EQUALIZER is not set
451# CONFIG_TUN is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500452# CONFIG_ARCNET is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600453CONFIG_PHYLIB=y
454
455#
456# MII PHY device drivers
457#
458CONFIG_MARVELL_PHY=y
459# CONFIG_DAVICOM_PHY is not set
460# CONFIG_QSEMI_PHY is not set
461# CONFIG_LXT_PHY is not set
462# CONFIG_CICADA_PHY is not set
463# CONFIG_VITESSE_PHY is not set
464# CONFIG_SMSC_PHY is not set
465# CONFIG_BROADCOM_PHY is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500466# CONFIG_ICPLUS_PHY is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600467# CONFIG_FIXED_PHY is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600468CONFIG_NET_ETHERNET=y
469CONFIG_MII=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500470# CONFIG_HAPPYMEAL is not set
471# CONFIG_SUNGEM is not set
472# CONFIG_CASSINI is not set
473# CONFIG_NET_VENDOR_3COM is not set
474# CONFIG_NET_TULIP is not set
475# CONFIG_HP100 is not set
476# CONFIG_NET_PCI is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500477CONFIG_NETDEV_1000=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500478# CONFIG_ACENIC is not set
479# CONFIG_DL2K is not set
480# CONFIG_E1000 is not set
481# CONFIG_NS83820 is not set
482# CONFIG_HAMACHI is not set
483# CONFIG_YELLOWFIN is not set
484# CONFIG_R8169 is not set
485# CONFIG_SIS190 is not set
486# CONFIG_SKGE is not set
487# CONFIG_SKY2 is not set
488# CONFIG_VIA_VELOCITY is not set
489# CONFIG_TIGON3 is not set
490# CONFIG_BNX2 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600491CONFIG_GIANFAR=y
492CONFIG_GFAR_NAPI=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500493# CONFIG_QLA3XXX is not set
494# CONFIG_ATL1 is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500495CONFIG_NETDEV_10000=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500496# CONFIG_CHELSIO_T1 is not set
497# CONFIG_CHELSIO_T3 is not set
498# CONFIG_IXGB is not set
499# CONFIG_S2IO is not set
500# CONFIG_MYRI10GE is not set
501# CONFIG_NETXEN_NIC is not set
502# CONFIG_MLX4_CORE is not set
503# CONFIG_TR is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600504
505#
Kumar Gala795bb152007-07-02 00:04:36 -0500506# Wireless LAN
Andy Flemingeb11a722007-02-09 17:30:09 -0600507#
Kumar Gala795bb152007-07-02 00:04:36 -0500508# CONFIG_WLAN_PRE80211 is not set
509# CONFIG_WLAN_80211 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600510# CONFIG_WAN is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500511# CONFIG_FDDI is not set
512# CONFIG_HIPPI is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600513# CONFIG_PPP is not set
514# CONFIG_SLIP is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500515# CONFIG_NET_FC is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600516# CONFIG_SHAPER is not set
517# CONFIG_NETCONSOLE is not set
518# CONFIG_NETPOLL is not set
519# CONFIG_NET_POLL_CONTROLLER is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600520# CONFIG_ISDN is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600521# CONFIG_PHONE is not set
522
523#
524# Input device support
525#
526CONFIG_INPUT=y
527# CONFIG_INPUT_FF_MEMLESS is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500528# CONFIG_INPUT_POLLDEV is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600529
530#
531# Userland interfaces
532#
533# CONFIG_INPUT_MOUSEDEV is not set
534# CONFIG_INPUT_JOYDEV is not set
535# CONFIG_INPUT_TSDEV is not set
536# CONFIG_INPUT_EVDEV is not set
537# CONFIG_INPUT_EVBUG is not set
538
539#
540# Input Device Drivers
541#
542# CONFIG_INPUT_KEYBOARD is not set
543# CONFIG_INPUT_MOUSE is not set
544# CONFIG_INPUT_JOYSTICK is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500545# CONFIG_INPUT_TABLET is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600546# CONFIG_INPUT_TOUCHSCREEN is not set
547# CONFIG_INPUT_MISC is not set
548
549#
550# Hardware I/O ports
551#
552# CONFIG_SERIO is not set
553# CONFIG_GAMEPORT is not set
554
555#
556# Character devices
557#
558# CONFIG_VT is not set
559# CONFIG_SERIAL_NONSTANDARD is not set
560
561#
562# Serial drivers
563#
564CONFIG_SERIAL_8250=y
565CONFIG_SERIAL_8250_CONSOLE=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500566CONFIG_SERIAL_8250_PCI=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600567CONFIG_SERIAL_8250_NR_UARTS=4
568CONFIG_SERIAL_8250_RUNTIME_UARTS=4
569# CONFIG_SERIAL_8250_EXTENDED is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500570CONFIG_SERIAL_8250_SHARE_IRQ=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600571
572#
573# Non-8250 serial port support
574#
575# CONFIG_SERIAL_UARTLITE is not set
576CONFIG_SERIAL_CORE=y
577CONFIG_SERIAL_CORE_CONSOLE=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500578# CONFIG_SERIAL_JSM is not set
Kumar Gala23f510b2007-02-17 16:29:36 -0600579# CONFIG_SERIAL_OF_PLATFORM is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600580CONFIG_UNIX98_PTYS=y
581CONFIG_LEGACY_PTYS=y
582CONFIG_LEGACY_PTY_COUNT=256
Andy Flemingeb11a722007-02-09 17:30:09 -0600583# CONFIG_IPMI_HANDLER is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600584CONFIG_WATCHDOG=y
585# CONFIG_WATCHDOG_NOWAYOUT is not set
586
587#
588# Watchdog Device Drivers
589#
590# CONFIG_SOFT_WATCHDOG is not set
591# CONFIG_BOOKE_WDT is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500592
593#
594# PCI-based Watchdog Cards
595#
596# CONFIG_PCIPCWATCHDOG is not set
597# CONFIG_WDTPCI is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600598CONFIG_HW_RANDOM=y
599# CONFIG_NVRAM is not set
600CONFIG_GEN_RTC=y
601# CONFIG_GEN_RTC_X is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600602# CONFIG_R3964 is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500603# CONFIG_APPLICOM is not set
604# CONFIG_AGP is not set
605# CONFIG_DRM is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600606# CONFIG_RAW_DRIVER is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600607# CONFIG_TCG_TPM is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500608CONFIG_DEVPORT=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600609CONFIG_I2C=y
Kumar Gala795bb152007-07-02 00:04:36 -0500610CONFIG_I2C_BOARDINFO=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600611CONFIG_I2C_CHARDEV=y
612
613#
614# I2C Algorithms
615#
616# CONFIG_I2C_ALGOBIT is not set
617# CONFIG_I2C_ALGOPCF is not set
618# CONFIG_I2C_ALGOPCA is not set
619
620#
621# I2C Hardware Bus support
622#
Kumar Galaaa3c1122007-07-16 10:45:07 -0500623# CONFIG_I2C_ALI1535 is not set
624# CONFIG_I2C_ALI1563 is not set
625# CONFIG_I2C_ALI15X3 is not set
626# CONFIG_I2C_AMD756 is not set
627# CONFIG_I2C_AMD8111 is not set
628# CONFIG_I2C_I801 is not set
629# CONFIG_I2C_I810 is not set
630# CONFIG_I2C_PIIX4 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600631CONFIG_I2C_MPC=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500632# CONFIG_I2C_NFORCE2 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600633# CONFIG_I2C_OCORES is not set
634# CONFIG_I2C_PARPORT_LIGHT is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500635# CONFIG_I2C_PROSAVAGE is not set
636# CONFIG_I2C_SAVAGE4 is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500637# CONFIG_I2C_SIMTEC is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500638# CONFIG_I2C_SIS5595 is not set
639# CONFIG_I2C_SIS630 is not set
640# CONFIG_I2C_SIS96X is not set
641# CONFIG_I2C_TAOS_EVM is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600642# CONFIG_I2C_STUB is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500643# CONFIG_I2C_VIA is not set
644# CONFIG_I2C_VIAPRO is not set
645# CONFIG_I2C_VOODOO3 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600646
647#
648# Miscellaneous I2C Chip support
649#
650# CONFIG_SENSORS_DS1337 is not set
651# CONFIG_SENSORS_DS1374 is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500652# CONFIG_DS1682 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600653# CONFIG_SENSORS_EEPROM is not set
654# CONFIG_SENSORS_PCF8574 is not set
655# CONFIG_SENSORS_PCA9539 is not set
656# CONFIG_SENSORS_PCF8591 is not set
657# CONFIG_SENSORS_M41T00 is not set
658# CONFIG_SENSORS_MAX6875 is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500659# CONFIG_SENSORS_TSL2550 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600660# CONFIG_I2C_DEBUG_CORE is not set
661# CONFIG_I2C_DEBUG_ALGO is not set
662# CONFIG_I2C_DEBUG_BUS is not set
663# CONFIG_I2C_DEBUG_CHIP is not set
664
665#
666# SPI support
667#
668# CONFIG_SPI is not set
669# CONFIG_SPI_MASTER is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600670# CONFIG_W1 is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500671# CONFIG_POWER_SUPPLY is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600672CONFIG_HWMON=y
673# CONFIG_HWMON_VID is not set
674# CONFIG_SENSORS_ABITUGURU is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500675# CONFIG_SENSORS_AD7418 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600676# CONFIG_SENSORS_ADM1021 is not set
677# CONFIG_SENSORS_ADM1025 is not set
678# CONFIG_SENSORS_ADM1026 is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500679# CONFIG_SENSORS_ADM1029 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600680# CONFIG_SENSORS_ADM1031 is not set
681# CONFIG_SENSORS_ADM9240 is not set
682# CONFIG_SENSORS_ASB100 is not set
683# CONFIG_SENSORS_ATXP1 is not set
684# CONFIG_SENSORS_DS1621 is not set
685# CONFIG_SENSORS_F71805F is not set
686# CONFIG_SENSORS_FSCHER is not set
687# CONFIG_SENSORS_FSCPOS is not set
688# CONFIG_SENSORS_GL518SM is not set
689# CONFIG_SENSORS_GL520SM is not set
690# CONFIG_SENSORS_IT87 is not set
691# CONFIG_SENSORS_LM63 is not set
692# CONFIG_SENSORS_LM75 is not set
693# CONFIG_SENSORS_LM77 is not set
694# CONFIG_SENSORS_LM78 is not set
695# CONFIG_SENSORS_LM80 is not set
696# CONFIG_SENSORS_LM83 is not set
697# CONFIG_SENSORS_LM85 is not set
698# CONFIG_SENSORS_LM87 is not set
699# CONFIG_SENSORS_LM90 is not set
700# CONFIG_SENSORS_LM92 is not set
701# CONFIG_SENSORS_MAX1619 is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500702# CONFIG_SENSORS_MAX6650 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600703# CONFIG_SENSORS_PC87360 is not set
704# CONFIG_SENSORS_PC87427 is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500705# CONFIG_SENSORS_SIS5595 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600706# CONFIG_SENSORS_SMSC47M1 is not set
707# CONFIG_SENSORS_SMSC47M192 is not set
708# CONFIG_SENSORS_SMSC47B397 is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500709# CONFIG_SENSORS_VIA686A is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600710# CONFIG_SENSORS_VT1211 is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500711# CONFIG_SENSORS_VT8231 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600712# CONFIG_SENSORS_W83781D is not set
713# CONFIG_SENSORS_W83791D is not set
714# CONFIG_SENSORS_W83792D is not set
715# CONFIG_SENSORS_W83793 is not set
716# CONFIG_SENSORS_W83L785TS is not set
717# CONFIG_SENSORS_W83627HF is not set
718# CONFIG_SENSORS_W83627EHF is not set
719# CONFIG_HWMON_DEBUG_CHIP is not set
720
721#
Kumar Gala795bb152007-07-02 00:04:36 -0500722# Multifunction device drivers
723#
724# CONFIG_MFD_SM501 is not set
725
726#
Andy Flemingeb11a722007-02-09 17:30:09 -0600727# Multimedia devices
728#
729# CONFIG_VIDEO_DEV is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500730# CONFIG_DVB_CORE is not set
731CONFIG_DAB=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600732
733#
734# Graphics support
735#
Kumar Gala795bb152007-07-02 00:04:36 -0500736# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
737
738#
739# Display device support
740#
741# CONFIG_DISPLAY_SUPPORT is not set
742# CONFIG_VGASTATE is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600743# CONFIG_FB is not set
744# CONFIG_FB_IBM_GXT4500 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600745
746#
747# Sound
748#
749# CONFIG_SOUND is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500750CONFIG_HID_SUPPORT=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600751CONFIG_HID=y
Kumar Gala23f510b2007-02-17 16:29:36 -0600752# CONFIG_HID_DEBUG is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500753CONFIG_USB_SUPPORT=y
754CONFIG_USB_ARCH_HAS_HCD=y
755CONFIG_USB_ARCH_HAS_OHCI=y
756CONFIG_USB_ARCH_HAS_EHCI=y
757# CONFIG_USB is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600758
759#
760# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
761#
762
763#
764# USB Gadget Support
765#
766# CONFIG_USB_GADGET is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600767# CONFIG_MMC is not set
768
769#
770# LED devices
771#
772# CONFIG_NEW_LEDS is not set
773
774#
775# LED drivers
776#
777
778#
779# LED Triggers
780#
Kumar Galaaa3c1122007-07-16 10:45:07 -0500781# CONFIG_INFINIBAND is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600782
783#
784# Real Time Clock
785#
786# CONFIG_RTC_CLASS is not set
787
788#
789# DMA Engine support
790#
791# CONFIG_DMA_ENGINE is not set
792
793#
794# DMA Clients
795#
796
797#
798# DMA Devices
799#
800
801#
Kumar Galaaa3c1122007-07-16 10:45:07 -0500802# Userspace I/O
803#
804# CONFIG_UIO is not set
805
806#
Andy Flemingeb11a722007-02-09 17:30:09 -0600807# File systems
808#
809CONFIG_EXT2_FS=y
810# CONFIG_EXT2_FS_XATTR is not set
811# CONFIG_EXT2_FS_XIP is not set
812CONFIG_EXT3_FS=y
813CONFIG_EXT3_FS_XATTR=y
814# CONFIG_EXT3_FS_POSIX_ACL is not set
815# CONFIG_EXT3_FS_SECURITY is not set
816# CONFIG_EXT4DEV_FS is not set
817CONFIG_JBD=y
818# CONFIG_JBD_DEBUG is not set
819CONFIG_FS_MBCACHE=y
820# CONFIG_REISERFS_FS is not set
821# CONFIG_JFS_FS is not set
822# CONFIG_FS_POSIX_ACL is not set
823# CONFIG_XFS_FS is not set
824# CONFIG_GFS2_FS is not set
825# CONFIG_OCFS2_FS is not set
826# CONFIG_MINIX_FS is not set
827# CONFIG_ROMFS_FS is not set
828CONFIG_INOTIFY=y
829CONFIG_INOTIFY_USER=y
830# CONFIG_QUOTA is not set
831CONFIG_DNOTIFY=y
832# CONFIG_AUTOFS_FS is not set
833# CONFIG_AUTOFS4_FS is not set
834# CONFIG_FUSE_FS is not set
835
836#
837# CD-ROM/DVD Filesystems
838#
839# CONFIG_ISO9660_FS is not set
840# CONFIG_UDF_FS is not set
841
842#
843# DOS/FAT/NT Filesystems
844#
845# CONFIG_MSDOS_FS is not set
846# CONFIG_VFAT_FS is not set
847# CONFIG_NTFS_FS is not set
848
849#
850# Pseudo filesystems
851#
852CONFIG_PROC_FS=y
853CONFIG_PROC_KCORE=y
854CONFIG_PROC_SYSCTL=y
855CONFIG_SYSFS=y
856CONFIG_TMPFS=y
857# CONFIG_TMPFS_POSIX_ACL is not set
858# CONFIG_HUGETLB_PAGE is not set
859CONFIG_RAMFS=y
860# CONFIG_CONFIGFS_FS is not set
861
862#
863# Miscellaneous filesystems
864#
865# CONFIG_ADFS_FS is not set
866# CONFIG_AFFS_FS is not set
867# CONFIG_HFS_FS is not set
868# CONFIG_HFSPLUS_FS is not set
869# CONFIG_BEFS_FS is not set
870# CONFIG_BFS_FS is not set
871# CONFIG_EFS_FS is not set
872# CONFIG_CRAMFS is not set
873# CONFIG_VXFS_FS is not set
874# CONFIG_HPFS_FS is not set
875# CONFIG_QNX4FS_FS is not set
876# CONFIG_SYSV_FS is not set
877# CONFIG_UFS_FS is not set
878
879#
880# Network File Systems
881#
882CONFIG_NFS_FS=y
883CONFIG_NFS_V3=y
884# CONFIG_NFS_V3_ACL is not set
885CONFIG_NFS_V4=y
886# CONFIG_NFS_DIRECTIO is not set
887# CONFIG_NFSD is not set
888CONFIG_ROOT_NFS=y
889CONFIG_LOCKD=y
890CONFIG_LOCKD_V4=y
891CONFIG_NFS_COMMON=y
892CONFIG_SUNRPC=y
893CONFIG_SUNRPC_GSS=y
Kumar Gala795bb152007-07-02 00:04:36 -0500894# CONFIG_SUNRPC_BIND34 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600895CONFIG_RPCSEC_GSS_KRB5=y
896# CONFIG_RPCSEC_GSS_SPKM3 is not set
897# CONFIG_SMB_FS is not set
898# CONFIG_CIFS is not set
899# CONFIG_NCP_FS is not set
900# CONFIG_CODA_FS is not set
901# CONFIG_AFS_FS is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600902
903#
904# Partition Types
905#
906CONFIG_PARTITION_ADVANCED=y
907# CONFIG_ACORN_PARTITION is not set
908# CONFIG_OSF_PARTITION is not set
909# CONFIG_AMIGA_PARTITION is not set
910# CONFIG_ATARI_PARTITION is not set
911# CONFIG_MAC_PARTITION is not set
912# CONFIG_MSDOS_PARTITION is not set
913# CONFIG_LDM_PARTITION is not set
914# CONFIG_SGI_PARTITION is not set
915# CONFIG_ULTRIX_PARTITION is not set
916# CONFIG_SUN_PARTITION is not set
917# CONFIG_KARMA_PARTITION is not set
918# CONFIG_EFI_PARTITION is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500919# CONFIG_SYSV68_PARTITION is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600920
921#
922# Native Language Support
923#
924# CONFIG_NLS is not set
925
926#
927# Distributed Lock Manager
928#
929# CONFIG_DLM is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500930# CONFIG_UCC_SLOW is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600931
932#
933# Library routines
934#
935CONFIG_BITREVERSE=y
936# CONFIG_CRC_CCITT is not set
937# CONFIG_CRC16 is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500938# CONFIG_CRC_ITU_T is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600939CONFIG_CRC32=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500940# CONFIG_CRC7 is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600941# CONFIG_LIBCRC32C is not set
942CONFIG_PLIST=y
Kumar Gala23f510b2007-02-17 16:29:36 -0600943CONFIG_HAS_IOMEM=y
944CONFIG_HAS_IOPORT=y
Kumar Gala795bb152007-07-02 00:04:36 -0500945CONFIG_HAS_DMA=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600946
947#
948# Instrumentation Support
949#
950CONFIG_PROFILING=y
951CONFIG_OPROFILE=y
952
953#
954# Kernel hacking
955#
956# CONFIG_PRINTK_TIME is not set
957CONFIG_ENABLE_MUST_CHECK=y
958# CONFIG_MAGIC_SYSRQ is not set
959# CONFIG_UNUSED_SYMBOLS is not set
960# CONFIG_DEBUG_FS is not set
961# CONFIG_HEADERS_CHECK is not set
962CONFIG_DEBUG_KERNEL=y
Kumar Gala23f510b2007-02-17 16:29:36 -0600963# CONFIG_DEBUG_SHIRQ is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600964CONFIG_DETECT_SOFTLOCKUP=y
Kumar Galaaa3c1122007-07-16 10:45:07 -0500965CONFIG_SCHED_DEBUG=y
Andy Flemingeb11a722007-02-09 17:30:09 -0600966# CONFIG_SCHEDSTATS is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500967# CONFIG_TIMER_STATS is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600968# CONFIG_DEBUG_SLAB is not set
969# CONFIG_DEBUG_RT_MUTEXES is not set
970# CONFIG_RT_MUTEX_TESTER is not set
971# CONFIG_DEBUG_SPINLOCK is not set
972# CONFIG_DEBUG_MUTEXES is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600973# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
974# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
975# CONFIG_DEBUG_KOBJECT is not set
976# CONFIG_DEBUG_BUGVERBOSE is not set
977# CONFIG_DEBUG_INFO is not set
978# CONFIG_DEBUG_VM is not set
979# CONFIG_DEBUG_LIST is not set
980CONFIG_FORCED_INLINING=y
981# CONFIG_RCU_TORTURE_TEST is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500982# CONFIG_FAULT_INJECTION is not set
Kumar Gala23f510b2007-02-17 16:29:36 -0600983# CONFIG_DEBUG_STACKOVERFLOW is not set
984# CONFIG_DEBUG_STACK_USAGE is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500985# CONFIG_DEBUG_PAGEALLOC is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600986CONFIG_DEBUGGER=y
987# CONFIG_XMON is not set
988# CONFIG_BDI_SWITCH is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -0500989# CONFIG_BOOTX_TEXT is not set
Andy Flemingeb11a722007-02-09 17:30:09 -0600990CONFIG_PPC_EARLY_DEBUG=y
991# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
992# CONFIG_PPC_EARLY_DEBUG_G5 is not set
993# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
994# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
995# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
996# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
Kumar Gala23f510b2007-02-17 16:29:36 -0600997# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
998# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
Kumar Gala795bb152007-07-02 00:04:36 -0500999# CONFIG_PPC_EARLY_DEBUG_44x is not set
Andy Flemingeb11a722007-02-09 17:30:09 -06001000
1001#
1002# Security options
1003#
1004# CONFIG_KEYS is not set
1005# CONFIG_SECURITY is not set
Andy Flemingeb11a722007-02-09 17:30:09 -06001006CONFIG_CRYPTO=y
1007CONFIG_CRYPTO_ALGAPI=y
1008CONFIG_CRYPTO_BLKCIPHER=y
1009CONFIG_CRYPTO_MANAGER=y
1010# CONFIG_CRYPTO_HMAC is not set
1011# CONFIG_CRYPTO_XCBC is not set
1012# CONFIG_CRYPTO_NULL is not set
1013# CONFIG_CRYPTO_MD4 is not set
1014CONFIG_CRYPTO_MD5=y
1015# CONFIG_CRYPTO_SHA1 is not set
1016# CONFIG_CRYPTO_SHA256 is not set
1017# CONFIG_CRYPTO_SHA512 is not set
1018# CONFIG_CRYPTO_WP512 is not set
1019# CONFIG_CRYPTO_TGR192 is not set
1020# CONFIG_CRYPTO_GF128MUL is not set
1021CONFIG_CRYPTO_ECB=m
1022CONFIG_CRYPTO_CBC=y
Kumar Gala23f510b2007-02-17 16:29:36 -06001023CONFIG_CRYPTO_PCBC=m
Andy Flemingeb11a722007-02-09 17:30:09 -06001024# CONFIG_CRYPTO_LRW is not set
Kumar Gala795bb152007-07-02 00:04:36 -05001025# CONFIG_CRYPTO_CRYPTD is not set
Andy Flemingeb11a722007-02-09 17:30:09 -06001026CONFIG_CRYPTO_DES=y
Kumar Gala23f510b2007-02-17 16:29:36 -06001027# CONFIG_CRYPTO_FCRYPT is not set
Andy Flemingeb11a722007-02-09 17:30:09 -06001028# CONFIG_CRYPTO_BLOWFISH is not set
1029# CONFIG_CRYPTO_TWOFISH is not set
1030# CONFIG_CRYPTO_SERPENT is not set
1031# CONFIG_CRYPTO_AES is not set
1032# CONFIG_CRYPTO_CAST5 is not set
1033# CONFIG_CRYPTO_CAST6 is not set
1034# CONFIG_CRYPTO_TEA is not set
1035# CONFIG_CRYPTO_ARC4 is not set
1036# CONFIG_CRYPTO_KHAZAD is not set
1037# CONFIG_CRYPTO_ANUBIS is not set
1038# CONFIG_CRYPTO_DEFLATE is not set
1039# CONFIG_CRYPTO_MICHAEL_MIC is not set
1040# CONFIG_CRYPTO_CRC32C is not set
Kumar Gala23f510b2007-02-17 16:29:36 -06001041# CONFIG_CRYPTO_CAMELLIA is not set
Andy Flemingeb11a722007-02-09 17:30:09 -06001042# CONFIG_CRYPTO_TEST is not set
Kumar Galaaa3c1122007-07-16 10:45:07 -05001043CONFIG_CRYPTO_HW=y