Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
[GitHub/MotorolaMobilityLLC/kernel-slsi.git] / arch / sparc64 / defconfig
CommitLineData
1da177e4
LT
1#
2# Automatically generated make config: don't edit
c1e49e3a
DM
3# Linux kernel version: 2.6.22
4# Tue Jul 17 01:19:52 2007
1da177e4 5#
3ebc284d
DM
6CONFIG_SPARC=y
7CONFIG_SPARC64=y
7db00552
DM
8CONFIG_GENERIC_TIME=y
9CONFIG_GENERIC_CLOCKEVENTS=y
1da177e4
LT
10CONFIG_64BIT=y
11CONFIG_MMU=y
e9429eac 12CONFIG_QUICKLIST=y
042cf50c
DM
13CONFIG_STACKTRACE_SUPPORT=y
14CONFIG_LOCKDEP_SUPPORT=y
3ebc284d 15CONFIG_ARCH_MAY_HAVE_PC_FDC=y
2f149228
DM
16# CONFIG_ARCH_HAS_ILOG2_U32 is not set
17# CONFIG_ARCH_HAS_ILOG2_U64 is not set
6973ddde 18CONFIG_AUDIT_ARCH=y
3ebc284d
DM
19CONFIG_SPARC64_PAGE_SIZE_8KB=y
20# CONFIG_SPARC64_PAGE_SIZE_64KB is not set
21# CONFIG_SPARC64_PAGE_SIZE_512KB is not set
22# CONFIG_SPARC64_PAGE_SIZE_4MB is not set
23CONFIG_SECCOMP=y
2f149228
DM
24CONFIG_HZ_100=y
25# CONFIG_HZ_250 is not set
26# CONFIG_HZ_300 is not set
3ebc284d 27# CONFIG_HZ_1000 is not set
2f149228 28CONFIG_HZ=100
17556fe8 29CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
1da177e4
LT
30
31#
32# Code maturity level options
33#
34CONFIG_EXPERIMENTAL=y
3ebc284d
DM
35CONFIG_BROKEN_ON_SMP=y
36CONFIG_INIT_ENV_ARG_LIMIT=32
1da177e4
LT
37
38#
39# General setup
40#
41CONFIG_LOCALVERSION=""
0fc9b556 42# CONFIG_LOCALVERSION_AUTO is not set
1da177e4
LT
43CONFIG_SWAP=y
44CONFIG_SYSVIPC=y
c5b002c1 45CONFIG_SYSVIPC_SYSCTL=y
1da177e4
LT
46CONFIG_POSIX_MQUEUE=y
47# CONFIG_BSD_PROCESS_ACCT is not set
efab4cbe 48# CONFIG_TASKSTATS is not set
c1e49e3a 49# CONFIG_USER_NS is not set
1da177e4 50# CONFIG_AUDIT is not set
1da177e4 51# CONFIG_IKCONFIG is not set
e9429eac 52CONFIG_LOG_BUF_SHIFT=18
2f149228 53CONFIG_SYSFS_DEPRECATED=y
e7104b67 54CONFIG_RELAY=y
db2f9f6d 55# CONFIG_BLK_DEV_INITRD is not set
3ebc284d 56CONFIG_CC_OPTIMIZE_FOR_SIZE=y
94e45a2b 57CONFIG_SYSCTL=y
1da177e4 58# CONFIG_EMBEDDED is not set
6973ddde 59CONFIG_UID16=y
042cf50c 60CONFIG_SYSCTL_SYSCALL=y
1da177e4
LT
61CONFIG_KALLSYMS=y
62# CONFIG_KALLSYMS_ALL is not set
63# CONFIG_KALLSYMS_EXTRA_PASS is not set
3ebc284d
DM
64CONFIG_HOTPLUG=y
65CONFIG_PRINTK=y
66CONFIG_BUG=y
67CONFIG_ELF_CORE=y
68CONFIG_BASE_FULL=y
1da177e4 69CONFIG_FUTEX=y
d77311f9 70CONFIG_ANON_INODES=y
1da177e4 71CONFIG_EPOLL=y
d77311f9
DM
72CONFIG_SIGNALFD=y
73CONFIG_TIMERFD=y
74CONFIG_EVENTFD=y
1da177e4 75CONFIG_SHMEM=y
17556fe8 76CONFIG_VM_EVENT_COUNTERS=y
e9429eac
DM
77CONFIG_SLUB_DEBUG=y
78# CONFIG_SLAB is not set
79CONFIG_SLUB=y
80# CONFIG_SLOB is not set
6973ddde 81CONFIG_RT_MUTEXES=y
1da177e4 82# CONFIG_TINY_SHMEM is not set
3ebc284d 83CONFIG_BASE_SMALL=0
1da177e4
LT
84CONFIG_MODULES=y
85CONFIG_MODULE_UNLOAD=y
86CONFIG_MODULE_FORCE_UNLOAD=y
1da177e4
LT
87CONFIG_MODVERSIONS=y
88CONFIG_MODULE_SRCVERSION_ALL=y
89CONFIG_KMOD=y
94e45a2b 90CONFIG_BLOCK=y
e7104b67 91CONFIG_BLK_DEV_IO_TRACE=y
c1e49e3a 92CONFIG_BLK_DEV_BSG=y
3ebc284d
DM
93
94#
95# IO Schedulers
96#
97CONFIG_IOSCHED_NOOP=y
98CONFIG_IOSCHED_AS=y
99CONFIG_IOSCHED_DEADLINE=y
100CONFIG_IOSCHED_CFQ=y
101CONFIG_DEFAULT_AS=y
102# CONFIG_DEFAULT_DEADLINE is not set
103# CONFIG_DEFAULT_CFQ is not set
104# CONFIG_DEFAULT_NOOP is not set
105CONFIG_DEFAULT_IOSCHED="anticipatory"
1da177e4 106CONFIG_SYSVIPC_COMPAT=y
4c5eb38a 107CONFIG_GENERIC_HARDIRQS=y
1da177e4
LT
108
109#
110# General machine setup
111#
7db00552
DM
112CONFIG_TICK_ONESHOT=y
113CONFIG_NO_HZ=y
114CONFIG_HIGH_RES_TIMERS=y
3ebc284d 115# CONFIG_SMP is not set
1da177e4 116CONFIG_CPU_FREQ=y
3ebc284d 117CONFIG_CPU_FREQ_TABLE=m
1da177e4
LT
118# CONFIG_CPU_FREQ_DEBUG is not set
119CONFIG_CPU_FREQ_STAT=m
120CONFIG_CPU_FREQ_STAT_DETAILS=y
121CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
122# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
123CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
124CONFIG_CPU_FREQ_GOV_POWERSAVE=m
125CONFIG_CPU_FREQ_GOV_USERSPACE=m
126CONFIG_CPU_FREQ_GOV_ONDEMAND=m
3ebc284d 127CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
1da177e4
LT
128CONFIG_US3_FREQ=m
129CONFIG_US2E_FREQ=m
1da177e4 130CONFIG_RWSEM_XCHGADD_ALGORITHM=y
e7104b67
DM
131CONFIG_GENERIC_FIND_NEXT_BIT=y
132CONFIG_GENERIC_HWEIGHT=y
1da177e4
LT
133CONFIG_GENERIC_CALIBRATE_DELAY=y
134CONFIG_HUGETLB_PAGE_SIZE_4MB=y
135# CONFIG_HUGETLB_PAGE_SIZE_512K is not set
136# CONFIG_HUGETLB_PAGE_SIZE_64K is not set
1f8aa2f6 137CONFIG_ARCH_SELECT_MEMORY_MODEL=y
ac0eb3eb
DM
138CONFIG_ARCH_SPARSEMEM_ENABLE=y
139CONFIG_ARCH_SPARSEMEM_DEFAULT=y
3ebc284d 140CONFIG_SELECT_MEMORY_MODEL=y
ac0eb3eb 141# CONFIG_FLATMEM_MANUAL is not set
3ebc284d 142# CONFIG_DISCONTIGMEM_MANUAL is not set
ac0eb3eb
DM
143CONFIG_SPARSEMEM_MANUAL=y
144CONFIG_SPARSEMEM=y
145CONFIG_HAVE_MEMORY_PRESENT=y
7db00552 146CONFIG_SPARSEMEM_STATIC=y
3ebc284d 147CONFIG_SPLIT_PTLOCK_CPUS=4
17556fe8 148CONFIG_RESOURCES_64BIT=y
1b51d3a0 149CONFIG_ZONE_DMA_FLAG=0
e9429eac 150CONFIG_NR_QUICK=1
c1e49e3a 151CONFIG_VIRT_TO_BUS=y
1da177e4
LT
152CONFIG_SBUS=y
153CONFIG_SBUSCHAR=y
154CONFIG_SUN_AUXIO=y
155CONFIG_SUN_IO=y
c1e49e3a 156# CONFIG_SUN_LDOMS is not set
1da177e4
LT
157CONFIG_PCI=y
158CONFIG_PCI_DOMAINS=y
c1e49e3a 159CONFIG_PCI_SYSCALL=y
7db00552 160CONFIG_ARCH_SUPPORTS_MSI=y
784020fb 161CONFIG_PCI_MSI=y
3ebc284d 162# CONFIG_PCI_DEBUG is not set
1da177e4
LT
163CONFIG_SUN_OPENPROMFS=m
164CONFIG_SPARC32_COMPAT=y
165CONFIG_COMPAT=y
1da177e4
LT
166CONFIG_BINFMT_ELF32=y
167# CONFIG_BINFMT_AOUT32 is not set
3ebc284d
DM
168
169#
170# Executable file formats
171#
1da177e4
LT
172CONFIG_BINFMT_ELF=y
173CONFIG_BINFMT_MISC=m
94e45a2b 174CONFIG_SOLARIS_EMUL=y
db2f9f6d
DM
175# CONFIG_PREEMPT_NONE is not set
176CONFIG_PREEMPT_VOLUNTARY=y
177# CONFIG_PREEMPT is not set
3ebc284d 178# CONFIG_CMDLINE_BOOL is not set
1da177e4
LT
179
180#
3ebc284d 181# Networking
1da177e4 182#
3ebc284d 183CONFIG_NET=y
1da177e4
LT
184
185#
3ebc284d 186# Networking options
1da177e4 187#
3ebc284d
DM
188CONFIG_PACKET=y
189CONFIG_PACKET_MMAP=y
190CONFIG_UNIX=y
191CONFIG_XFRM=y
192CONFIG_XFRM_USER=m
6973ddde 193# CONFIG_XFRM_SUB_POLICY is not set
784020fb 194CONFIG_XFRM_MIGRATE=y
3ebc284d 195CONFIG_NET_KEY=m
784020fb 196CONFIG_NET_KEY_MIGRATE=y
3ebc284d
DM
197CONFIG_INET=y
198CONFIG_IP_MULTICAST=y
199# CONFIG_IP_ADVANCED_ROUTER is not set
200CONFIG_IP_FIB_HASH=y
201# CONFIG_IP_PNP is not set
202CONFIG_NET_IPIP=m
203CONFIG_NET_IPGRE=m
204CONFIG_NET_IPGRE_BROADCAST=y
205CONFIG_IP_MROUTE=y
206CONFIG_IP_PIMSM_V1=y
207CONFIG_IP_PIMSM_V2=y
208CONFIG_ARPD=y
209CONFIG_SYN_COOKIES=y
210CONFIG_INET_AH=y
211CONFIG_INET_ESP=y
212CONFIG_INET_IPCOMP=y
3cc1cc44 213CONFIG_INET_XFRM_TUNNEL=y
3ebc284d 214CONFIG_INET_TUNNEL=y
4c5eb38a
DM
215CONFIG_INET_XFRM_MODE_TRANSPORT=y
216CONFIG_INET_XFRM_MODE_TUNNEL=y
79bf0624 217CONFIG_INET_XFRM_MODE_BEET=y
3ebc284d
DM
218CONFIG_INET_DIAG=y
219CONFIG_INET_TCP_DIAG=y
e531dcc5
DM
220# CONFIG_TCP_CONG_ADVANCED is not set
221CONFIG_TCP_CONG_CUBIC=y
222CONFIG_DEFAULT_TCP_CONG="cubic"
2f149228 223# CONFIG_TCP_MD5SIG is not set
3ebc284d
DM
224CONFIG_IPV6=m
225CONFIG_IPV6_PRIVACY=y
e7104b67
DM
226CONFIG_IPV6_ROUTER_PREF=y
227CONFIG_IPV6_ROUTE_INFO=y
7db00552 228CONFIG_IPV6_OPTIMISTIC_DAD=y
3ebc284d
DM
229CONFIG_INET6_AH=m
230CONFIG_INET6_ESP=m
231CONFIG_INET6_IPCOMP=m
6973ddde 232# CONFIG_IPV6_MIP6 is not set
3cc1cc44 233CONFIG_INET6_XFRM_TUNNEL=m
3ebc284d 234CONFIG_INET6_TUNNEL=m
4c5eb38a
DM
235CONFIG_INET6_XFRM_MODE_TRANSPORT=m
236CONFIG_INET6_XFRM_MODE_TUNNEL=m
79bf0624 237CONFIG_INET6_XFRM_MODE_BEET=m
6973ddde 238# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
73ed9a86 239CONFIG_IPV6_SIT=m
3ebc284d 240CONFIG_IPV6_TUNNEL=m
6973ddde 241# CONFIG_IPV6_MULTIPLE_TABLES is not set
4c5eb38a 242# CONFIG_NETWORK_SECMARK is not set
3ebc284d 243# CONFIG_NETFILTER is not set
3ebc284d
DM
244CONFIG_IP_DCCP=m
245CONFIG_INET_DCCP_DIAG=m
e7104b67 246CONFIG_IP_DCCP_ACKVEC=y
1da177e4
LT
247
248#
3ebc284d 249# DCCP CCIDs Configuration (EXPERIMENTAL)
1da177e4 250#
e7104b67 251CONFIG_IP_DCCP_CCID2=m
6973ddde 252# CONFIG_IP_DCCP_CCID2_DEBUG is not set
3ebc284d
DM
253CONFIG_IP_DCCP_CCID3=m
254CONFIG_IP_DCCP_TFRC_LIB=m
2f149228
DM
255# CONFIG_IP_DCCP_CCID3_DEBUG is not set
256CONFIG_IP_DCCP_CCID3_RTO=100
1da177e4
LT
257
258#
3ebc284d 259# DCCP Kernel Hacking
1da177e4 260#
3ebc284d 261# CONFIG_IP_DCCP_DEBUG is not set
e531dcc5 262# CONFIG_NET_DCCPPROBE is not set
3ebc284d 263# CONFIG_IP_SCTP is not set
7f7ff6bf 264# CONFIG_TIPC is not set
3ebc284d
DM
265# CONFIG_ATM is not set
266# CONFIG_BRIDGE is not set
267CONFIG_VLAN_8021Q=m
268# CONFIG_DECNET is not set
269# CONFIG_LLC2 is not set
270# CONFIG_IPX is not set
271# CONFIG_ATALK is not set
272# CONFIG_X25 is not set
273# CONFIG_LAPB is not set
3ebc284d
DM
274# CONFIG_ECONET is not set
275# CONFIG_WAN_ROUTER is not set
1da177e4
LT
276
277#
3ebc284d 278# QoS and/or fair queueing
1da177e4 279#
3ebc284d
DM
280# CONFIG_NET_SCHED is not set
281
282#
283# Network testing
284#
285CONFIG_NET_PKTGEN=m
4c5eb38a 286CONFIG_NET_TCPPROBE=m
3ebc284d
DM
287# CONFIG_HAMRADIO is not set
288# CONFIG_IRDA is not set
289# CONFIG_BT is not set
7db00552
DM
290# CONFIG_AF_RXRPC is not set
291
292#
293# Wireless
294#
295# CONFIG_CFG80211 is not set
296# CONFIG_WIRELESS_EXT is not set
297# CONFIG_MAC80211 is not set
3ebc284d 298# CONFIG_IEEE80211 is not set
e9429eac 299# CONFIG_RFKILL is not set
c1e49e3a 300# CONFIG_NET_9P is not set
3ebc284d
DM
301
302#
303# Device Drivers
304#
305
306#
307# Generic Driver Options
308#
309CONFIG_STANDALONE=y
310# CONFIG_PREVENT_FIRMWARE_BUILD is not set
311CONFIG_FW_LOADER=y
312# CONFIG_DEBUG_DRIVER is not set
784020fb 313# CONFIG_DEBUG_DEVRES is not set
1812fd40 314# CONFIG_SYS_HYPERVISOR is not set
3ebc284d 315CONFIG_CONNECTOR=m
1da177e4 316# CONFIG_MTD is not set
3ebc284d 317# CONFIG_PARPORT is not set
c1e49e3a 318CONFIG_BLK_DEV=y
1da177e4 319# CONFIG_BLK_DEV_FD is not set
1da177e4
LT
320# CONFIG_BLK_CPQ_DA is not set
321# CONFIG_BLK_CPQ_CISS_DA is not set
322# CONFIG_BLK_DEV_DAC960 is not set
323# CONFIG_BLK_DEV_UMEM is not set
324# CONFIG_BLK_DEV_COW_COMMON is not set
325CONFIG_BLK_DEV_LOOP=m
326CONFIG_BLK_DEV_CRYPTOLOOP=m
327CONFIG_BLK_DEV_NBD=m
3ebc284d 328# CONFIG_BLK_DEV_SX8 is not set
55d0bef5 329# CONFIG_BLK_DEV_UB is not set
1da177e4 330# CONFIG_BLK_DEV_RAM is not set
1da177e4
LT
331CONFIG_CDROM_PKTCDVD=m
332CONFIG_CDROM_PKTCDVD_BUFFERS=8
333CONFIG_CDROM_PKTCDVD_WCACHE=y
1da177e4 334CONFIG_ATA_OVER_ETH=m
c1e49e3a 335CONFIG_MISC_DEVICES=y
e9429eac 336# CONFIG_PHANTOM is not set
c1e49e3a 337# CONFIG_EEPROM_93CX6 is not set
73ed9a86
DM
338# CONFIG_SGI_IOC4 is not set
339# CONFIG_TIFM_CORE is not set
1da177e4
LT
340CONFIG_IDE=y
341CONFIG_BLK_DEV_IDE=y
342
343#
344# Please see Documentation/ide.txt for help/info on IDE drives
345#
346# CONFIG_BLK_DEV_IDE_SATA is not set
347CONFIG_BLK_DEV_IDEDISK=y
348# CONFIG_IDEDISK_MULTI_MODE is not set
349CONFIG_BLK_DEV_IDECD=y
3ebc284d 350# CONFIG_BLK_DEV_IDETAPE is not set
1da177e4
LT
351# CONFIG_BLK_DEV_IDEFLOPPY is not set
352# CONFIG_BLK_DEV_IDESCSI is not set
353# CONFIG_IDE_TASK_IOCTL is not set
e9429eac 354CONFIG_IDE_PROC_FS=y
1da177e4
LT
355
356#
357# IDE chipset support/bugfixes
358#
359CONFIG_IDE_GENERIC=y
360CONFIG_BLK_DEV_IDEPCI=y
361# CONFIG_IDEPCI_SHARE_IRQ is not set
e9429eac 362CONFIG_IDEPCI_PCIBUS_ORDER=y
1da177e4
LT
363# CONFIG_BLK_DEV_OFFBOARD is not set
364# CONFIG_BLK_DEV_GENERIC is not set
3ebc284d 365# CONFIG_BLK_DEV_OPTI621 is not set
1da177e4
LT
366CONFIG_BLK_DEV_IDEDMA_PCI=y
367# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
1da177e4
LT
368CONFIG_IDEDMA_ONLYDISK=y
369# CONFIG_BLK_DEV_AEC62XX is not set
370CONFIG_BLK_DEV_ALI15X3=y
371# CONFIG_WDC_ALI15X3 is not set
3ebc284d
DM
372# CONFIG_BLK_DEV_AMD74XX is not set
373# CONFIG_BLK_DEV_CMD64X is not set
374# CONFIG_BLK_DEV_TRIFLEX is not set
375# CONFIG_BLK_DEV_CY82C693 is not set
376# CONFIG_BLK_DEV_CS5520 is not set
377# CONFIG_BLK_DEV_CS5530 is not set
378# CONFIG_BLK_DEV_HPT34X is not set
379# CONFIG_BLK_DEV_HPT366 is not set
79bf0624 380# CONFIG_BLK_DEV_JMICRON is not set
3ebc284d
DM
381# CONFIG_BLK_DEV_SC1200 is not set
382# CONFIG_BLK_DEV_PIIX is not set
784020fb 383# CONFIG_BLK_DEV_IT8213 is not set
3ebc284d
DM
384# CONFIG_BLK_DEV_IT821X is not set
385# CONFIG_BLK_DEV_NS87415 is not set
386# CONFIG_BLK_DEV_PDC202XX_OLD is not set
387# CONFIG_BLK_DEV_PDC202XX_NEW is not set
388# CONFIG_BLK_DEV_SVWKS is not set
389# CONFIG_BLK_DEV_SIIMAGE is not set
390# CONFIG_BLK_DEV_SLC90E66 is not set
391# CONFIG_BLK_DEV_TRM290 is not set
392# CONFIG_BLK_DEV_VIA82CXXX is not set
784020fb 393# CONFIG_BLK_DEV_TC86C001 is not set
1da177e4
LT
394# CONFIG_IDE_ARM is not set
395CONFIG_BLK_DEV_IDEDMA=y
396# CONFIG_IDEDMA_IVB is not set
1da177e4
LT
397# CONFIG_BLK_DEV_HD is not set
398
399#
400# SCSI device support
401#
3ebc284d 402CONFIG_RAID_ATTRS=m
1da177e4 403CONFIG_SCSI=y
c1e49e3a 404CONFIG_SCSI_DMA=y
2f149228 405# CONFIG_SCSI_TGT is not set
e531dcc5 406CONFIG_SCSI_NETLINK=y
1da177e4
LT
407CONFIG_SCSI_PROC_FS=y
408
409#
410# SCSI support type (disk, tape, CD-ROM)
411#
412CONFIG_BLK_DEV_SD=y
3ebc284d
DM
413# CONFIG_CHR_DEV_ST is not set
414# CONFIG_CHR_DEV_OSST is not set
1da177e4
LT
415CONFIG_BLK_DEV_SR=m
416CONFIG_BLK_DEV_SR_VENDOR=y
417CONFIG_CHR_DEV_SG=m
3ebc284d 418# CONFIG_CHR_DEV_SCH is not set
1da177e4
LT
419
420#
421# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
422#
423CONFIG_SCSI_MULTI_LUN=y
424CONFIG_SCSI_CONSTANTS=y
425# CONFIG_SCSI_LOGGING is not set
2f149228 426# CONFIG_SCSI_SCAN_ASYNC is not set
7db00552 427CONFIG_SCSI_WAIT_SCAN=m
1da177e4
LT
428
429#
e531dcc5 430# SCSI Transports
1da177e4
LT
431#
432CONFIG_SCSI_SPI_ATTRS=y
3ebc284d 433CONFIG_SCSI_FC_ATTRS=y
1da177e4 434CONFIG_SCSI_ISCSI_ATTRS=m
3ebc284d 435# CONFIG_SCSI_SAS_ATTRS is not set
e531dcc5 436# CONFIG_SCSI_SAS_LIBSAS is not set
1da177e4
LT
437
438#
439# SCSI low-level drivers
440#
3ebc284d
DM
441CONFIG_ISCSI_TCP=m
442# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
443# CONFIG_SCSI_3W_9XXX is not set
444# CONFIG_SCSI_ACARD is not set
445# CONFIG_SCSI_AACRAID is not set
1da177e4
LT
446# CONFIG_SCSI_AIC7XXX is not set
447# CONFIG_SCSI_AIC7XXX_OLD is not set
3ebc284d 448# CONFIG_SCSI_AIC79XX is not set
e531dcc5
DM
449# CONFIG_SCSI_AIC94XX is not set
450# CONFIG_SCSI_ARCMSR is not set
1da177e4
LT
451# CONFIG_MEGARAID_NEWGEN is not set
452# CONFIG_MEGARAID_LEGACY is not set
3ebc284d 453# CONFIG_MEGARAID_SAS is not set
1812fd40 454# CONFIG_SCSI_HPTIOP is not set
3ebc284d 455# CONFIG_SCSI_DMX3191D is not set
1da177e4 456# CONFIG_SCSI_FUTURE_DOMAIN is not set
3ebc284d
DM
457# CONFIG_SCSI_IPS is not set
458# CONFIG_SCSI_INITIO is not set
459# CONFIG_SCSI_INIA100 is not set
e531dcc5 460# CONFIG_SCSI_STEX is not set
3ebc284d 461# CONFIG_SCSI_SYM53C8XX_2 is not set
1da177e4 462# CONFIG_SCSI_QLOGIC_1280 is not set
3ebc284d 463# CONFIG_SCSI_QLOGICPTI is not set
c07a8475 464# CONFIG_SCSI_QLA_FC is not set
79bf0624 465# CONFIG_SCSI_QLA_ISCSI is not set
3ebc284d
DM
466# CONFIG_SCSI_LPFC is not set
467# CONFIG_SCSI_DC395x is not set
1da177e4 468# CONFIG_SCSI_DC390T is not set
3ebc284d
DM
469# CONFIG_SCSI_DEBUG is not set
470# CONFIG_SCSI_SUNESP is not set
2f149228 471# CONFIG_SCSI_SRP is not set
e531dcc5
DM
472# CONFIG_ATA is not set
473
1da177e4
LT
474#
475# Multi-device support (RAID and LVM)
476#
477CONFIG_MD=y
478CONFIG_BLK_DEV_MD=m
479CONFIG_MD_LINEAR=m
480CONFIG_MD_RAID0=m
481CONFIG_MD_RAID1=m
482CONFIG_MD_RAID10=m
17556fe8 483CONFIG_MD_RAID456=m
3cc1cc44 484# CONFIG_MD_RAID5_RESHAPE is not set
1da177e4
LT
485CONFIG_MD_MULTIPATH=m
486# CONFIG_MD_FAULTY is not set
487CONFIG_BLK_DEV_DM=m
79bf0624 488# CONFIG_DM_DEBUG is not set
1da177e4
LT
489CONFIG_DM_CRYPT=m
490CONFIG_DM_SNAPSHOT=m
491CONFIG_DM_MIRROR=m
492CONFIG_DM_ZERO=m
3ebc284d 493# CONFIG_DM_MULTIPATH is not set
e9429eac 494# CONFIG_DM_DELAY is not set
1da177e4
LT
495
496#
497# Fusion MPT device support
498#
3ebc284d
DM
499# CONFIG_FUSION is not set
500# CONFIG_FUSION_SPI is not set
501# CONFIG_FUSION_FC is not set
502# CONFIG_FUSION_SAS is not set
1da177e4
LT
503
504#
505# IEEE 1394 (FireWire) support
506#
e9429eac 507# CONFIG_FIREWIRE is not set
3ebc284d 508# CONFIG_IEEE1394 is not set
3ebc284d 509# CONFIG_I2O is not set
1da177e4 510CONFIG_NETDEVICES=y
c1e49e3a 511# CONFIG_NETDEVICES_MULTIQUEUE is not set
1da177e4 512CONFIG_DUMMY=m
3ebc284d 513# CONFIG_BONDING is not set
c1e49e3a 514# CONFIG_MACVLAN is not set
3ebc284d
DM
515# CONFIG_EQUALIZER is not set
516# CONFIG_TUN is not set
3ebc284d 517# CONFIG_ARCNET is not set
3ebc284d 518# CONFIG_PHYLIB is not set
3ebc284d
DM
519CONFIG_NET_ETHERNET=y
520CONFIG_MII=m
521# CONFIG_SUNLANCE is not set
522# CONFIG_HAPPYMEAL is not set
523# CONFIG_SUNBMAC is not set
524# CONFIG_SUNQE is not set
525# CONFIG_SUNGEM is not set
526CONFIG_CASSINI=m
527# CONFIG_NET_VENDOR_3COM is not set
3ebc284d
DM
528# CONFIG_NET_TULIP is not set
529# CONFIG_HP100 is not set
530CONFIG_NET_PCI=y
531# CONFIG_PCNET32 is not set
532# CONFIG_AMD8111_ETH is not set
533# CONFIG_ADAPTEC_STARFIRE is not set
534# CONFIG_B44 is not set
535# CONFIG_FORCEDETH is not set
536# CONFIG_DGRS is not set
537# CONFIG_EEPRO100 is not set
538# CONFIG_E100 is not set
539# CONFIG_FEALNX is not set
540# CONFIG_NATSEMI is not set
541# CONFIG_NE2K_PCI is not set
542# CONFIG_8139CP is not set
543# CONFIG_8139TOO is not set
544# CONFIG_SIS900 is not set
545# CONFIG_EPIC100 is not set
546# CONFIG_SUNDANCE is not set
547# CONFIG_VIA_RHINE is not set
784020fb 548# CONFIG_SC92031 is not set
be35cf01 549CONFIG_NETDEV_1000=y
3ebc284d
DM
550# CONFIG_ACENIC is not set
551# CONFIG_DL2K is not set
552CONFIG_E1000=m
553CONFIG_E1000_NAPI=y
35ec56bb 554# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
3ebc284d
DM
555# CONFIG_MYRI_SBUS is not set
556# CONFIG_NS83820 is not set
557# CONFIG_HAMACHI is not set
558# CONFIG_YELLOWFIN is not set
559# CONFIG_R8169 is not set
560# CONFIG_SIS190 is not set
561# CONFIG_SKGE is not set
562# CONFIG_SKY2 is not set
3ebc284d
DM
563# CONFIG_VIA_VELOCITY is not set
564CONFIG_TIGON3=m
565CONFIG_BNX2=m
e531dcc5 566# CONFIG_QLA3XXX is not set
784020fb 567# CONFIG_ATL1 is not set
be35cf01 568CONFIG_NETDEV_10000=y
3ebc284d 569# CONFIG_CHELSIO_T1 is not set
784020fb 570# CONFIG_CHELSIO_T3 is not set
3ebc284d
DM
571# CONFIG_IXGB is not set
572# CONFIG_S2IO is not set
4c5eb38a 573# CONFIG_MYRI10GE is not set
2f149228 574# CONFIG_NETXEN_NIC is not set
e9429eac 575# CONFIG_MLX4_CORE is not set
3ebc284d 576# CONFIG_TR is not set
1da177e4
LT
577
578#
7db00552 579# Wireless LAN
1da177e4 580#
7db00552
DM
581# CONFIG_WLAN_PRE80211 is not set
582# CONFIG_WLAN_80211 is not set
1da177e4 583
e9429eac
DM
584#
585# USB Network Adapters
586#
587# CONFIG_USB_CATC is not set
588# CONFIG_USB_KAWETH is not set
589# CONFIG_USB_PEGASUS is not set
590# CONFIG_USB_RTL8150 is not set
591# CONFIG_USB_USBNET_MII is not set
592# CONFIG_USB_USBNET is not set
3ebc284d
DM
593# CONFIG_WAN is not set
594# CONFIG_FDDI is not set
595# CONFIG_HIPPI is not set
784020fb
DM
596CONFIG_PPP=m
597CONFIG_PPP_MULTILINK=y
598CONFIG_PPP_FILTER=y
599CONFIG_PPP_ASYNC=m
600CONFIG_PPP_SYNC_TTY=m
601CONFIG_PPP_DEFLATE=m
602CONFIG_PPP_BSDCOMP=m
603CONFIG_PPP_MPPE=m
604CONFIG_PPPOE=m
c1e49e3a 605# CONFIG_PPPOL2TP is not set
3ebc284d 606# CONFIG_SLIP is not set
784020fb 607CONFIG_SLHC=m
3ebc284d
DM
608# CONFIG_NET_FC is not set
609# CONFIG_SHAPER is not set
610# CONFIG_NETCONSOLE is not set
611# CONFIG_NETPOLL is not set
612# CONFIG_NET_POLL_CONTROLLER is not set
1da177e4
LT
613
614#
3ebc284d 615# ISDN subsystem
1da177e4 616#
3ebc284d 617# CONFIG_ISDN is not set
3ebc284d 618# CONFIG_PHONE is not set
1da177e4
LT
619
620#
621# Input device support
622#
623CONFIG_INPUT=y
94e45a2b 624# CONFIG_INPUT_FF_MEMLESS is not set
c1e49e3a 625# CONFIG_INPUT_POLLDEV is not set
1da177e4
LT
626
627#
628# Userland interfaces
629#
630CONFIG_INPUT_MOUSEDEV=y
631CONFIG_INPUT_MOUSEDEV_PSAUX=y
632CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
633CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
634# CONFIG_INPUT_JOYDEV is not set
635# CONFIG_INPUT_TSDEV is not set
636CONFIG_INPUT_EVDEV=y
637# CONFIG_INPUT_EVBUG is not set
638
1da177e4
LT
639#
640# Input Device Drivers
641#
642CONFIG_INPUT_KEYBOARD=y
643CONFIG_KEYBOARD_ATKBD=y
644CONFIG_KEYBOARD_SUNKBD=y
645CONFIG_KEYBOARD_LKKBD=m
646# CONFIG_KEYBOARD_XTKBD is not set
647# CONFIG_KEYBOARD_NEWTON is not set
94e45a2b 648# CONFIG_KEYBOARD_STOWAWAY is not set
1da177e4
LT
649CONFIG_INPUT_MOUSE=y
650CONFIG_MOUSE_PS2=y
7db00552
DM
651CONFIG_MOUSE_PS2_ALPS=y
652CONFIG_MOUSE_PS2_LOGIPS2PP=y
653CONFIG_MOUSE_PS2_SYNAPTICS=y
654CONFIG_MOUSE_PS2_LIFEBOOK=y
655CONFIG_MOUSE_PS2_TRACKPOINT=y
656# CONFIG_MOUSE_PS2_TOUCHKIT is not set
1da177e4 657CONFIG_MOUSE_SERIAL=y
e9429eac 658# CONFIG_MOUSE_APPLETOUCH is not set
3ebc284d 659# CONFIG_MOUSE_VSXXXAA is not set
1da177e4 660# CONFIG_INPUT_JOYSTICK is not set
e9429eac 661# CONFIG_INPUT_TABLET is not set
1da177e4
LT
662# CONFIG_INPUT_TOUCHSCREEN is not set
663CONFIG_INPUT_MISC=y
664CONFIG_INPUT_SPARCSPKR=y
e9429eac
DM
665# CONFIG_INPUT_ATI_REMOTE is not set
666# CONFIG_INPUT_ATI_REMOTE2 is not set
667# CONFIG_INPUT_KEYSPAN_REMOTE is not set
668# CONFIG_INPUT_POWERMATE is not set
669# CONFIG_INPUT_YEALINK is not set
1da177e4
LT
670# CONFIG_INPUT_UINPUT is not set
671
672#
3ebc284d 673# Hardware I/O ports
1da177e4 674#
3ebc284d
DM
675CONFIG_SERIO=y
676CONFIG_SERIO_I8042=y
677# CONFIG_SERIO_SERPORT is not set
678CONFIG_SERIO_PCIPS2=m
679CONFIG_SERIO_LIBPS2=y
680CONFIG_SERIO_RAW=m
681# CONFIG_GAMEPORT is not set
1da177e4
LT
682
683#
3ebc284d 684# Character devices
1da177e4 685#
3ebc284d
DM
686CONFIG_VT=y
687CONFIG_VT_CONSOLE=y
688CONFIG_HW_CONSOLE=y
17556fe8 689# CONFIG_VT_HW_CONSOLE_BINDING is not set
3ebc284d 690# CONFIG_SERIAL_NONSTANDARD is not set
1da177e4
LT
691
692#
3ebc284d 693# Serial drivers
1da177e4 694#
1da177e4
LT
695
696#
3ebc284d 697# Non-8250 serial port support
1da177e4 698#
3ebc284d
DM
699CONFIG_SERIAL_SUNCORE=y
700# CONFIG_SERIAL_SUNZILOG is not set
701CONFIG_SERIAL_SUNSU=y
702CONFIG_SERIAL_SUNSU_CONSOLE=y
703CONFIG_SERIAL_SUNSAB=m
ac0eb3eb 704CONFIG_SERIAL_SUNHV=y
3ebc284d
DM
705CONFIG_SERIAL_CORE=y
706CONFIG_SERIAL_CORE_CONSOLE=y
7f7ff6bf 707# CONFIG_SERIAL_JSM is not set
3ebc284d
DM
708CONFIG_UNIX98_PTYS=y
709# CONFIG_LEGACY_PTYS is not set
3ebc284d 710# CONFIG_IPMI_HANDLER is not set
3ebc284d 711# CONFIG_WATCHDOG is not set
17556fe8 712# CONFIG_HW_RANDOM is not set
3ebc284d 713CONFIG_RTC=y
3ebc284d
DM
714# CONFIG_R3964 is not set
715# CONFIG_APPLICOM is not set
3ebc284d
DM
716# CONFIG_DRM is not set
717# CONFIG_RAW_DRIVER is not set
3ebc284d 718# CONFIG_TCG_TPM is not set
e9429eac 719CONFIG_DEVPORT=y
3ebc284d 720CONFIG_I2C=y
7db00552 721CONFIG_I2C_BOARDINFO=y
3ebc284d 722# CONFIG_I2C_CHARDEV is not set
1da177e4
LT
723
724#
3ebc284d 725# I2C Algorithms
1da177e4 726#
3ebc284d
DM
727CONFIG_I2C_ALGOBIT=y
728# CONFIG_I2C_ALGOPCF is not set
729# CONFIG_I2C_ALGOPCA is not set
1da177e4
LT
730
731#
3ebc284d 732# I2C Hardware Bus support
1da177e4 733#
3ebc284d
DM
734# CONFIG_I2C_ALI1535 is not set
735# CONFIG_I2C_ALI1563 is not set
736# CONFIG_I2C_ALI15X3 is not set
737# CONFIG_I2C_AMD756 is not set
738# CONFIG_I2C_AMD8111 is not set
739# CONFIG_I2C_I801 is not set
740# CONFIG_I2C_I810 is not set
741# CONFIG_I2C_PIIX4 is not set
742# CONFIG_I2C_NFORCE2 is not set
1812fd40 743# CONFIG_I2C_OCORES is not set
3ebc284d
DM
744# CONFIG_I2C_PARPORT_LIGHT is not set
745# CONFIG_I2C_PROSAVAGE is not set
746# CONFIG_I2C_SAVAGE4 is not set
7db00552 747# CONFIG_I2C_SIMTEC is not set
3ebc284d
DM
748# CONFIG_I2C_SIS5595 is not set
749# CONFIG_I2C_SIS630 is not set
750# CONFIG_I2C_SIS96X is not set
c1e49e3a 751# CONFIG_I2C_TAOS_EVM is not set
3ebc284d 752# CONFIG_I2C_STUB is not set
7db00552 753# CONFIG_I2C_TINY_USB is not set
3ebc284d
DM
754# CONFIG_I2C_VIA is not set
755# CONFIG_I2C_VIAPRO is not set
756# CONFIG_I2C_VOODOO3 is not set
3ebc284d
DM
757
758#
759# Miscellaneous I2C Chip support
760#
761# CONFIG_SENSORS_DS1337 is not set
762# CONFIG_SENSORS_DS1374 is not set
c1e49e3a 763# CONFIG_DS1682 is not set
3ebc284d
DM
764# CONFIG_SENSORS_EEPROM is not set
765# CONFIG_SENSORS_PCF8574 is not set
766# CONFIG_SENSORS_PCA9539 is not set
767# CONFIG_SENSORS_PCF8591 is not set
3ebc284d 768# CONFIG_SENSORS_MAX6875 is not set
c1e49e3a 769# CONFIG_SENSORS_TSL2550 is not set
3ebc284d
DM
770# CONFIG_I2C_DEBUG_CORE is not set
771# CONFIG_I2C_DEBUG_ALGO is not set
772# CONFIG_I2C_DEBUG_BUS is not set
773# CONFIG_I2C_DEBUG_CHIP is not set
1da177e4 774
c07a8475
DM
775#
776# SPI support
777#
778# CONFIG_SPI is not set
779# CONFIG_SPI_MASTER is not set
3ebc284d 780# CONFIG_W1 is not set
c1e49e3a 781# CONFIG_POWER_SUPPLY is not set
3ebc284d
DM
782CONFIG_HWMON=y
783# CONFIG_HWMON_VID is not set
1812fd40 784# CONFIG_SENSORS_ABITUGURU is not set
e9429eac 785# CONFIG_SENSORS_AD7418 is not set
3ebc284d
DM
786# CONFIG_SENSORS_ADM1021 is not set
787# CONFIG_SENSORS_ADM1025 is not set
788# CONFIG_SENSORS_ADM1026 is not set
c5b002c1 789# CONFIG_SENSORS_ADM1029 is not set
3ebc284d
DM
790# CONFIG_SENSORS_ADM1031 is not set
791# CONFIG_SENSORS_ADM9240 is not set
792# CONFIG_SENSORS_ASB100 is not set
793# CONFIG_SENSORS_ATXP1 is not set
794# CONFIG_SENSORS_DS1621 is not set
0fc9b556 795# CONFIG_SENSORS_F71805F is not set
3ebc284d
DM
796# CONFIG_SENSORS_FSCHER is not set
797# CONFIG_SENSORS_FSCPOS is not set
798# CONFIG_SENSORS_GL518SM is not set
799# CONFIG_SENSORS_GL520SM is not set
800# CONFIG_SENSORS_IT87 is not set
801# CONFIG_SENSORS_LM63 is not set
802# CONFIG_SENSORS_LM75 is not set
803# CONFIG_SENSORS_LM77 is not set
804# CONFIG_SENSORS_LM78 is not set
805# CONFIG_SENSORS_LM80 is not set
806# CONFIG_SENSORS_LM83 is not set
807# CONFIG_SENSORS_LM85 is not set
808# CONFIG_SENSORS_LM87 is not set
809# CONFIG_SENSORS_LM90 is not set
810# CONFIG_SENSORS_LM92 is not set
811# CONFIG_SENSORS_MAX1619 is not set
e9429eac 812# CONFIG_SENSORS_MAX6650 is not set
3ebc284d 813# CONFIG_SENSORS_PC87360 is not set
55d0bef5 814# CONFIG_SENSORS_PC87427 is not set
3ebc284d
DM
815# CONFIG_SENSORS_SIS5595 is not set
816# CONFIG_SENSORS_SMSC47M1 is not set
1812fd40 817# CONFIG_SENSORS_SMSC47M192 is not set
3ebc284d
DM
818# CONFIG_SENSORS_SMSC47B397 is not set
819# CONFIG_SENSORS_VIA686A is not set
94e45a2b 820# CONFIG_SENSORS_VT1211 is not set
3ebc284d
DM
821# CONFIG_SENSORS_VT8231 is not set
822# CONFIG_SENSORS_W83781D is not set
1812fd40 823# CONFIG_SENSORS_W83791D is not set
3ebc284d 824# CONFIG_SENSORS_W83792D is not set
55d0bef5 825# CONFIG_SENSORS_W83793 is not set
3ebc284d
DM
826# CONFIG_SENSORS_W83L785TS is not set
827# CONFIG_SENSORS_W83627HF is not set
828# CONFIG_SENSORS_W83627EHF is not set
829# CONFIG_HWMON_DEBUG_CHIP is not set
1da177e4 830
c5b002c1
DM
831#
832# Multifunction device drivers
833#
834# CONFIG_MFD_SM501 is not set
835
1da177e4 836#
3ebc284d 837# Multimedia devices
1da177e4 838#
3ebc284d 839# CONFIG_VIDEO_DEV is not set
d77311f9
DM
840# CONFIG_DVB_CORE is not set
841# CONFIG_DAB is not set
1da177e4
LT
842
843#
3ebc284d 844# Graphics support
1da177e4 845#
c5b002c1 846# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
e9429eac
DM
847
848#
849# Display device support
850#
851# CONFIG_DISPLAY_SUPPORT is not set
852# CONFIG_VGASTATE is not set
3ebc284d 853CONFIG_FB=y
c5b002c1 854# CONFIG_FIRMWARE_EDID is not set
79bf0624 855CONFIG_FB_DDC=y
3ebc284d
DM
856CONFIG_FB_CFB_FILLRECT=y
857CONFIG_FB_CFB_COPYAREA=y
858CONFIG_FB_CFB_IMAGEBLIT=y
e9429eac
DM
859# CONFIG_FB_SYS_FILLRECT is not set
860# CONFIG_FB_SYS_COPYAREA is not set
861# CONFIG_FB_SYS_IMAGEBLIT is not set
862# CONFIG_FB_SYS_FOPS is not set
863CONFIG_FB_DEFERRED_IO=y
c5b002c1 864# CONFIG_FB_SVGALIB is not set
3ebc284d 865# CONFIG_FB_MACMODES is not set
17556fe8 866# CONFIG_FB_BACKLIGHT is not set
3ebc284d
DM
867CONFIG_FB_MODE_HELPERS=y
868CONFIG_FB_TILEBLITTING=y
c5b002c1
DM
869
870#
7db00552 871# Frame buffer hardware drivers
c5b002c1 872#
3ebc284d
DM
873# CONFIG_FB_CIRRUS is not set
874# CONFIG_FB_PM2 is not set
875# CONFIG_FB_ASILIANT is not set
876# CONFIG_FB_IMSTT is not set
877# CONFIG_FB_SBUS is not set
c1e49e3a
DM
878# CONFIG_FB_XVR500 is not set
879# CONFIG_FB_XVR2500 is not set
3ebc284d
DM
880# CONFIG_FB_S1D13XXX is not set
881# CONFIG_FB_NVIDIA is not set
882# CONFIG_FB_RIVA is not set
883# CONFIG_FB_MATROX is not set
3ebc284d
DM
884CONFIG_FB_RADEON=y
885CONFIG_FB_RADEON_I2C=y
c5b002c1 886# CONFIG_FB_RADEON_BACKLIGHT is not set
3ebc284d
DM
887# CONFIG_FB_RADEON_DEBUG is not set
888# CONFIG_FB_ATY128 is not set
889# CONFIG_FB_ATY is not set
c5b002c1 890# CONFIG_FB_S3 is not set
3ebc284d
DM
891# CONFIG_FB_SAVAGE is not set
892# CONFIG_FB_SIS is not set
893# CONFIG_FB_NEOMAGIC is not set
894# CONFIG_FB_KYRO is not set
895# CONFIG_FB_3DFX is not set
896# CONFIG_FB_VOODOO1 is not set
e9429eac 897# CONFIG_FB_VT8623 is not set
3ebc284d 898# CONFIG_FB_TRIDENT is not set
e9429eac 899# CONFIG_FB_ARK is not set
d77311f9 900# CONFIG_FB_PM3 is not set
3ebc284d 901# CONFIG_FB_VIRTUAL is not set
1da177e4
LT
902
903#
3ebc284d 904# Console display driver support
1da177e4 905#
3ebc284d
DM
906# CONFIG_PROM_CONSOLE is not set
907CONFIG_DUMMY_CONSOLE=y
908CONFIG_FRAMEBUFFER_CONSOLE=y
909# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
910CONFIG_FONTS=y
911# CONFIG_FONT_8x8 is not set
912# CONFIG_FONT_8x16 is not set
913# CONFIG_FONT_6x11 is not set
914# CONFIG_FONT_7x14 is not set
915# CONFIG_FONT_PEARL_8x8 is not set
916# CONFIG_FONT_ACORN_8x8 is not set
917CONFIG_FONT_SUN8x16=y
918# CONFIG_FONT_SUN12x22 is not set
919# CONFIG_FONT_10x18 is not set
3ebc284d
DM
920CONFIG_LOGO=y
921# CONFIG_LOGO_LINUX_MONO is not set
922# CONFIG_LOGO_LINUX_VGA16 is not set
923# CONFIG_LOGO_LINUX_CLUT224 is not set
924CONFIG_LOGO_SUN_CLUT224=y
1da177e4
LT
925
926#
927# Sound
928#
929CONFIG_SOUND=m
930
931#
932# Advanced Linux Sound Architecture
933#
934CONFIG_SND=m
935CONFIG_SND_TIMER=m
936CONFIG_SND_PCM=m
1da177e4
LT
937CONFIG_SND_RAWMIDI=m
938CONFIG_SND_SEQUENCER=m
939CONFIG_SND_SEQ_DUMMY=m
940CONFIG_SND_OSSEMUL=y
941CONFIG_SND_MIXER_OSS=m
942CONFIG_SND_PCM_OSS=m
e7104b67 943CONFIG_SND_PCM_OSS_PLUGINS=y
1da177e4 944CONFIG_SND_SEQUENCER_OSS=y
1da177e4 945# CONFIG_SND_RTCTIMER is not set
3ebc284d
DM
946# CONFIG_SND_DYNAMIC_MINORS is not set
947CONFIG_SND_SUPPORT_OLD_API=y
e7104b67 948CONFIG_SND_VERBOSE_PROCFS=y
1da177e4
LT
949# CONFIG_SND_VERBOSE_PRINTK is not set
950# CONFIG_SND_DEBUG is not set
951
952#
953# Generic devices
954#
955CONFIG_SND_MPU401_UART=m
3ebc284d 956CONFIG_SND_AC97_CODEC=m
1da177e4
LT
957CONFIG_SND_DUMMY=m
958CONFIG_SND_VIRMIDI=m
3ebc284d 959CONFIG_SND_MTPAV=m
1da177e4
LT
960# CONFIG_SND_SERIAL_U16550 is not set
961# CONFIG_SND_MPU401 is not set
962
963#
964# PCI devices
965#
3ebc284d 966# CONFIG_SND_AD1889 is not set
1608a96e 967# CONFIG_SND_ALS300 is not set
1da177e4 968CONFIG_SND_ALI5451=m
3ebc284d
DM
969# CONFIG_SND_ATIIXP is not set
970# CONFIG_SND_ATIIXP_MODEM is not set
971# CONFIG_SND_AU8810 is not set
972# CONFIG_SND_AU8820 is not set
973# CONFIG_SND_AU8830 is not set
974# CONFIG_SND_AZT3328 is not set
975# CONFIG_SND_BT87X is not set
976# CONFIG_SND_CA0106 is not set
977# CONFIG_SND_CMIPCI is not set
978# CONFIG_SND_CS4281 is not set
979# CONFIG_SND_CS46XX is not set
17556fe8
DM
980# CONFIG_SND_DARLA20 is not set
981# CONFIG_SND_GINA20 is not set
982# CONFIG_SND_LAYLA20 is not set
983# CONFIG_SND_DARLA24 is not set
984# CONFIG_SND_GINA24 is not set
985# CONFIG_SND_LAYLA24 is not set
986# CONFIG_SND_MONA is not set
987# CONFIG_SND_MIA is not set
988# CONFIG_SND_ECHO3G is not set
989# CONFIG_SND_INDIGO is not set
990# CONFIG_SND_INDIGOIO is not set
991# CONFIG_SND_INDIGODJ is not set
3ebc284d
DM
992# CONFIG_SND_EMU10K1 is not set
993# CONFIG_SND_EMU10K1X is not set
994# CONFIG_SND_ENS1370 is not set
995# CONFIG_SND_ENS1371 is not set
996# CONFIG_SND_ES1938 is not set
997# CONFIG_SND_ES1968 is not set
998# CONFIG_SND_FM801 is not set
999# CONFIG_SND_HDA_INTEL is not set
1000# CONFIG_SND_HDSP is not set
1001# CONFIG_SND_HDSPM is not set
1002# CONFIG_SND_ICE1712 is not set
1003# CONFIG_SND_ICE1724 is not set
1004# CONFIG_SND_INTEL8X0 is not set
1005# CONFIG_SND_INTEL8X0M is not set
1006# CONFIG_SND_KORG1212 is not set
1007# CONFIG_SND_MAESTRO3 is not set
1008# CONFIG_SND_MIXART is not set
1009# CONFIG_SND_NM256 is not set
1010# CONFIG_SND_PCXHR is not set
1608a96e 1011# CONFIG_SND_RIPTIDE is not set
1da177e4
LT
1012# CONFIG_SND_RME32 is not set
1013# CONFIG_SND_RME96 is not set
1014# CONFIG_SND_RME9652 is not set
3ebc284d
DM
1015# CONFIG_SND_SONICVIBES is not set
1016# CONFIG_SND_TRIDENT is not set
1da177e4 1017# CONFIG_SND_VIA82XX is not set
3ebc284d
DM
1018# CONFIG_SND_VIA82XX_MODEM is not set
1019# CONFIG_SND_VX222 is not set
1020# CONFIG_SND_YMFPCI is not set
e531dcc5 1021# CONFIG_SND_AC97_POWER_SAVE is not set
1da177e4
LT
1022
1023#
1024# USB devices
1025#
1026# CONFIG_SND_USB_AUDIO is not set
d77311f9 1027# CONFIG_SND_USB_CAIAQ is not set
1da177e4
LT
1028
1029#
1030# ALSA Sparc devices
1031#
3ebc284d 1032# CONFIG_SND_SUN_AMD7930 is not set
1da177e4 1033CONFIG_SND_SUN_CS4231=m
3ebc284d
DM
1034# CONFIG_SND_SUN_DBRI is not set
1035
784020fb 1036#
d77311f9 1037# System on Chip audio support
784020fb
DM
1038#
1039# CONFIG_SND_SOC is not set
1040
3ebc284d
DM
1041#
1042# Open Sound System
1043#
1044# CONFIG_SOUND_PRIME is not set
55d0bef5 1045CONFIG_AC97_BUS=m
c1e49e3a 1046CONFIG_HID_SUPPORT=y
2f149228 1047CONFIG_HID=y
784020fb 1048# CONFIG_HID_DEBUG is not set
2f149228 1049
7db00552
DM
1050#
1051# USB Input Devices
1052#
1053CONFIG_USB_HID=y
1054# CONFIG_USB_HIDINPUT_POWERBOOK is not set
1055# CONFIG_HID_FF is not set
1056CONFIG_USB_HIDDEV=y
c1e49e3a 1057CONFIG_USB_SUPPORT=y
3ebc284d
DM
1058CONFIG_USB_ARCH_HAS_HCD=y
1059CONFIG_USB_ARCH_HAS_OHCI=y
e7104b67 1060CONFIG_USB_ARCH_HAS_EHCI=y
1da177e4
LT
1061CONFIG_USB=y
1062# CONFIG_USB_DEBUG is not set
1063
1064#
1065# Miscellaneous USB options
1066#
1067CONFIG_USB_DEVICEFS=y
7db00552 1068# CONFIG_USB_DEVICE_CLASS is not set
1da177e4
LT
1069# CONFIG_USB_DYNAMIC_MINORS is not set
1070# CONFIG_USB_OTG is not set
1da177e4
LT
1071
1072#
1073# USB Host Controller Drivers
1074#
1075CONFIG_USB_EHCI_HCD=m
1076# CONFIG_USB_EHCI_SPLIT_ISO is not set
1077# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
1812fd40 1078# CONFIG_USB_EHCI_TT_NEWSCHED is not set
3ebc284d 1079# CONFIG_USB_ISP116X_HCD is not set
1da177e4 1080CONFIG_USB_OHCI_HCD=y
784020fb
DM
1081# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
1082# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
3ebc284d 1083CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1da177e4 1084CONFIG_USB_UHCI_HCD=m
3ebc284d 1085# CONFIG_USB_SL811_HCD is not set
c1e49e3a 1086# CONFIG_USB_R8A66597_HCD is not set
1da177e4
LT
1087
1088#
1089# USB Device Class drivers
1090#
3ebc284d
DM
1091# CONFIG_USB_ACM is not set
1092# CONFIG_USB_PRINTER is not set
1da177e4
LT
1093
1094#
3ebc284d 1095# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
1da177e4 1096#
1da177e4
LT
1097
1098#
3ebc284d 1099# may also be needed; see USB_STORAGE Help for more information
1da177e4 1100#
55d0bef5
DM
1101CONFIG_USB_STORAGE=m
1102# CONFIG_USB_STORAGE_DEBUG is not set
1103# CONFIG_USB_STORAGE_DATAFAB is not set
1104# CONFIG_USB_STORAGE_FREECOM is not set
1105# CONFIG_USB_STORAGE_ISD200 is not set
1106# CONFIG_USB_STORAGE_DPCM is not set
1107# CONFIG_USB_STORAGE_USBAT is not set
1108# CONFIG_USB_STORAGE_SDDR09 is not set
1109# CONFIG_USB_STORAGE_SDDR55 is not set
1110# CONFIG_USB_STORAGE_JUMPSHOT is not set
1111# CONFIG_USB_STORAGE_ALAUDA is not set
1112# CONFIG_USB_STORAGE_ONETOUCH is not set
1113# CONFIG_USB_STORAGE_KARMA is not set
3ebc284d 1114# CONFIG_USB_LIBUSUAL is not set
1da177e4 1115
1da177e4
LT
1116#
1117# USB Imaging devices
1118#
3ebc284d
DM
1119# CONFIG_USB_MDC800 is not set
1120# CONFIG_USB_MICROTEK is not set
3ebc284d 1121# CONFIG_USB_MON is not set
1da177e4
LT
1122
1123#
1124# USB port drivers
1125#
1da177e4
LT
1126
1127#
1128# USB Serial Converter support
1129#
3ebc284d 1130# CONFIG_USB_SERIAL is not set
1da177e4
LT
1131
1132#
1133# USB Miscellaneous drivers
1134#
3ebc284d
DM
1135# CONFIG_USB_EMI62 is not set
1136# CONFIG_USB_EMI26 is not set
94e45a2b 1137# CONFIG_USB_ADUTUX is not set
3ebc284d
DM
1138# CONFIG_USB_AUERSWALD is not set
1139# CONFIG_USB_RIO500 is not set
1140# CONFIG_USB_LEGOTOWER is not set
1141# CONFIG_USB_LCD is not set
c5b002c1 1142# CONFIG_USB_BERRY_CHARGE is not set
3ebc284d 1143# CONFIG_USB_LED is not set
efab4cbe 1144# CONFIG_USB_CYPRESS_CY7C63 is not set
3ebc284d 1145# CONFIG_USB_CYTHERM is not set
94e45a2b 1146# CONFIG_USB_PHIDGET is not set
3ebc284d 1147# CONFIG_USB_IDMOUSE is not set
94e45a2b 1148# CONFIG_USB_FTDI_ELAN is not set
1812fd40 1149# CONFIG_USB_APPLEDISPLAY is not set
3ebc284d
DM
1150# CONFIG_USB_SISUSBVGA is not set
1151# CONFIG_USB_LD is not set
73ed9a86 1152# CONFIG_USB_TRANCEVIBRATOR is not set
5f1ef510 1153# CONFIG_USB_IOWARRIOR is not set
3ebc284d 1154# CONFIG_USB_TEST is not set
1da177e4
LT
1155
1156#
3ebc284d 1157# USB DSL modem support
1da177e4 1158#
1da177e4
LT
1159
1160#
1161# USB Gadget Support
1162#
1163# CONFIG_USB_GADGET is not set
3ebc284d
DM
1164# CONFIG_MMC is not set
1165
1608a96e
DM
1166#
1167# LED devices
1168#
1169# CONFIG_NEW_LEDS is not set
1170
1f8aa2f6
DM
1171#
1172# LED drivers
1173#
1174
1175#
1176# LED Triggers
1177#
3ebc284d 1178# CONFIG_INFINIBAND is not set
1da177e4 1179
3cc1cc44
DM
1180#
1181# Real Time Clock
1182#
1183# CONFIG_RTC_CLASS is not set
1184
3ebc284d 1185#
4c5eb38a
DM
1186# DMA Engine support
1187#
1188# CONFIG_DMA_ENGINE is not set
1189
1190#
1191# DMA Clients
1192#
1193
1194#
1195# DMA Devices
1196#
1197
1198#
3ebc284d
DM
1199# Misc Linux/SPARC drivers
1200#
1201CONFIG_SUN_OPENPROMIO=m
1202CONFIG_SUN_MOSTEK_RTC=y
1203# CONFIG_OBP_FLASH is not set
1204# CONFIG_SUN_BPP is not set
1205# CONFIG_BBC_I2C is not set
1206# CONFIG_ENVCTRL is not set
1207# CONFIG_DISPLAY7SEG is not set
1208
1209#
1210# Fibre Channel support
1211#
1212# CONFIG_FC4 is not set
1213
1214#
1215# File systems
1216#
1217CONFIG_EXT2_FS=y
1218CONFIG_EXT2_FS_XATTR=y
1219CONFIG_EXT2_FS_POSIX_ACL=y
1220CONFIG_EXT2_FS_SECURITY=y
1221# CONFIG_EXT2_FS_XIP is not set
1222CONFIG_EXT3_FS=y
1223CONFIG_EXT3_FS_XATTR=y
1224CONFIG_EXT3_FS_POSIX_ACL=y
1225CONFIG_EXT3_FS_SECURITY=y
73ed9a86 1226# CONFIG_EXT4DEV_FS is not set
3ebc284d
DM
1227CONFIG_JBD=y
1228# CONFIG_JBD_DEBUG is not set
1229CONFIG_FS_MBCACHE=y
1230# CONFIG_REISERFS_FS is not set
1231# CONFIG_JFS_FS is not set
1232CONFIG_FS_POSIX_ACL=y
1233# CONFIG_XFS_FS is not set
79bf0624 1234# CONFIG_GFS2_FS is not set
3ebc284d
DM
1235# CONFIG_OCFS2_FS is not set
1236# CONFIG_MINIX_FS is not set
1237# CONFIG_ROMFS_FS is not set
1238CONFIG_INOTIFY=y
1812fd40 1239CONFIG_INOTIFY_USER=y
3ebc284d
DM
1240# CONFIG_QUOTA is not set
1241CONFIG_DNOTIFY=y
1242# CONFIG_AUTOFS_FS is not set
1243# CONFIG_AUTOFS4_FS is not set
1244# CONFIG_FUSE_FS is not set
1245
1246#
1247# CD-ROM/DVD Filesystems
1248#
1249# CONFIG_ISO9660_FS is not set
1250# CONFIG_UDF_FS is not set
1251
1252#
1253# DOS/FAT/NT Filesystems
1254#
1255# CONFIG_MSDOS_FS is not set
1256# CONFIG_VFAT_FS is not set
1257# CONFIG_NTFS_FS is not set
1258
1da177e4 1259#
3ebc284d
DM
1260# Pseudo filesystems
1261#
1262CONFIG_PROC_FS=y
1263CONFIG_PROC_KCORE=y
94e45a2b 1264CONFIG_PROC_SYSCTL=y
3ebc284d
DM
1265CONFIG_SYSFS=y
1266CONFIG_TMPFS=y
94e45a2b 1267# CONFIG_TMPFS_POSIX_ACL is not set
3ebc284d
DM
1268CONFIG_HUGETLBFS=y
1269CONFIG_HUGETLB_PAGE=y
1270CONFIG_RAMFS=y
3ebc284d 1271# CONFIG_CONFIGFS_FS is not set
1da177e4
LT
1272
1273#
3ebc284d 1274# Miscellaneous filesystems
1da177e4 1275#
3ebc284d
DM
1276# CONFIG_ADFS_FS is not set
1277# CONFIG_AFFS_FS is not set
79bf0624 1278# CONFIG_ECRYPT_FS is not set
3ebc284d
DM
1279# CONFIG_HFS_FS is not set
1280# CONFIG_HFSPLUS_FS is not set
1281# CONFIG_BEFS_FS is not set
1282# CONFIG_BFS_FS is not set
1283# CONFIG_EFS_FS is not set
1284# CONFIG_CRAMFS is not set
1285# CONFIG_VXFS_FS is not set
1286# CONFIG_HPFS_FS is not set
1287# CONFIG_QNX4FS_FS is not set
1288# CONFIG_SYSV_FS is not set
1289# CONFIG_UFS_FS is not set
1da177e4
LT
1290
1291#
3ebc284d 1292# Network File Systems
1da177e4 1293#
3ebc284d
DM
1294# CONFIG_NFS_FS is not set
1295# CONFIG_NFSD is not set
1296# CONFIG_SMB_FS is not set
1297# CONFIG_CIFS is not set
1298# CONFIG_NCP_FS is not set
1299# CONFIG_CODA_FS is not set
1300# CONFIG_AFS_FS is not set
1da177e4
LT
1301
1302#
3ebc284d 1303# Partition Types
1da177e4 1304#
3ebc284d
DM
1305# CONFIG_PARTITION_ADVANCED is not set
1306CONFIG_MSDOS_PARTITION=y
1307CONFIG_SUN_PARTITION=y
1da177e4
LT
1308
1309#
3ebc284d
DM
1310# Native Language Support
1311#
1312CONFIG_NLS=m
1313CONFIG_NLS_DEFAULT="iso8859-1"
1314# CONFIG_NLS_CODEPAGE_437 is not set
1315# CONFIG_NLS_CODEPAGE_737 is not set
1316# CONFIG_NLS_CODEPAGE_775 is not set
1317# CONFIG_NLS_CODEPAGE_850 is not set
1318# CONFIG_NLS_CODEPAGE_852 is not set
1319# CONFIG_NLS_CODEPAGE_855 is not set
1320# CONFIG_NLS_CODEPAGE_857 is not set
1321# CONFIG_NLS_CODEPAGE_860 is not set
1322# CONFIG_NLS_CODEPAGE_861 is not set
1323# CONFIG_NLS_CODEPAGE_862 is not set
1324# CONFIG_NLS_CODEPAGE_863 is not set
1325# CONFIG_NLS_CODEPAGE_864 is not set
1326# CONFIG_NLS_CODEPAGE_865 is not set
1327# CONFIG_NLS_CODEPAGE_866 is not set
1328# CONFIG_NLS_CODEPAGE_869 is not set
1329# CONFIG_NLS_CODEPAGE_936 is not set
1330# CONFIG_NLS_CODEPAGE_950 is not set
1331# CONFIG_NLS_CODEPAGE_932 is not set
1332# CONFIG_NLS_CODEPAGE_949 is not set
1333# CONFIG_NLS_CODEPAGE_874 is not set
1334# CONFIG_NLS_ISO8859_8 is not set
1335# CONFIG_NLS_CODEPAGE_1250 is not set
1336# CONFIG_NLS_CODEPAGE_1251 is not set
1337# CONFIG_NLS_ASCII is not set
1338# CONFIG_NLS_ISO8859_1 is not set
1339# CONFIG_NLS_ISO8859_2 is not set
1340# CONFIG_NLS_ISO8859_3 is not set
1341# CONFIG_NLS_ISO8859_4 is not set
1342# CONFIG_NLS_ISO8859_5 is not set
1343# CONFIG_NLS_ISO8859_6 is not set
1344# CONFIG_NLS_ISO8859_7 is not set
1345# CONFIG_NLS_ISO8859_9 is not set
1346# CONFIG_NLS_ISO8859_13 is not set
1347# CONFIG_NLS_ISO8859_14 is not set
1348# CONFIG_NLS_ISO8859_15 is not set
1349# CONFIG_NLS_KOI8_R is not set
1350# CONFIG_NLS_KOI8_U is not set
1351# CONFIG_NLS_UTF8 is not set
1352
2f149228
DM
1353#
1354# Distributed Lock Manager
1355#
1356# CONFIG_DLM is not set
1357
3ebc284d
DM
1358#
1359# Instrumentation Support
1da177e4
LT
1360#
1361CONFIG_PROFILING=y
1362CONFIG_OPROFILE=m
3ebc284d 1363CONFIG_KPROBES=y
1da177e4
LT
1364
1365#
1366# Kernel hacking
1367#
042cf50c 1368CONFIG_TRACE_IRQFLAGS_SUPPORT=y
3ebc284d 1369CONFIG_PRINTK_TIME=y
e531dcc5 1370CONFIG_ENABLE_MUST_CHECK=y
1da177e4 1371CONFIG_MAGIC_SYSRQ=y
17556fe8 1372# CONFIG_UNUSED_SYMBOLS is not set
55d0bef5
DM
1373CONFIG_DEBUG_FS=y
1374# CONFIG_HEADERS_CHECK is not set
c07a8475 1375CONFIG_DEBUG_KERNEL=y
c5b002c1 1376# CONFIG_DEBUG_SHIRQ is not set
3ebc284d 1377CONFIG_DETECT_SOFTLOCKUP=y
c1e49e3a 1378# CONFIG_SCHED_DEBUG is not set
1da177e4 1379CONFIG_SCHEDSTATS=y
c5b002c1 1380# CONFIG_TIMER_STATS is not set
c1e49e3a 1381# CONFIG_SLUB_DEBUG_ON is not set
17556fe8
DM
1382# CONFIG_DEBUG_RT_MUTEXES is not set
1383# CONFIG_RT_MUTEX_TESTER is not set
1da177e4 1384# CONFIG_DEBUG_SPINLOCK is not set
17556fe8 1385# CONFIG_DEBUG_MUTEXES is not set
042cf50c
DM
1386# CONFIG_DEBUG_LOCK_ALLOC is not set
1387# CONFIG_PROVE_LOCKING is not set
1da177e4 1388# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
17556fe8 1389# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1da177e4
LT
1390# CONFIG_DEBUG_KOBJECT is not set
1391CONFIG_DEBUG_BUGVERBOSE=y
1392# CONFIG_DEBUG_INFO is not set
3ebc284d 1393# CONFIG_DEBUG_VM is not set
94e45a2b 1394# CONFIG_DEBUG_LIST is not set
c07a8475 1395CONFIG_FORCED_INLINING=y
3ebc284d 1396# CONFIG_RCU_TORTURE_TEST is not set
94e45a2b 1397# CONFIG_LKDTM is not set
c5b002c1 1398# CONFIG_FAULT_INJECTION is not set
1da177e4 1399# CONFIG_DEBUG_STACK_USAGE is not set
1da177e4
LT
1400# CONFIG_DEBUG_DCFLUSH is not set
1401# CONFIG_STACK_DEBUG is not set
1402# CONFIG_DEBUG_BOOTMEM is not set
3ebc284d 1403# CONFIG_DEBUG_PAGEALLOC is not set
1da177e4
LT
1404
1405#
1406# Security options
1407#
1408CONFIG_KEYS=y
1409# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
1410# CONFIG_SECURITY is not set
c1e49e3a
DM
1411CONFIG_XOR_BLOCKS=m
1412CONFIG_ASYNC_CORE=m
1413CONFIG_ASYNC_MEMCPY=m
1414CONFIG_ASYNC_XOR=m
1da177e4 1415CONFIG_CRYPTO=y
6973ddde
DM
1416CONFIG_CRYPTO_ALGAPI=y
1417CONFIG_CRYPTO_BLKCIPHER=y
1418CONFIG_CRYPTO_HASH=y
042cf50c 1419CONFIG_CRYPTO_MANAGER=y
1da177e4 1420CONFIG_CRYPTO_HMAC=y
2f149228 1421CONFIG_CRYPTO_XCBC=y
1da177e4
LT
1422CONFIG_CRYPTO_NULL=m
1423CONFIG_CRYPTO_MD4=y
1424CONFIG_CRYPTO_MD5=y
1425CONFIG_CRYPTO_SHA1=y
1426CONFIG_CRYPTO_SHA256=m
1427CONFIG_CRYPTO_SHA512=m
1428CONFIG_CRYPTO_WP512=m
1429CONFIG_CRYPTO_TGR192=m
2f149228 1430CONFIG_CRYPTO_GF128MUL=m
6973ddde
DM
1431CONFIG_CRYPTO_ECB=m
1432CONFIG_CRYPTO_CBC=y
784020fb 1433CONFIG_CRYPTO_PCBC=m
2f149228 1434CONFIG_CRYPTO_LRW=m
7db00552 1435# CONFIG_CRYPTO_CRYPTD is not set
1da177e4 1436CONFIG_CRYPTO_DES=y
784020fb 1437CONFIG_CRYPTO_FCRYPT=m
1da177e4
LT
1438CONFIG_CRYPTO_BLOWFISH=m
1439CONFIG_CRYPTO_TWOFISH=m
6973ddde 1440CONFIG_CRYPTO_TWOFISH_COMMON=m
1da177e4
LT
1441CONFIG_CRYPTO_SERPENT=m
1442CONFIG_CRYPTO_AES=m
1443CONFIG_CRYPTO_CAST5=m
1444CONFIG_CRYPTO_CAST6=m
1445CONFIG_CRYPTO_TEA=m
1446CONFIG_CRYPTO_ARC4=m
1447CONFIG_CRYPTO_KHAZAD=m
1448CONFIG_CRYPTO_ANUBIS=m
1449CONFIG_CRYPTO_DEFLATE=y
1450CONFIG_CRYPTO_MICHAEL_MIC=m
1451CONFIG_CRYPTO_CRC32C=m
784020fb 1452CONFIG_CRYPTO_CAMELLIA=m
1da177e4 1453CONFIG_CRYPTO_TEST=m
c1e49e3a 1454CONFIG_CRYPTO_HW=y
1da177e4
LT
1455
1456#
1457# Library routines
1458#
2f149228 1459CONFIG_BITREVERSE=y
1da177e4 1460CONFIG_CRC_CCITT=m
3ebc284d 1461CONFIG_CRC16=m
e9429eac 1462# CONFIG_CRC_ITU_T is not set
1da177e4
LT
1463CONFIG_CRC32=y
1464CONFIG_LIBCRC32C=m
1465CONFIG_ZLIB_INFLATE=y
1466CONFIG_ZLIB_DEFLATE=y
17556fe8 1467CONFIG_PLIST=y
1b51d3a0
DM
1468CONFIG_HAS_IOMEM=y
1469CONFIG_HAS_IOPORT=y
e9429eac 1470CONFIG_HAS_DMA=y