aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/configs
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-12-03 02:17:12 -0500
committerDavid S. Miller <davem@davemloft.net>2008-12-04 12:17:16 -0500
commit5e53879008b9acefe9f43498fd36db7376e08739 (patch)
tree1e3137cabb339a834794a753f1782b312392bd32 /arch/sparc/configs
parent14ae84c9933f22ccad34fa6375b8908389b304f0 (diff)
sparc,sparc64: unify Makefile
To unify Makefile for sparc and sparc64 a few other steps was needed: 1) separate defconfig files for sparc and sparc64 is required, so locate these in arch/sparc/configs 2) removoval of hack in toplevel Makefile to deal with that headers was in a separate directory compared to the rest The unification of the Makefile required usage of several foo-$(CONFIG_SPARCnn) += due to a few directories pending unification. This will be cleaned up when we unify the remaining directories. Included in this patch are the deletion of a few files in sparc64 as they are no longer needed: Makefile + Kconfig. arch/sparc64/ will after this patch is applied only have four directories (prom, lib, kernel, boot) Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/configs')
-rw-r--r--arch/sparc/configs/sparc32_defconfig942
-rw-r--r--arch/sparc/configs/sparc64_defconfig1705
2 files changed, 2647 insertions, 0 deletions
diff --git a/arch/sparc/configs/sparc32_defconfig b/arch/sparc/configs/sparc32_defconfig
new file mode 100644
index 000000000000..2e3a149ea0e7
--- /dev/null
+++ b/arch/sparc/configs/sparc32_defconfig
@@ -0,0 +1,942 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.25
4# Tue Apr 29 01:28:58 2008
5#
6CONFIG_MMU=y
7CONFIG_HIGHMEM=y
8CONFIG_ZONE_DMA=y
9CONFIG_GENERIC_ISA_DMA=y
10CONFIG_ARCH_NO_VIRT_TO_BUS=y
11CONFIG_OF=y
12CONFIG_HZ=100
13CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
14
15#
16# General setup
17#
18CONFIG_EXPERIMENTAL=y
19CONFIG_BROKEN_ON_SMP=y
20CONFIG_INIT_ENV_ARG_LIMIT=32
21CONFIG_LOCALVERSION=""
22CONFIG_LOCALVERSION_AUTO=y
23CONFIG_SWAP=y
24CONFIG_SYSVIPC=y
25CONFIG_SYSVIPC_SYSCTL=y
26CONFIG_POSIX_MQUEUE=y
27# CONFIG_BSD_PROCESS_ACCT is not set
28# CONFIG_TASKSTATS is not set
29# CONFIG_AUDIT is not set
30# CONFIG_IKCONFIG is not set
31CONFIG_LOG_BUF_SHIFT=14
32# CONFIG_CGROUPS is not set
33CONFIG_GROUP_SCHED=y
34CONFIG_FAIR_GROUP_SCHED=y
35CONFIG_RT_GROUP_SCHED=y
36CONFIG_USER_SCHED=y
37# CONFIG_CGROUP_SCHED is not set
38CONFIG_SYSFS_DEPRECATED=y
39CONFIG_SYSFS_DEPRECATED_V2=y
40# CONFIG_RELAY is not set
41CONFIG_NAMESPACES=y
42# CONFIG_UTS_NS is not set
43# CONFIG_IPC_NS is not set
44# CONFIG_USER_NS is not set
45# CONFIG_PID_NS is not set
46CONFIG_BLK_DEV_INITRD=y
47CONFIG_INITRAMFS_SOURCE=""
48# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
49CONFIG_SYSCTL=y
50# CONFIG_EMBEDDED is not set
51CONFIG_UID16=y
52CONFIG_SYSCTL_SYSCALL=y
53CONFIG_KALLSYMS=y
54# CONFIG_KALLSYMS_ALL is not set
55# CONFIG_KALLSYMS_EXTRA_PASS is not set
56CONFIG_HOTPLUG=y
57CONFIG_PRINTK=y
58CONFIG_BUG=y
59CONFIG_ELF_CORE=y
60CONFIG_COMPAT_BRK=y
61CONFIG_BASE_FULL=y
62CONFIG_FUTEX=y
63CONFIG_ANON_INODES=y
64CONFIG_EPOLL=y
65CONFIG_SIGNALFD=y
66CONFIG_TIMERFD=y
67CONFIG_EVENTFD=y
68CONFIG_SHMEM=y
69CONFIG_VM_EVENT_COUNTERS=y
70CONFIG_SLAB=y
71# CONFIG_SLUB is not set
72# CONFIG_SLOB is not set
73# CONFIG_PROFILING is not set
74# CONFIG_MARKERS is not set
75CONFIG_HAVE_OPROFILE=y
76# CONFIG_HAVE_KPROBES is not set
77# CONFIG_HAVE_KRETPROBES is not set
78CONFIG_PROC_PAGE_MONITOR=y
79CONFIG_SLABINFO=y
80CONFIG_RT_MUTEXES=y
81# CONFIG_TINY_SHMEM is not set
82CONFIG_BASE_SMALL=0
83CONFIG_MODULES=y
84CONFIG_MODULE_UNLOAD=y
85# CONFIG_MODULE_FORCE_UNLOAD is not set
86# CONFIG_MODVERSIONS is not set
87# CONFIG_MODULE_SRCVERSION_ALL is not set
88CONFIG_KMOD=y
89CONFIG_BLOCK=y
90# CONFIG_LBD is not set
91# CONFIG_BLK_DEV_IO_TRACE is not set
92# CONFIG_LSF is not set
93# CONFIG_BLK_DEV_BSG is not set
94
95#
96# IO Schedulers
97#
98CONFIG_IOSCHED_NOOP=y
99CONFIG_IOSCHED_AS=y
100CONFIG_IOSCHED_DEADLINE=y
101CONFIG_IOSCHED_CFQ=y
102# CONFIG_DEFAULT_AS is not set
103# CONFIG_DEFAULT_DEADLINE is not set
104CONFIG_DEFAULT_CFQ=y
105# CONFIG_DEFAULT_NOOP is not set
106CONFIG_DEFAULT_IOSCHED="cfq"
107CONFIG_CLASSIC_RCU=y
108
109#
110# General machine setup
111#
112# CONFIG_SMP is not set
113CONFIG_SPARC=y
114CONFIG_SPARC32=y
115CONFIG_SBUS=y
116CONFIG_SBUSCHAR=y
117CONFIG_SERIAL_CONSOLE=y
118CONFIG_SUN_AUXIO=y
119CONFIG_SUN_IO=y
120CONFIG_RWSEM_GENERIC_SPINLOCK=y
121CONFIG_GENERIC_FIND_NEXT_BIT=y
122CONFIG_GENERIC_HWEIGHT=y
123CONFIG_GENERIC_CALIBRATE_DELAY=y
124CONFIG_ARCH_MAY_HAVE_PC_FDC=y
125# CONFIG_ARCH_HAS_ILOG2_U32 is not set
126# CONFIG_ARCH_HAS_ILOG2_U64 is not set
127CONFIG_EMULATED_CMPXCHG=y
128CONFIG_SUN_PM=y
129# CONFIG_SUN4 is not set
130CONFIG_PCI=y
131CONFIG_PCI_SYSCALL=y
132# CONFIG_ARCH_SUPPORTS_MSI is not set
133CONFIG_PCI_LEGACY=y
134# CONFIG_PCI_DEBUG is not set
135# CONFIG_NO_DMA is not set
136CONFIG_SUN_OPENPROMFS=m
137# CONFIG_SPARC_LED is not set
138CONFIG_BINFMT_ELF=y
139CONFIG_BINFMT_MISC=m
140CONFIG_SELECT_MEMORY_MODEL=y
141CONFIG_FLATMEM_MANUAL=y
142# CONFIG_DISCONTIGMEM_MANUAL is not set
143# CONFIG_SPARSEMEM_MANUAL is not set
144CONFIG_FLATMEM=y
145CONFIG_FLAT_NODE_MEM_MAP=y
146# CONFIG_SPARSEMEM_STATIC is not set
147# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
148CONFIG_SPLIT_PTLOCK_CPUS=4
149# CONFIG_RESOURCES_64BIT is not set
150CONFIG_ZONE_DMA_FLAG=1
151CONFIG_BOUNCE=y
152
153#
154# Networking
155#
156CONFIG_NET=y
157
158#
159# Networking options
160#
161CONFIG_PACKET=y
162# CONFIG_PACKET_MMAP is not set
163CONFIG_UNIX=y
164CONFIG_XFRM=y
165CONFIG_XFRM_USER=m
166# CONFIG_XFRM_SUB_POLICY is not set
167# CONFIG_XFRM_MIGRATE is not set
168# CONFIG_XFRM_STATISTICS is not set
169CONFIG_NET_KEY=m
170# CONFIG_NET_KEY_MIGRATE is not set
171CONFIG_INET=y
172# CONFIG_IP_MULTICAST is not set
173# CONFIG_IP_ADVANCED_ROUTER is not set
174CONFIG_IP_FIB_HASH=y
175CONFIG_IP_PNP=y
176CONFIG_IP_PNP_DHCP=y
177# CONFIG_IP_PNP_BOOTP is not set
178# CONFIG_IP_PNP_RARP is not set
179# CONFIG_NET_IPIP is not set
180# CONFIG_NET_IPGRE is not set
181# CONFIG_ARPD is not set
182# CONFIG_SYN_COOKIES is not set
183CONFIG_INET_AH=y
184CONFIG_INET_ESP=y
185CONFIG_INET_IPCOMP=y
186CONFIG_INET_XFRM_TUNNEL=y
187CONFIG_INET_TUNNEL=y
188CONFIG_INET_XFRM_MODE_TRANSPORT=y
189CONFIG_INET_XFRM_MODE_TUNNEL=y
190CONFIG_INET_XFRM_MODE_BEET=y
191# CONFIG_INET_LRO is not set
192CONFIG_INET_DIAG=y
193CONFIG_INET_TCP_DIAG=y
194# CONFIG_TCP_CONG_ADVANCED is not set
195CONFIG_TCP_CONG_CUBIC=y
196CONFIG_DEFAULT_TCP_CONG="cubic"
197# CONFIG_TCP_MD5SIG is not set
198CONFIG_IPV6=m
199CONFIG_IPV6_PRIVACY=y
200# CONFIG_IPV6_ROUTER_PREF is not set
201# CONFIG_IPV6_OPTIMISTIC_DAD is not set
202CONFIG_INET6_AH=m
203CONFIG_INET6_ESP=m
204CONFIG_INET6_IPCOMP=m
205# CONFIG_IPV6_MIP6 is not set
206CONFIG_INET6_XFRM_TUNNEL=m
207CONFIG_INET6_TUNNEL=m
208CONFIG_INET6_XFRM_MODE_TRANSPORT=m
209CONFIG_INET6_XFRM_MODE_TUNNEL=m
210CONFIG_INET6_XFRM_MODE_BEET=m
211# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
212CONFIG_IPV6_SIT=m
213CONFIG_IPV6_NDISC_NODETYPE=y
214CONFIG_IPV6_TUNNEL=m
215# CONFIG_IPV6_MULTIPLE_TABLES is not set
216# CONFIG_IPV6_MROUTE is not set
217# CONFIG_NETWORK_SECMARK is not set
218# CONFIG_NETFILTER is not set
219# CONFIG_IP_DCCP is not set
220# CONFIG_IP_SCTP is not set
221# CONFIG_TIPC is not set
222# CONFIG_ATM is not set
223# CONFIG_BRIDGE is not set
224# CONFIG_VLAN_8021Q is not set
225# CONFIG_DECNET is not set
226# CONFIG_LLC2 is not set
227# CONFIG_IPX is not set
228# CONFIG_ATALK is not set
229# CONFIG_X25 is not set
230# CONFIG_LAPB is not set
231# CONFIG_ECONET is not set
232# CONFIG_WAN_ROUTER is not set
233# CONFIG_NET_SCHED is not set
234
235#
236# Network testing
237#
238CONFIG_NET_PKTGEN=m
239# CONFIG_HAMRADIO is not set
240# CONFIG_CAN is not set
241# CONFIG_IRDA is not set
242# CONFIG_BT is not set
243# CONFIG_AF_RXRPC is not set
244
245#
246# Wireless
247#
248# CONFIG_CFG80211 is not set
249# CONFIG_WIRELESS_EXT is not set
250# CONFIG_MAC80211 is not set
251# CONFIG_IEEE80211 is not set
252# CONFIG_RFKILL is not set
253# CONFIG_NET_9P is not set
254
255#
256# Device Drivers
257#
258
259#
260# Generic Driver Options
261#
262CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
263CONFIG_STANDALONE=y
264CONFIG_PREVENT_FIRMWARE_BUILD=y
265# CONFIG_FW_LOADER is not set
266# CONFIG_DEBUG_DRIVER is not set
267# CONFIG_DEBUG_DEVRES is not set
268# CONFIG_SYS_HYPERVISOR is not set
269# CONFIG_CONNECTOR is not set
270# CONFIG_MTD is not set
271CONFIG_OF_DEVICE=y
272# CONFIG_PARPORT is not set
273CONFIG_BLK_DEV=y
274# CONFIG_BLK_DEV_FD is not set
275# CONFIG_BLK_CPQ_CISS_DA is not set
276# CONFIG_BLK_DEV_DAC960 is not set
277# CONFIG_BLK_DEV_UMEM is not set
278# CONFIG_BLK_DEV_COW_COMMON is not set
279CONFIG_BLK_DEV_LOOP=m
280CONFIG_BLK_DEV_CRYPTOLOOP=m
281# CONFIG_BLK_DEV_NBD is not set
282# CONFIG_BLK_DEV_SX8 is not set
283CONFIG_BLK_DEV_RAM=y
284CONFIG_BLK_DEV_RAM_COUNT=16
285CONFIG_BLK_DEV_RAM_SIZE=4096
286# CONFIG_BLK_DEV_XIP is not set
287# CONFIG_CDROM_PKTCDVD is not set
288# CONFIG_ATA_OVER_ETH is not set
289CONFIG_MISC_DEVICES=y
290# CONFIG_PHANTOM is not set
291# CONFIG_EEPROM_93CX6 is not set
292# CONFIG_SGI_IOC4 is not set
293# CONFIG_TIFM_CORE is not set
294# CONFIG_ENCLOSURE_SERVICES is not set
295CONFIG_HAVE_IDE=y
296# CONFIG_IDE is not set
297
298#
299# SCSI device support
300#
301# CONFIG_RAID_ATTRS is not set
302CONFIG_SCSI=y
303CONFIG_SCSI_DMA=y
304# CONFIG_SCSI_TGT is not set
305# CONFIG_SCSI_NETLINK is not set
306CONFIG_SCSI_PROC_FS=y
307
308#
309# SCSI support type (disk, tape, CD-ROM)
310#
311CONFIG_BLK_DEV_SD=y
312# CONFIG_CHR_DEV_ST is not set
313# CONFIG_CHR_DEV_OSST is not set
314CONFIG_BLK_DEV_SR=m
315# CONFIG_BLK_DEV_SR_VENDOR is not set
316CONFIG_CHR_DEV_SG=m
317# CONFIG_CHR_DEV_SCH is not set
318
319#
320# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
321#
322# CONFIG_SCSI_MULTI_LUN is not set
323# CONFIG_SCSI_CONSTANTS is not set
324# CONFIG_SCSI_LOGGING is not set
325# CONFIG_SCSI_SCAN_ASYNC is not set
326CONFIG_SCSI_WAIT_SCAN=m
327
328#
329# SCSI Transports
330#
331CONFIG_SCSI_SPI_ATTRS=y
332# CONFIG_SCSI_FC_ATTRS is not set
333# CONFIG_SCSI_ISCSI_ATTRS is not set
334# CONFIG_SCSI_SAS_LIBSAS is not set
335# CONFIG_SCSI_SRP_ATTRS is not set
336CONFIG_SCSI_LOWLEVEL=y
337# CONFIG_ISCSI_TCP is not set
338# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
339# CONFIG_SCSI_3W_9XXX is not set
340# CONFIG_SCSI_ACARD is not set
341# CONFIG_SCSI_AACRAID is not set
342# CONFIG_SCSI_AIC7XXX is not set
343# CONFIG_SCSI_AIC7XXX_OLD is not set
344# CONFIG_SCSI_AIC79XX is not set
345# CONFIG_SCSI_AIC94XX is not set
346# CONFIG_SCSI_ARCMSR is not set
347# CONFIG_MEGARAID_NEWGEN is not set
348# CONFIG_MEGARAID_LEGACY is not set
349# CONFIG_MEGARAID_SAS is not set
350# CONFIG_SCSI_HPTIOP is not set
351# CONFIG_SCSI_DMX3191D is not set
352# CONFIG_SCSI_FUTURE_DOMAIN is not set
353# CONFIG_SCSI_IPS is not set
354# CONFIG_SCSI_INITIO is not set
355# CONFIG_SCSI_INIA100 is not set
356# CONFIG_SCSI_MVSAS is not set
357# CONFIG_SCSI_STEX is not set
358# CONFIG_SCSI_SYM53C8XX_2 is not set
359# CONFIG_SCSI_QLOGIC_1280 is not set
360CONFIG_SCSI_QLOGICPTI=m
361# CONFIG_SCSI_QLA_FC is not set
362# CONFIG_SCSI_QLA_ISCSI is not set
363# CONFIG_SCSI_LPFC is not set
364# CONFIG_SCSI_DC395x is not set
365# CONFIG_SCSI_DC390T is not set
366# CONFIG_SCSI_NSP32 is not set
367# CONFIG_SCSI_DEBUG is not set
368CONFIG_SCSI_SUNESP=y
369# CONFIG_SCSI_SRP is not set
370# CONFIG_ATA is not set
371# CONFIG_MD is not set
372# CONFIG_FUSION is not set
373
374#
375# IEEE 1394 (FireWire) support
376#
377# CONFIG_FIREWIRE is not set
378# CONFIG_IEEE1394 is not set
379# CONFIG_I2O is not set
380CONFIG_NETDEVICES=y
381# CONFIG_NETDEVICES_MULTIQUEUE is not set
382CONFIG_DUMMY=m
383# CONFIG_BONDING is not set
384# CONFIG_MACVLAN is not set
385# CONFIG_EQUALIZER is not set
386# CONFIG_TUN is not set
387# CONFIG_VETH is not set
388# CONFIG_ARCNET is not set
389# CONFIG_PHYLIB is not set
390CONFIG_NET_ETHERNET=y
391CONFIG_MII=m
392CONFIG_SUNLANCE=y
393CONFIG_HAPPYMEAL=m
394CONFIG_SUNBMAC=m
395CONFIG_SUNQE=m
396# CONFIG_SUNGEM is not set
397# CONFIG_CASSINI is not set
398# CONFIG_NET_VENDOR_3COM is not set
399# CONFIG_NET_TULIP is not set
400# CONFIG_HP100 is not set
401# CONFIG_IBM_NEW_EMAC_ZMII is not set
402# CONFIG_IBM_NEW_EMAC_RGMII is not set
403# CONFIG_IBM_NEW_EMAC_TAH is not set
404# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
405# CONFIG_NET_PCI is not set
406# CONFIG_B44 is not set
407CONFIG_NETDEV_1000=y
408# CONFIG_ACENIC is not set
409# CONFIG_DL2K is not set
410# CONFIG_E1000 is not set
411# CONFIG_E1000E is not set
412# CONFIG_E1000E_ENABLED is not set
413# CONFIG_IP1000 is not set
414# CONFIG_IGB is not set
415# CONFIG_MYRI_SBUS is not set
416# CONFIG_NS83820 is not set
417# CONFIG_HAMACHI is not set
418# CONFIG_YELLOWFIN is not set
419# CONFIG_R8169 is not set
420# CONFIG_SIS190 is not set
421# CONFIG_SKGE is not set
422# CONFIG_SKY2 is not set
423# CONFIG_VIA_VELOCITY is not set
424# CONFIG_TIGON3 is not set
425# CONFIG_BNX2 is not set
426# CONFIG_QLA3XXX is not set
427# CONFIG_ATL1 is not set
428CONFIG_NETDEV_10000=y
429# CONFIG_CHELSIO_T1 is not set
430# CONFIG_CHELSIO_T3 is not set
431# CONFIG_IXGBE is not set
432# CONFIG_IXGB is not set
433# CONFIG_S2IO is not set
434# CONFIG_MYRI10GE is not set
435# CONFIG_NETXEN_NIC is not set
436# CONFIG_NIU is not set
437# CONFIG_MLX4_CORE is not set
438# CONFIG_TEHUTI is not set
439# CONFIG_BNX2X is not set
440# CONFIG_TR is not set
441
442#
443# Wireless LAN
444#
445# CONFIG_WLAN_PRE80211 is not set
446# CONFIG_WLAN_80211 is not set
447# CONFIG_IWLWIFI_LEDS is not set
448# CONFIG_WAN is not set
449# CONFIG_FDDI is not set
450# CONFIG_HIPPI is not set
451# CONFIG_PPP is not set
452# CONFIG_SLIP is not set
453# CONFIG_NET_FC is not set
454# CONFIG_NETCONSOLE is not set
455# CONFIG_NETPOLL is not set
456# CONFIG_NET_POLL_CONTROLLER is not set
457# CONFIG_ISDN is not set
458# CONFIG_PHONE is not set
459
460#
461# Input device support
462#
463CONFIG_INPUT=y
464# CONFIG_INPUT_FF_MEMLESS is not set
465# CONFIG_INPUT_POLLDEV is not set
466
467#
468# Userland interfaces
469#
470CONFIG_INPUT_MOUSEDEV=y
471CONFIG_INPUT_MOUSEDEV_PSAUX=y
472CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
473CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
474CONFIG_INPUT_JOYDEV=m
475CONFIG_INPUT_EVDEV=m
476CONFIG_INPUT_EVBUG=m
477
478#
479# Input Device Drivers
480#
481CONFIG_INPUT_KEYBOARD=y
482CONFIG_KEYBOARD_ATKBD=m
483CONFIG_KEYBOARD_SUNKBD=m
484# CONFIG_KEYBOARD_LKKBD is not set
485# CONFIG_KEYBOARD_XTKBD is not set
486# CONFIG_KEYBOARD_NEWTON is not set
487# CONFIG_KEYBOARD_STOWAWAY is not set
488CONFIG_INPUT_MOUSE=y
489CONFIG_MOUSE_PS2=m
490CONFIG_MOUSE_PS2_ALPS=y
491CONFIG_MOUSE_PS2_LOGIPS2PP=y
492CONFIG_MOUSE_PS2_SYNAPTICS=y
493CONFIG_MOUSE_PS2_LIFEBOOK=y
494CONFIG_MOUSE_PS2_TRACKPOINT=y
495# CONFIG_MOUSE_PS2_TOUCHKIT is not set
496CONFIG_MOUSE_SERIAL=m
497# CONFIG_MOUSE_APPLETOUCH is not set
498# CONFIG_MOUSE_VSXXXAA is not set
499# CONFIG_INPUT_JOYSTICK is not set
500# CONFIG_INPUT_TABLET is not set
501# CONFIG_INPUT_TOUCHSCREEN is not set
502# CONFIG_INPUT_MISC is not set
503
504#
505# Hardware I/O ports
506#
507CONFIG_SERIO=m
508# CONFIG_SERIO_I8042 is not set
509CONFIG_SERIO_SERPORT=m
510# CONFIG_SERIO_PCIPS2 is not set
511CONFIG_SERIO_LIBPS2=m
512# CONFIG_SERIO_RAW is not set
513# CONFIG_GAMEPORT is not set
514
515#
516# Character devices
517#
518CONFIG_VT=y
519CONFIG_VT_CONSOLE=y
520CONFIG_HW_CONSOLE=y
521# CONFIG_VT_HW_CONSOLE_BINDING is not set
522# CONFIG_SERIAL_NONSTANDARD is not set
523# CONFIG_NOZOMI is not set
524
525#
526# Serial drivers
527#
528
529#
530# Non-8250 serial port support
531#
532CONFIG_SERIAL_SUNCORE=y
533CONFIG_SERIAL_SUNZILOG=y
534CONFIG_SERIAL_SUNZILOG_CONSOLE=y
535CONFIG_SERIAL_SUNSU=y
536CONFIG_SERIAL_SUNSU_CONSOLE=y
537# CONFIG_SERIAL_SUNSAB is not set
538CONFIG_SERIAL_CORE=y
539CONFIG_SERIAL_CORE_CONSOLE=y
540CONFIG_CONSOLE_POLL=y
541# CONFIG_SERIAL_JSM is not set
542CONFIG_UNIX98_PTYS=y
543CONFIG_LEGACY_PTYS=y
544CONFIG_LEGACY_PTY_COUNT=256
545# CONFIG_IPMI_HANDLER is not set
546CONFIG_HW_RANDOM=m
547CONFIG_JS_RTC=m
548# CONFIG_R3964 is not set
549# CONFIG_APPLICOM is not set
550# CONFIG_RAW_DRIVER is not set
551# CONFIG_TCG_TPM is not set
552CONFIG_DEVPORT=y
553# CONFIG_I2C is not set
554
555#
556# SPI support
557#
558# CONFIG_SPI is not set
559# CONFIG_SPI_MASTER is not set
560# CONFIG_W1 is not set
561# CONFIG_POWER_SUPPLY is not set
562CONFIG_HWMON=y
563# CONFIG_HWMON_VID is not set
564# CONFIG_SENSORS_I5K_AMB is not set
565# CONFIG_SENSORS_F71805F is not set
566# CONFIG_SENSORS_F71882FG is not set
567# CONFIG_SENSORS_IT87 is not set
568# CONFIG_SENSORS_PC87360 is not set
569# CONFIG_SENSORS_PC87427 is not set
570# CONFIG_SENSORS_SIS5595 is not set
571# CONFIG_SENSORS_SMSC47M1 is not set
572# CONFIG_SENSORS_SMSC47B397 is not set
573# CONFIG_SENSORS_VIA686A is not set
574# CONFIG_SENSORS_VT1211 is not set
575# CONFIG_SENSORS_VT8231 is not set
576# CONFIG_SENSORS_W83627HF is not set
577# CONFIG_SENSORS_W83627EHF is not set
578# CONFIG_HWMON_DEBUG_CHIP is not set
579# CONFIG_THERMAL is not set
580# CONFIG_WATCHDOG is not set
581
582#
583# Sonics Silicon Backplane
584#
585CONFIG_SSB_POSSIBLE=y
586# CONFIG_SSB is not set
587
588#
589# Multifunction device drivers
590#
591# CONFIG_MFD_SM501 is not set
592# CONFIG_HTC_PASIC3 is not set
593
594#
595# Multimedia devices
596#
597# CONFIG_VIDEO_DEV is not set
598# CONFIG_DVB_CORE is not set
599# CONFIG_DAB is not set
600
601#
602# Graphics support
603#
604# CONFIG_VGASTATE is not set
605# CONFIG_VIDEO_OUTPUT_CONTROL is not set
606# CONFIG_FB is not set
607# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
608
609#
610# Display device support
611#
612# CONFIG_DISPLAY_SUPPORT is not set
613
614#
615# Console display driver support
616#
617# CONFIG_PROM_CONSOLE is not set
618CONFIG_DUMMY_CONSOLE=y
619
620#
621# Sound
622#
623# CONFIG_SOUND is not set
624CONFIG_HID_SUPPORT=y
625CONFIG_HID=y
626# CONFIG_HID_DEBUG is not set
627# CONFIG_HIDRAW is not set
628CONFIG_USB_SUPPORT=y
629CONFIG_USB_ARCH_HAS_HCD=y
630CONFIG_USB_ARCH_HAS_OHCI=y
631CONFIG_USB_ARCH_HAS_EHCI=y
632# CONFIG_USB is not set
633
634#
635# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
636#
637# CONFIG_USB_GADGET is not set
638# CONFIG_MMC is not set
639# CONFIG_MEMSTICK is not set
640# CONFIG_NEW_LEDS is not set
641# CONFIG_INFINIBAND is not set
642# CONFIG_RTC_CLASS is not set
643# CONFIG_UIO is not set
644
645#
646# Misc Linux/SPARC drivers
647#
648CONFIG_SUN_OPENPROMIO=m
649CONFIG_SUN_MOSTEK_RTC=m
650# CONFIG_SUN_BPP is not set
651# CONFIG_SUN_VIDEOPIX is not set
652# CONFIG_TADPOLE_TS102_UCTRL is not set
653# CONFIG_SUN_JSFLASH is not set
654
655#
656# Unix98 PTY support
657#
658CONFIG_UNIX98_PTY_COUNT=256
659
660#
661# File systems
662#
663CONFIG_EXT2_FS=y
664CONFIG_EXT2_FS_XATTR=y
665CONFIG_EXT2_FS_POSIX_ACL=y
666CONFIG_EXT2_FS_SECURITY=y
667# CONFIG_EXT2_FS_XIP is not set
668# CONFIG_EXT3_FS is not set
669# CONFIG_EXT4DEV_FS is not set
670CONFIG_FS_MBCACHE=y
671# CONFIG_REISERFS_FS is not set
672# CONFIG_JFS_FS is not set
673CONFIG_FS_POSIX_ACL=y
674# CONFIG_XFS_FS is not set
675# CONFIG_OCFS2_FS is not set
676CONFIG_DNOTIFY=y
677CONFIG_INOTIFY=y
678CONFIG_INOTIFY_USER=y
679# CONFIG_QUOTA is not set
680CONFIG_AUTOFS_FS=m
681CONFIG_AUTOFS4_FS=m
682# CONFIG_FUSE_FS is not set
683
684#
685# CD-ROM/DVD Filesystems
686#
687CONFIG_ISO9660_FS=m
688# CONFIG_JOLIET is not set
689# CONFIG_ZISOFS is not set
690# CONFIG_UDF_FS is not set
691
692#
693# DOS/FAT/NT Filesystems
694#
695# CONFIG_MSDOS_FS is not set
696# CONFIG_VFAT_FS is not set
697# CONFIG_NTFS_FS is not set
698
699#
700# Pseudo filesystems
701#
702CONFIG_PROC_FS=y
703CONFIG_PROC_KCORE=y
704CONFIG_PROC_SYSCTL=y
705CONFIG_SYSFS=y
706# CONFIG_TMPFS is not set
707# CONFIG_HUGETLB_PAGE is not set
708# CONFIG_CONFIGFS_FS is not set
709
710#
711# Miscellaneous filesystems
712#
713# CONFIG_ADFS_FS is not set
714# CONFIG_AFFS_FS is not set
715# CONFIG_HFS_FS is not set
716# CONFIG_HFSPLUS_FS is not set
717# CONFIG_BEFS_FS is not set
718# CONFIG_BFS_FS is not set
719# CONFIG_EFS_FS is not set
720# CONFIG_CRAMFS is not set
721# CONFIG_VXFS_FS is not set
722# CONFIG_MINIX_FS is not set
723# CONFIG_HPFS_FS is not set
724# CONFIG_QNX4FS_FS is not set
725CONFIG_ROMFS_FS=m
726# CONFIG_SYSV_FS is not set
727# CONFIG_UFS_FS is not set
728CONFIG_NETWORK_FILESYSTEMS=y
729CONFIG_NFS_FS=y
730# CONFIG_NFS_V3 is not set
731# CONFIG_NFS_V4 is not set
732# CONFIG_NFSD is not set
733CONFIG_ROOT_NFS=y
734CONFIG_LOCKD=y
735CONFIG_NFS_COMMON=y
736CONFIG_SUNRPC=y
737CONFIG_SUNRPC_GSS=m
738# CONFIG_SUNRPC_BIND34 is not set
739CONFIG_RPCSEC_GSS_KRB5=m
740# CONFIG_RPCSEC_GSS_SPKM3 is not set
741# CONFIG_SMB_FS is not set
742# CONFIG_CIFS is not set
743# CONFIG_NCP_FS is not set
744# CONFIG_CODA_FS is not set
745# CONFIG_AFS_FS is not set
746
747#
748# Partition Types
749#
750# CONFIG_PARTITION_ADVANCED is not set
751CONFIG_MSDOS_PARTITION=y
752CONFIG_SUN_PARTITION=y
753CONFIG_NLS=y
754CONFIG_NLS_DEFAULT="iso8859-1"
755# CONFIG_NLS_CODEPAGE_437 is not set
756# CONFIG_NLS_CODEPAGE_737 is not set
757# CONFIG_NLS_CODEPAGE_775 is not set
758# CONFIG_NLS_CODEPAGE_850 is not set
759# CONFIG_NLS_CODEPAGE_852 is not set
760# CONFIG_NLS_CODEPAGE_855 is not set
761# CONFIG_NLS_CODEPAGE_857 is not set
762# CONFIG_NLS_CODEPAGE_860 is not set
763# CONFIG_NLS_CODEPAGE_861 is not set
764# CONFIG_NLS_CODEPAGE_862 is not set
765# CONFIG_NLS_CODEPAGE_863 is not set
766# CONFIG_NLS_CODEPAGE_864 is not set
767# CONFIG_NLS_CODEPAGE_865 is not set
768# CONFIG_NLS_CODEPAGE_866 is not set
769# CONFIG_NLS_CODEPAGE_869 is not set
770# CONFIG_NLS_CODEPAGE_936 is not set
771# CONFIG_NLS_CODEPAGE_950 is not set
772# CONFIG_NLS_CODEPAGE_932 is not set
773# CONFIG_NLS_CODEPAGE_949 is not set
774# CONFIG_NLS_CODEPAGE_874 is not set
775# CONFIG_NLS_ISO8859_8 is not set
776# CONFIG_NLS_CODEPAGE_1250 is not set
777# CONFIG_NLS_CODEPAGE_1251 is not set
778# CONFIG_NLS_ASCII is not set
779# CONFIG_NLS_ISO8859_1 is not set
780# CONFIG_NLS_ISO8859_2 is not set
781# CONFIG_NLS_ISO8859_3 is not set
782# CONFIG_NLS_ISO8859_4 is not set
783# CONFIG_NLS_ISO8859_5 is not set
784# CONFIG_NLS_ISO8859_6 is not set
785# CONFIG_NLS_ISO8859_7 is not set
786# CONFIG_NLS_ISO8859_9 is not set
787# CONFIG_NLS_ISO8859_13 is not set
788# CONFIG_NLS_ISO8859_14 is not set
789# CONFIG_NLS_ISO8859_15 is not set
790# CONFIG_NLS_KOI8_R is not set
791# CONFIG_NLS_KOI8_U is not set
792# CONFIG_NLS_UTF8 is not set
793# CONFIG_DLM is not set
794
795#
796# Kernel hacking
797#
798CONFIG_TRACE_IRQFLAGS_SUPPORT=y
799# CONFIG_PRINTK_TIME is not set
800# CONFIG_ENABLE_WARN_DEPRECATED is not set
801CONFIG_ENABLE_MUST_CHECK=y
802CONFIG_FRAME_WARN=1024
803CONFIG_MAGIC_SYSRQ=y
804# CONFIG_UNUSED_SYMBOLS is not set
805# CONFIG_DEBUG_FS is not set
806# CONFIG_HEADERS_CHECK is not set
807CONFIG_DEBUG_KERNEL=y
808CONFIG_DETECT_SOFTLOCKUP=y
809# CONFIG_SCHED_DEBUG is not set
810# CONFIG_SCHEDSTATS is not set
811# CONFIG_TIMER_STATS is not set
812# CONFIG_DEBUG_SLAB is not set
813# CONFIG_DEBUG_RT_MUTEXES is not set
814# CONFIG_RT_MUTEX_TESTER is not set
815# CONFIG_DEBUG_SPINLOCK is not set
816# CONFIG_DEBUG_MUTEXES is not set
817# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
818# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
819# CONFIG_DEBUG_KOBJECT is not set
820# CONFIG_DEBUG_HIGHMEM is not set
821CONFIG_DEBUG_BUGVERBOSE=y
822# CONFIG_DEBUG_INFO is not set
823# CONFIG_DEBUG_VM is not set
824# CONFIG_DEBUG_WRITECOUNT is not set
825# CONFIG_DEBUG_LIST is not set
826# CONFIG_DEBUG_SG is not set
827CONFIG_FRAME_POINTER=y
828# CONFIG_BOOT_PRINTK_DELAY is not set
829# CONFIG_RCU_TORTURE_TEST is not set
830# CONFIG_BACKTRACE_SELF_TEST is not set
831# CONFIG_FAULT_INJECTION is not set
832# CONFIG_SAMPLES is not set
833CONFIG_KGDB=y
834CONFIG_HAVE_ARCH_KGDB=y
835CONFIG_KGDB_SERIAL_CONSOLE=y
836CONFIG_KGDB_TESTS=y
837# CONFIG_KGDB_TESTS_ON_BOOT is not set
838# CONFIG_DEBUG_STACK_USAGE is not set
839
840#
841# Security options
842#
843# CONFIG_KEYS is not set
844# CONFIG_SECURITY is not set
845# CONFIG_SECURITY_FILE_CAPABILITIES is not set
846CONFIG_CRYPTO=y
847
848#
849# Crypto core or helper
850#
851CONFIG_CRYPTO_ALGAPI=y
852CONFIG_CRYPTO_AEAD=y
853CONFIG_CRYPTO_BLKCIPHER=y
854CONFIG_CRYPTO_HASH=y
855CONFIG_CRYPTO_MANAGER=y
856# CONFIG_CRYPTO_GF128MUL is not set
857CONFIG_CRYPTO_NULL=m
858# CONFIG_CRYPTO_CRYPTD is not set
859CONFIG_CRYPTO_AUTHENC=y
860# CONFIG_CRYPTO_TEST is not set
861
862#
863# Authenticated Encryption with Associated Data
864#
865# CONFIG_CRYPTO_CCM is not set
866# CONFIG_CRYPTO_GCM is not set
867# CONFIG_CRYPTO_SEQIV is not set
868
869#
870# Block modes
871#
872CONFIG_CRYPTO_CBC=y
873# CONFIG_CRYPTO_CTR is not set
874# CONFIG_CRYPTO_CTS is not set
875CONFIG_CRYPTO_ECB=m
876# CONFIG_CRYPTO_LRW is not set
877CONFIG_CRYPTO_PCBC=m
878# CONFIG_CRYPTO_XTS is not set
879
880#
881# Hash modes
882#
883CONFIG_CRYPTO_HMAC=y
884# CONFIG_CRYPTO_XCBC is not set
885
886#
887# Digest
888#
889CONFIG_CRYPTO_CRC32C=m
890CONFIG_CRYPTO_MD4=y
891CONFIG_CRYPTO_MD5=y
892CONFIG_CRYPTO_MICHAEL_MIC=m
893CONFIG_CRYPTO_SHA1=y
894CONFIG_CRYPTO_SHA256=m
895CONFIG_CRYPTO_SHA512=m
896# CONFIG_CRYPTO_TGR192 is not set
897# CONFIG_CRYPTO_WP512 is not set
898
899#
900# Ciphers
901#
902CONFIG_CRYPTO_AES=m
903# CONFIG_CRYPTO_ANUBIS is not set
904CONFIG_CRYPTO_ARC4=m
905CONFIG_CRYPTO_BLOWFISH=m
906# CONFIG_CRYPTO_CAMELLIA is not set
907CONFIG_CRYPTO_CAST5=m
908CONFIG_CRYPTO_CAST6=m
909CONFIG_CRYPTO_DES=y
910# CONFIG_CRYPTO_FCRYPT is not set
911# CONFIG_CRYPTO_KHAZAD is not set
912# CONFIG_CRYPTO_SALSA20 is not set
913# CONFIG_CRYPTO_SEED is not set
914CONFIG_CRYPTO_SERPENT=m
915# CONFIG_CRYPTO_TEA is not set
916CONFIG_CRYPTO_TWOFISH=m
917CONFIG_CRYPTO_TWOFISH_COMMON=m
918
919#
920# Compression
921#
922CONFIG_CRYPTO_DEFLATE=y
923# CONFIG_CRYPTO_LZO is not set
924# CONFIG_CRYPTO_HW is not set
925
926#
927# Library routines
928#
929CONFIG_BITREVERSE=y
930# CONFIG_GENERIC_FIND_FIRST_BIT is not set
931# CONFIG_CRC_CCITT is not set
932# CONFIG_CRC16 is not set
933# CONFIG_CRC_ITU_T is not set
934CONFIG_CRC32=y
935# CONFIG_CRC7 is not set
936CONFIG_LIBCRC32C=m
937CONFIG_ZLIB_INFLATE=y
938CONFIG_ZLIB_DEFLATE=y
939CONFIG_PLIST=y
940CONFIG_HAS_IOMEM=y
941CONFIG_HAS_IOPORT=y
942CONFIG_HAS_DMA=y
diff --git a/arch/sparc/configs/sparc64_defconfig b/arch/sparc/configs/sparc64_defconfig
new file mode 100644
index 000000000000..05d19a3e590f
--- /dev/null
+++ b/arch/sparc/configs/sparc64_defconfig
@@ -0,0 +1,1705 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.28-rc4
4# Mon Nov 10 12:35:09 2008
5#
6CONFIG_SPARC=y
7CONFIG_SPARC64=y
8CONFIG_GENERIC_TIME=y
9CONFIG_GENERIC_CMOS_UPDATE=y
10CONFIG_GENERIC_CLOCKEVENTS=y
11CONFIG_64BIT=y
12CONFIG_MMU=y
13CONFIG_IOMMU_HELPER=y
14CONFIG_QUICKLIST=y
15CONFIG_STACKTRACE_SUPPORT=y
16CONFIG_LOCKDEP_SUPPORT=y
17CONFIG_ARCH_MAY_HAVE_PC_FDC=y
18# CONFIG_ARCH_HAS_ILOG2_U32 is not set
19# CONFIG_ARCH_HAS_ILOG2_U64 is not set
20CONFIG_AUDIT_ARCH=y
21CONFIG_HAVE_SETUP_PER_CPU_AREA=y
22CONFIG_ARCH_NO_VIRT_TO_BUS=y
23CONFIG_OF=y
24CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
25CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
26
27#
28# General setup
29#
30CONFIG_EXPERIMENTAL=y
31CONFIG_LOCK_KERNEL=y
32CONFIG_INIT_ENV_ARG_LIMIT=32
33CONFIG_LOCALVERSION=""
34# CONFIG_LOCALVERSION_AUTO is not set
35CONFIG_SWAP=y
36CONFIG_SYSVIPC=y
37CONFIG_SYSVIPC_SYSCTL=y
38CONFIG_POSIX_MQUEUE=y
39# CONFIG_BSD_PROCESS_ACCT is not set
40# CONFIG_TASKSTATS is not set
41# CONFIG_AUDIT is not set
42# CONFIG_IKCONFIG is not set
43CONFIG_LOG_BUF_SHIFT=18
44# CONFIG_CGROUPS is not set
45CONFIG_GROUP_SCHED=y
46CONFIG_FAIR_GROUP_SCHED=y
47CONFIG_RT_GROUP_SCHED=y
48CONFIG_USER_SCHED=y
49# CONFIG_CGROUP_SCHED is not set
50CONFIG_SYSFS_DEPRECATED=y
51CONFIG_SYSFS_DEPRECATED_V2=y
52CONFIG_RELAY=y
53CONFIG_NAMESPACES=y
54# CONFIG_UTS_NS is not set
55# CONFIG_IPC_NS is not set
56# CONFIG_USER_NS is not set
57# CONFIG_PID_NS is not set
58CONFIG_BLK_DEV_INITRD=y
59CONFIG_INITRAMFS_SOURCE=""
60CONFIG_CC_OPTIMIZE_FOR_SIZE=y
61CONFIG_SYSCTL=y
62# CONFIG_EMBEDDED is not set
63CONFIG_UID16=y
64CONFIG_SYSCTL_SYSCALL=y
65CONFIG_KALLSYMS=y
66# CONFIG_KALLSYMS_ALL is not set
67# CONFIG_KALLSYMS_EXTRA_PASS is not set
68CONFIG_HOTPLUG=y
69CONFIG_PRINTK=y
70CONFIG_BUG=y
71CONFIG_ELF_CORE=y
72# CONFIG_COMPAT_BRK is not set
73CONFIG_BASE_FULL=y
74CONFIG_FUTEX=y
75CONFIG_ANON_INODES=y
76CONFIG_EPOLL=y
77CONFIG_SIGNALFD=y
78CONFIG_TIMERFD=y
79CONFIG_EVENTFD=y
80CONFIG_SHMEM=y
81CONFIG_AIO=y
82CONFIG_VM_EVENT_COUNTERS=y
83CONFIG_PCI_QUIRKS=y
84CONFIG_SLUB_DEBUG=y
85# CONFIG_SLAB is not set
86CONFIG_SLUB=y
87# CONFIG_SLOB is not set
88CONFIG_PROFILING=y
89# CONFIG_MARKERS is not set
90CONFIG_OPROFILE=m
91CONFIG_HAVE_OPROFILE=y
92CONFIG_KPROBES=y
93CONFIG_KRETPROBES=y
94CONFIG_HAVE_KPROBES=y
95CONFIG_HAVE_KRETPROBES=y
96CONFIG_HAVE_ARCH_TRACEHOOK=y
97CONFIG_USE_GENERIC_SMP_HELPERS=y
98# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
99CONFIG_SLABINFO=y
100CONFIG_RT_MUTEXES=y
101# CONFIG_TINY_SHMEM is not set
102CONFIG_BASE_SMALL=0
103CONFIG_MODULES=y
104# CONFIG_MODULE_FORCE_LOAD is not set
105CONFIG_MODULE_UNLOAD=y
106CONFIG_MODULE_FORCE_UNLOAD=y
107CONFIG_MODVERSIONS=y
108CONFIG_MODULE_SRCVERSION_ALL=y
109CONFIG_KMOD=y
110CONFIG_STOP_MACHINE=y
111CONFIG_BLOCK=y
112CONFIG_BLK_DEV_IO_TRACE=y
113CONFIG_BLK_DEV_BSG=y
114# CONFIG_BLK_DEV_INTEGRITY is not set
115CONFIG_BLOCK_COMPAT=y
116
117#
118# IO Schedulers
119#
120CONFIG_IOSCHED_NOOP=y
121CONFIG_IOSCHED_AS=y
122CONFIG_IOSCHED_DEADLINE=y
123CONFIG_IOSCHED_CFQ=y
124CONFIG_DEFAULT_AS=y
125# CONFIG_DEFAULT_DEADLINE is not set
126# CONFIG_DEFAULT_CFQ is not set
127# CONFIG_DEFAULT_NOOP is not set
128CONFIG_DEFAULT_IOSCHED="anticipatory"
129CONFIG_CLASSIC_RCU=y
130# CONFIG_FREEZER is not set
131
132#
133# Processor type and features
134#
135CONFIG_SPARC64_PAGE_SIZE_8KB=y
136# CONFIG_SPARC64_PAGE_SIZE_64KB is not set
137CONFIG_SECCOMP=y
138CONFIG_HZ_100=y
139# CONFIG_HZ_250 is not set
140# CONFIG_HZ_300 is not set
141# CONFIG_HZ_1000 is not set
142CONFIG_HZ=100
143CONFIG_SCHED_HRTICK=y
144CONFIG_HOTPLUG_CPU=y
145CONFIG_GENERIC_HARDIRQS=y
146CONFIG_TICK_ONESHOT=y
147CONFIG_NO_HZ=y
148CONFIG_HIGH_RES_TIMERS=y
149CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
150CONFIG_SMP=y
151CONFIG_NR_CPUS=64
152# CONFIG_CPU_FREQ is not set
153CONFIG_US3_MC=y
154CONFIG_RWSEM_XCHGADD_ALGORITHM=y
155CONFIG_GENERIC_FIND_NEXT_BIT=y
156CONFIG_GENERIC_HWEIGHT=y
157CONFIG_GENERIC_CALIBRATE_DELAY=y
158CONFIG_HUGETLB_PAGE_SIZE_4MB=y
159# CONFIG_HUGETLB_PAGE_SIZE_512K is not set
160# CONFIG_HUGETLB_PAGE_SIZE_64K is not set
161CONFIG_NUMA=y
162CONFIG_NODES_SHIFT=4
163CONFIG_NODES_SPAN_OTHER_NODES=y
164CONFIG_ARCH_POPULATES_NODE_MAP=y
165CONFIG_ARCH_SELECT_MEMORY_MODEL=y
166CONFIG_ARCH_SPARSEMEM_ENABLE=y
167CONFIG_ARCH_SPARSEMEM_DEFAULT=y
168CONFIG_SELECT_MEMORY_MODEL=y
169# CONFIG_FLATMEM_MANUAL is not set
170# CONFIG_DISCONTIGMEM_MANUAL is not set
171CONFIG_SPARSEMEM_MANUAL=y
172CONFIG_SPARSEMEM=y
173CONFIG_NEED_MULTIPLE_NODES=y
174CONFIG_HAVE_MEMORY_PRESENT=y
175CONFIG_SPARSEMEM_EXTREME=y
176CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
177CONFIG_SPARSEMEM_VMEMMAP=y
178CONFIG_PAGEFLAGS_EXTENDED=y
179CONFIG_SPLIT_PTLOCK_CPUS=4
180CONFIG_MIGRATION=y
181CONFIG_RESOURCES_64BIT=y
182CONFIG_PHYS_ADDR_T_64BIT=y
183CONFIG_ZONE_DMA_FLAG=0
184CONFIG_NR_QUICK=1
185CONFIG_UNEVICTABLE_LRU=y
186CONFIG_SBUS=y
187CONFIG_SBUSCHAR=y
188CONFIG_SUN_AUXIO=y
189CONFIG_SUN_IO=y
190CONFIG_SUN_LDOMS=y
191CONFIG_PCI=y
192CONFIG_PCI_DOMAINS=y
193CONFIG_PCI_SYSCALL=y
194CONFIG_ARCH_SUPPORTS_MSI=y
195CONFIG_PCI_MSI=y
196# CONFIG_PCI_LEGACY is not set
197# CONFIG_PCI_DEBUG is not set
198CONFIG_SUN_OPENPROMFS=m
199
200#
201# Executable file formats
202#
203CONFIG_BINFMT_ELF=y
204CONFIG_COMPAT_BINFMT_ELF=y
205# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
206# CONFIG_HAVE_AOUT is not set
207CONFIG_BINFMT_MISC=m
208CONFIG_COMPAT=y
209CONFIG_SYSVIPC_COMPAT=y
210CONFIG_SCHED_SMT=y
211CONFIG_SCHED_MC=y
212# CONFIG_PREEMPT_NONE is not set
213CONFIG_PREEMPT_VOLUNTARY=y
214# CONFIG_PREEMPT is not set
215# CONFIG_CMDLINE_BOOL is not set
216CONFIG_NET=y
217
218#
219# Networking options
220#
221CONFIG_PACKET=y
222CONFIG_PACKET_MMAP=y
223CONFIG_UNIX=y
224CONFIG_XFRM=y
225CONFIG_XFRM_USER=m
226# CONFIG_XFRM_SUB_POLICY is not set
227CONFIG_XFRM_MIGRATE=y
228# CONFIG_XFRM_STATISTICS is not set
229CONFIG_XFRM_IPCOMP=y
230CONFIG_NET_KEY=m
231CONFIG_NET_KEY_MIGRATE=y
232CONFIG_INET=y
233CONFIG_IP_MULTICAST=y
234# CONFIG_IP_ADVANCED_ROUTER is not set
235CONFIG_IP_FIB_HASH=y
236# CONFIG_IP_PNP is not set
237CONFIG_NET_IPIP=m
238CONFIG_NET_IPGRE=m
239CONFIG_NET_IPGRE_BROADCAST=y
240CONFIG_IP_MROUTE=y
241CONFIG_IP_PIMSM_V1=y
242CONFIG_IP_PIMSM_V2=y
243CONFIG_ARPD=y
244CONFIG_SYN_COOKIES=y
245CONFIG_INET_AH=y
246CONFIG_INET_ESP=y
247CONFIG_INET_IPCOMP=y
248CONFIG_INET_XFRM_TUNNEL=y
249CONFIG_INET_TUNNEL=y
250CONFIG_INET_XFRM_MODE_TRANSPORT=y
251CONFIG_INET_XFRM_MODE_TUNNEL=y
252CONFIG_INET_XFRM_MODE_BEET=y
253CONFIG_INET_LRO=y
254CONFIG_INET_DIAG=y
255CONFIG_INET_TCP_DIAG=y
256# CONFIG_TCP_CONG_ADVANCED is not set
257CONFIG_TCP_CONG_CUBIC=y
258CONFIG_DEFAULT_TCP_CONG="cubic"
259# CONFIG_TCP_MD5SIG is not set
260CONFIG_IPV6=m
261CONFIG_IPV6_PRIVACY=y
262CONFIG_IPV6_ROUTER_PREF=y
263CONFIG_IPV6_ROUTE_INFO=y
264CONFIG_IPV6_OPTIMISTIC_DAD=y
265CONFIG_INET6_AH=m
266CONFIG_INET6_ESP=m
267CONFIG_INET6_IPCOMP=m
268# CONFIG_IPV6_MIP6 is not set
269CONFIG_INET6_XFRM_TUNNEL=m
270CONFIG_INET6_TUNNEL=m
271CONFIG_INET6_XFRM_MODE_TRANSPORT=m
272CONFIG_INET6_XFRM_MODE_TUNNEL=m
273CONFIG_INET6_XFRM_MODE_BEET=m
274# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
275CONFIG_IPV6_SIT=m
276CONFIG_IPV6_NDISC_NODETYPE=y
277CONFIG_IPV6_TUNNEL=m
278# CONFIG_IPV6_MULTIPLE_TABLES is not set
279# CONFIG_IPV6_MROUTE is not set
280# CONFIG_NETWORK_SECMARK is not set
281# CONFIG_NETFILTER is not set
282CONFIG_IP_DCCP=m
283CONFIG_INET_DCCP_DIAG=m
284CONFIG_IP_DCCP_ACKVEC=y
285
286#
287# DCCP CCIDs Configuration (EXPERIMENTAL)
288#
289CONFIG_IP_DCCP_CCID2=m
290# CONFIG_IP_DCCP_CCID2_DEBUG is not set
291CONFIG_IP_DCCP_CCID3=m
292# CONFIG_IP_DCCP_CCID3_DEBUG is not set
293CONFIG_IP_DCCP_CCID3_RTO=100
294CONFIG_IP_DCCP_TFRC_LIB=m
295
296#
297# DCCP Kernel Hacking
298#
299# CONFIG_IP_DCCP_DEBUG is not set
300# CONFIG_NET_DCCPPROBE is not set
301# CONFIG_IP_SCTP is not set
302# CONFIG_TIPC is not set
303# CONFIG_ATM is not set
304# CONFIG_BRIDGE is not set
305# CONFIG_NET_DSA is not set
306CONFIG_VLAN_8021Q=m
307# CONFIG_VLAN_8021Q_GVRP is not set
308# CONFIG_DECNET is not set
309# CONFIG_LLC2 is not set
310# CONFIG_IPX is not set
311# CONFIG_ATALK is not set
312# CONFIG_X25 is not set
313# CONFIG_LAPB is not set
314# CONFIG_ECONET is not set
315# CONFIG_WAN_ROUTER is not set
316# CONFIG_NET_SCHED is not set
317
318#
319# Network testing
320#
321CONFIG_NET_PKTGEN=m
322CONFIG_NET_TCPPROBE=m
323# CONFIG_HAMRADIO is not set
324# CONFIG_CAN is not set
325# CONFIG_IRDA is not set
326# CONFIG_BT is not set
327# CONFIG_AF_RXRPC is not set
328# CONFIG_PHONET is not set
329CONFIG_WIRELESS=y
330# CONFIG_CFG80211 is not set
331CONFIG_WIRELESS_OLD_REGULATORY=y
332# CONFIG_WIRELESS_EXT is not set
333# CONFIG_MAC80211 is not set
334# CONFIG_IEEE80211 is not set
335# CONFIG_RFKILL is not set
336# CONFIG_NET_9P is not set
337
338#
339# Device Drivers
340#
341
342#
343# Generic Driver Options
344#
345CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
346CONFIG_STANDALONE=y
347# CONFIG_PREVENT_FIRMWARE_BUILD is not set
348CONFIG_FW_LOADER=y
349CONFIG_FIRMWARE_IN_KERNEL=y
350CONFIG_EXTRA_FIRMWARE=""
351# CONFIG_DEBUG_DRIVER is not set
352# CONFIG_DEBUG_DEVRES is not set
353# CONFIG_SYS_HYPERVISOR is not set
354CONFIG_CONNECTOR=m
355# CONFIG_MTD is not set
356CONFIG_OF_DEVICE=y
357# CONFIG_PARPORT is not set
358CONFIG_BLK_DEV=y
359# CONFIG_BLK_DEV_FD is not set
360# CONFIG_BLK_CPQ_CISS_DA is not set
361# CONFIG_BLK_DEV_DAC960 is not set
362# CONFIG_BLK_DEV_UMEM is not set
363# CONFIG_BLK_DEV_COW_COMMON is not set
364CONFIG_BLK_DEV_LOOP=m
365CONFIG_BLK_DEV_CRYPTOLOOP=m
366CONFIG_BLK_DEV_NBD=m
367# CONFIG_BLK_DEV_SX8 is not set
368# CONFIG_BLK_DEV_UB is not set
369# CONFIG_BLK_DEV_RAM is not set
370CONFIG_CDROM_PKTCDVD=m
371CONFIG_CDROM_PKTCDVD_BUFFERS=8
372CONFIG_CDROM_PKTCDVD_WCACHE=y
373CONFIG_ATA_OVER_ETH=m
374CONFIG_SUNVDC=m
375# CONFIG_BLK_DEV_HD is not set
376CONFIG_MISC_DEVICES=y
377# CONFIG_PHANTOM is not set
378# CONFIG_EEPROM_93CX6 is not set
379# CONFIG_SGI_IOC4 is not set
380# CONFIG_TIFM_CORE is not set
381# CONFIG_ENCLOSURE_SERVICES is not set
382# CONFIG_HP_ILO is not set
383CONFIG_HAVE_IDE=y
384CONFIG_IDE=y
385
386#
387# Please see Documentation/ide/ide.txt for help/info on IDE drives
388#
389CONFIG_IDE_TIMINGS=y
390# CONFIG_BLK_DEV_IDE_SATA is not set
391CONFIG_IDE_GD=y
392CONFIG_IDE_GD_ATA=y
393# CONFIG_IDE_GD_ATAPI is not set
394CONFIG_BLK_DEV_IDECD=y
395CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
396# CONFIG_BLK_DEV_IDETAPE is not set
397# CONFIG_BLK_DEV_IDESCSI is not set
398# CONFIG_IDE_TASK_IOCTL is not set
399CONFIG_IDE_PROC_FS=y
400
401#
402# IDE chipset support/bugfixes
403#
404# CONFIG_BLK_DEV_PLATFORM is not set
405CONFIG_BLK_DEV_IDEDMA_SFF=y
406
407#
408# PCI IDE chipsets support
409#
410CONFIG_BLK_DEV_IDEPCI=y
411CONFIG_IDEPCI_PCIBUS_ORDER=y
412# CONFIG_BLK_DEV_GENERIC is not set
413# CONFIG_BLK_DEV_OPTI621 is not set
414CONFIG_BLK_DEV_IDEDMA_PCI=y
415# CONFIG_BLK_DEV_AEC62XX is not set
416CONFIG_BLK_DEV_ALI15X3=y
417# CONFIG_BLK_DEV_AMD74XX is not set
418# CONFIG_BLK_DEV_CMD64X is not set
419# CONFIG_BLK_DEV_TRIFLEX is not set
420# CONFIG_BLK_DEV_CS5520 is not set
421# CONFIG_BLK_DEV_CS5530 is not set
422# CONFIG_BLK_DEV_HPT366 is not set
423# CONFIG_BLK_DEV_JMICRON is not set
424# CONFIG_BLK_DEV_SC1200 is not set
425# CONFIG_BLK_DEV_PIIX is not set
426# CONFIG_BLK_DEV_IT8213 is not set
427# CONFIG_BLK_DEV_IT821X is not set
428# CONFIG_BLK_DEV_NS87415 is not set
429# CONFIG_BLK_DEV_PDC202XX_OLD is not set
430# CONFIG_BLK_DEV_PDC202XX_NEW is not set
431# CONFIG_BLK_DEV_SVWKS is not set
432# CONFIG_BLK_DEV_SIIMAGE is not set
433# CONFIG_BLK_DEV_SLC90E66 is not set
434# CONFIG_BLK_DEV_TRM290 is not set
435# CONFIG_BLK_DEV_VIA82CXXX is not set
436# CONFIG_BLK_DEV_TC86C001 is not set
437CONFIG_BLK_DEV_IDEDMA=y
438
439#
440# SCSI device support
441#
442CONFIG_RAID_ATTRS=m
443CONFIG_SCSI=y
444CONFIG_SCSI_DMA=y
445# CONFIG_SCSI_TGT is not set
446CONFIG_SCSI_NETLINK=y
447CONFIG_SCSI_PROC_FS=y
448
449#
450# SCSI support type (disk, tape, CD-ROM)
451#
452CONFIG_BLK_DEV_SD=y
453# CONFIG_CHR_DEV_ST is not set
454# CONFIG_CHR_DEV_OSST is not set
455CONFIG_BLK_DEV_SR=m
456CONFIG_BLK_DEV_SR_VENDOR=y
457CONFIG_CHR_DEV_SG=m
458# CONFIG_CHR_DEV_SCH is not set
459
460#
461# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
462#
463CONFIG_SCSI_MULTI_LUN=y
464CONFIG_SCSI_CONSTANTS=y
465# CONFIG_SCSI_LOGGING is not set
466# CONFIG_SCSI_SCAN_ASYNC is not set
467CONFIG_SCSI_WAIT_SCAN=m
468
469#
470# SCSI Transports
471#
472CONFIG_SCSI_SPI_ATTRS=y
473CONFIG_SCSI_FC_ATTRS=y
474# CONFIG_SCSI_ISCSI_ATTRS is not set
475# CONFIG_SCSI_SAS_ATTRS is not set
476# CONFIG_SCSI_SAS_LIBSAS is not set
477# CONFIG_SCSI_SRP_ATTRS is not set
478CONFIG_SCSI_LOWLEVEL=y
479# CONFIG_ISCSI_TCP is not set
480# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
481# CONFIG_SCSI_3W_9XXX is not set
482# CONFIG_SCSI_ACARD is not set
483# CONFIG_SCSI_AACRAID is not set
484# CONFIG_SCSI_AIC7XXX is not set
485# CONFIG_SCSI_AIC7XXX_OLD is not set
486# CONFIG_SCSI_AIC79XX is not set
487# CONFIG_SCSI_AIC94XX is not set
488# CONFIG_SCSI_ARCMSR is not set
489# CONFIG_MEGARAID_NEWGEN is not set
490# CONFIG_MEGARAID_LEGACY is not set
491# CONFIG_MEGARAID_SAS is not set
492# CONFIG_SCSI_HPTIOP is not set
493# CONFIG_SCSI_DMX3191D is not set
494# CONFIG_SCSI_FUTURE_DOMAIN is not set
495# CONFIG_SCSI_IPS is not set
496# CONFIG_SCSI_INITIO is not set
497# CONFIG_SCSI_INIA100 is not set
498# CONFIG_SCSI_MVSAS is not set
499# CONFIG_SCSI_STEX is not set
500# CONFIG_SCSI_SYM53C8XX_2 is not set
501# CONFIG_SCSI_QLOGIC_1280 is not set
502# CONFIG_SCSI_QLOGICPTI is not set
503# CONFIG_SCSI_QLA_FC is not set
504# CONFIG_SCSI_QLA_ISCSI is not set
505# CONFIG_SCSI_LPFC is not set
506# CONFIG_SCSI_DC395x is not set
507# CONFIG_SCSI_DC390T is not set
508# CONFIG_SCSI_DEBUG is not set
509# CONFIG_SCSI_SUNESP is not set
510# CONFIG_SCSI_SRP is not set
511# CONFIG_SCSI_DH is not set
512# CONFIG_ATA is not set
513CONFIG_MD=y
514CONFIG_BLK_DEV_MD=m
515CONFIG_MD_LINEAR=m
516CONFIG_MD_RAID0=m
517CONFIG_MD_RAID1=m
518CONFIG_MD_RAID10=m
519CONFIG_MD_RAID456=m
520# CONFIG_MD_RAID5_RESHAPE is not set
521CONFIG_MD_MULTIPATH=m
522# CONFIG_MD_FAULTY is not set
523CONFIG_BLK_DEV_DM=m
524# CONFIG_DM_DEBUG is not set
525CONFIG_DM_CRYPT=m
526CONFIG_DM_SNAPSHOT=m
527CONFIG_DM_MIRROR=m
528CONFIG_DM_ZERO=m
529# CONFIG_DM_MULTIPATH is not set
530# CONFIG_DM_DELAY is not set
531# CONFIG_DM_UEVENT is not set
532# CONFIG_FUSION is not set
533
534#
535# IEEE 1394 (FireWire) support
536#
537
538#
539# Enable only one of the two stacks, unless you know what you are doing
540#
541# CONFIG_FIREWIRE is not set
542# CONFIG_IEEE1394 is not set
543# CONFIG_I2O is not set
544CONFIG_NETDEVICES=y
545# CONFIG_DUMMY is not set
546# CONFIG_BONDING is not set
547# CONFIG_MACVLAN is not set
548# CONFIG_EQUALIZER is not set
549# CONFIG_TUN is not set
550# CONFIG_VETH is not set
551# CONFIG_ARCNET is not set
552CONFIG_PHYLIB=m
553
554#
555# MII PHY device drivers
556#
557# CONFIG_MARVELL_PHY is not set
558# CONFIG_DAVICOM_PHY is not set
559# CONFIG_QSEMI_PHY is not set
560# CONFIG_LXT_PHY is not set
561# CONFIG_CICADA_PHY is not set
562# CONFIG_VITESSE_PHY is not set
563# CONFIG_SMSC_PHY is not set
564# CONFIG_BROADCOM_PHY is not set
565# CONFIG_ICPLUS_PHY is not set
566# CONFIG_REALTEK_PHY is not set
567# CONFIG_MDIO_BITBANG is not set
568CONFIG_NET_ETHERNET=y
569CONFIG_MII=m
570# CONFIG_SUNLANCE is not set
571# CONFIG_HAPPYMEAL is not set
572# CONFIG_SUNBMAC is not set
573# CONFIG_SUNQE is not set
574# CONFIG_SUNGEM is not set
575CONFIG_CASSINI=m
576CONFIG_SUNVNET=m
577# CONFIG_NET_VENDOR_3COM is not set
578# CONFIG_NET_TULIP is not set
579# CONFIG_HP100 is not set
580# CONFIG_IBM_NEW_EMAC_ZMII is not set
581# CONFIG_IBM_NEW_EMAC_RGMII is not set
582# CONFIG_IBM_NEW_EMAC_TAH is not set
583# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
584# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
585# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
586# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
587CONFIG_NET_PCI=y
588# CONFIG_PCNET32 is not set
589# CONFIG_AMD8111_ETH is not set
590# CONFIG_ADAPTEC_STARFIRE is not set
591# CONFIG_B44 is not set
592# CONFIG_FORCEDETH is not set
593# CONFIG_EEPRO100 is not set
594# CONFIG_E100 is not set
595# CONFIG_FEALNX is not set
596# CONFIG_NATSEMI is not set
597# CONFIG_NE2K_PCI is not set
598# CONFIG_8139CP is not set
599# CONFIG_8139TOO is not set
600# CONFIG_R6040 is not set
601# CONFIG_SIS900 is not set
602# CONFIG_EPIC100 is not set
603# CONFIG_SUNDANCE is not set
604# CONFIG_TLAN is not set
605# CONFIG_VIA_RHINE is not set
606# CONFIG_SC92031 is not set
607# CONFIG_ATL2 is not set
608CONFIG_NETDEV_1000=y
609# CONFIG_ACENIC is not set
610# CONFIG_DL2K is not set
611CONFIG_E1000=m
612# CONFIG_E1000E is not set
613# CONFIG_IP1000 is not set
614# CONFIG_IGB is not set
615# CONFIG_MYRI_SBUS is not set
616# CONFIG_NS83820 is not set
617# CONFIG_HAMACHI is not set
618# CONFIG_YELLOWFIN is not set
619# CONFIG_R8169 is not set
620# CONFIG_SIS190 is not set
621# CONFIG_SKGE is not set
622# CONFIG_SKY2 is not set
623# CONFIG_VIA_VELOCITY is not set
624CONFIG_TIGON3=m
625CONFIG_BNX2=m
626# CONFIG_QLA3XXX is not set
627# CONFIG_ATL1 is not set
628# CONFIG_ATL1E is not set
629# CONFIG_JME is not set
630CONFIG_NETDEV_10000=y
631# CONFIG_CHELSIO_T1 is not set
632# CONFIG_CHELSIO_T3 is not set
633# CONFIG_ENIC is not set
634# CONFIG_IXGBE is not set
635# CONFIG_IXGB is not set
636# CONFIG_S2IO is not set
637# CONFIG_MYRI10GE is not set
638# CONFIG_NETXEN_NIC is not set
639CONFIG_NIU=m
640# CONFIG_MLX4_EN is not set
641# CONFIG_MLX4_CORE is not set
642# CONFIG_TEHUTI is not set
643# CONFIG_BNX2X is not set
644# CONFIG_QLGE is not set
645# CONFIG_SFC is not set
646# CONFIG_TR is not set
647
648#
649# Wireless LAN
650#
651# CONFIG_WLAN_PRE80211 is not set
652# CONFIG_WLAN_80211 is not set
653# CONFIG_IWLWIFI_LEDS is not set
654
655#
656# USB Network Adapters
657#
658# CONFIG_USB_CATC is not set
659# CONFIG_USB_KAWETH is not set
660# CONFIG_USB_PEGASUS is not set
661# CONFIG_USB_RTL8150 is not set
662# CONFIG_USB_USBNET is not set
663# CONFIG_WAN is not set
664# CONFIG_FDDI is not set
665# CONFIG_HIPPI is not set
666CONFIG_PPP=m
667CONFIG_PPP_MULTILINK=y
668CONFIG_PPP_FILTER=y
669CONFIG_PPP_ASYNC=m
670CONFIG_PPP_SYNC_TTY=m
671CONFIG_PPP_DEFLATE=m
672CONFIG_PPP_BSDCOMP=m
673CONFIG_PPP_MPPE=m
674CONFIG_PPPOE=m
675# CONFIG_PPPOL2TP is not set
676# CONFIG_SLIP is not set
677CONFIG_SLHC=m
678# CONFIG_NET_FC is not set
679# CONFIG_NETCONSOLE is not set
680# CONFIG_NETPOLL is not set
681# CONFIG_NET_POLL_CONTROLLER is not set
682# CONFIG_ISDN is not set
683# CONFIG_PHONE is not set
684
685#
686# Input device support
687#
688CONFIG_INPUT=y
689# CONFIG_INPUT_FF_MEMLESS is not set
690# CONFIG_INPUT_POLLDEV is not set
691
692#
693# Userland interfaces
694#
695CONFIG_INPUT_MOUSEDEV=y
696CONFIG_INPUT_MOUSEDEV_PSAUX=y
697CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
698CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
699# CONFIG_INPUT_JOYDEV is not set
700CONFIG_INPUT_EVDEV=y
701# CONFIG_INPUT_EVBUG is not set
702
703#
704# Input Device Drivers
705#
706CONFIG_INPUT_KEYBOARD=y
707CONFIG_KEYBOARD_ATKBD=y
708CONFIG_KEYBOARD_SUNKBD=y
709CONFIG_KEYBOARD_LKKBD=m
710# CONFIG_KEYBOARD_XTKBD is not set
711# CONFIG_KEYBOARD_NEWTON is not set
712# CONFIG_KEYBOARD_STOWAWAY is not set
713CONFIG_INPUT_MOUSE=y
714CONFIG_MOUSE_PS2=y
715CONFIG_MOUSE_PS2_ALPS=y
716CONFIG_MOUSE_PS2_LOGIPS2PP=y
717CONFIG_MOUSE_PS2_SYNAPTICS=y
718CONFIG_MOUSE_PS2_LIFEBOOK=y
719CONFIG_MOUSE_PS2_TRACKPOINT=y
720# CONFIG_MOUSE_PS2_ELANTECH is not set
721# CONFIG_MOUSE_PS2_TOUCHKIT is not set
722CONFIG_MOUSE_SERIAL=y
723# CONFIG_MOUSE_APPLETOUCH is not set
724# CONFIG_MOUSE_BCM5974 is not set
725# CONFIG_MOUSE_VSXXXAA is not set
726# CONFIG_INPUT_JOYSTICK is not set
727# CONFIG_INPUT_TABLET is not set
728# CONFIG_INPUT_TOUCHSCREEN is not set
729CONFIG_INPUT_MISC=y
730CONFIG_INPUT_SPARCSPKR=y
731# CONFIG_INPUT_ATI_REMOTE is not set
732# CONFIG_INPUT_ATI_REMOTE2 is not set
733# CONFIG_INPUT_KEYSPAN_REMOTE is not set
734# CONFIG_INPUT_POWERMATE is not set
735# CONFIG_INPUT_YEALINK is not set
736# CONFIG_INPUT_CM109 is not set
737# CONFIG_INPUT_UINPUT is not set
738
739#
740# Hardware I/O ports
741#
742CONFIG_SERIO=y
743CONFIG_SERIO_I8042=y
744# CONFIG_SERIO_SERPORT is not set
745CONFIG_SERIO_PCIPS2=m
746CONFIG_SERIO_LIBPS2=y
747CONFIG_SERIO_RAW=m
748# CONFIG_GAMEPORT is not set
749
750#
751# Character devices
752#
753CONFIG_VT=y
754CONFIG_CONSOLE_TRANSLATIONS=y
755CONFIG_VT_CONSOLE=y
756CONFIG_HW_CONSOLE=y
757# CONFIG_VT_HW_CONSOLE_BINDING is not set
758# CONFIG_DEVKMEM is not set
759# CONFIG_SERIAL_NONSTANDARD is not set
760# CONFIG_NOZOMI is not set
761
762#
763# Serial drivers
764#
765# CONFIG_SERIAL_8250 is not set
766
767#
768# Non-8250 serial port support
769#
770CONFIG_SERIAL_SUNCORE=y
771# CONFIG_SERIAL_SUNZILOG is not set
772CONFIG_SERIAL_SUNSU=y
773CONFIG_SERIAL_SUNSU_CONSOLE=y
774CONFIG_SERIAL_SUNSAB=y
775CONFIG_SERIAL_SUNSAB_CONSOLE=y
776CONFIG_SERIAL_SUNHV=y
777CONFIG_SERIAL_CORE=y
778CONFIG_SERIAL_CORE_CONSOLE=y
779# CONFIG_SERIAL_JSM is not set
780CONFIG_UNIX98_PTYS=y
781# CONFIG_LEGACY_PTYS is not set
782# CONFIG_IPMI_HANDLER is not set
783CONFIG_HW_RANDOM=m
784CONFIG_HW_RANDOM_N2RNG=m
785# CONFIG_R3964 is not set
786# CONFIG_APPLICOM is not set
787# CONFIG_RAW_DRIVER is not set
788# CONFIG_TCG_TPM is not set
789CONFIG_DEVPORT=y
790CONFIG_I2C=y
791CONFIG_I2C_BOARDINFO=y
792# CONFIG_I2C_CHARDEV is not set
793CONFIG_I2C_HELPER_AUTO=y
794CONFIG_I2C_ALGOBIT=y
795
796#
797# I2C Hardware Bus support
798#
799
800#
801# PC SMBus host controller drivers
802#
803# CONFIG_I2C_ALI1535 is not set
804# CONFIG_I2C_ALI1563 is not set
805# CONFIG_I2C_ALI15X3 is not set
806# CONFIG_I2C_AMD756 is not set
807# CONFIG_I2C_AMD8111 is not set
808# CONFIG_I2C_I801 is not set
809# CONFIG_I2C_ISCH is not set
810# CONFIG_I2C_PIIX4 is not set
811# CONFIG_I2C_NFORCE2 is not set
812# CONFIG_I2C_SIS5595 is not set
813# CONFIG_I2C_SIS630 is not set
814# CONFIG_I2C_SIS96X is not set
815# CONFIG_I2C_VIA is not set
816# CONFIG_I2C_VIAPRO is not set
817
818#
819# I2C system bus drivers (mostly embedded / system-on-chip)
820#
821# CONFIG_I2C_OCORES is not set
822# CONFIG_I2C_SIMTEC is not set
823
824#
825# External I2C/SMBus adapter drivers
826#
827# CONFIG_I2C_PARPORT_LIGHT is not set
828# CONFIG_I2C_TAOS_EVM is not set
829# CONFIG_I2C_TINY_USB is not set
830
831#
832# Graphics adapter I2C/DDC channel drivers
833#
834# CONFIG_I2C_VOODOO3 is not set
835
836#
837# Other I2C/SMBus bus drivers
838#
839# CONFIG_I2C_PCA_PLATFORM is not set
840# CONFIG_I2C_STUB is not set
841
842#
843# Miscellaneous I2C Chip support
844#
845# CONFIG_DS1682 is not set
846# CONFIG_AT24 is not set
847# CONFIG_SENSORS_EEPROM is not set
848# CONFIG_SENSORS_PCF8574 is not set
849# CONFIG_PCF8575 is not set
850# CONFIG_SENSORS_PCA9539 is not set
851# CONFIG_SENSORS_PCF8591 is not set
852# CONFIG_SENSORS_MAX6875 is not set
853# CONFIG_SENSORS_TSL2550 is not set
854# CONFIG_I2C_DEBUG_CORE is not set
855# CONFIG_I2C_DEBUG_ALGO is not set
856# CONFIG_I2C_DEBUG_BUS is not set
857# CONFIG_I2C_DEBUG_CHIP is not set
858# CONFIG_SPI is not set
859CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
860# CONFIG_GPIOLIB is not set
861# CONFIG_W1 is not set
862# CONFIG_POWER_SUPPLY is not set
863CONFIG_HWMON=y
864# CONFIG_HWMON_VID is not set
865# CONFIG_SENSORS_AD7414 is not set
866# CONFIG_SENSORS_AD7418 is not set
867# CONFIG_SENSORS_ADM1021 is not set
868# CONFIG_SENSORS_ADM1025 is not set
869# CONFIG_SENSORS_ADM1026 is not set
870# CONFIG_SENSORS_ADM1029 is not set
871# CONFIG_SENSORS_ADM1031 is not set
872# CONFIG_SENSORS_ADM9240 is not set
873# CONFIG_SENSORS_ADT7470 is not set
874# CONFIG_SENSORS_ADT7473 is not set
875# CONFIG_SENSORS_ATXP1 is not set
876# CONFIG_SENSORS_DS1621 is not set
877# CONFIG_SENSORS_I5K_AMB is not set
878# CONFIG_SENSORS_F71805F is not set
879# CONFIG_SENSORS_F71882FG is not set
880# CONFIG_SENSORS_F75375S is not set
881# CONFIG_SENSORS_GL518SM is not set
882# CONFIG_SENSORS_GL520SM is not set
883# CONFIG_SENSORS_IT87 is not set
884# CONFIG_SENSORS_LM63 is not set
885# CONFIG_SENSORS_LM75 is not set
886# CONFIG_SENSORS_LM77 is not set
887# CONFIG_SENSORS_LM78 is not set
888# CONFIG_SENSORS_LM80 is not set
889# CONFIG_SENSORS_LM83 is not set
890# CONFIG_SENSORS_LM85 is not set
891# CONFIG_SENSORS_LM87 is not set
892# CONFIG_SENSORS_LM90 is not set
893# CONFIG_SENSORS_LM92 is not set
894# CONFIG_SENSORS_LM93 is not set
895# CONFIG_SENSORS_MAX1619 is not set
896# CONFIG_SENSORS_MAX6650 is not set
897# CONFIG_SENSORS_PC87360 is not set
898# CONFIG_SENSORS_PC87427 is not set
899# CONFIG_SENSORS_SIS5595 is not set
900# CONFIG_SENSORS_DME1737 is not set
901# CONFIG_SENSORS_SMSC47M1 is not set
902# CONFIG_SENSORS_SMSC47M192 is not set
903# CONFIG_SENSORS_SMSC47B397 is not set
904# CONFIG_SENSORS_ADS7828 is not set
905# CONFIG_SENSORS_THMC50 is not set
906# CONFIG_SENSORS_VIA686A is not set
907# CONFIG_SENSORS_VT1211 is not set
908# CONFIG_SENSORS_VT8231 is not set
909# CONFIG_SENSORS_W83781D is not set
910# CONFIG_SENSORS_W83791D is not set
911# CONFIG_SENSORS_W83792D is not set
912# CONFIG_SENSORS_W83793 is not set
913# CONFIG_SENSORS_W83L785TS is not set
914# CONFIG_SENSORS_W83L786NG is not set
915# CONFIG_SENSORS_W83627HF is not set
916# CONFIG_SENSORS_W83627EHF is not set
917# CONFIG_SENSORS_ULTRA45 is not set
918# CONFIG_HWMON_DEBUG_CHIP is not set
919# CONFIG_THERMAL is not set
920# CONFIG_THERMAL_HWMON is not set
921# CONFIG_WATCHDOG is not set
922
923#
924# Sonics Silicon Backplane
925#
926CONFIG_SSB_POSSIBLE=y
927# CONFIG_SSB is not set
928
929#
930# Multifunction device drivers
931#
932# CONFIG_MFD_CORE is not set
933# CONFIG_MFD_SM501 is not set
934# CONFIG_HTC_PASIC3 is not set
935# CONFIG_MFD_TMIO is not set
936# CONFIG_PMIC_DA903X is not set
937# CONFIG_MFD_WM8400 is not set
938# CONFIG_MFD_WM8350_I2C is not set
939# CONFIG_REGULATOR is not set
940
941#
942# Multimedia devices
943#
944
945#
946# Multimedia core support
947#
948# CONFIG_VIDEO_DEV is not set
949# CONFIG_DVB_CORE is not set
950# CONFIG_VIDEO_MEDIA is not set
951
952#
953# Multimedia drivers
954#
955# CONFIG_DAB is not set
956
957#
958# Graphics support
959#
960# CONFIG_DRM is not set
961# CONFIG_VGASTATE is not set
962# CONFIG_VIDEO_OUTPUT_CONTROL is not set
963CONFIG_FB=y
964# CONFIG_FIRMWARE_EDID is not set
965CONFIG_FB_DDC=y
966# CONFIG_FB_BOOT_VESA_SUPPORT is not set
967CONFIG_FB_CFB_FILLRECT=y
968CONFIG_FB_CFB_COPYAREA=y
969CONFIG_FB_CFB_IMAGEBLIT=y
970# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
971# CONFIG_FB_SYS_FILLRECT is not set
972# CONFIG_FB_SYS_COPYAREA is not set
973# CONFIG_FB_SYS_IMAGEBLIT is not set
974# CONFIG_FB_FOREIGN_ENDIAN is not set
975# CONFIG_FB_SYS_FOPS is not set
976# CONFIG_FB_SVGALIB is not set
977# CONFIG_FB_MACMODES is not set
978# CONFIG_FB_BACKLIGHT is not set
979CONFIG_FB_MODE_HELPERS=y
980CONFIG_FB_TILEBLITTING=y
981
982#
983# Frame buffer hardware drivers
984#
985# CONFIG_FB_CIRRUS is not set
986# CONFIG_FB_PM2 is not set
987# CONFIG_FB_ASILIANT is not set
988# CONFIG_FB_IMSTT is not set
989# CONFIG_FB_UVESA is not set
990CONFIG_FB_SBUS=y
991# CONFIG_FB_BW2 is not set
992# CONFIG_FB_CG3 is not set
993CONFIG_FB_CG6=y
994CONFIG_FB_FFB=y
995# CONFIG_FB_TCX is not set
996# CONFIG_FB_CG14 is not set
997# CONFIG_FB_P9100 is not set
998# CONFIG_FB_LEO is not set
999CONFIG_FB_XVR500=y
1000CONFIG_FB_XVR2500=y
1001# CONFIG_FB_S1D13XXX is not set
1002# CONFIG_FB_NVIDIA is not set
1003# CONFIG_FB_RIVA is not set
1004# CONFIG_FB_MATROX is not set
1005CONFIG_FB_RADEON=y
1006CONFIG_FB_RADEON_I2C=y
1007# CONFIG_FB_RADEON_BACKLIGHT is not set
1008# CONFIG_FB_RADEON_DEBUG is not set
1009# CONFIG_FB_ATY128 is not set
1010CONFIG_FB_ATY=y
1011CONFIG_FB_ATY_CT=y
1012# CONFIG_FB_ATY_GENERIC_LCD is not set
1013CONFIG_FB_ATY_GX=y
1014# CONFIG_FB_ATY_BACKLIGHT is not set
1015# CONFIG_FB_S3 is not set
1016# CONFIG_FB_SAVAGE is not set
1017# CONFIG_FB_SIS is not set
1018# CONFIG_FB_VIA is not set
1019# CONFIG_FB_NEOMAGIC is not set
1020# CONFIG_FB_KYRO is not set
1021# CONFIG_FB_3DFX is not set
1022# CONFIG_FB_VOODOO1 is not set
1023# CONFIG_FB_VT8623 is not set
1024# CONFIG_FB_TRIDENT is not set
1025# CONFIG_FB_ARK is not set
1026# CONFIG_FB_PM3 is not set
1027# CONFIG_FB_CARMINE is not set
1028# CONFIG_FB_VIRTUAL is not set
1029# CONFIG_FB_METRONOME is not set
1030# CONFIG_FB_MB862XX is not set
1031# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1032
1033#
1034# Display device support
1035#
1036# CONFIG_DISPLAY_SUPPORT is not set
1037
1038#
1039# Console display driver support
1040#
1041# CONFIG_PROM_CONSOLE is not set
1042CONFIG_DUMMY_CONSOLE=y
1043CONFIG_FRAMEBUFFER_CONSOLE=y
1044CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
1045# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
1046CONFIG_FONTS=y
1047# CONFIG_FONT_8x8 is not set
1048# CONFIG_FONT_8x16 is not set
1049# CONFIG_FONT_6x11 is not set
1050# CONFIG_FONT_7x14 is not set
1051# CONFIG_FONT_PEARL_8x8 is not set
1052# CONFIG_FONT_ACORN_8x8 is not set
1053CONFIG_FONT_SUN8x16=y
1054# CONFIG_FONT_SUN12x22 is not set
1055# CONFIG_FONT_10x18 is not set
1056CONFIG_LOGO=y
1057# CONFIG_LOGO_LINUX_MONO is not set
1058# CONFIG_LOGO_LINUX_VGA16 is not set
1059# CONFIG_LOGO_LINUX_CLUT224 is not set
1060CONFIG_LOGO_SUN_CLUT224=y
1061CONFIG_SOUND=m
1062CONFIG_SOUND_OSS_CORE=y
1063CONFIG_SND=m
1064CONFIG_SND_TIMER=m
1065CONFIG_SND_PCM=m
1066CONFIG_SND_RAWMIDI=m
1067CONFIG_SND_SEQUENCER=m
1068CONFIG_SND_SEQ_DUMMY=m
1069CONFIG_SND_OSSEMUL=y
1070CONFIG_SND_MIXER_OSS=m
1071CONFIG_SND_PCM_OSS=m
1072CONFIG_SND_PCM_OSS_PLUGINS=y
1073CONFIG_SND_SEQUENCER_OSS=y
1074# CONFIG_SND_DYNAMIC_MINORS is not set
1075CONFIG_SND_SUPPORT_OLD_API=y
1076CONFIG_SND_VERBOSE_PROCFS=y
1077# CONFIG_SND_VERBOSE_PRINTK is not set
1078# CONFIG_SND_DEBUG is not set
1079CONFIG_SND_VMASTER=y
1080CONFIG_SND_MPU401_UART=m
1081CONFIG_SND_AC97_CODEC=m
1082CONFIG_SND_DRIVERS=y
1083CONFIG_SND_DUMMY=m
1084CONFIG_SND_VIRMIDI=m
1085CONFIG_SND_MTPAV=m
1086# CONFIG_SND_SERIAL_U16550 is not set
1087# CONFIG_SND_MPU401 is not set
1088# CONFIG_SND_AC97_POWER_SAVE is not set
1089CONFIG_SND_PCI=y
1090# CONFIG_SND_AD1889 is not set
1091# CONFIG_SND_ALS300 is not set
1092CONFIG_SND_ALI5451=m
1093# CONFIG_SND_ATIIXP is not set
1094# CONFIG_SND_ATIIXP_MODEM is not set
1095# CONFIG_SND_AU8810 is not set
1096# CONFIG_SND_AU8820 is not set
1097# CONFIG_SND_AU8830 is not set
1098# CONFIG_SND_AW2 is not set
1099# CONFIG_SND_AZT3328 is not set
1100# CONFIG_SND_BT87X is not set
1101# CONFIG_SND_CA0106 is not set
1102# CONFIG_SND_CMIPCI is not set
1103# CONFIG_SND_OXYGEN is not set
1104# CONFIG_SND_CS4281 is not set
1105# CONFIG_SND_CS46XX is not set
1106# CONFIG_SND_DARLA20 is not set
1107# CONFIG_SND_GINA20 is not set
1108# CONFIG_SND_LAYLA20 is not set
1109# CONFIG_SND_DARLA24 is not set
1110# CONFIG_SND_GINA24 is not set
1111# CONFIG_SND_LAYLA24 is not set
1112# CONFIG_SND_MONA is not set
1113# CONFIG_SND_MIA is not set
1114# CONFIG_SND_ECHO3G is not set
1115# CONFIG_SND_INDIGO is not set
1116# CONFIG_SND_INDIGOIO is not set
1117# CONFIG_SND_INDIGODJ is not set
1118# CONFIG_SND_EMU10K1 is not set
1119# CONFIG_SND_EMU10K1X is not set
1120# CONFIG_SND_ENS1370 is not set
1121# CONFIG_SND_ENS1371 is not set
1122# CONFIG_SND_ES1938 is not set
1123# CONFIG_SND_ES1968 is not set
1124# CONFIG_SND_FM801 is not set
1125# CONFIG_SND_HDA_INTEL is not set
1126# CONFIG_SND_HDSP is not set
1127# CONFIG_SND_HDSPM is not set
1128# CONFIG_SND_HIFIER is not set
1129# CONFIG_SND_ICE1712 is not set
1130# CONFIG_SND_ICE1724 is not set
1131# CONFIG_SND_INTEL8X0 is not set
1132# CONFIG_SND_INTEL8X0M is not set
1133# CONFIG_SND_KORG1212 is not set
1134# CONFIG_SND_MAESTRO3 is not set
1135# CONFIG_SND_MIXART is not set
1136# CONFIG_SND_NM256 is not set
1137# CONFIG_SND_PCXHR is not set
1138# CONFIG_SND_RIPTIDE is not set
1139# CONFIG_SND_RME32 is not set
1140# CONFIG_SND_RME96 is not set
1141# CONFIG_SND_RME9652 is not set
1142# CONFIG_SND_SONICVIBES is not set
1143# CONFIG_SND_TRIDENT is not set
1144# CONFIG_SND_VIA82XX is not set
1145# CONFIG_SND_VIA82XX_MODEM is not set
1146# CONFIG_SND_VIRTUOSO is not set
1147# CONFIG_SND_VX222 is not set
1148# CONFIG_SND_YMFPCI is not set
1149CONFIG_SND_USB=y
1150# CONFIG_SND_USB_AUDIO is not set
1151# CONFIG_SND_USB_CAIAQ is not set
1152CONFIG_SND_SPARC=y
1153# CONFIG_SND_SUN_AMD7930 is not set
1154CONFIG_SND_SUN_CS4231=m
1155# CONFIG_SND_SUN_DBRI is not set
1156# CONFIG_SND_SOC is not set
1157# CONFIG_SOUND_PRIME is not set
1158CONFIG_AC97_BUS=m
1159CONFIG_HID_SUPPORT=y
1160CONFIG_HID=y
1161# CONFIG_HID_DEBUG is not set
1162# CONFIG_HIDRAW is not set
1163
1164#
1165# USB Input Devices
1166#
1167CONFIG_USB_HID=y
1168# CONFIG_HID_PID is not set
1169CONFIG_USB_HIDDEV=y
1170
1171#
1172# Special HID drivers
1173#
1174CONFIG_HID_COMPAT=y
1175CONFIG_HID_A4TECH=y
1176CONFIG_HID_APPLE=y
1177CONFIG_HID_BELKIN=y
1178CONFIG_HID_BRIGHT=y
1179CONFIG_HID_CHERRY=y
1180CONFIG_HID_CHICONY=y
1181CONFIG_HID_CYPRESS=y
1182CONFIG_HID_DELL=y
1183CONFIG_HID_EZKEY=y
1184CONFIG_HID_GYRATION=y
1185CONFIG_HID_LOGITECH=y
1186# CONFIG_LOGITECH_FF is not set
1187# CONFIG_LOGIRUMBLEPAD2_FF is not set
1188CONFIG_HID_MICROSOFT=y
1189CONFIG_HID_MONTEREY=y
1190CONFIG_HID_PANTHERLORD=y
1191# CONFIG_PANTHERLORD_FF is not set
1192CONFIG_HID_PETALYNX=y
1193CONFIG_HID_SAMSUNG=y
1194CONFIG_HID_SONY=y
1195CONFIG_HID_SUNPLUS=y
1196# CONFIG_THRUSTMASTER_FF is not set
1197# CONFIG_ZEROPLUS_FF is not set
1198CONFIG_USB_SUPPORT=y
1199CONFIG_USB_ARCH_HAS_HCD=y
1200CONFIG_USB_ARCH_HAS_OHCI=y
1201CONFIG_USB_ARCH_HAS_EHCI=y
1202CONFIG_USB=y
1203# CONFIG_USB_DEBUG is not set
1204# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
1205
1206#
1207# Miscellaneous USB options
1208#
1209CONFIG_USB_DEVICEFS=y
1210# CONFIG_USB_DEVICE_CLASS is not set
1211# CONFIG_USB_DYNAMIC_MINORS is not set
1212# CONFIG_USB_OTG is not set
1213# CONFIG_USB_MON is not set
1214# CONFIG_USB_WUSB is not set
1215# CONFIG_USB_WUSB_CBAF is not set
1216
1217#
1218# USB Host Controller Drivers
1219#
1220# CONFIG_USB_C67X00_HCD is not set
1221CONFIG_USB_EHCI_HCD=m
1222# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
1223# CONFIG_USB_EHCI_TT_NEWSCHED is not set
1224# CONFIG_USB_ISP116X_HCD is not set
1225# CONFIG_USB_ISP1760_HCD is not set
1226CONFIG_USB_OHCI_HCD=y
1227# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
1228# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
1229CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1230CONFIG_USB_UHCI_HCD=m
1231# CONFIG_USB_SL811_HCD is not set
1232# CONFIG_USB_R8A66597_HCD is not set
1233# CONFIG_USB_WHCI_HCD is not set
1234# CONFIG_USB_HWA_HCD is not set
1235
1236#
1237# USB Device Class drivers
1238#
1239# CONFIG_USB_ACM is not set
1240# CONFIG_USB_PRINTER is not set
1241# CONFIG_USB_WDM is not set
1242# CONFIG_USB_TMC is not set
1243
1244#
1245# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
1246#
1247
1248#
1249# may also be needed; see USB_STORAGE Help for more information
1250#
1251CONFIG_USB_STORAGE=m
1252# CONFIG_USB_STORAGE_DEBUG is not set
1253# CONFIG_USB_STORAGE_DATAFAB is not set
1254# CONFIG_USB_STORAGE_FREECOM is not set
1255# CONFIG_USB_STORAGE_ISD200 is not set
1256# CONFIG_USB_STORAGE_DPCM is not set
1257# CONFIG_USB_STORAGE_USBAT is not set
1258# CONFIG_USB_STORAGE_SDDR09 is not set
1259# CONFIG_USB_STORAGE_SDDR55 is not set
1260# CONFIG_USB_STORAGE_JUMPSHOT is not set
1261# CONFIG_USB_STORAGE_ALAUDA is not set
1262# CONFIG_USB_STORAGE_ONETOUCH is not set
1263# CONFIG_USB_STORAGE_KARMA is not set
1264# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
1265# CONFIG_USB_LIBUSUAL is not set
1266
1267#
1268# USB Imaging devices
1269#
1270# CONFIG_USB_MDC800 is not set
1271# CONFIG_USB_MICROTEK is not set
1272
1273#
1274# USB port drivers
1275#
1276# CONFIG_USB_SERIAL is not set
1277
1278#
1279# USB Miscellaneous drivers
1280#
1281# CONFIG_USB_EMI62 is not set
1282# CONFIG_USB_EMI26 is not set
1283# CONFIG_USB_ADUTUX is not set
1284# CONFIG_USB_SEVSEG is not set
1285# CONFIG_USB_RIO500 is not set
1286# CONFIG_USB_LEGOTOWER is not set
1287# CONFIG_USB_LCD is not set
1288# CONFIG_USB_BERRY_CHARGE is not set
1289# CONFIG_USB_LED is not set
1290# CONFIG_USB_CYPRESS_CY7C63 is not set
1291# CONFIG_USB_CYTHERM is not set
1292# CONFIG_USB_PHIDGET is not set
1293# CONFIG_USB_IDMOUSE is not set
1294# CONFIG_USB_FTDI_ELAN is not set
1295# CONFIG_USB_APPLEDISPLAY is not set
1296# CONFIG_USB_SISUSBVGA is not set
1297# CONFIG_USB_LD is not set
1298# CONFIG_USB_TRANCEVIBRATOR is not set
1299# CONFIG_USB_IOWARRIOR is not set
1300# CONFIG_USB_TEST is not set
1301# CONFIG_USB_ISIGHTFW is not set
1302# CONFIG_USB_VST is not set
1303# CONFIG_USB_GADGET is not set
1304# CONFIG_UWB is not set
1305# CONFIG_MMC is not set
1306# CONFIG_MEMSTICK is not set
1307# CONFIG_NEW_LEDS is not set
1308# CONFIG_ACCESSIBILITY is not set
1309# CONFIG_INFINIBAND is not set
1310CONFIG_RTC_LIB=y
1311CONFIG_RTC_CLASS=y
1312CONFIG_RTC_HCTOSYS=y
1313CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
1314# CONFIG_RTC_DEBUG is not set
1315
1316#
1317# RTC interfaces
1318#
1319CONFIG_RTC_INTF_SYSFS=y
1320CONFIG_RTC_INTF_PROC=y
1321CONFIG_RTC_INTF_DEV=y
1322# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
1323# CONFIG_RTC_DRV_TEST is not set
1324
1325#
1326# I2C RTC drivers
1327#
1328# CONFIG_RTC_DRV_DS1307 is not set
1329# CONFIG_RTC_DRV_DS1374 is not set
1330# CONFIG_RTC_DRV_DS1672 is not set
1331# CONFIG_RTC_DRV_MAX6900 is not set
1332# CONFIG_RTC_DRV_RS5C372 is not set
1333# CONFIG_RTC_DRV_ISL1208 is not set
1334# CONFIG_RTC_DRV_X1205 is not set
1335# CONFIG_RTC_DRV_PCF8563 is not set
1336# CONFIG_RTC_DRV_PCF8583 is not set
1337# CONFIG_RTC_DRV_M41T80 is not set
1338# CONFIG_RTC_DRV_S35390A is not set
1339# CONFIG_RTC_DRV_FM3130 is not set
1340
1341#
1342# SPI RTC drivers
1343#
1344
1345#
1346# Platform RTC drivers
1347#
1348CONFIG_RTC_DRV_CMOS=y
1349# CONFIG_RTC_DRV_DS1286 is not set
1350# CONFIG_RTC_DRV_DS1511 is not set
1351# CONFIG_RTC_DRV_DS1553 is not set
1352# CONFIG_RTC_DRV_DS1742 is not set
1353# CONFIG_RTC_DRV_STK17TA8 is not set
1354# CONFIG_RTC_DRV_M48T86 is not set
1355# CONFIG_RTC_DRV_M48T35 is not set
1356CONFIG_RTC_DRV_M48T59=y
1357CONFIG_RTC_DRV_BQ4802=y
1358# CONFIG_RTC_DRV_V3020 is not set
1359
1360#
1361# on-CPU RTC drivers
1362#
1363CONFIG_RTC_DRV_SUN4V=y
1364CONFIG_RTC_DRV_STARFIRE=y
1365# CONFIG_DMADEVICES is not set
1366# CONFIG_UIO is not set
1367# CONFIG_STAGING is not set
1368CONFIG_STAGING_EXCLUDE_BUILD=y
1369
1370#
1371# Misc Linux/SPARC drivers
1372#
1373CONFIG_SUN_OPENPROMIO=y
1374# CONFIG_OBP_FLASH is not set
1375# CONFIG_TADPOLE_TS102_UCTRL is not set
1376# CONFIG_BBC_I2C is not set
1377# CONFIG_ENVCTRL is not set
1378# CONFIG_DISPLAY7SEG is not set
1379
1380#
1381# File systems
1382#
1383CONFIG_EXT2_FS=y
1384CONFIG_EXT2_FS_XATTR=y
1385CONFIG_EXT2_FS_POSIX_ACL=y
1386CONFIG_EXT2_FS_SECURITY=y
1387# CONFIG_EXT2_FS_XIP is not set
1388CONFIG_EXT3_FS=y
1389CONFIG_EXT3_FS_XATTR=y
1390CONFIG_EXT3_FS_POSIX_ACL=y
1391CONFIG_EXT3_FS_SECURITY=y
1392# CONFIG_EXT4_FS is not set
1393CONFIG_JBD=y
1394# CONFIG_JBD_DEBUG is not set
1395CONFIG_FS_MBCACHE=y
1396# CONFIG_REISERFS_FS is not set
1397# CONFIG_JFS_FS is not set
1398CONFIG_FS_POSIX_ACL=y
1399CONFIG_FILE_LOCKING=y
1400# CONFIG_XFS_FS is not set
1401# CONFIG_GFS2_FS is not set
1402# CONFIG_OCFS2_FS is not set
1403CONFIG_DNOTIFY=y
1404CONFIG_INOTIFY=y
1405CONFIG_INOTIFY_USER=y
1406# CONFIG_QUOTA is not set
1407# CONFIG_AUTOFS_FS is not set
1408# CONFIG_AUTOFS4_FS is not set
1409# CONFIG_FUSE_FS is not set
1410
1411#
1412# CD-ROM/DVD Filesystems
1413#
1414# CONFIG_ISO9660_FS is not set
1415# CONFIG_UDF_FS is not set
1416
1417#
1418# DOS/FAT/NT Filesystems
1419#
1420# CONFIG_MSDOS_FS is not set
1421# CONFIG_VFAT_FS is not set
1422# CONFIG_NTFS_FS is not set
1423
1424#
1425# Pseudo filesystems
1426#
1427CONFIG_PROC_FS=y
1428CONFIG_PROC_KCORE=y
1429CONFIG_PROC_SYSCTL=y
1430CONFIG_PROC_PAGE_MONITOR=y
1431CONFIG_SYSFS=y
1432CONFIG_TMPFS=y
1433# CONFIG_TMPFS_POSIX_ACL is not set
1434CONFIG_HUGETLBFS=y
1435CONFIG_HUGETLB_PAGE=y
1436# CONFIG_CONFIGFS_FS is not set
1437
1438#
1439# Miscellaneous filesystems
1440#
1441# CONFIG_ADFS_FS is not set
1442# CONFIG_AFFS_FS is not set
1443# CONFIG_ECRYPT_FS is not set
1444# CONFIG_HFS_FS is not set
1445# CONFIG_HFSPLUS_FS is not set
1446# CONFIG_BEFS_FS is not set
1447# CONFIG_BFS_FS is not set
1448# CONFIG_EFS_FS is not set
1449# CONFIG_CRAMFS is not set
1450# CONFIG_VXFS_FS is not set
1451# CONFIG_MINIX_FS is not set
1452# CONFIG_OMFS_FS is not set
1453# CONFIG_HPFS_FS is not set
1454# CONFIG_QNX4FS_FS is not set
1455# CONFIG_ROMFS_FS is not set
1456# CONFIG_SYSV_FS is not set
1457# CONFIG_UFS_FS is not set
1458CONFIG_NETWORK_FILESYSTEMS=y
1459# CONFIG_NFS_FS is not set
1460# CONFIG_NFSD is not set
1461# CONFIG_SMB_FS is not set
1462# CONFIG_CIFS is not set
1463# CONFIG_NCP_FS is not set
1464# CONFIG_CODA_FS is not set
1465# CONFIG_AFS_FS is not set
1466
1467#
1468# Partition Types
1469#
1470# CONFIG_PARTITION_ADVANCED is not set
1471CONFIG_MSDOS_PARTITION=y
1472CONFIG_SUN_PARTITION=y
1473CONFIG_NLS=m
1474CONFIG_NLS_DEFAULT="iso8859-1"
1475# CONFIG_NLS_CODEPAGE_437 is not set
1476# CONFIG_NLS_CODEPAGE_737 is not set
1477# CONFIG_NLS_CODEPAGE_775 is not set
1478# CONFIG_NLS_CODEPAGE_850 is not set
1479# CONFIG_NLS_CODEPAGE_852 is not set
1480# CONFIG_NLS_CODEPAGE_855 is not set
1481# CONFIG_NLS_CODEPAGE_857 is not set
1482# CONFIG_NLS_CODEPAGE_860 is not set
1483# CONFIG_NLS_CODEPAGE_861 is not set
1484# CONFIG_NLS_CODEPAGE_862 is not set
1485# CONFIG_NLS_CODEPAGE_863 is not set
1486# CONFIG_NLS_CODEPAGE_864 is not set
1487# CONFIG_NLS_CODEPAGE_865 is not set
1488# CONFIG_NLS_CODEPAGE_866 is not set
1489# CONFIG_NLS_CODEPAGE_869 is not set
1490# CONFIG_NLS_CODEPAGE_936 is not set
1491# CONFIG_NLS_CODEPAGE_950 is not set
1492# CONFIG_NLS_CODEPAGE_932 is not set
1493# CONFIG_NLS_CODEPAGE_949 is not set
1494# CONFIG_NLS_CODEPAGE_874 is not set
1495# CONFIG_NLS_ISO8859_8 is not set
1496# CONFIG_NLS_CODEPAGE_1250 is not set
1497# CONFIG_NLS_CODEPAGE_1251 is not set
1498# CONFIG_NLS_ASCII is not set
1499# CONFIG_NLS_ISO8859_1 is not set
1500# CONFIG_NLS_ISO8859_2 is not set
1501# CONFIG_NLS_ISO8859_3 is not set
1502# CONFIG_NLS_ISO8859_4 is not set
1503# CONFIG_NLS_ISO8859_5 is not set
1504# CONFIG_NLS_ISO8859_6 is not set
1505# CONFIG_NLS_ISO8859_7 is not set
1506# CONFIG_NLS_ISO8859_9 is not set
1507# CONFIG_NLS_ISO8859_13 is not set
1508# CONFIG_NLS_ISO8859_14 is not set
1509# CONFIG_NLS_ISO8859_15 is not set
1510# CONFIG_NLS_KOI8_R is not set
1511# CONFIG_NLS_KOI8_U is not set
1512# CONFIG_NLS_UTF8 is not set
1513# CONFIG_DLM is not set
1514
1515#
1516# Kernel hacking
1517#
1518CONFIG_TRACE_IRQFLAGS_SUPPORT=y
1519CONFIG_PRINTK_TIME=y
1520# CONFIG_ENABLE_WARN_DEPRECATED is not set
1521CONFIG_ENABLE_MUST_CHECK=y
1522CONFIG_FRAME_WARN=2048
1523CONFIG_MAGIC_SYSRQ=y
1524# CONFIG_UNUSED_SYMBOLS is not set
1525CONFIG_DEBUG_FS=y
1526# CONFIG_HEADERS_CHECK is not set
1527CONFIG_DEBUG_KERNEL=y
1528# CONFIG_DEBUG_SHIRQ is not set
1529CONFIG_DETECT_SOFTLOCKUP=y
1530# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
1531CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
1532# CONFIG_SCHED_DEBUG is not set
1533CONFIG_SCHEDSTATS=y
1534# CONFIG_TIMER_STATS is not set
1535# CONFIG_DEBUG_OBJECTS is not set
1536# CONFIG_SLUB_DEBUG_ON is not set
1537# CONFIG_SLUB_STATS is not set
1538# CONFIG_DEBUG_RT_MUTEXES is not set
1539# CONFIG_RT_MUTEX_TESTER is not set
1540# CONFIG_DEBUG_SPINLOCK is not set
1541# CONFIG_DEBUG_MUTEXES is not set
1542# CONFIG_DEBUG_LOCK_ALLOC is not set
1543# CONFIG_PROVE_LOCKING is not set
1544# CONFIG_LOCK_STAT is not set
1545# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1546# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1547# CONFIG_DEBUG_KOBJECT is not set
1548CONFIG_DEBUG_BUGVERBOSE=y
1549# CONFIG_DEBUG_INFO is not set
1550# CONFIG_DEBUG_VM is not set
1551# CONFIG_DEBUG_WRITECOUNT is not set
1552CONFIG_DEBUG_MEMORY_INIT=y
1553# CONFIG_DEBUG_LIST is not set
1554# CONFIG_DEBUG_SG is not set
1555# CONFIG_BOOT_PRINTK_DELAY is not set
1556# CONFIG_RCU_TORTURE_TEST is not set
1557# CONFIG_RCU_CPU_STALL_DETECTOR is not set
1558# CONFIG_KPROBES_SANITY_TEST is not set
1559# CONFIG_BACKTRACE_SELF_TEST is not set
1560# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
1561# CONFIG_LKDTM is not set
1562# CONFIG_FAULT_INJECTION is not set
1563CONFIG_SYSCTL_SYSCALL_CHECK=y
1564CONFIG_HAVE_FUNCTION_TRACER=y
1565
1566#
1567# Tracers
1568#
1569# CONFIG_FUNCTION_TRACER is not set
1570# CONFIG_IRQSOFF_TRACER is not set
1571# CONFIG_SCHED_TRACER is not set
1572# CONFIG_CONTEXT_SWITCH_TRACER is not set
1573# CONFIG_BOOT_TRACER is not set
1574# CONFIG_STACK_TRACER is not set
1575# CONFIG_DYNAMIC_PRINTK_DEBUG is not set
1576# CONFIG_SAMPLES is not set
1577CONFIG_HAVE_ARCH_KGDB=y
1578# CONFIG_KGDB is not set
1579# CONFIG_DEBUG_STACK_USAGE is not set
1580# CONFIG_DEBUG_DCFLUSH is not set
1581# CONFIG_STACK_DEBUG is not set
1582# CONFIG_DEBUG_PAGEALLOC is not set
1583
1584#
1585# Security options
1586#
1587CONFIG_KEYS=y
1588# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
1589# CONFIG_SECURITY is not set
1590# CONFIG_SECURITYFS is not set
1591# CONFIG_SECURITY_FILE_CAPABILITIES is not set
1592CONFIG_XOR_BLOCKS=m
1593CONFIG_ASYNC_CORE=m
1594CONFIG_ASYNC_MEMCPY=m
1595CONFIG_ASYNC_XOR=m
1596CONFIG_CRYPTO=y
1597
1598#
1599# Crypto core or helper
1600#
1601# CONFIG_CRYPTO_FIPS is not set
1602CONFIG_CRYPTO_ALGAPI=y
1603CONFIG_CRYPTO_AEAD=y
1604CONFIG_CRYPTO_BLKCIPHER=y
1605CONFIG_CRYPTO_HASH=y
1606CONFIG_CRYPTO_RNG=y
1607CONFIG_CRYPTO_MANAGER=y
1608CONFIG_CRYPTO_GF128MUL=m
1609CONFIG_CRYPTO_NULL=m
1610# CONFIG_CRYPTO_CRYPTD is not set
1611CONFIG_CRYPTO_AUTHENC=y
1612CONFIG_CRYPTO_TEST=m
1613
1614#
1615# Authenticated Encryption with Associated Data
1616#
1617# CONFIG_CRYPTO_CCM is not set
1618# CONFIG_CRYPTO_GCM is not set
1619# CONFIG_CRYPTO_SEQIV is not set
1620
1621#
1622# Block modes
1623#
1624CONFIG_CRYPTO_CBC=y
1625# CONFIG_CRYPTO_CTR is not set
1626# CONFIG_CRYPTO_CTS is not set
1627CONFIG_CRYPTO_ECB=m
1628CONFIG_CRYPTO_LRW=m
1629CONFIG_CRYPTO_PCBC=m
1630CONFIG_CRYPTO_XTS=m
1631
1632#
1633# Hash modes
1634#
1635CONFIG_CRYPTO_HMAC=y
1636CONFIG_CRYPTO_XCBC=y
1637
1638#
1639# Digest
1640#
1641CONFIG_CRYPTO_CRC32C=m
1642CONFIG_CRYPTO_MD4=y
1643CONFIG_CRYPTO_MD5=y
1644CONFIG_CRYPTO_MICHAEL_MIC=m
1645# CONFIG_CRYPTO_RMD128 is not set
1646# CONFIG_CRYPTO_RMD160 is not set
1647# CONFIG_CRYPTO_RMD256 is not set
1648# CONFIG_CRYPTO_RMD320 is not set
1649CONFIG_CRYPTO_SHA1=y
1650CONFIG_CRYPTO_SHA256=m
1651CONFIG_CRYPTO_SHA512=m
1652CONFIG_CRYPTO_TGR192=m
1653CONFIG_CRYPTO_WP512=m
1654
1655#
1656# Ciphers
1657#
1658CONFIG_CRYPTO_AES=m
1659CONFIG_CRYPTO_ANUBIS=m
1660CONFIG_CRYPTO_ARC4=m
1661CONFIG_CRYPTO_BLOWFISH=m
1662CONFIG_CRYPTO_CAMELLIA=m
1663CONFIG_CRYPTO_CAST5=m
1664CONFIG_CRYPTO_CAST6=m
1665CONFIG_CRYPTO_DES=y
1666CONFIG_CRYPTO_FCRYPT=m
1667CONFIG_CRYPTO_KHAZAD=m
1668# CONFIG_CRYPTO_SALSA20 is not set
1669CONFIG_CRYPTO_SEED=m
1670CONFIG_CRYPTO_SERPENT=m
1671CONFIG_CRYPTO_TEA=m
1672CONFIG_CRYPTO_TWOFISH=m
1673CONFIG_CRYPTO_TWOFISH_COMMON=m
1674
1675#
1676# Compression
1677#
1678CONFIG_CRYPTO_DEFLATE=y
1679# CONFIG_CRYPTO_LZO is not set
1680
1681#
1682# Random Number Generation
1683#
1684# CONFIG_CRYPTO_ANSI_CPRNG is not set
1685CONFIG_CRYPTO_HW=y
1686# CONFIG_CRYPTO_DEV_HIFN_795X is not set
1687
1688#
1689# Library routines
1690#
1691CONFIG_BITREVERSE=y
1692CONFIG_CRC_CCITT=m
1693CONFIG_CRC16=m
1694# CONFIG_CRC_T10DIF is not set
1695# CONFIG_CRC_ITU_T is not set
1696CONFIG_CRC32=y
1697# CONFIG_CRC7 is not set
1698CONFIG_LIBCRC32C=m
1699CONFIG_ZLIB_INFLATE=y
1700CONFIG_ZLIB_DEFLATE=y
1701CONFIG_PLIST=y
1702CONFIG_HAS_IOMEM=y
1703CONFIG_HAS_IOPORT=y
1704CONFIG_HAS_DMA=y
1705CONFIG_HAVE_LMB=y