blob: fe22e54ab2b01d84f8ddeca93300475f519e0381 [file] [log] [blame]
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11001#
2# Automatically generated make config: don't edit
Arnd Bergmann1a19f852006-03-23 00:00:05 +01003# Linux kernel version: 2.6.16
4# Thu Mar 23 20:48:09 2006
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11005#
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +11006CONFIG_PPC64=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11007CONFIG_64BIT=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +11008CONFIG_PPC_MERGE=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11009CONFIG_MMU=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +110010CONFIG_GENERIC_HARDIRQS=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110011CONFIG_RWSEM_XCHGADD_ALGORITHM=y
12CONFIG_GENERIC_CALIBRATE_DELAY=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +110013CONFIG_PPC=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110014CONFIG_EARLY_PRINTK=y
15CONFIG_COMPAT=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +110016CONFIG_SYSVIPC_COMPAT=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110017CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
18CONFIG_ARCH_MAY_HAVE_PC_FDC=y
Paul Mackerras1ae5db32006-03-15 16:22:54 +110019CONFIG_PPC_OF=y
20CONFIG_PPC_UDBG_16550=y
21# CONFIG_GENERIC_TBSYNC is not set
22# CONFIG_DEFAULT_UIMAGE is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +110023
24#
25# Processor support
26#
27# CONFIG_POWER4_ONLY is not set
28CONFIG_POWER3=y
29CONFIG_POWER4=y
30CONFIG_PPC_FPU=y
31CONFIG_ALTIVEC=y
32CONFIG_PPC_STD_MMU=y
Arnd Bergmann1a19f852006-03-23 00:00:05 +010033CONFIG_VIRT_CPU_ACCOUNTING=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +110034CONFIG_SMP=y
35CONFIG_NR_CPUS=4
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110036
37#
38# Code maturity level options
39#
40CONFIG_EXPERIMENTAL=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110041CONFIG_LOCK_KERNEL=y
42CONFIG_INIT_ENV_ARG_LIMIT=32
43
44#
45# General setup
46#
47CONFIG_LOCALVERSION=""
48CONFIG_LOCALVERSION_AUTO=y
49CONFIG_SWAP=y
50CONFIG_SYSVIPC=y
51# CONFIG_POSIX_MQUEUE is not set
52# CONFIG_BSD_PROCESS_ACCT is not set
53CONFIG_SYSCTL=y
54# CONFIG_AUDIT is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +010055CONFIG_IKCONFIG=y
56CONFIG_IKCONFIG_PROC=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110057# CONFIG_CPUSETS is not set
58CONFIG_INITRAMFS_SOURCE=""
Paul Mackerras5a1244e2005-12-20 16:00:17 +110059CONFIG_CC_OPTIMIZE_FOR_SIZE=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110060# CONFIG_EMBEDDED is not set
61CONFIG_KALLSYMS=y
62# CONFIG_KALLSYMS_ALL is not set
63# CONFIG_KALLSYMS_EXTRA_PASS is not set
Paul Mackerras1ae5db32006-03-15 16:22:54 +110064CONFIG_HOTPLUG=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110065CONFIG_PRINTK=y
66CONFIG_BUG=y
Paul Mackerras1ae5db32006-03-15 16:22:54 +110067CONFIG_ELF_CORE=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110068CONFIG_BASE_FULL=y
69CONFIG_FUTEX=y
70CONFIG_EPOLL=y
71CONFIG_SHMEM=y
72CONFIG_CC_ALIGN_FUNCTIONS=0
73CONFIG_CC_ALIGN_LABELS=0
74CONFIG_CC_ALIGN_LOOPS=0
75CONFIG_CC_ALIGN_JUMPS=0
Paul Mackerras1ae5db32006-03-15 16:22:54 +110076CONFIG_SLAB=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110077# CONFIG_TINY_SHMEM is not set
78CONFIG_BASE_SMALL=0
Paul Mackerras1ae5db32006-03-15 16:22:54 +110079# CONFIG_SLOB is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110080
81#
82# Loadable module support
83#
84CONFIG_MODULES=y
85CONFIG_MODULE_UNLOAD=y
86# CONFIG_MODULE_FORCE_UNLOAD is not set
87CONFIG_OBSOLETE_MODPARM=y
88# CONFIG_MODVERSIONS is not set
89# CONFIG_MODULE_SRCVERSION_ALL is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +010090CONFIG_KMOD=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110091CONFIG_STOP_MACHINE=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +110092
93#
94# Block layer
95#
96
97#
98# IO Schedulers
99#
100CONFIG_IOSCHED_NOOP=y
101CONFIG_IOSCHED_AS=y
102CONFIG_IOSCHED_DEADLINE=y
103CONFIG_IOSCHED_CFQ=y
104CONFIG_DEFAULT_AS=y
105# CONFIG_DEFAULT_DEADLINE is not set
106# CONFIG_DEFAULT_CFQ is not set
107# CONFIG_DEFAULT_NOOP is not set
108CONFIG_DEFAULT_IOSCHED="anticipatory"
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100109
110#
111# Platform support
112#
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100113CONFIG_PPC_MULTIPLATFORM=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100114# CONFIG_PPC_ISERIES is not set
115# CONFIG_EMBEDDED6xx is not set
116# CONFIG_APUS is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100117# CONFIG_PPC_PSERIES is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100118# CONFIG_PPC_PMAC is not set
119# CONFIG_PPC_MAPLE is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100120CONFIG_PPC_CELL=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100121# CONFIG_U3_DART is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100122CONFIG_PPC_RTAS=y
123# CONFIG_RTAS_ERROR_LOGGING is not set
124CONFIG_RTAS_PROC=y
125CONFIG_RTAS_FLASH=y
126CONFIG_MMIO_NVRAM=y
127CONFIG_CELL_IIC=y
128# CONFIG_PPC_MPC106 is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100129# CONFIG_CPU_FREQ is not set
130# CONFIG_WANT_EARLY_SERIAL is not set
131
132#
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100133# Cell Broadband Engine options
134#
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100135CONFIG_SPU_FS=m
136CONFIG_SPUFS_MMAP=y
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100137
138#
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100139# Kernel options
140#
141# CONFIG_HZ_100 is not set
142CONFIG_HZ_250=y
143# CONFIG_HZ_1000 is not set
144CONFIG_HZ=250
145CONFIG_PREEMPT_NONE=y
146# CONFIG_PREEMPT_VOLUNTARY is not set
147# CONFIG_PREEMPT is not set
148CONFIG_PREEMPT_BKL=y
149CONFIG_BINFMT_ELF=y
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100150CONFIG_BINFMT_MISC=m
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100151CONFIG_FORCE_MAX_ZONEORDER=13
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100152# CONFIG_IOMMU_VMERGE is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100153CONFIG_KEXEC=y
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100154# CONFIG_CRASH_DUMP is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100155CONFIG_IRQ_ALL_CPUS=y
156# CONFIG_NUMA is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100157CONFIG_ARCH_SELECT_MEMORY_MODEL=y
158CONFIG_ARCH_FLATMEM_ENABLE=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100159CONFIG_ARCH_SPARSEMEM_ENABLE=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100160CONFIG_SELECT_MEMORY_MODEL=y
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100161# CONFIG_FLATMEM_MANUAL is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100162# CONFIG_DISCONTIGMEM_MANUAL is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100163CONFIG_SPARSEMEM_MANUAL=y
164CONFIG_SPARSEMEM=y
165CONFIG_HAVE_MEMORY_PRESENT=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100166# CONFIG_SPARSEMEM_STATIC is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100167CONFIG_SPARSEMEM_EXTREME=y
168# CONFIG_MEMORY_HOTPLUG is not set
Paul Mackerras5a1244e2005-12-20 16:00:17 +1100169CONFIG_SPLIT_PTLOCK_CPUS=4
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100170CONFIG_MIGRATION=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100171# CONFIG_PPC_64K_PAGES is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100172CONFIG_SCHED_SMT=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100173CONFIG_PROC_DEVICETREE=y
174# CONFIG_CMDLINE_BOOL is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100175# CONFIG_PM is not set
176CONFIG_SECCOMP=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100177CONFIG_ISA_DMA_API=y
178
179#
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100180# Bus options
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100181#
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100182CONFIG_GENERIC_ISA_DMA=y
183# CONFIG_PPC_I8259 is not set
184# CONFIG_PPC_INDIRECT_PCI is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100185CONFIG_PCI=y
186CONFIG_PCI_DOMAINS=y
187CONFIG_PCI_LEGACY_PROC=y
188# CONFIG_PCI_DEBUG is not set
189
190#
191# PCCARD (PCMCIA/CardBus) support
192#
193# CONFIG_PCCARD is not set
194
195#
196# PCI Hotplug Support
197#
198# CONFIG_HOTPLUG_PCI is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100199CONFIG_KERNEL_START=0xc000000000000000
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100200
201#
202# Networking
203#
204CONFIG_NET=y
205
206#
207# Networking options
208#
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100209# CONFIG_NETDEBUG is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100210CONFIG_PACKET=y
211# CONFIG_PACKET_MMAP is not set
212CONFIG_UNIX=y
213CONFIG_XFRM=y
214# CONFIG_XFRM_USER is not set
215# CONFIG_NET_KEY is not set
216CONFIG_INET=y
217CONFIG_IP_MULTICAST=y
218# CONFIG_IP_ADVANCED_ROUTER is not set
219CONFIG_IP_FIB_HASH=y
220# CONFIG_IP_PNP is not set
221CONFIG_NET_IPIP=y
222# CONFIG_NET_IPGRE is not set
223# CONFIG_IP_MROUTE is not set
224# CONFIG_ARPD is not set
225CONFIG_SYN_COOKIES=y
226# CONFIG_INET_AH is not set
227# CONFIG_INET_ESP is not set
228# CONFIG_INET_IPCOMP is not set
229CONFIG_INET_TUNNEL=y
230CONFIG_INET_DIAG=y
231CONFIG_INET_TCP_DIAG=y
232# CONFIG_TCP_CONG_ADVANCED is not set
233CONFIG_TCP_CONG_BIC=y
234
235#
236# IP: Virtual Server Configuration
237#
238# CONFIG_IP_VS is not set
239CONFIG_IPV6=y
240# CONFIG_IPV6_PRIVACY is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100241# CONFIG_IPV6_ROUTER_PREF is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100242CONFIG_INET6_AH=m
243CONFIG_INET6_ESP=m
244CONFIG_INET6_IPCOMP=m
245CONFIG_INET6_TUNNEL=m
246CONFIG_IPV6_TUNNEL=m
247CONFIG_NETFILTER=y
248# CONFIG_NETFILTER_DEBUG is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100249
250#
251# Core Netfilter Configuration
252#
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100253# CONFIG_NETFILTER_NETLINK is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100254# CONFIG_NETFILTER_XTABLES is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100255
256#
257# IP: Netfilter Configuration
258#
259CONFIG_IP_NF_CONNTRACK=y
260# CONFIG_IP_NF_CT_ACCT is not set
261# CONFIG_IP_NF_CONNTRACK_MARK is not set
262# CONFIG_IP_NF_CONNTRACK_EVENTS is not set
263CONFIG_IP_NF_CT_PROTO_SCTP=y
264CONFIG_IP_NF_FTP=m
265CONFIG_IP_NF_IRC=m
266# CONFIG_IP_NF_NETBIOS_NS is not set
267CONFIG_IP_NF_TFTP=m
268CONFIG_IP_NF_AMANDA=m
269# CONFIG_IP_NF_PPTP is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100270# CONFIG_IP_NF_H323 is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100271CONFIG_IP_NF_QUEUE=m
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100272
273#
274# IPv6: Netfilter Configuration (EXPERIMENTAL)
275#
276# CONFIG_IP6_NF_QUEUE is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100277
278#
279# DCCP Configuration (EXPERIMENTAL)
280#
281# CONFIG_IP_DCCP is not set
282
283#
284# SCTP Configuration (EXPERIMENTAL)
285#
286# CONFIG_IP_SCTP is not set
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100287
288#
289# TIPC Configuration (EXPERIMENTAL)
290#
291# CONFIG_TIPC is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100292# CONFIG_ATM is not set
293# CONFIG_BRIDGE is not set
294# CONFIG_VLAN_8021Q is not set
295# CONFIG_DECNET is not set
296# CONFIG_LLC2 is not set
297# CONFIG_IPX is not set
298# CONFIG_ATALK is not set
299# CONFIG_X25 is not set
300# CONFIG_LAPB is not set
301# CONFIG_NET_DIVERT is not set
302# CONFIG_ECONET is not set
303# CONFIG_WAN_ROUTER is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100304
305#
306# QoS and/or fair queueing
307#
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100308# CONFIG_NET_SCHED is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100309
310#
311# Network testing
312#
313# CONFIG_NET_PKTGEN is not set
314# CONFIG_HAMRADIO is not set
315# CONFIG_IRDA is not set
316# CONFIG_BT is not set
317# CONFIG_IEEE80211 is not set
318
319#
320# Device Drivers
321#
322
323#
324# Generic Driver Options
325#
326CONFIG_STANDALONE=y
327CONFIG_PREVENT_FIRMWARE_BUILD=y
328CONFIG_FW_LOADER=y
329# CONFIG_DEBUG_DRIVER is not set
330
331#
332# Connector - unified userspace <-> kernelspace linker
333#
334# CONFIG_CONNECTOR is not set
335
336#
337# Memory Technology Devices (MTD)
338#
339# CONFIG_MTD is not set
340
341#
342# Parallel port support
343#
344# CONFIG_PARPORT is not set
345
346#
347# Plug and Play support
348#
349
350#
351# Block devices
352#
353# CONFIG_BLK_DEV_FD is not set
354# CONFIG_BLK_CPQ_DA is not set
355# CONFIG_BLK_CPQ_CISS_DA is not set
356# CONFIG_BLK_DEV_DAC960 is not set
357# CONFIG_BLK_DEV_UMEM is not set
358# CONFIG_BLK_DEV_COW_COMMON is not set
359CONFIG_BLK_DEV_LOOP=y
360# CONFIG_BLK_DEV_CRYPTOLOOP is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100361# CONFIG_BLK_DEV_NBD is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100362# CONFIG_BLK_DEV_SX8 is not set
363CONFIG_BLK_DEV_RAM=y
364CONFIG_BLK_DEV_RAM_COUNT=16
365CONFIG_BLK_DEV_RAM_SIZE=131072
366CONFIG_BLK_DEV_INITRD=y
367# CONFIG_CDROM_PKTCDVD is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100368# CONFIG_ATA_OVER_ETH is not set
369
370#
371# ATA/ATAPI/MFM/RLL support
372#
373CONFIG_IDE=y
374CONFIG_BLK_DEV_IDE=y
375
376#
377# Please see Documentation/ide.txt for help/info on IDE drives
378#
379# CONFIG_BLK_DEV_IDE_SATA is not set
380CONFIG_BLK_DEV_IDEDISK=y
381CONFIG_IDEDISK_MULTI_MODE=y
382# CONFIG_BLK_DEV_IDECD is not set
383# CONFIG_BLK_DEV_IDETAPE is not set
384# CONFIG_BLK_DEV_IDEFLOPPY is not set
385# CONFIG_IDE_TASK_IOCTL is not set
386
387#
388# IDE chipset support/bugfixes
389#
390CONFIG_IDE_GENERIC=y
391CONFIG_BLK_DEV_IDEPCI=y
392CONFIG_IDEPCI_SHARE_IRQ=y
393# CONFIG_BLK_DEV_OFFBOARD is not set
394CONFIG_BLK_DEV_GENERIC=y
395# CONFIG_BLK_DEV_OPTI621 is not set
396# CONFIG_BLK_DEV_SL82C105 is not set
397CONFIG_BLK_DEV_IDEDMA_PCI=y
398# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
399CONFIG_IDEDMA_PCI_AUTO=y
400# CONFIG_IDEDMA_ONLYDISK is not set
401CONFIG_BLK_DEV_AEC62XX=y
402# CONFIG_BLK_DEV_ALI15X3 is not set
403# CONFIG_BLK_DEV_AMD74XX is not set
404# CONFIG_BLK_DEV_CMD64X is not set
405# CONFIG_BLK_DEV_TRIFLEX is not set
406# CONFIG_BLK_DEV_CY82C693 is not set
407# CONFIG_BLK_DEV_CS5520 is not set
408# CONFIG_BLK_DEV_CS5530 is not set
409# CONFIG_BLK_DEV_HPT34X is not set
410# CONFIG_BLK_DEV_HPT366 is not set
411# CONFIG_BLK_DEV_SC1200 is not set
412# CONFIG_BLK_DEV_PIIX is not set
413# CONFIG_BLK_DEV_IT821X is not set
414# CONFIG_BLK_DEV_NS87415 is not set
415# CONFIG_BLK_DEV_PDC202XX_OLD is not set
416# CONFIG_BLK_DEV_PDC202XX_NEW is not set
417# CONFIG_BLK_DEV_SVWKS is not set
418CONFIG_BLK_DEV_SIIMAGE=y
419# CONFIG_BLK_DEV_SLC90E66 is not set
420# CONFIG_BLK_DEV_TRM290 is not set
421# CONFIG_BLK_DEV_VIA82CXXX is not set
422# CONFIG_IDE_ARM is not set
423CONFIG_BLK_DEV_IDEDMA=y
424# CONFIG_IDEDMA_IVB is not set
425CONFIG_IDEDMA_AUTO=y
426# CONFIG_BLK_DEV_HD is not set
427
428#
429# SCSI device support
430#
431# CONFIG_RAID_ATTRS is not set
432# CONFIG_SCSI is not set
433
434#
435# Multi-device support (RAID and LVM)
436#
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100437CONFIG_MD=y
438CONFIG_BLK_DEV_MD=m
439CONFIG_MD_LINEAR=m
440CONFIG_MD_RAID0=m
441CONFIG_MD_RAID1=m
442# CONFIG_MD_RAID10 is not set
443# CONFIG_MD_RAID5 is not set
444# CONFIG_MD_RAID6 is not set
445# CONFIG_MD_MULTIPATH is not set
446# CONFIG_MD_FAULTY is not set
447CONFIG_BLK_DEV_DM=m
448CONFIG_DM_CRYPT=m
449CONFIG_DM_SNAPSHOT=m
450CONFIG_DM_MIRROR=m
451CONFIG_DM_ZERO=m
452CONFIG_DM_MULTIPATH=m
453# CONFIG_DM_MULTIPATH_EMC is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100454
455#
456# Fusion MPT device support
457#
458# CONFIG_FUSION is not set
459
460#
461# IEEE 1394 (FireWire) support
462#
463# CONFIG_IEEE1394 is not set
464
465#
466# I2O device support
467#
468# CONFIG_I2O is not set
469
470#
471# Macintosh device drivers
472#
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100473# CONFIG_WINDFARM is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100474
475#
476# Network device support
477#
478CONFIG_NETDEVICES=y
479# CONFIG_DUMMY is not set
480# CONFIG_BONDING is not set
481# CONFIG_EQUALIZER is not set
482# CONFIG_TUN is not set
483
484#
485# ARCnet devices
486#
487# CONFIG_ARCNET is not set
488
489#
490# PHY device support
491#
492# CONFIG_PHYLIB is not set
493
494#
495# Ethernet (10 or 100Mbit)
496#
497CONFIG_NET_ETHERNET=y
498CONFIG_MII=y
499# CONFIG_HAPPYMEAL is not set
500# CONFIG_SUNGEM is not set
501# CONFIG_CASSINI is not set
502# CONFIG_NET_VENDOR_3COM is not set
503
504#
505# Tulip family network device support
506#
507# CONFIG_NET_TULIP is not set
508# CONFIG_HP100 is not set
509# CONFIG_NET_PCI is not set
510
511#
512# Ethernet (1000 Mbit)
513#
514# CONFIG_ACENIC is not set
515# CONFIG_DL2K is not set
516CONFIG_E1000=m
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100517CONFIG_E1000_NAPI=y
Jesse Brandeburg35ec56b2006-01-18 13:01:30 -0800518# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100519# CONFIG_NS83820 is not set
520# CONFIG_HAMACHI is not set
521# CONFIG_YELLOWFIN is not set
522# CONFIG_R8169 is not set
523# CONFIG_SIS190 is not set
524CONFIG_SKGE=m
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100525# CONFIG_SKY2 is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100526# CONFIG_SK98LIN is not set
527# CONFIG_TIGON3 is not set
528# CONFIG_BNX2 is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100529CONFIG_SPIDER_NET=m
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100530# CONFIG_MV643XX_ETH is not set
531
532#
533# Ethernet (10000 Mbit)
534#
535# CONFIG_CHELSIO_T1 is not set
536# CONFIG_IXGB is not set
537# CONFIG_S2IO is not set
538
539#
540# Token Ring devices
541#
542# CONFIG_TR is not set
543
544#
545# Wireless LAN (non-hamradio)
546#
547# CONFIG_NET_RADIO is not set
548
549#
550# Wan interfaces
551#
552# CONFIG_WAN is not set
553# CONFIG_FDDI is not set
554# CONFIG_HIPPI is not set
555# CONFIG_PPP is not set
556# CONFIG_SLIP is not set
557# CONFIG_SHAPER is not set
558# CONFIG_NETCONSOLE is not set
559# CONFIG_NETPOLL is not set
560# CONFIG_NET_POLL_CONTROLLER is not set
561
562#
563# ISDN subsystem
564#
565# CONFIG_ISDN is not set
566
567#
568# Telephony Support
569#
570# CONFIG_PHONE is not set
571
572#
573# Input device support
574#
575CONFIG_INPUT=y
576
577#
578# Userland interfaces
579#
580CONFIG_INPUT_MOUSEDEV=y
581# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
582CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
583CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
584# CONFIG_INPUT_JOYDEV is not set
585# CONFIG_INPUT_TSDEV is not set
586# CONFIG_INPUT_EVDEV is not set
587# CONFIG_INPUT_EVBUG is not set
588
589#
590# Input Device Drivers
591#
592# CONFIG_INPUT_KEYBOARD is not set
593# CONFIG_INPUT_MOUSE is not set
594# CONFIG_INPUT_JOYSTICK is not set
595# CONFIG_INPUT_TOUCHSCREEN is not set
596# CONFIG_INPUT_MISC is not set
597
598#
599# Hardware I/O ports
600#
601CONFIG_SERIO=y
602# CONFIG_SERIO_I8042 is not set
603CONFIG_SERIO_SERPORT=y
604# CONFIG_SERIO_PCIPS2 is not set
605# CONFIG_SERIO_RAW is not set
606# CONFIG_GAMEPORT is not set
607
608#
609# Character devices
610#
611CONFIG_VT=y
612CONFIG_VT_CONSOLE=y
613CONFIG_HW_CONSOLE=y
614CONFIG_SERIAL_NONSTANDARD=y
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100615# CONFIG_COMPUTONE is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100616# CONFIG_ROCKETPORT is not set
617# CONFIG_CYCLADES is not set
618# CONFIG_DIGIEPCA is not set
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100619# CONFIG_MOXA_INTELLIO is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100620# CONFIG_MOXA_SMARTIO is not set
621# CONFIG_ISI is not set
622# CONFIG_SYNCLINK is not set
623# CONFIG_SYNCLINKMP is not set
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100624# CONFIG_SYNCLINK_GT is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100625# CONFIG_N_HDLC is not set
626# CONFIG_SPECIALIX is not set
627# CONFIG_SX is not set
628# CONFIG_STALDRV is not set
629
630#
631# Serial drivers
632#
633CONFIG_SERIAL_8250=y
634CONFIG_SERIAL_8250_CONSOLE=y
635CONFIG_SERIAL_8250_NR_UARTS=4
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100636CONFIG_SERIAL_8250_RUNTIME_UARTS=4
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100637# CONFIG_SERIAL_8250_EXTENDED is not set
638
639#
640# Non-8250 serial port support
641#
642CONFIG_SERIAL_CORE=y
643CONFIG_SERIAL_CORE_CONSOLE=y
644# CONFIG_SERIAL_JSM is not set
645CONFIG_UNIX98_PTYS=y
646# CONFIG_LEGACY_PTYS is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100647CONFIG_HVC_DRIVER=y
648CONFIG_HVC_RTAS=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100649
650#
651# IPMI
652#
653# CONFIG_IPMI_HANDLER is not set
654
655#
656# Watchdog Cards
657#
658CONFIG_WATCHDOG=y
659# CONFIG_WATCHDOG_NOWAYOUT is not set
660
661#
662# Watchdog Device Drivers
663#
664# CONFIG_SOFT_WATCHDOG is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100665CONFIG_WATCHDOG_RTAS=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100666
667#
668# PCI-based Watchdog Cards
669#
670# CONFIG_PCIPCWATCHDOG is not set
671# CONFIG_WDTPCI is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100672CONFIG_GEN_RTC=y
673# CONFIG_GEN_RTC_X is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100674# CONFIG_DTLK is not set
675# CONFIG_R3964 is not set
676# CONFIG_APPLICOM is not set
677
678#
679# Ftape, the floppy tape device driver
680#
681# CONFIG_AGP is not set
682# CONFIG_DRM is not set
683# CONFIG_RAW_DRIVER is not set
684# CONFIG_HANGCHECK_TIMER is not set
685
686#
687# TPM devices
688#
689# CONFIG_TCG_TPM is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100690# CONFIG_TELCLOCK is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100691
692#
693# I2C support
694#
695CONFIG_I2C=y
696# CONFIG_I2C_CHARDEV is not set
697
698#
699# I2C Algorithms
700#
701CONFIG_I2C_ALGOBIT=y
702# CONFIG_I2C_ALGOPCF is not set
703# CONFIG_I2C_ALGOPCA is not set
704
705#
706# I2C Hardware Bus support
707#
708# CONFIG_I2C_ALI1535 is not set
709# CONFIG_I2C_ALI1563 is not set
710# CONFIG_I2C_ALI15X3 is not set
711# CONFIG_I2C_AMD756 is not set
712# CONFIG_I2C_AMD8111 is not set
713# CONFIG_I2C_I801 is not set
714# CONFIG_I2C_I810 is not set
715# CONFIG_I2C_PIIX4 is not set
716# CONFIG_I2C_NFORCE2 is not set
717# CONFIG_I2C_PARPORT_LIGHT is not set
718# CONFIG_I2C_PROSAVAGE is not set
719# CONFIG_I2C_SAVAGE4 is not set
720# CONFIG_SCx200_ACB is not set
721# CONFIG_I2C_SIS5595 is not set
722# CONFIG_I2C_SIS630 is not set
723# CONFIG_I2C_SIS96X is not set
724# CONFIG_I2C_STUB is not set
725# CONFIG_I2C_VIA is not set
726# CONFIG_I2C_VIAPRO is not set
727# CONFIG_I2C_VOODOO3 is not set
728# CONFIG_I2C_PCA_ISA is not set
729
730#
731# Miscellaneous I2C Chip support
732#
733# CONFIG_SENSORS_DS1337 is not set
734# CONFIG_SENSORS_DS1374 is not set
735# CONFIG_SENSORS_EEPROM is not set
736# CONFIG_SENSORS_PCF8574 is not set
737# CONFIG_SENSORS_PCA9539 is not set
738# CONFIG_SENSORS_PCF8591 is not set
739# CONFIG_SENSORS_RTC8564 is not set
740# CONFIG_SENSORS_MAX6875 is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100741# CONFIG_RTC_X1205_I2C is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100742# CONFIG_I2C_DEBUG_CORE is not set
743# CONFIG_I2C_DEBUG_ALGO is not set
744# CONFIG_I2C_DEBUG_BUS is not set
745# CONFIG_I2C_DEBUG_CHIP is not set
746
747#
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100748# SPI support
749#
750# CONFIG_SPI is not set
751# CONFIG_SPI_MASTER is not set
752
753#
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100754# Dallas's 1-wire bus
755#
756# CONFIG_W1 is not set
757
758#
759# Hardware Monitoring support
760#
761# CONFIG_HWMON is not set
762# CONFIG_HWMON_VID is not set
763
764#
765# Misc devices
766#
767
768#
769# Multimedia Capabilities Port drivers
770#
771
772#
773# Multimedia devices
774#
775# CONFIG_VIDEO_DEV is not set
776
777#
778# Digital Video Broadcasting Devices
779#
780# CONFIG_DVB is not set
781
782#
783# Graphics support
784#
785# CONFIG_FB is not set
786
787#
788# Console display driver support
789#
790# CONFIG_VGA_CONSOLE is not set
791CONFIG_DUMMY_CONSOLE=y
792
793#
794# Sound
795#
796# CONFIG_SOUND is not set
797
798#
799# USB support
800#
801CONFIG_USB_ARCH_HAS_HCD=y
802CONFIG_USB_ARCH_HAS_OHCI=y
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100803CONFIG_USB_ARCH_HAS_EHCI=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100804# CONFIG_USB is not set
805
806#
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100807# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
808#
809
810#
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100811# USB Gadget Support
812#
813# CONFIG_USB_GADGET is not set
814
815#
816# MMC/SD Card support
817#
818# CONFIG_MMC is not set
819
820#
821# InfiniBand support
822#
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100823CONFIG_INFINIBAND=y
824CONFIG_INFINIBAND_USER_MAD=m
825CONFIG_INFINIBAND_USER_ACCESS=m
826CONFIG_INFINIBAND_MTHCA=m
827CONFIG_INFINIBAND_MTHCA_DEBUG=y
828CONFIG_INFINIBAND_IPOIB=m
829CONFIG_INFINIBAND_IPOIB_DEBUG=y
830CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100831
832#
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100833# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100834#
835
836#
837# File systems
838#
839CONFIG_EXT2_FS=y
840# CONFIG_EXT2_FS_XATTR is not set
841# CONFIG_EXT2_FS_XIP is not set
842CONFIG_EXT3_FS=y
843CONFIG_EXT3_FS_XATTR=y
844# CONFIG_EXT3_FS_POSIX_ACL is not set
845# CONFIG_EXT3_FS_SECURITY is not set
846CONFIG_JBD=y
847# CONFIG_JBD_DEBUG is not set
848CONFIG_FS_MBCACHE=y
849# CONFIG_REISERFS_FS is not set
850# CONFIG_JFS_FS is not set
851CONFIG_FS_POSIX_ACL=y
852# CONFIG_XFS_FS is not set
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100853# CONFIG_OCFS2_FS is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100854# CONFIG_MINIX_FS is not set
855# CONFIG_ROMFS_FS is not set
856CONFIG_INOTIFY=y
857# CONFIG_QUOTA is not set
858CONFIG_DNOTIFY=y
859# CONFIG_AUTOFS_FS is not set
860# CONFIG_AUTOFS4_FS is not set
861# CONFIG_FUSE_FS is not set
862
863#
864# CD-ROM/DVD Filesystems
865#
866CONFIG_ISO9660_FS=m
867CONFIG_JOLIET=y
868# CONFIG_ZISOFS is not set
869CONFIG_UDF_FS=m
870CONFIG_UDF_NLS=y
871
872#
873# DOS/FAT/NT Filesystems
874#
875CONFIG_FAT_FS=m
876CONFIG_MSDOS_FS=m
877CONFIG_VFAT_FS=m
878CONFIG_FAT_DEFAULT_CODEPAGE=437
879CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
880# CONFIG_NTFS_FS is not set
881
882#
883# Pseudo filesystems
884#
885CONFIG_PROC_FS=y
886CONFIG_PROC_KCORE=y
887CONFIG_SYSFS=y
888CONFIG_TMPFS=y
889CONFIG_HUGETLBFS=y
890CONFIG_HUGETLB_PAGE=y
891CONFIG_RAMFS=y
892# CONFIG_RELAYFS_FS is not set
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100893# CONFIG_CONFIGFS_FS is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100894
895#
896# Miscellaneous filesystems
897#
898# CONFIG_ADFS_FS is not set
899# CONFIG_AFFS_FS is not set
900# CONFIG_HFS_FS is not set
901# CONFIG_HFSPLUS_FS is not set
902# CONFIG_BEFS_FS is not set
903# CONFIG_BFS_FS is not set
904# CONFIG_EFS_FS is not set
905# CONFIG_CRAMFS is not set
906# CONFIG_VXFS_FS is not set
907# CONFIG_HPFS_FS is not set
908# CONFIG_QNX4FS_FS is not set
909# CONFIG_SYSV_FS is not set
910# CONFIG_UFS_FS is not set
911
912#
913# Network File Systems
914#
915CONFIG_NFS_FS=m
916CONFIG_NFS_V3=y
917CONFIG_NFS_V3_ACL=y
918# CONFIG_NFS_V4 is not set
919# CONFIG_NFS_DIRECTIO is not set
920CONFIG_NFSD=m
921CONFIG_NFSD_V2_ACL=y
922CONFIG_NFSD_V3=y
923CONFIG_NFSD_V3_ACL=y
924# CONFIG_NFSD_V4 is not set
925CONFIG_NFSD_TCP=y
926CONFIG_LOCKD=m
927CONFIG_LOCKD_V4=y
928CONFIG_EXPORTFS=m
929CONFIG_NFS_ACL_SUPPORT=m
930CONFIG_NFS_COMMON=y
931CONFIG_SUNRPC=m
932# CONFIG_RPCSEC_GSS_KRB5 is not set
933# CONFIG_RPCSEC_GSS_SPKM3 is not set
934# CONFIG_SMB_FS is not set
935# CONFIG_CIFS is not set
936# CONFIG_NCP_FS is not set
937# CONFIG_CODA_FS is not set
938# CONFIG_AFS_FS is not set
939# CONFIG_9P_FS is not set
940
941#
942# Partition Types
943#
944CONFIG_PARTITION_ADVANCED=y
945# CONFIG_ACORN_PARTITION is not set
946# CONFIG_OSF_PARTITION is not set
947# CONFIG_AMIGA_PARTITION is not set
948# CONFIG_ATARI_PARTITION is not set
949# CONFIG_MAC_PARTITION is not set
950CONFIG_MSDOS_PARTITION=y
951# CONFIG_BSD_DISKLABEL is not set
952# CONFIG_MINIX_SUBPARTITION is not set
953# CONFIG_SOLARIS_X86_PARTITION is not set
954# CONFIG_UNIXWARE_DISKLABEL is not set
955# CONFIG_LDM_PARTITION is not set
956# CONFIG_SGI_PARTITION is not set
957# CONFIG_ULTRIX_PARTITION is not set
958# CONFIG_SUN_PARTITION is not set
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100959# CONFIG_KARMA_PARTITION is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100960CONFIG_EFI_PARTITION=y
961
962#
963# Native Language Support
964#
965CONFIG_NLS=m
966CONFIG_NLS_DEFAULT="iso8859-1"
967# CONFIG_NLS_CODEPAGE_437 is not set
968# CONFIG_NLS_CODEPAGE_737 is not set
969# CONFIG_NLS_CODEPAGE_775 is not set
970# CONFIG_NLS_CODEPAGE_850 is not set
971# CONFIG_NLS_CODEPAGE_852 is not set
972# CONFIG_NLS_CODEPAGE_855 is not set
973# CONFIG_NLS_CODEPAGE_857 is not set
974# CONFIG_NLS_CODEPAGE_860 is not set
975# CONFIG_NLS_CODEPAGE_861 is not set
976# CONFIG_NLS_CODEPAGE_862 is not set
977# CONFIG_NLS_CODEPAGE_863 is not set
978# CONFIG_NLS_CODEPAGE_864 is not set
979# CONFIG_NLS_CODEPAGE_865 is not set
980# CONFIG_NLS_CODEPAGE_866 is not set
981# CONFIG_NLS_CODEPAGE_869 is not set
982# CONFIG_NLS_CODEPAGE_936 is not set
983# CONFIG_NLS_CODEPAGE_950 is not set
984# CONFIG_NLS_CODEPAGE_932 is not set
985# CONFIG_NLS_CODEPAGE_949 is not set
986# CONFIG_NLS_CODEPAGE_874 is not set
987# CONFIG_NLS_ISO8859_8 is not set
988# CONFIG_NLS_CODEPAGE_1250 is not set
989# CONFIG_NLS_CODEPAGE_1251 is not set
990# CONFIG_NLS_ASCII is not set
991CONFIG_NLS_ISO8859_1=m
992CONFIG_NLS_ISO8859_2=m
993CONFIG_NLS_ISO8859_3=m
994CONFIG_NLS_ISO8859_4=m
995CONFIG_NLS_ISO8859_5=m
996CONFIG_NLS_ISO8859_6=m
997CONFIG_NLS_ISO8859_7=m
998CONFIG_NLS_ISO8859_9=m
999CONFIG_NLS_ISO8859_13=m
1000CONFIG_NLS_ISO8859_14=m
1001CONFIG_NLS_ISO8859_15=m
1002# CONFIG_NLS_KOI8_R is not set
1003# CONFIG_NLS_KOI8_U is not set
1004# CONFIG_NLS_UTF8 is not set
1005
1006#
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +11001007# Library routines
1008#
1009# CONFIG_CRC_CCITT is not set
1010# CONFIG_CRC16 is not set
1011CONFIG_CRC32=y
1012# CONFIG_LIBCRC32C is not set
1013CONFIG_ZLIB_INFLATE=m
1014CONFIG_ZLIB_DEFLATE=m
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +11001015
1016#
1017# Instrumentation Support
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11001018#
1019# CONFIG_PROFILING is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +11001020# CONFIG_KPROBES is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11001021
1022#
1023# Kernel hacking
1024#
1025# CONFIG_PRINTK_TIME is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11001026CONFIG_MAGIC_SYSRQ=y
Paul Mackerras1ae5db32006-03-15 16:22:54 +11001027CONFIG_DEBUG_KERNEL=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11001028CONFIG_LOG_BUF_SHIFT=15
1029CONFIG_DETECT_SOFTLOCKUP=y
1030# CONFIG_SCHEDSTATS is not set
1031# CONFIG_DEBUG_SLAB is not set
Arnd Bergmann1a19f852006-03-23 00:00:05 +01001032CONFIG_DEBUG_MUTEXES=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11001033# CONFIG_DEBUG_SPINLOCK is not set
1034CONFIG_DEBUG_SPINLOCK_SLEEP=y
1035# CONFIG_DEBUG_KOBJECT is not set
1036# CONFIG_DEBUG_INFO is not set
1037CONFIG_DEBUG_FS=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +11001038# CONFIG_DEBUG_VM is not set
Paul Mackerras1ae5db32006-03-15 16:22:54 +11001039# CONFIG_FORCED_INLINING is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +11001040# CONFIG_RCU_TORTURE_TEST is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11001041# CONFIG_DEBUG_STACKOVERFLOW is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11001042# CONFIG_DEBUG_STACK_USAGE is not set
1043CONFIG_DEBUGGER=y
1044# CONFIG_XMON is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11001045CONFIG_IRQSTACKS=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +11001046# CONFIG_BOOTX_TEXT is not set
Paul Mackerras1ae5db32006-03-15 16:22:54 +11001047# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
1048# CONFIG_PPC_EARLY_DEBUG_G5 is not set
1049# CONFIG_PPC_EARLY_DEBUG_RTAS is not set
1050# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
1051# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11001052
1053#
1054# Security options
1055#
1056# CONFIG_KEYS is not set
1057# CONFIG_SECURITY is not set
1058
1059#
1060# Cryptographic options
1061#
1062CONFIG_CRYPTO=y
1063CONFIG_CRYPTO_HMAC=y
1064# CONFIG_CRYPTO_NULL is not set
1065# CONFIG_CRYPTO_MD4 is not set
1066CONFIG_CRYPTO_MD5=m
1067CONFIG_CRYPTO_SHA1=m
1068# CONFIG_CRYPTO_SHA256 is not set
1069# CONFIG_CRYPTO_SHA512 is not set
1070# CONFIG_CRYPTO_WP512 is not set
1071# CONFIG_CRYPTO_TGR192 is not set
1072CONFIG_CRYPTO_DES=m
1073# CONFIG_CRYPTO_BLOWFISH is not set
1074# CONFIG_CRYPTO_TWOFISH is not set
1075# CONFIG_CRYPTO_SERPENT is not set
1076# CONFIG_CRYPTO_AES is not set
1077# CONFIG_CRYPTO_CAST5 is not set
1078# CONFIG_CRYPTO_CAST6 is not set
1079# CONFIG_CRYPTO_TEA is not set
1080# CONFIG_CRYPTO_ARC4 is not set
1081# CONFIG_CRYPTO_KHAZAD is not set
1082# CONFIG_CRYPTO_ANUBIS is not set
1083CONFIG_CRYPTO_DEFLATE=m
1084# CONFIG_CRYPTO_MICHAEL_MIC is not set
1085# CONFIG_CRYPTO_CRC32C is not set
1086# CONFIG_CRYPTO_TEST is not set
1087
1088#
1089# Hardware crypto devices
1090#