blob: 921a151dc7781be66508636f68a0b5fb5e7b4d7d [file] [log] [blame]
Li Yangbc141de2006-10-03 23:17:51 -05001#
2# Automatically generated make config: don't edit
Kim Phillips543e51c2007-04-11 07:56:53 +10003# Linux kernel version: 2.6.21-rc5
4# Mon Apr 9 16:14:05 2007
Li Yangbc141de2006-10-03 23:17:51 -05005#
6# CONFIG_PPC64 is not set
7CONFIG_PPC32=y
8CONFIG_PPC_MERGE=y
9CONFIG_MMU=y
10CONFIG_GENERIC_HARDIRQS=y
11CONFIG_IRQ_PER_CPU=y
12CONFIG_RWSEM_XCHGADD_ALGORITHM=y
Paul Mackerrase89debc2007-01-22 22:39:24 +110013CONFIG_ARCH_HAS_ILOG2_U32=y
Li Yangbc141de2006-10-03 23:17:51 -050014CONFIG_GENERIC_HWEIGHT=y
15CONFIG_GENERIC_CALIBRATE_DELAY=y
16CONFIG_GENERIC_FIND_NEXT_BIT=y
17CONFIG_PPC=y
18CONFIG_EARLY_PRINTK=y
19CONFIG_GENERIC_NVRAM=y
20CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
21CONFIG_ARCH_MAY_HAVE_PC_FDC=y
22CONFIG_PPC_OF=y
23CONFIG_PPC_UDBG_16550=y
24# CONFIG_GENERIC_TBSYNC is not set
25CONFIG_AUDIT_ARCH=y
Paul Mackerrase89debc2007-01-22 22:39:24 +110026CONFIG_GENERIC_BUG=y
Li Yangbc141de2006-10-03 23:17:51 -050027CONFIG_DEFAULT_UIMAGE=y
28
29#
30# Processor support
31#
32# CONFIG_CLASSIC32 is not set
Li Yangbc141de2006-10-03 23:17:51 -050033# CONFIG_PPC_82xx is not set
34CONFIG_PPC_83xx=y
35# CONFIG_PPC_85xx is not set
36# CONFIG_PPC_86xx is not set
Kumar Gala322d05a2007-02-17 10:13:56 -060037# CONFIG_PPC_8xx is not set
Li Yangbc141de2006-10-03 23:17:51 -050038# CONFIG_40x is not set
39# CONFIG_44x is not set
Li Yangbc141de2006-10-03 23:17:51 -050040# CONFIG_E200 is not set
41CONFIG_6xx=y
42CONFIG_83xx=y
43CONFIG_PPC_FPU=y
Paul Mackerrase89debc2007-01-22 22:39:24 +110044# CONFIG_PPC_DCR_NATIVE is not set
45# CONFIG_PPC_DCR_MMIO is not set
Li Yangbc141de2006-10-03 23:17:51 -050046CONFIG_PPC_STD_MMU=y
47CONFIG_PPC_STD_MMU_32=y
48# CONFIG_SMP is not set
49CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
50
51#
52# Code maturity level options
53#
54CONFIG_EXPERIMENTAL=y
55CONFIG_BROKEN_ON_SMP=y
56CONFIG_INIT_ENV_ARG_LIMIT=32
57
58#
59# General setup
60#
61CONFIG_LOCALVERSION=""
62CONFIG_LOCALVERSION_AUTO=y
63CONFIG_SWAP=y
64CONFIG_SYSVIPC=y
Paul Mackerrase89debc2007-01-22 22:39:24 +110065# CONFIG_IPC_NS is not set
Kumar Gala322d05a2007-02-17 10:13:56 -060066CONFIG_SYSVIPC_SYSCTL=y
Li Yangbc141de2006-10-03 23:17:51 -050067# CONFIG_POSIX_MQUEUE is not set
68# CONFIG_BSD_PROCESS_ACCT is not set
69# CONFIG_TASKSTATS is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +110070# CONFIG_UTS_NS is not set
Li Yangbc141de2006-10-03 23:17:51 -050071# CONFIG_AUDIT is not set
72# CONFIG_IKCONFIG is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +110073CONFIG_SYSFS_DEPRECATED=y
Li Yangbc141de2006-10-03 23:17:51 -050074# CONFIG_RELAY is not set
Kim Phillips543e51c2007-04-11 07:56:53 +100075CONFIG_BLK_DEV_INITRD=y
Li Yangbc141de2006-10-03 23:17:51 -050076CONFIG_INITRAMFS_SOURCE=""
77# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
Li Yangbc141de2006-10-03 23:17:51 -050078CONFIG_SYSCTL=y
Paul Mackerrase89debc2007-01-22 22:39:24 +110079CONFIG_EMBEDDED=y
80CONFIG_SYSCTL_SYSCALL=y
Li Yangbc141de2006-10-03 23:17:51 -050081# CONFIG_KALLSYMS is not set
82CONFIG_HOTPLUG=y
83CONFIG_PRINTK=y
84CONFIG_BUG=y
85CONFIG_ELF_CORE=y
86CONFIG_BASE_FULL=y
87CONFIG_FUTEX=y
88# CONFIG_EPOLL is not set
89CONFIG_SHMEM=y
90CONFIG_SLAB=y
91CONFIG_VM_EVENT_COUNTERS=y
92CONFIG_RT_MUTEXES=y
93# CONFIG_TINY_SHMEM is not set
94CONFIG_BASE_SMALL=0
95# CONFIG_SLOB is not set
96
97#
98# Loadable module support
99#
100CONFIG_MODULES=y
101CONFIG_MODULE_UNLOAD=y
102# CONFIG_MODULE_FORCE_UNLOAD is not set
103# CONFIG_MODVERSIONS is not set
104# CONFIG_MODULE_SRCVERSION_ALL is not set
105# CONFIG_KMOD is not set
106
107#
108# Block layer
109#
Paul Mackerrase89debc2007-01-22 22:39:24 +1100110CONFIG_BLOCK=y
Li Yangbc141de2006-10-03 23:17:51 -0500111# CONFIG_LBD is not set
112# CONFIG_BLK_DEV_IO_TRACE is not set
113# CONFIG_LSF is not set
114
115#
116# IO Schedulers
117#
118CONFIG_IOSCHED_NOOP=y
119CONFIG_IOSCHED_AS=y
120CONFIG_IOSCHED_DEADLINE=y
121CONFIG_IOSCHED_CFQ=y
122CONFIG_DEFAULT_AS=y
123# CONFIG_DEFAULT_DEADLINE is not set
124# CONFIG_DEFAULT_CFQ is not set
125# CONFIG_DEFAULT_NOOP is not set
126CONFIG_DEFAULT_IOSCHED="anticipatory"
127CONFIG_QUICC_ENGINE=y
Li Yangbc141de2006-10-03 23:17:51 -0500128# CONFIG_WANT_EARLY_SERIAL is not set
129
130#
131# Platform support
132#
Kumar Gala322d05a2007-02-17 10:13:56 -0600133# CONFIG_MPC8313_RDB is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100134# CONFIG_MPC832x_MDS is not set
Kim Phillips543e51c2007-04-11 07:56:53 +1000135# CONFIG_MPC832x_RDB is not set
Kumar Gala322d05a2007-02-17 10:13:56 -0600136# CONFIG_MPC834x_MDS is not set
Li Yangbc141de2006-10-03 23:17:51 -0500137# CONFIG_MPC834x_ITX is not set
Kumar Gala322d05a2007-02-17 10:13:56 -0600138CONFIG_MPC836x_MDS=y
Li Yangbc141de2006-10-03 23:17:51 -0500139CONFIG_PPC_MPC836x=y
140# CONFIG_MPIC is not set
141
142#
143# Kernel options
144#
145# CONFIG_HIGHMEM is not set
146# CONFIG_HZ_100 is not set
147CONFIG_HZ_250=y
Paul Mackerrase89debc2007-01-22 22:39:24 +1100148# CONFIG_HZ_300 is not set
Li Yangbc141de2006-10-03 23:17:51 -0500149# CONFIG_HZ_1000 is not set
150CONFIG_HZ=250
151CONFIG_PREEMPT_NONE=y
152# CONFIG_PREEMPT_VOLUNTARY is not set
153# CONFIG_PREEMPT is not set
154CONFIG_BINFMT_ELF=y
155# CONFIG_BINFMT_MISC is not set
156CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
157CONFIG_ARCH_FLATMEM_ENABLE=y
Paul Mackerrase89debc2007-01-22 22:39:24 +1100158CONFIG_ARCH_POPULATES_NODE_MAP=y
Li Yangbc141de2006-10-03 23:17:51 -0500159CONFIG_SELECT_MEMORY_MODEL=y
160CONFIG_FLATMEM_MANUAL=y
161# CONFIG_DISCONTIGMEM_MANUAL is not set
162# CONFIG_SPARSEMEM_MANUAL is not set
163CONFIG_FLATMEM=y
164CONFIG_FLAT_NODE_MEM_MAP=y
165# CONFIG_SPARSEMEM_STATIC is not set
166CONFIG_SPLIT_PTLOCK_CPUS=4
167# CONFIG_RESOURCES_64BIT is not set
Kumar Gala322d05a2007-02-17 10:13:56 -0600168CONFIG_ZONE_DMA_FLAG=1
Li Yangbc141de2006-10-03 23:17:51 -0500169CONFIG_PROC_DEVICETREE=y
170# CONFIG_CMDLINE_BOOL is not set
171# CONFIG_PM is not set
172CONFIG_SECCOMP=y
173CONFIG_ISA_DMA_API=y
174
175#
176# Bus options
177#
Kumar Gala322d05a2007-02-17 10:13:56 -0600178CONFIG_ZONE_DMA=y
Li Yangbc141de2006-10-03 23:17:51 -0500179CONFIG_GENERIC_ISA_DMA=y
180# CONFIG_MPIC_WEIRD is not set
181# CONFIG_PPC_I8259 is not set
182CONFIG_PPC_INDIRECT_PCI=y
183CONFIG_FSL_SOC=y
184CONFIG_PCI=y
185CONFIG_PCI_DOMAINS=y
186# CONFIG_PCIEPORTBUS is not set
187
188#
189# PCCARD (PCMCIA/CardBus) support
190#
191# CONFIG_PCCARD is not set
192
193#
194# PCI Hotplug Support
195#
196# CONFIG_HOTPLUG_PCI is not set
197
198#
199# Advanced setup
200#
201# CONFIG_ADVANCED_OPTIONS is not set
202
203#
204# Default settings for advanced configuration options are used
205#
206CONFIG_HIGHMEM_START=0xfe000000
207CONFIG_LOWMEM_SIZE=0x30000000
208CONFIG_KERNEL_START=0xc0000000
209CONFIG_TASK_SIZE=0x80000000
210CONFIG_BOOT_LOAD=0x00800000
211
212#
213# Networking
214#
215CONFIG_NET=y
216
217#
218# Networking options
219#
220# CONFIG_NETDEBUG is not set
221CONFIG_PACKET=y
222# CONFIG_PACKET_MMAP is not set
223CONFIG_UNIX=y
224CONFIG_XFRM=y
225# CONFIG_XFRM_USER is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100226# CONFIG_XFRM_SUB_POLICY is not set
Kumar Gala322d05a2007-02-17 10:13:56 -0600227# CONFIG_XFRM_MIGRATE is not set
Li Yangbc141de2006-10-03 23:17:51 -0500228# CONFIG_NET_KEY is not set
229CONFIG_INET=y
230CONFIG_IP_MULTICAST=y
231# CONFIG_IP_ADVANCED_ROUTER is not set
232CONFIG_IP_FIB_HASH=y
233CONFIG_IP_PNP=y
234CONFIG_IP_PNP_DHCP=y
235CONFIG_IP_PNP_BOOTP=y
236# CONFIG_IP_PNP_RARP is not set
237# CONFIG_NET_IPIP is not set
238# CONFIG_NET_IPGRE is not set
239# CONFIG_IP_MROUTE is not set
240# CONFIG_ARPD is not set
241CONFIG_SYN_COOKIES=y
242# CONFIG_INET_AH is not set
243# CONFIG_INET_ESP is not set
244# CONFIG_INET_IPCOMP is not set
245# CONFIG_INET_XFRM_TUNNEL is not set
246# CONFIG_INET_TUNNEL is not set
247CONFIG_INET_XFRM_MODE_TRANSPORT=y
248CONFIG_INET_XFRM_MODE_TUNNEL=y
Paul Mackerrase89debc2007-01-22 22:39:24 +1100249CONFIG_INET_XFRM_MODE_BEET=y
Li Yangbc141de2006-10-03 23:17:51 -0500250CONFIG_INET_DIAG=y
251CONFIG_INET_TCP_DIAG=y
252# CONFIG_TCP_CONG_ADVANCED is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100253CONFIG_TCP_CONG_CUBIC=y
254CONFIG_DEFAULT_TCP_CONG="cubic"
255# CONFIG_TCP_MD5SIG is not set
Li Yangbc141de2006-10-03 23:17:51 -0500256# CONFIG_IPV6 is not set
257# CONFIG_INET6_XFRM_TUNNEL is not set
258# CONFIG_INET6_TUNNEL is not set
259# CONFIG_NETWORK_SECMARK is not set
260# CONFIG_NETFILTER is not set
261
262#
263# DCCP Configuration (EXPERIMENTAL)
264#
265# CONFIG_IP_DCCP is not set
266
267#
268# SCTP Configuration (EXPERIMENTAL)
269#
270# CONFIG_IP_SCTP is not set
271
272#
273# TIPC Configuration (EXPERIMENTAL)
274#
275# 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
300# CONFIG_IEEE80211 is not set
301
302#
303# Device Drivers
304#
305
306#
307# Generic Driver Options
308#
309CONFIG_STANDALONE=y
310CONFIG_PREVENT_FIRMWARE_BUILD=y
311# CONFIG_FW_LOADER is not set
312# CONFIG_SYS_HYPERVISOR is not set
313
314#
315# Connector - unified userspace <-> kernelspace linker
316#
317# CONFIG_CONNECTOR is not set
318
319#
320# Memory Technology Devices (MTD)
321#
322# CONFIG_MTD is not set
323
324#
325# Parallel port support
326#
327# CONFIG_PARPORT is not set
328
329#
330# Plug and Play support
331#
Kim Phillips543e51c2007-04-11 07:56:53 +1000332# CONFIG_PNPACPI is not set
Li Yangbc141de2006-10-03 23:17:51 -0500333
334#
335# Block devices
336#
337# CONFIG_BLK_DEV_FD is not set
338# CONFIG_BLK_CPQ_DA is not set
339# CONFIG_BLK_CPQ_CISS_DA is not set
340# CONFIG_BLK_DEV_DAC960 is not set
341# CONFIG_BLK_DEV_UMEM is not set
342# CONFIG_BLK_DEV_COW_COMMON is not set
343CONFIG_BLK_DEV_LOOP=y
344# CONFIG_BLK_DEV_CRYPTOLOOP is not set
345# CONFIG_BLK_DEV_NBD is not set
346# CONFIG_BLK_DEV_SX8 is not set
347CONFIG_BLK_DEV_RAM=y
348CONFIG_BLK_DEV_RAM_COUNT=16
349CONFIG_BLK_DEV_RAM_SIZE=32768
350CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
Li Yangbc141de2006-10-03 23:17:51 -0500351# CONFIG_CDROM_PKTCDVD is not set
352# CONFIG_ATA_OVER_ETH is not set
353
354#
Paul Mackerrase89debc2007-01-22 22:39:24 +1100355# Misc devices
356#
357# CONFIG_SGI_IOC4 is not set
358# CONFIG_TIFM_CORE is not set
359
360#
Li Yangbc141de2006-10-03 23:17:51 -0500361# ATA/ATAPI/MFM/RLL support
362#
363# CONFIG_IDE is not set
364
365#
366# SCSI device support
367#
368# CONFIG_RAID_ATTRS is not set
369CONFIG_SCSI=y
Paul Mackerrase89debc2007-01-22 22:39:24 +1100370# CONFIG_SCSI_TGT is not set
371# CONFIG_SCSI_NETLINK is not set
Li Yangbc141de2006-10-03 23:17:51 -0500372CONFIG_SCSI_PROC_FS=y
373
374#
375# SCSI support type (disk, tape, CD-ROM)
376#
377# CONFIG_BLK_DEV_SD is not set
378# CONFIG_CHR_DEV_ST is not set
379# CONFIG_CHR_DEV_OSST is not set
380# CONFIG_BLK_DEV_SR is not set
381# CONFIG_CHR_DEV_SG is not set
382# CONFIG_CHR_DEV_SCH is not set
383
384#
385# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
386#
387# CONFIG_SCSI_MULTI_LUN is not set
388# CONFIG_SCSI_CONSTANTS is not set
389# CONFIG_SCSI_LOGGING is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100390# CONFIG_SCSI_SCAN_ASYNC is not set
Li Yangbc141de2006-10-03 23:17:51 -0500391
392#
Paul Mackerrase89debc2007-01-22 22:39:24 +1100393# SCSI Transports
Li Yangbc141de2006-10-03 23:17:51 -0500394#
395# CONFIG_SCSI_SPI_ATTRS is not set
396# CONFIG_SCSI_FC_ATTRS is not set
397# CONFIG_SCSI_ISCSI_ATTRS is not set
398# CONFIG_SCSI_SAS_ATTRS is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100399# CONFIG_SCSI_SAS_LIBSAS is not set
Li Yangbc141de2006-10-03 23:17:51 -0500400
401#
402# SCSI low-level drivers
403#
404# CONFIG_ISCSI_TCP is not set
405# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
406# CONFIG_SCSI_3W_9XXX is not set
407# CONFIG_SCSI_ACARD is not set
408# CONFIG_SCSI_AACRAID is not set
409# CONFIG_SCSI_AIC7XXX is not set
410# CONFIG_SCSI_AIC7XXX_OLD is not set
411# CONFIG_SCSI_AIC79XX is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100412# CONFIG_SCSI_AIC94XX is not set
Li Yangbc141de2006-10-03 23:17:51 -0500413# CONFIG_SCSI_DPT_I2O is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100414# CONFIG_SCSI_ARCMSR is not set
Li Yangbc141de2006-10-03 23:17:51 -0500415# CONFIG_MEGARAID_NEWGEN is not set
416# CONFIG_MEGARAID_LEGACY is not set
417# CONFIG_MEGARAID_SAS is not set
Li Yangbc141de2006-10-03 23:17:51 -0500418# CONFIG_SCSI_HPTIOP is not set
419# CONFIG_SCSI_BUSLOGIC is not set
420# CONFIG_SCSI_DMX3191D is not set
421# CONFIG_SCSI_EATA is not set
422# CONFIG_SCSI_FUTURE_DOMAIN is not set
423# CONFIG_SCSI_GDTH is not set
424# CONFIG_SCSI_IPS is not set
425# CONFIG_SCSI_INITIO is not set
426# CONFIG_SCSI_INIA100 is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100427# CONFIG_SCSI_STEX is not set
Li Yangbc141de2006-10-03 23:17:51 -0500428# CONFIG_SCSI_SYM53C8XX_2 is not set
Li Yangbc141de2006-10-03 23:17:51 -0500429# CONFIG_SCSI_QLOGIC_1280 is not set
430# CONFIG_SCSI_QLA_FC is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100431# CONFIG_SCSI_QLA_ISCSI is not set
Li Yangbc141de2006-10-03 23:17:51 -0500432# CONFIG_SCSI_LPFC is not set
433# CONFIG_SCSI_DC395x is not set
434# CONFIG_SCSI_DC390T is not set
435# CONFIG_SCSI_NSP32 is not set
436# CONFIG_SCSI_DEBUG is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100437# CONFIG_SCSI_SRP is not set
438
439#
440# Serial ATA (prod) and Parallel ATA (experimental) drivers
441#
442# CONFIG_ATA is not set
Li Yangbc141de2006-10-03 23:17:51 -0500443
444#
445# Multi-device support (RAID and LVM)
446#
447# CONFIG_MD is not set
448
449#
450# Fusion MPT device support
451#
452# CONFIG_FUSION is not set
453# CONFIG_FUSION_SPI is not set
454# CONFIG_FUSION_FC is not set
455# CONFIG_FUSION_SAS is not set
456
457#
458# IEEE 1394 (FireWire) support
459#
460# CONFIG_IEEE1394 is not set
461
462#
463# I2O device support
464#
465# CONFIG_I2O is not set
466
467#
468# Macintosh device drivers
469#
Paul Mackerrase89debc2007-01-22 22:39:24 +1100470# CONFIG_MAC_EMUMOUSEBTN is not set
Li Yangbc141de2006-10-03 23:17:51 -0500471# CONFIG_WINDFARM is not set
472
473#
474# Network device support
475#
476CONFIG_NETDEVICES=y
477# CONFIG_DUMMY is not set
478# CONFIG_BONDING is not set
479# CONFIG_EQUALIZER is not set
480# CONFIG_TUN is not set
481
482#
483# ARCnet devices
484#
485# CONFIG_ARCNET is not set
486
487#
488# PHY device support
489#
Kim Phillips543e51c2007-04-11 07:56:53 +1000490CONFIG_PHYLIB=y
491
492#
493# MII PHY device drivers
494#
495CONFIG_MARVELL_PHY=y
496# CONFIG_DAVICOM_PHY is not set
497# CONFIG_QSEMI_PHY is not set
498# CONFIG_LXT_PHY is not set
499# CONFIG_CICADA_PHY is not set
500# CONFIG_VITESSE_PHY is not set
501# CONFIG_SMSC_PHY is not set
502# CONFIG_BROADCOM_PHY is not set
503# CONFIG_ICPLUS_PHY is not set
504# CONFIG_FIXED_PHY is not set
Li Yangbc141de2006-10-03 23:17:51 -0500505
506#
507# Ethernet (10 or 100Mbit)
508#
509CONFIG_NET_ETHERNET=y
510CONFIG_MII=y
511# CONFIG_HAPPYMEAL is not set
512# CONFIG_SUNGEM is not set
513# CONFIG_CASSINI is not set
514# CONFIG_NET_VENDOR_3COM is not set
515
516#
517# Tulip family network device support
518#
519# CONFIG_NET_TULIP is not set
520# CONFIG_HP100 is not set
521# CONFIG_NET_PCI is not set
522
523#
524# Ethernet (1000 Mbit)
525#
526# CONFIG_ACENIC is not set
527# CONFIG_DL2K is not set
528# CONFIG_E1000 is not set
529# CONFIG_NS83820 is not set
530# CONFIG_HAMACHI is not set
531# CONFIG_YELLOWFIN is not set
532# CONFIG_R8169 is not set
533# CONFIG_SIS190 is not set
534# CONFIG_SKGE is not set
535# CONFIG_SKY2 is not set
536# CONFIG_SK98LIN is not set
537# CONFIG_TIGON3 is not set
538# CONFIG_BNX2 is not set
539# CONFIG_GIANFAR is not set
540CONFIG_UCC_GETH=y
541# CONFIG_UGETH_NAPI is not set
542# CONFIG_UGETH_MAGIC_PACKET is not set
543# CONFIG_UGETH_FILTERING is not set
544# CONFIG_UGETH_TX_ON_DEMOND is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100545# CONFIG_QLA3XXX is not set
Kim Phillips543e51c2007-04-11 07:56:53 +1000546# CONFIG_ATL1 is not set
Li Yangbc141de2006-10-03 23:17:51 -0500547
548#
549# Ethernet (10000 Mbit)
550#
551# CONFIG_CHELSIO_T1 is not set
Kumar Gala322d05a2007-02-17 10:13:56 -0600552# CONFIG_CHELSIO_T3 is not set
Li Yangbc141de2006-10-03 23:17:51 -0500553# CONFIG_IXGB is not set
554# CONFIG_S2IO is not set
555# CONFIG_MYRI10GE is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100556# CONFIG_NETXEN_NIC is not set
Li Yangbc141de2006-10-03 23:17:51 -0500557
558#
559# Token Ring devices
560#
561# CONFIG_TR is not set
562
563#
564# Wireless LAN (non-hamradio)
565#
566# CONFIG_NET_RADIO is not set
567
568#
569# Wan interfaces
570#
571# CONFIG_WAN is not set
572# CONFIG_FDDI is not set
573# CONFIG_HIPPI is not set
574# CONFIG_PPP is not set
575# CONFIG_SLIP is not set
576# CONFIG_NET_FC is not set
577# CONFIG_SHAPER is not set
578# CONFIG_NETCONSOLE is not set
579# CONFIG_NETPOLL is not set
580# CONFIG_NET_POLL_CONTROLLER is not set
581
582#
583# ISDN subsystem
584#
585# CONFIG_ISDN is not set
586
587#
588# Telephony Support
589#
590# CONFIG_PHONE is not set
591
592#
593# Input device support
594#
595CONFIG_INPUT=y
Paul Mackerrase89debc2007-01-22 22:39:24 +1100596# CONFIG_INPUT_FF_MEMLESS is not set
Li Yangbc141de2006-10-03 23:17:51 -0500597
598#
599# Userland interfaces
600#
601# CONFIG_INPUT_MOUSEDEV is not set
602# CONFIG_INPUT_JOYDEV is not set
603# CONFIG_INPUT_TSDEV is not set
604# CONFIG_INPUT_EVDEV is not set
605# CONFIG_INPUT_EVBUG is not set
606
607#
608# Input Device Drivers
609#
610# CONFIG_INPUT_KEYBOARD is not set
611# CONFIG_INPUT_MOUSE is not set
612# CONFIG_INPUT_JOYSTICK is not set
613# CONFIG_INPUT_TOUCHSCREEN is not set
614# CONFIG_INPUT_MISC is not set
615
616#
617# Hardware I/O ports
618#
619# CONFIG_SERIO is not set
620# CONFIG_GAMEPORT is not set
621
622#
623# Character devices
624#
625# CONFIG_VT is not set
626# CONFIG_SERIAL_NONSTANDARD is not set
627
628#
629# Serial drivers
630#
631CONFIG_SERIAL_8250=y
632CONFIG_SERIAL_8250_CONSOLE=y
633CONFIG_SERIAL_8250_PCI=y
634CONFIG_SERIAL_8250_NR_UARTS=4
635CONFIG_SERIAL_8250_RUNTIME_UARTS=4
636# CONFIG_SERIAL_8250_EXTENDED is not set
637
638#
639# Non-8250 serial port support
640#
Paul Mackerrase89debc2007-01-22 22:39:24 +1100641# CONFIG_SERIAL_UARTLITE is not set
Li Yangbc141de2006-10-03 23:17:51 -0500642CONFIG_SERIAL_CORE=y
643CONFIG_SERIAL_CORE_CONSOLE=y
644# CONFIG_SERIAL_JSM is not set
Kumar Gala322d05a2007-02-17 10:13:56 -0600645# CONFIG_SERIAL_OF_PLATFORM is not set
Li Yangbc141de2006-10-03 23:17:51 -0500646CONFIG_UNIX98_PTYS=y
647CONFIG_LEGACY_PTYS=y
648CONFIG_LEGACY_PTY_COUNT=256
649
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
665CONFIG_83xx_WDT=y
666
667#
668# PCI-based Watchdog Cards
669#
670# CONFIG_PCIPCWATCHDOG is not set
671# CONFIG_WDTPCI is not set
672CONFIG_HW_RANDOM=y
673# CONFIG_NVRAM is not set
674CONFIG_GEN_RTC=y
675# CONFIG_GEN_RTC_X is not set
676# CONFIG_DTLK is not set
677# CONFIG_R3964 is not set
678# CONFIG_APPLICOM is not set
Li Yangbc141de2006-10-03 23:17:51 -0500679# CONFIG_AGP is not set
680# CONFIG_DRM is not set
681# CONFIG_RAW_DRIVER is not set
682
683#
684# TPM devices
685#
686# CONFIG_TCG_TPM is not set
Li Yangbc141de2006-10-03 23:17:51 -0500687
688#
689# I2C support
690#
691CONFIG_I2C=y
692CONFIG_I2C_CHARDEV=y
693
694#
695# I2C Algorithms
696#
697# CONFIG_I2C_ALGOBIT is not set
698# CONFIG_I2C_ALGOPCF is not set
699# CONFIG_I2C_ALGOPCA is not set
700
701#
702# I2C Hardware Bus support
703#
704# CONFIG_I2C_ALI1535 is not set
705# CONFIG_I2C_ALI1563 is not set
706# CONFIG_I2C_ALI15X3 is not set
707# CONFIG_I2C_AMD756 is not set
708# CONFIG_I2C_AMD8111 is not set
709# CONFIG_I2C_I801 is not set
710# CONFIG_I2C_I810 is not set
711# CONFIG_I2C_PIIX4 is not set
712CONFIG_I2C_MPC=y
713# CONFIG_I2C_NFORCE2 is not set
714# CONFIG_I2C_OCORES is not set
715# CONFIG_I2C_PARPORT_LIGHT is not set
Kumar Gala322d05a2007-02-17 10:13:56 -0600716# CONFIG_I2C_PASEMI is not set
Li Yangbc141de2006-10-03 23:17:51 -0500717# CONFIG_I2C_PROSAVAGE is not set
718# CONFIG_I2C_SAVAGE4 is not set
719# CONFIG_I2C_SIS5595 is not set
720# CONFIG_I2C_SIS630 is not set
721# CONFIG_I2C_SIS96X is not set
722# CONFIG_I2C_STUB is not set
723# CONFIG_I2C_VIA is not set
724# CONFIG_I2C_VIAPRO is not set
725# CONFIG_I2C_VOODOO3 is not set
726# CONFIG_I2C_PCA_ISA is not set
727
728#
729# Miscellaneous I2C Chip support
730#
731# CONFIG_SENSORS_DS1337 is not set
732# CONFIG_SENSORS_DS1374 is not set
733# CONFIG_SENSORS_EEPROM is not set
734# CONFIG_SENSORS_PCF8574 is not set
735# CONFIG_SENSORS_PCA9539 is not set
736# CONFIG_SENSORS_PCF8591 is not set
737# CONFIG_SENSORS_M41T00 is not set
738# CONFIG_SENSORS_MAX6875 is not set
739# CONFIG_I2C_DEBUG_CORE is not set
740# CONFIG_I2C_DEBUG_ALGO is not set
741# CONFIG_I2C_DEBUG_BUS is not set
742# CONFIG_I2C_DEBUG_CHIP is not set
743
744#
745# SPI support
746#
747# CONFIG_SPI is not set
748# CONFIG_SPI_MASTER is not set
749
750#
751# Dallas's 1-wire bus
752#
Paul Mackerrase89debc2007-01-22 22:39:24 +1100753# CONFIG_W1 is not set
Li Yangbc141de2006-10-03 23:17:51 -0500754
755#
756# Hardware Monitoring support
757#
758CONFIG_HWMON=y
759# CONFIG_HWMON_VID is not set
760# CONFIG_SENSORS_ABITUGURU is not set
761# CONFIG_SENSORS_ADM1021 is not set
762# CONFIG_SENSORS_ADM1025 is not set
763# CONFIG_SENSORS_ADM1026 is not set
Kim Phillips543e51c2007-04-11 07:56:53 +1000764# CONFIG_SENSORS_ADM1029 is not set
Li Yangbc141de2006-10-03 23:17:51 -0500765# CONFIG_SENSORS_ADM1031 is not set
766# CONFIG_SENSORS_ADM9240 is not set
767# CONFIG_SENSORS_ASB100 is not set
768# CONFIG_SENSORS_ATXP1 is not set
769# CONFIG_SENSORS_DS1621 is not set
770# CONFIG_SENSORS_F71805F is not set
771# CONFIG_SENSORS_FSCHER is not set
772# CONFIG_SENSORS_FSCPOS is not set
773# CONFIG_SENSORS_GL518SM is not set
774# CONFIG_SENSORS_GL520SM is not set
775# CONFIG_SENSORS_IT87 is not set
776# CONFIG_SENSORS_LM63 is not set
777# CONFIG_SENSORS_LM75 is not set
778# CONFIG_SENSORS_LM77 is not set
779# CONFIG_SENSORS_LM78 is not set
780# CONFIG_SENSORS_LM80 is not set
781# CONFIG_SENSORS_LM83 is not set
782# CONFIG_SENSORS_LM85 is not set
783# CONFIG_SENSORS_LM87 is not set
784# CONFIG_SENSORS_LM90 is not set
785# CONFIG_SENSORS_LM92 is not set
786# CONFIG_SENSORS_MAX1619 is not set
787# CONFIG_SENSORS_PC87360 is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100788# CONFIG_SENSORS_PC87427 is not set
Li Yangbc141de2006-10-03 23:17:51 -0500789# CONFIG_SENSORS_SIS5595 is not set
790# CONFIG_SENSORS_SMSC47M1 is not set
791# CONFIG_SENSORS_SMSC47M192 is not set
792# CONFIG_SENSORS_SMSC47B397 is not set
793# CONFIG_SENSORS_VIA686A is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100794# CONFIG_SENSORS_VT1211 is not set
Li Yangbc141de2006-10-03 23:17:51 -0500795# CONFIG_SENSORS_VT8231 is not set
796# CONFIG_SENSORS_W83781D is not set
797# CONFIG_SENSORS_W83791D is not set
798# CONFIG_SENSORS_W83792D is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100799# CONFIG_SENSORS_W83793 is not set
Li Yangbc141de2006-10-03 23:17:51 -0500800# CONFIG_SENSORS_W83L785TS is not set
801# CONFIG_SENSORS_W83627HF is not set
802# CONFIG_SENSORS_W83627EHF is not set
803# CONFIG_HWMON_DEBUG_CHIP is not set
804
805#
Kim Phillips543e51c2007-04-11 07:56:53 +1000806# Multifunction device drivers
807#
808# CONFIG_MFD_SM501 is not set
809
810#
Li Yangbc141de2006-10-03 23:17:51 -0500811# Multimedia devices
812#
813# CONFIG_VIDEO_DEV is not set
Li Yangbc141de2006-10-03 23:17:51 -0500814
815#
816# Digital Video Broadcasting Devices
817#
818# CONFIG_DVB is not set
819
820#
821# Graphics support
822#
Kim Phillips543e51c2007-04-11 07:56:53 +1000823# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
Li Yangbc141de2006-10-03 23:17:51 -0500824# CONFIG_FB is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100825# CONFIG_FB_IBM_GXT4500 is not set
Li Yangbc141de2006-10-03 23:17:51 -0500826
827#
828# Sound
829#
830# CONFIG_SOUND is not set
831
832#
Paul Mackerrase89debc2007-01-22 22:39:24 +1100833# HID Devices
834#
835CONFIG_HID=y
Kumar Gala322d05a2007-02-17 10:13:56 -0600836# CONFIG_HID_DEBUG is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100837
838#
Li Yangbc141de2006-10-03 23:17:51 -0500839# USB support
840#
841CONFIG_USB_ARCH_HAS_HCD=y
842CONFIG_USB_ARCH_HAS_OHCI=y
843CONFIG_USB_ARCH_HAS_EHCI=y
844# CONFIG_USB is not set
845
846#
847# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
848#
849
850#
851# USB Gadget Support
852#
853# CONFIG_USB_GADGET is not set
854
855#
856# MMC/SD Card support
857#
858# CONFIG_MMC is not set
859
860#
861# LED devices
862#
863# CONFIG_NEW_LEDS is not set
864
865#
866# LED drivers
867#
868
869#
870# LED Triggers
871#
872
873#
874# InfiniBand support
875#
876# CONFIG_INFINIBAND is not set
877
878#
879# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
880#
881
882#
883# Real Time Clock
884#
885# CONFIG_RTC_CLASS is not set
886
887#
888# DMA Engine support
889#
890# CONFIG_DMA_ENGINE is not set
891
892#
893# DMA Clients
894#
895
896#
897# DMA Devices
898#
899
900#
Kumar Gala322d05a2007-02-17 10:13:56 -0600901# Auxiliary Display support
902#
903
904#
Paul Mackerrase89debc2007-01-22 22:39:24 +1100905# Virtualization
906#
907
908#
Li Yangbc141de2006-10-03 23:17:51 -0500909# File systems
910#
911CONFIG_EXT2_FS=y
912# CONFIG_EXT2_FS_XATTR is not set
913# CONFIG_EXT2_FS_XIP is not set
914CONFIG_EXT3_FS=y
915CONFIG_EXT3_FS_XATTR=y
916# CONFIG_EXT3_FS_POSIX_ACL is not set
917# CONFIG_EXT3_FS_SECURITY is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100918# CONFIG_EXT4DEV_FS is not set
Li Yangbc141de2006-10-03 23:17:51 -0500919CONFIG_JBD=y
920# CONFIG_JBD_DEBUG is not set
921CONFIG_FS_MBCACHE=y
922# CONFIG_REISERFS_FS is not set
923# CONFIG_JFS_FS is not set
924# CONFIG_FS_POSIX_ACL is not set
925# CONFIG_XFS_FS is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +1100926# CONFIG_GFS2_FS is not set
Li Yangbc141de2006-10-03 23:17:51 -0500927# CONFIG_OCFS2_FS is not set
928# CONFIG_MINIX_FS is not set
929# CONFIG_ROMFS_FS is not set
930CONFIG_INOTIFY=y
931CONFIG_INOTIFY_USER=y
932# CONFIG_QUOTA is not set
933CONFIG_DNOTIFY=y
934# CONFIG_AUTOFS_FS is not set
935# CONFIG_AUTOFS4_FS is not set
936# CONFIG_FUSE_FS is not set
937
938#
939# CD-ROM/DVD Filesystems
940#
941# CONFIG_ISO9660_FS is not set
942# CONFIG_UDF_FS is not set
943
944#
945# DOS/FAT/NT Filesystems
946#
947# CONFIG_MSDOS_FS is not set
948# CONFIG_VFAT_FS is not set
949# CONFIG_NTFS_FS is not set
950
951#
952# Pseudo filesystems
953#
954CONFIG_PROC_FS=y
955CONFIG_PROC_KCORE=y
Paul Mackerrase89debc2007-01-22 22:39:24 +1100956CONFIG_PROC_SYSCTL=y
Li Yangbc141de2006-10-03 23:17:51 -0500957CONFIG_SYSFS=y
958CONFIG_TMPFS=y
Paul Mackerrase89debc2007-01-22 22:39:24 +1100959# CONFIG_TMPFS_POSIX_ACL is not set
Li Yangbc141de2006-10-03 23:17:51 -0500960# CONFIG_HUGETLB_PAGE is not set
961CONFIG_RAMFS=y
962# CONFIG_CONFIGFS_FS is not set
963
964#
965# Miscellaneous filesystems
966#
967# CONFIG_ADFS_FS is not set
968# CONFIG_AFFS_FS is not set
969# CONFIG_HFS_FS is not set
970# CONFIG_HFSPLUS_FS is not set
971# CONFIG_BEFS_FS is not set
972# CONFIG_BFS_FS is not set
973# CONFIG_EFS_FS is not set
974# CONFIG_CRAMFS is not set
975# CONFIG_VXFS_FS is not set
976# CONFIG_HPFS_FS is not set
977# CONFIG_QNX4FS_FS is not set
978# CONFIG_SYSV_FS is not set
979# CONFIG_UFS_FS is not set
980
981#
982# Network File Systems
983#
984CONFIG_NFS_FS=y
985CONFIG_NFS_V3=y
986# CONFIG_NFS_V3_ACL is not set
987CONFIG_NFS_V4=y
988# CONFIG_NFS_DIRECTIO is not set
989# CONFIG_NFSD is not set
990CONFIG_ROOT_NFS=y
991CONFIG_LOCKD=y
992CONFIG_LOCKD_V4=y
993CONFIG_NFS_COMMON=y
994CONFIG_SUNRPC=y
995CONFIG_SUNRPC_GSS=y
996CONFIG_RPCSEC_GSS_KRB5=y
997# CONFIG_RPCSEC_GSS_SPKM3 is not set
998# CONFIG_SMB_FS is not set
999# CONFIG_CIFS is not set
1000# CONFIG_NCP_FS is not set
1001# CONFIG_CODA_FS is not set
1002# CONFIG_AFS_FS is not set
1003# CONFIG_9P_FS is not set
1004
1005#
1006# Partition Types
1007#
1008CONFIG_PARTITION_ADVANCED=y
1009# CONFIG_ACORN_PARTITION is not set
1010# CONFIG_OSF_PARTITION is not set
1011# CONFIG_AMIGA_PARTITION is not set
1012# CONFIG_ATARI_PARTITION is not set
1013# CONFIG_MAC_PARTITION is not set
1014# CONFIG_MSDOS_PARTITION is not set
1015# CONFIG_LDM_PARTITION is not set
1016# CONFIG_SGI_PARTITION is not set
1017# CONFIG_ULTRIX_PARTITION is not set
1018# CONFIG_SUN_PARTITION is not set
1019# CONFIG_KARMA_PARTITION is not set
1020# CONFIG_EFI_PARTITION is not set
1021
1022#
1023# Native Language Support
1024#
1025# CONFIG_NLS is not set
1026
1027#
Paul Mackerrase89debc2007-01-22 22:39:24 +11001028# Distributed Lock Manager
1029#
1030# CONFIG_DLM is not set
Kim Phillips543e51c2007-04-11 07:56:53 +10001031# CONFIG_UCC_SLOW is not set
Li Yangbc141de2006-10-03 23:17:51 -05001032CONFIG_UCC_FAST=y
1033CONFIG_UCC=y
1034
1035#
1036# Library routines
1037#
Paul Mackerrase89debc2007-01-22 22:39:24 +11001038CONFIG_BITREVERSE=y
Li Yangbc141de2006-10-03 23:17:51 -05001039# CONFIG_CRC_CCITT is not set
1040# CONFIG_CRC16 is not set
1041CONFIG_CRC32=y
1042# CONFIG_LIBCRC32C is not set
1043CONFIG_PLIST=y
Kumar Gala322d05a2007-02-17 10:13:56 -06001044CONFIG_HAS_IOMEM=y
1045CONFIG_HAS_IOPORT=y
Li Yangbc141de2006-10-03 23:17:51 -05001046
1047#
1048# Instrumentation Support
1049#
1050# CONFIG_PROFILING is not set
1051
1052#
1053# Kernel hacking
1054#
1055# CONFIG_PRINTK_TIME is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +11001056CONFIG_ENABLE_MUST_CHECK=y
Li Yangbc141de2006-10-03 23:17:51 -05001057# CONFIG_MAGIC_SYSRQ is not set
1058# CONFIG_UNUSED_SYMBOLS is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +11001059# CONFIG_DEBUG_FS is not set
1060# CONFIG_HEADERS_CHECK is not set
Li Yangbc141de2006-10-03 23:17:51 -05001061# CONFIG_DEBUG_KERNEL is not set
1062CONFIG_LOG_BUF_SHIFT=14
Paul Mackerrase89debc2007-01-22 22:39:24 +11001063# CONFIG_DEBUG_BUGVERBOSE is not set
Li Yangbc141de2006-10-03 23:17:51 -05001064# CONFIG_BOOTX_TEXT is not set
Li Yangbc141de2006-10-03 23:17:51 -05001065# CONFIG_PPC_EARLY_DEBUG is not set
1066
1067#
1068# Security options
1069#
1070# CONFIG_KEYS is not set
1071# CONFIG_SECURITY is not set
1072
1073#
1074# Cryptographic options
1075#
1076CONFIG_CRYPTO=y
Paul Mackerrase89debc2007-01-22 22:39:24 +11001077CONFIG_CRYPTO_ALGAPI=y
1078CONFIG_CRYPTO_BLKCIPHER=y
1079CONFIG_CRYPTO_MANAGER=y
Li Yangbc141de2006-10-03 23:17:51 -05001080# CONFIG_CRYPTO_HMAC is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +11001081# CONFIG_CRYPTO_XCBC is not set
Li Yangbc141de2006-10-03 23:17:51 -05001082# CONFIG_CRYPTO_NULL is not set
1083# CONFIG_CRYPTO_MD4 is not set
1084CONFIG_CRYPTO_MD5=y
1085# CONFIG_CRYPTO_SHA1 is not set
1086# CONFIG_CRYPTO_SHA256 is not set
1087# CONFIG_CRYPTO_SHA512 is not set
1088# CONFIG_CRYPTO_WP512 is not set
1089# CONFIG_CRYPTO_TGR192 is not set
Paul Mackerrase89debc2007-01-22 22:39:24 +11001090# CONFIG_CRYPTO_GF128MUL is not set
1091CONFIG_CRYPTO_ECB=m
1092CONFIG_CRYPTO_CBC=y
Kumar Gala322d05a2007-02-17 10:13:56 -06001093CONFIG_CRYPTO_PCBC=m
Paul Mackerrase89debc2007-01-22 22:39:24 +11001094# CONFIG_CRYPTO_LRW is not set
Li Yangbc141de2006-10-03 23:17:51 -05001095CONFIG_CRYPTO_DES=y
Kumar Gala322d05a2007-02-17 10:13:56 -06001096# CONFIG_CRYPTO_FCRYPT is not set
Li Yangbc141de2006-10-03 23:17:51 -05001097# CONFIG_CRYPTO_BLOWFISH is not set
1098# CONFIG_CRYPTO_TWOFISH is not set
1099# CONFIG_CRYPTO_SERPENT is not set
1100# CONFIG_CRYPTO_AES is not set
1101# CONFIG_CRYPTO_CAST5 is not set
1102# CONFIG_CRYPTO_CAST6 is not set
1103# CONFIG_CRYPTO_TEA is not set
1104# CONFIG_CRYPTO_ARC4 is not set
1105# CONFIG_CRYPTO_KHAZAD is not set
1106# CONFIG_CRYPTO_ANUBIS is not set
1107# CONFIG_CRYPTO_DEFLATE is not set
1108# CONFIG_CRYPTO_MICHAEL_MIC is not set
1109# CONFIG_CRYPTO_CRC32C is not set
Kumar Gala322d05a2007-02-17 10:13:56 -06001110# CONFIG_CRYPTO_CAMELLIA is not set
Li Yangbc141de2006-10-03 23:17:51 -05001111# CONFIG_CRYPTO_TEST is not set
1112
1113#
1114# Hardware crypto devices
1115#