summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-29 14:29:08 +0100
committerJoshua Lock <josh@linux.intel.com>2010-06-29 15:20:33 +0100
commitb6fcd71cb5b85e23036b31df1545a92f4ed402dc (patch)
treee91fcf7eb6ea0adaefd17d495d1d3cbc4a831ffa /meta-extras
parent5dab2c9aa7ef81115fb3e0d5092cf2f12a23a5d5 (diff)
downloadpoky-b6fcd71cb5b85e23036b31df1545a92f4ed402dc.tar.gz
linux: move some older kernels to meta-extras
Move kernels for retired machines to meta-extras Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta-extras')
-rw-r--r--meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/fix_oprofile.patch30
-rw-r--r--meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia770/defconfig1451
-rw-r--r--meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia770_nand_fix.patch415
-rw-r--r--meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia800/defconfig1312
-rw-r--r--meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/kernel-source_2.6.21-200823maemo6.diff.gzbin0 -> 932654 bytes
-rw-r--r--meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/nokia800/defconfig1650
-rw-r--r--meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/suspend-button.patch60
-rw-r--r--meta-extras/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig1642
-rw-r--r--meta-extras/packages/linux/linux-nokia800-2.6.21-osso71/suspend-button.patch60
-rw-r--r--meta-extras/packages/linux/linux-nokia800.inc46
-rw-r--r--meta-extras/packages/linux/linux-nokia800_2.6.18-osso40.bb18
-rw-r--r--meta-extras/packages/linux/linux-nokia800_2.6.21-200823maemo6.bb18
-rw-r--r--meta-extras/packages/linux/linux-nokia800_2.6.21-osso71.bb18
-rw-r--r--meta-extras/packages/linux/linux-openmoko.inc25
-rw-r--r--meta-extras/packages/linux/linux-openmoko/timespec_add_ns_avoid_udivdi3.patch20
-rw-r--r--meta-extras/packages/linux/linux-openmoko_2.6.24+git.bb53
16 files changed, 6818 insertions, 0 deletions
diff --git a/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/fix_oprofile.patch b/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/fix_oprofile.patch
new file mode 100644
index 0000000000..c5849998d5
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/fix_oprofile.patch
@@ -0,0 +1,30 @@
1---
2 arch/arm/oprofile/op_model_v6.c | 8 +-------
3 1 file changed, 1 insertion(+), 7 deletions(-)
4
5Index: linux-g/arch/arm/oprofile/op_model_v6.c
6===================================================================
7--- linux-g.orig/arch/arm/oprofile/op_model_v6.c 2006-11-08 12:18:41.000000000 +0000
8+++ linux-g/arch/arm/oprofile/op_model_v6.c 2007-05-23 14:11:19.000000000 +0100
9@@ -54,12 +54,6 @@
10 #define EVT_DCACHE_MISS 0x0B
11 #define EVT_DCACE_WRITE_BACK 0x0C
12 #define EVT_PC_CHANGED 0x0D
13-#define EVT_BCU_REQUEST 0x10
14-#define EVT_BCU_FULL 0x11
15-#define EVT_BCU_DRAIN 0x12
16-#define EVT_BCU_ECC_NO_ELOG 0x14
17-#define EVT_BCU_1_BIT_ERR 0x15
18-#define EVT_RMW 0x16
19 /* EVT_CCNT is not hardware defined */
20 #define EVT_CCNT 0xFE
21 #define EVT_UNUSED 0xFF
22@@ -88,7 +82,7 @@ struct pmu_type {
23 static struct pmu_type pmu_parms[] = {
24 {
25 .id = PMU_ARM11,
26- .name = "arm/arm11",
27+ .name = "arm/armv6",
28 .num_counters = 3,
29 #ifdef CONFIG_ARCH_OMAP2
30 .interrupt = 3,
diff --git a/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia770/defconfig b/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia770/defconfig
new file mode 100644
index 0000000000..3cd1430332
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia770/defconfig
@@ -0,0 +1,1451 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.18-omap1
4# Mon Aug 13 17:32:01 2007
5#
6CONFIG_ARM=y
7CONFIG_MMU=y
8CONFIG_GENERIC_HARDIRQS=y
9CONFIG_HARDIRQS_SW_RESEND=y
10CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_RWSEM_GENERIC_SPINLOCK=y
12CONFIG_GENERIC_HWEIGHT=y
13CONFIG_GENERIC_CALIBRATE_DELAY=y
14CONFIG_VECTORS_BASE=0xffff0000
15CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
16
17#
18# Code maturity level options
19#
20CONFIG_EXPERIMENTAL=y
21CONFIG_BROKEN_ON_SMP=y
22CONFIG_INIT_ENV_ARG_LIMIT=32
23
24#
25# General setup
26#
27CONFIG_LOCALVERSION=""
28# CONFIG_LOCALVERSION_AUTO is not set
29CONFIG_SWAP=y
30CONFIG_SYSVIPC=y
31CONFIG_POSIX_MQUEUE=y
32# CONFIG_BSD_PROCESS_ACCT is not set
33# CONFIG_TASKSTATS is not set
34# CONFIG_AUDIT is not set
35# CONFIG_IKCONFIG is not set
36# CONFIG_RELAY is not set
37CONFIG_INITRAMFS_SOURCE=""
38CONFIG_CC_OPTIMIZE_FOR_SIZE=y
39# CONFIG_EMBEDDED is not set
40CONFIG_UID16=y
41CONFIG_SYSCTL=y
42CONFIG_KALLSYMS=y
43# CONFIG_KALLSYMS_ALL is not set
44# CONFIG_KALLSYMS_EXTRA_PASS is not set
45CONFIG_HOTPLUG=y
46CONFIG_PRINTK=y
47CONFIG_BUG=y
48CONFIG_ELF_CORE=y
49CONFIG_BASE_FULL=y
50CONFIG_FUTEX=y
51CONFIG_EPOLL=y
52CONFIG_SHMEM=y
53CONFIG_SLAB=y
54CONFIG_VM_EVENT_COUNTERS=y
55CONFIG_RT_MUTEXES=y
56# CONFIG_TINY_SHMEM is not set
57CONFIG_BASE_SMALL=0
58# CONFIG_SLOB is not set
59
60#
61# Loadable module support
62#
63CONFIG_MODULES=y
64CONFIG_MODULE_UNLOAD=y
65# CONFIG_MODULE_FORCE_UNLOAD is not set
66# CONFIG_MODVERSIONS is not set
67# CONFIG_MODULE_SRCVERSION_ALL is not set
68# CONFIG_KMOD is not set
69
70#
71# Block layer
72#
73# CONFIG_BLK_DEV_IO_TRACE is not set
74
75#
76# IO Schedulers
77#
78CONFIG_IOSCHED_NOOP=y
79# CONFIG_IOSCHED_AS is not set
80# CONFIG_IOSCHED_DEADLINE is not set
81CONFIG_IOSCHED_CFQ=y
82# CONFIG_DEFAULT_AS is not set
83# CONFIG_DEFAULT_DEADLINE is not set
84CONFIG_DEFAULT_CFQ=y
85# CONFIG_DEFAULT_NOOP is not set
86CONFIG_DEFAULT_IOSCHED="cfq"
87
88#
89# System Type
90#
91# CONFIG_ARCH_AAEC2000 is not set
92# CONFIG_ARCH_INTEGRATOR is not set
93# CONFIG_ARCH_REALVIEW is not set
94# CONFIG_ARCH_VERSATILE is not set
95# CONFIG_ARCH_AT91 is not set
96# CONFIG_ARCH_CLPS7500 is not set
97# CONFIG_ARCH_CLPS711X is not set
98# CONFIG_ARCH_CO285 is not set
99# CONFIG_ARCH_EBSA110 is not set
100# CONFIG_ARCH_EP93XX is not set
101# CONFIG_ARCH_FOOTBRIDGE is not set
102# CONFIG_ARCH_NETX is not set
103# CONFIG_ARCH_H720X is not set
104# CONFIG_ARCH_IMX is not set
105# CONFIG_ARCH_IOP3XX is not set
106# CONFIG_ARCH_IXP4XX is not set
107# CONFIG_ARCH_IXP2000 is not set
108# CONFIG_ARCH_IXP23XX is not set
109# CONFIG_ARCH_L7200 is not set
110# CONFIG_ARCH_PNX4008 is not set
111# CONFIG_ARCH_PXA is not set
112# CONFIG_ARCH_RPC is not set
113# CONFIG_ARCH_SA1100 is not set
114# CONFIG_ARCH_S3C2410 is not set
115# CONFIG_ARCH_SHARK is not set
116# CONFIG_ARCH_LH7A40X is not set
117CONFIG_ARCH_OMAP=y
118
119#
120# TI OMAP Implementations
121#
122CONFIG_ARCH_OMAP_OTG=y
123CONFIG_ARCH_OMAP1=y
124# CONFIG_ARCH_OMAP2 is not set
125
126#
127# OMAP Feature Selections
128#
129CONFIG_OMAP_RESET_CLOCKS=y
130CONFIG_OMAP_BOOT_TAG=y
131CONFIG_OMAP_BOOT_REASON=y
132CONFIG_OMAP_COMPONENT_VERSION=y
133CONFIG_OMAP_GPIO_SWITCH=y
134# CONFIG_OMAP_MUX is not set
135CONFIG_OMAP_STI=y
136CONFIG_OMAP_STI_CONSOLE=y
137CONFIG_OMAP_MCBSP=y
138# CONFIG_OMAP_MPU_TIMER is not set
139CONFIG_OMAP_32K_TIMER=y
140CONFIG_OMAP_32K_TIMER_HZ=128
141CONFIG_OMAP_DM_TIMER=y
142CONFIG_OMAP_LL_DEBUG_UART1=y
143# CONFIG_OMAP_LL_DEBUG_UART2 is not set
144# CONFIG_OMAP_LL_DEBUG_UART3 is not set
145CONFIG_OMAP_DSP=y
146# CONFIG_OMAP_DSP_MBCMD_VERBOSE is not set
147CONFIG_OMAP_DSP_TASK_MULTIOPEN=y
148CONFIG_OMAP_DSP_FBEXPORT=y
149
150#
151# OMAP Core Type
152#
153# CONFIG_ARCH_OMAP730 is not set
154# CONFIG_ARCH_OMAP15XX is not set
155CONFIG_ARCH_OMAP16XX=y
156
157#
158# OMAP Board Type
159#
160# CONFIG_MACH_OMAP_INNOVATOR is not set
161# CONFIG_MACH_OMAP_H2 is not set
162# CONFIG_MACH_OMAP_H3 is not set
163# CONFIG_MACH_OMAP_OSK is not set
164CONFIG_MACH_NOKIA770=y
165# CONFIG_MACH_OMAP_GENERIC is not set
166
167#
168# OMAP CPU Speed
169#
170CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER=y
171CONFIG_OMAP_ARM_216MHZ=y
172# CONFIG_OMAP_ARM_192MHZ is not set
173# CONFIG_OMAP_ARM_168MHZ is not set
174# CONFIG_OMAP_ARM_120MHZ is not set
175# CONFIG_OMAP_ARM_60MHZ is not set
176# CONFIG_OMAP_ARM_30MHZ is not set
177
178#
179# Processor Type
180#
181CONFIG_CPU_32=y
182CONFIG_CPU_ARM926T=y
183CONFIG_CPU_32v5=y
184CONFIG_CPU_ABRT_EV5TJ=y
185CONFIG_CPU_CACHE_VIVT=y
186CONFIG_CPU_COPY_V4WB=y
187CONFIG_CPU_TLB_V4WBI=y
188
189#
190# Processor Features
191#
192CONFIG_ARM_THUMB=y
193# CONFIG_CPU_ICACHE_DISABLE is not set
194# CONFIG_CPU_DCACHE_DISABLE is not set
195# CONFIG_CPU_DCACHE_WRITETHROUGH is not set
196# CONFIG_CPU_CACHE_ROUND_ROBIN is not set
197
198#
199# Bus support
200#
201
202#
203# PCCARD (PCMCIA/CardBus) support
204#
205# CONFIG_PCCARD is not set
206
207#
208# Kernel Features
209#
210# CONFIG_PREEMPT is not set
211CONFIG_NO_IDLE_HZ=y
212CONFIG_HZ=128
213CONFIG_AEABI=y
214CONFIG_OABI_COMPAT=y
215# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
216CONFIG_SELECT_MEMORY_MODEL=y
217CONFIG_FLATMEM_MANUAL=y
218# CONFIG_DISCONTIGMEM_MANUAL is not set
219# CONFIG_SPARSEMEM_MANUAL is not set
220CONFIG_FLATMEM=y
221CONFIG_FLAT_NODE_MEM_MAP=y
222# CONFIG_SPARSEMEM_STATIC is not set
223CONFIG_SPLIT_PTLOCK_CPUS=4096
224# CONFIG_RESOURCES_64BIT is not set
225# CONFIG_LEDS is not set
226CONFIG_ALIGNMENT_TRAP=y
227
228#
229# Boot options
230#
231CONFIG_ZBOOT_ROM_TEXT=0x0
232CONFIG_ZBOOT_ROM_BSS=0x0
233CONFIG_CMDLINE="root=1f03 rootfstype=jffs2 time"
234# CONFIG_XIP_KERNEL is not set
235
236#
237# CPU Frequency scaling
238#
239# CONFIG_CPU_FREQ is not set
240
241#
242# Floating point emulation
243#
244
245#
246# At least one emulation must be selected
247#
248CONFIG_FPE_NWFPE=y
249# CONFIG_FPE_NWFPE_XP is not set
250# CONFIG_FPE_FASTFPE is not set
251# CONFIG_VFP is not set
252
253#
254# Userspace binary formats
255#
256CONFIG_BINFMT_ELF=y
257# CONFIG_BINFMT_AOUT is not set
258# CONFIG_BINFMT_MISC is not set
259
260#
261# Power management options
262#
263CONFIG_PM=y
264# CONFIG_PM_LEGACY is not set
265# CONFIG_PM_DEBUG is not set
266# CONFIG_APM is not set
267
268#
269# Networking
270#
271CONFIG_NET=y
272
273#
274# Networking options
275#
276# CONFIG_NETDEBUG is not set
277CONFIG_PACKET=y
278# CONFIG_PACKET_MMAP is not set
279CONFIG_UNIX=y
280CONFIG_XFRM=y
281# CONFIG_XFRM_USER is not set
282# CONFIG_NET_KEY is not set
283CONFIG_INET=y
284CONFIG_IP_MULTICAST=y
285# CONFIG_IP_ADVANCED_ROUTER is not set
286CONFIG_IP_FIB_HASH=y
287CONFIG_IP_PNP=y
288CONFIG_IP_PNP_DHCP=y
289CONFIG_IP_PNP_BOOTP=y
290# CONFIG_IP_PNP_RARP is not set
291# CONFIG_NET_IPIP is not set
292# CONFIG_NET_IPGRE is not set
293# CONFIG_IP_MROUTE is not set
294# CONFIG_ARPD is not set
295# CONFIG_SYN_COOKIES is not set
296# CONFIG_INET_AH is not set
297# CONFIG_INET_ESP is not set
298# CONFIG_INET_IPCOMP is not set
299# CONFIG_INET_XFRM_TUNNEL is not set
300# CONFIG_INET_TUNNEL is not set
301CONFIG_INET_XFRM_MODE_TRANSPORT=y
302CONFIG_INET_XFRM_MODE_TUNNEL=y
303# CONFIG_INET_DIAG is not set
304# CONFIG_TCP_CONG_ADVANCED is not set
305CONFIG_TCP_CONG_BIC=y
306
307#
308# IP: Virtual Server Configuration
309#
310# CONFIG_IP_VS is not set
311CONFIG_IPV6=y
312# CONFIG_IPV6_PRIVACY is not set
313# CONFIG_IPV6_ROUTER_PREF is not set
314# CONFIG_INET6_AH is not set
315# CONFIG_INET6_ESP is not set
316# CONFIG_INET6_IPCOMP is not set
317# CONFIG_INET6_XFRM_TUNNEL is not set
318# CONFIG_INET6_TUNNEL is not set
319CONFIG_INET6_XFRM_MODE_TRANSPORT=y
320CONFIG_INET6_XFRM_MODE_TUNNEL=y
321# CONFIG_IPV6_TUNNEL is not set
322# CONFIG_NETWORK_SECMARK is not set
323CONFIG_NETFILTER=y
324# CONFIG_NETFILTER_DEBUG is not set
325
326#
327# Core Netfilter Configuration
328#
329CONFIG_NETFILTER_NETLINK=y
330# CONFIG_NETFILTER_NETLINK_QUEUE is not set
331# CONFIG_NETFILTER_NETLINK_LOG is not set
332# CONFIG_NF_CONNTRACK is not set
333# CONFIG_NETFILTER_XTABLES is not set
334
335#
336# IP: Netfilter Configuration
337#
338# CONFIG_IP_NF_CONNTRACK is not set
339# CONFIG_IP_NF_QUEUE is not set
340
341#
342# IPv6: Netfilter Configuration (EXPERIMENTAL)
343#
344# CONFIG_IP6_NF_QUEUE is not set
345
346#
347# DCCP Configuration (EXPERIMENTAL)
348#
349# CONFIG_IP_DCCP is not set
350
351#
352# SCTP Configuration (EXPERIMENTAL)
353#
354# CONFIG_IP_SCTP is not set
355
356#
357# TIPC Configuration (EXPERIMENTAL)
358#
359# CONFIG_TIPC is not set
360# CONFIG_ATM is not set
361# CONFIG_BRIDGE is not set
362# CONFIG_VLAN_8021Q is not set
363# CONFIG_DECNET is not set
364# CONFIG_LLC2 is not set
365# CONFIG_IPX is not set
366# CONFIG_ATALK is not set
367# CONFIG_X25 is not set
368# CONFIG_LAPB is not set
369# CONFIG_ECONET is not set
370# CONFIG_WAN_ROUTER is not set
371
372#
373# QoS and/or fair queueing
374#
375# CONFIG_NET_SCHED is not set
376
377#
378# Network testing
379#
380# CONFIG_NET_PKTGEN is not set
381# CONFIG_HAMRADIO is not set
382# CONFIG_IRDA is not set
383CONFIG_BT=y
384CONFIG_BT_L2CAP=y
385CONFIG_BT_SCO=y
386CONFIG_BT_RFCOMM=y
387CONFIG_BT_RFCOMM_TTY=y
388CONFIG_BT_BNEP=y
389# CONFIG_BT_BNEP_MC_FILTER is not set
390# CONFIG_BT_BNEP_PROTO_FILTER is not set
391CONFIG_BT_HIDP=y
392
393#
394# Bluetooth device drivers
395#
396# CONFIG_BT_HCIUSB is not set
397# CONFIG_BT_HCIUART is not set
398# CONFIG_BT_HCIBCM203X is not set
399# CONFIG_BT_HCIBPA10X is not set
400# CONFIG_BT_HCIBFUSB is not set
401CONFIG_BT_HCIBRF6150=y
402# CONFIG_BT_HCIH4P is not set
403# CONFIG_BT_HCIVHCI is not set
404# CONFIG_IEEE80211 is not set
405CONFIG_WIRELESS_EXT=y
406
407#
408# Device Drivers
409#
410
411#
412# Generic Driver Options
413#
414CONFIG_STANDALONE=y
415CONFIG_PREVENT_FIRMWARE_BUILD=y
416CONFIG_FW_LOADER=y
417# CONFIG_DEBUG_DRIVER is not set
418# CONFIG_SYS_HYPERVISOR is not set
419
420#
421# Connector - unified userspace <-> kernelspace linker
422#
423CONFIG_CONNECTOR=y
424# CONFIG_PROC_EVENTS is not set
425
426#
427# Memory Technology Devices (MTD)
428#
429CONFIG_MTD=y
430# CONFIG_MTD_DEBUG is not set
431# CONFIG_MTD_CONCAT is not set
432CONFIG_MTD_PARTITIONS=y
433# CONFIG_MTD_REDBOOT_PARTS is not set
434CONFIG_MTD_CMDLINE_PARTS=y
435# CONFIG_MTD_AFS_PARTS is not set
436
437#
438# User Modules And Translation Layers
439#
440CONFIG_MTD_CHAR=y
441CONFIG_MTD_BLOCK=y
442# CONFIG_FTL is not set
443# CONFIG_NFTL is not set
444# CONFIG_INFTL is not set
445# CONFIG_RFD_FTL is not set
446
447#
448# RAM/ROM/Flash chip drivers
449#
450# CONFIG_MTD_CFI is not set
451# CONFIG_MTD_JEDECPROBE is not set
452CONFIG_MTD_MAP_BANK_WIDTH_1=y
453CONFIG_MTD_MAP_BANK_WIDTH_2=y
454CONFIG_MTD_MAP_BANK_WIDTH_4=y
455# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
456# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
457# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
458CONFIG_MTD_CFI_I1=y
459CONFIG_MTD_CFI_I2=y
460# CONFIG_MTD_CFI_I4 is not set
461# CONFIG_MTD_CFI_I8 is not set
462# CONFIG_MTD_RAM is not set
463# CONFIG_MTD_ROM is not set
464# CONFIG_MTD_ABSENT is not set
465# CONFIG_MTD_OBSOLETE_CHIPS is not set
466
467#
468# Mapping drivers for chip access
469#
470# CONFIG_MTD_COMPLEX_MAPPINGS is not set
471# CONFIG_MTD_PLATRAM is not set
472
473#
474# Self-contained MTD device drivers
475#
476# CONFIG_MTD_DATAFLASH is not set
477# CONFIG_MTD_M25P80 is not set
478# CONFIG_MTD_SLRAM is not set
479# CONFIG_MTD_PHRAM is not set
480# CONFIG_MTD_MTDRAM is not set
481# CONFIG_MTD_BLOCK2MTD is not set
482
483#
484# Disk-On-Chip Device Drivers
485#
486# CONFIG_MTD_DOC2000 is not set
487# CONFIG_MTD_DOC2001 is not set
488# CONFIG_MTD_DOC2001PLUS is not set
489
490#
491# NAND Flash Device Drivers
492#
493CONFIG_MTD_NAND=y
494# CONFIG_MTD_NAND_VERIFY_WRITE is not set
495# CONFIG_MTD_NAND_ECC_SMC is not set
496CONFIG_MTD_NAND_OMAP_HW=y
497CONFIG_MTD_NAND_IDS=y
498# CONFIG_MTD_NAND_DISKONCHIP is not set
499# CONFIG_MTD_NAND_NANDSIM is not set
500
501#
502# OneNAND Flash Device Drivers
503#
504# CONFIG_MTD_ONENAND is not set
505
506#
507# Parallel port support
508#
509# CONFIG_PARPORT is not set
510
511#
512# Plug and Play support
513#
514
515#
516# Block devices
517#
518# CONFIG_BLK_DEV_COW_COMMON is not set
519CONFIG_BLK_DEV_LOOP=y
520# CONFIG_BLK_DEV_CRYPTOLOOP is not set
521# CONFIG_BLK_DEV_NBD is not set
522# CONFIG_BLK_DEV_UB is not set
523# CONFIG_BLK_DEV_RAM is not set
524# CONFIG_BLK_DEV_INITRD is not set
525# CONFIG_CDROM_PKTCDVD is not set
526# CONFIG_ATA_OVER_ETH is not set
527
528#
529# SCSI device support
530#
531# CONFIG_RAID_ATTRS is not set
532CONFIG_SCSI=y
533# CONFIG_SCSI_PROC_FS is not set
534
535#
536# SCSI support type (disk, tape, CD-ROM)
537#
538CONFIG_BLK_DEV_SD=y
539# CONFIG_CHR_DEV_ST is not set
540# CONFIG_CHR_DEV_OSST is not set
541# CONFIG_BLK_DEV_SR is not set
542# CONFIG_CHR_DEV_SG is not set
543# CONFIG_CHR_DEV_SCH is not set
544
545#
546# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
547#
548# CONFIG_SCSI_MULTI_LUN is not set
549# CONFIG_SCSI_CONSTANTS is not set
550# CONFIG_SCSI_LOGGING is not set
551
552#
553# SCSI Transport Attributes
554#
555# CONFIG_SCSI_SPI_ATTRS is not set
556# CONFIG_SCSI_FC_ATTRS is not set
557# CONFIG_SCSI_ISCSI_ATTRS is not set
558# CONFIG_SCSI_SAS_ATTRS is not set
559
560#
561# SCSI low-level drivers
562#
563# CONFIG_ISCSI_TCP is not set
564# CONFIG_SCSI_SATA is not set
565# CONFIG_SCSI_DEBUG is not set
566
567#
568# Multi-device support (RAID and LVM)
569#
570# CONFIG_MD is not set
571
572#
573# Fusion MPT device support
574#
575# CONFIG_FUSION is not set
576
577#
578# IEEE 1394 (FireWire) support
579#
580
581#
582# I2O device support
583#
584
585#
586# Network device support
587#
588CONFIG_NETDEVICES=y
589# CONFIG_DUMMY is not set
590# CONFIG_BONDING is not set
591# CONFIG_EQUALIZER is not set
592CONFIG_TUN=y
593
594#
595# PHY device support
596#
597# CONFIG_PHYLIB is not set
598
599#
600# Ethernet (10 or 100Mbit)
601#
602CONFIG_NET_ETHERNET=y
603CONFIG_MII=y
604# CONFIG_SMC91X is not set
605# CONFIG_DM9000 is not set
606
607#
608# Ethernet (1000 Mbit)
609#
610
611#
612# Ethernet (10000 Mbit)
613#
614
615#
616# Token Ring devices
617#
618
619#
620# Wireless LAN (non-hamradio)
621#
622CONFIG_NET_RADIO=y
623# CONFIG_NET_WIRELESS_RTNETLINK is not set
624
625#
626# Obsolete Wireless cards support (pre-802.11)
627#
628# CONFIG_STRIP is not set
629# CONFIG_USB_ZD1201 is not set
630# CONFIG_HOSTAP is not set
631
632#
633# Wan interfaces
634#
635# CONFIG_WAN is not set
636CONFIG_PPP=y
637# CONFIG_PPP_MULTILINK is not set
638CONFIG_PPP_FILTER=y
639CONFIG_PPP_ASYNC=y
640# CONFIG_PPP_SYNC_TTY is not set
641CONFIG_PPP_DEFLATE=y
642CONFIG_PPP_BSDCOMP=y
643# CONFIG_PPP_MPPE is not set
644# CONFIG_PPPOE is not set
645# CONFIG_SLIP is not set
646# CONFIG_SHAPER is not set
647# CONFIG_NETCONSOLE is not set
648# CONFIG_NETPOLL is not set
649# CONFIG_NET_POLL_CONTROLLER is not set
650
651#
652# ISDN subsystem
653#
654# CONFIG_ISDN is not set
655
656#
657# Input device support
658#
659CONFIG_INPUT=y
660
661#
662# Userland interfaces
663#
664CONFIG_INPUT_MOUSEDEV=y
665# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
666CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
667CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
668# CONFIG_INPUT_JOYDEV is not set
669# CONFIG_INPUT_TSDEV is not set
670CONFIG_INPUT_EVDEV=y
671# CONFIG_INPUT_EVBUG is not set
672
673#
674# Input Device Drivers
675#
676CONFIG_INPUT_KEYBOARD=y
677# CONFIG_KEYBOARD_ATKBD is not set
678# CONFIG_KEYBOARD_SUNKBD is not set
679# CONFIG_KEYBOARD_LKKBD is not set
680# CONFIG_KEYBOARD_XTKBD is not set
681# CONFIG_KEYBOARD_NEWTON is not set
682CONFIG_KEYBOARD_OMAP=y
683# CONFIG_INPUT_MOUSE is not set
684# CONFIG_INPUT_JOYSTICK is not set
685CONFIG_INPUT_TOUCHSCREEN=y
686CONFIG_TOUCHSCREEN_ADS7846=y
687# CONFIG_TOUCHSCREEN_GUNZE is not set
688# CONFIG_TOUCHSCREEN_ELO is not set
689# CONFIG_TOUCHSCREEN_MTOUCH is not set
690# CONFIG_TOUCHSCREEN_MK712 is not set
691# CONFIG_INPUT_MISC is not set
692
693#
694# Hardware I/O ports
695#
696CONFIG_SERIO=y
697CONFIG_SERIO_SERPORT=y
698# CONFIG_SERIO_RAW is not set
699# CONFIG_GAMEPORT is not set
700
701#
702# Character devices
703#
704CONFIG_VT=y
705CONFIG_VT_CONSOLE=y
706CONFIG_HW_CONSOLE=y
707# CONFIG_VT_HW_CONSOLE_BINDING is not set
708# CONFIG_SERIAL_NONSTANDARD is not set
709
710#
711# Serial drivers
712#
713CONFIG_SERIAL_8250=y
714CONFIG_SERIAL_8250_CONSOLE=y
715CONFIG_SERIAL_8250_NR_UARTS=4
716CONFIG_SERIAL_8250_RUNTIME_UARTS=4
717# CONFIG_SERIAL_8250_EXTENDED is not set
718
719#
720# Non-8250 serial port support
721#
722# CONFIG_SERIAL_OMAP is not set
723CONFIG_SERIAL_CORE=y
724CONFIG_SERIAL_CORE_CONSOLE=y
725CONFIG_UNIX98_PTYS=y
726# CONFIG_LEGACY_PTYS is not set
727
728#
729# IPMI
730#
731# CONFIG_IPMI_HANDLER is not set
732
733#
734# Watchdog Cards
735#
736CONFIG_WATCHDOG=y
737CONFIG_WATCHDOG_NOWAYOUT=y
738
739#
740# Watchdog Device Drivers
741#
742# CONFIG_SOFT_WATCHDOG is not set
743
744#
745# USB-based Watchdog Cards
746#
747# CONFIG_USBPCWATCHDOG is not set
748CONFIG_OMAP_WATCHDOG=y
749CONFIG_HW_RANDOM=y
750CONFIG_HW_RANDOM_OMAP=y
751CONFIG_OMAP_RNG=y
752# CONFIG_NVRAM is not set
753# CONFIG_OMAP_RTC is not set
754# CONFIG_DTLK is not set
755# CONFIG_R3964 is not set
756
757#
758# Ftape, the floppy tape device driver
759#
760# CONFIG_RAW_DRIVER is not set
761
762#
763# TPM devices
764#
765# CONFIG_TCG_TPM is not set
766# CONFIG_TELCLOCK is not set
767
768#
769# I2C support
770#
771CONFIG_I2C=y
772# CONFIG_I2C_CHARDEV is not set
773
774#
775# I2C Algorithms
776#
777# CONFIG_I2C_ALGOBIT is not set
778# CONFIG_I2C_ALGOPCF is not set
779# CONFIG_I2C_ALGOPCA is not set
780
781#
782# I2C Hardware Bus support
783#
784# CONFIG_I2C_OCORES is not set
785# CONFIG_I2C_PARPORT_LIGHT is not set
786# CONFIG_I2C_STUB is not set
787# CONFIG_I2C_PCA_ISA is not set
788CONFIG_I2C_OMAP=y
789
790#
791# Miscellaneous I2C Chip support
792#
793# CONFIG_SENSORS_DS1337 is not set
794# CONFIG_SENSORS_DS1374 is not set
795# CONFIG_SENSORS_EEPROM is not set
796# CONFIG_SENSORS_PCF8574 is not set
797# CONFIG_SENSORS_PCA9539 is not set
798# CONFIG_SENSORS_PCF8591 is not set
799# CONFIG_ISP1301_OMAP is not set
800# CONFIG_TPS65010 is not set
801CONFIG_SENSORS_TLV320AIC23=y
802# CONFIG_GPIOEXPANDER_OMAP is not set
803# CONFIG_SENSORS_MAX6875 is not set
804# CONFIG_I2C_DEBUG_CORE is not set
805# CONFIG_I2C_DEBUG_ALGO is not set
806# CONFIG_I2C_DEBUG_BUS is not set
807# CONFIG_I2C_DEBUG_CHIP is not set
808
809#
810# SPI support
811#
812CONFIG_SPI=y
813# CONFIG_SPI_DEBUG is not set
814CONFIG_SPI_MASTER=y
815
816#
817# SPI Master Controller Drivers
818#
819CONFIG_SPI_BITBANG=y
820CONFIG_SPI_OMAP_UWIRE=y
821
822#
823# SPI Protocol Masters
824#
825# CONFIG_SPI_TSC2301 is not set
826
827#
828# Dallas's 1-wire bus
829#
830# CONFIG_W1 is not set
831
832#
833# Hardware Monitoring support
834#
835CONFIG_HWMON=y
836# CONFIG_HWMON_VID is not set
837# CONFIG_SENSORS_ABITUGURU is not set
838# CONFIG_SENSORS_ADM1021 is not set
839# CONFIG_SENSORS_ADM1025 is not set
840# CONFIG_SENSORS_ADM1026 is not set
841# CONFIG_SENSORS_ADM1031 is not set
842# CONFIG_SENSORS_ADM9240 is not set
843# CONFIG_SENSORS_ASB100 is not set
844# CONFIG_SENSORS_ATXP1 is not set
845# CONFIG_SENSORS_DS1621 is not set
846# CONFIG_SENSORS_F71805F is not set
847# CONFIG_SENSORS_FSCHER is not set
848# CONFIG_SENSORS_FSCPOS is not set
849# CONFIG_SENSORS_GL518SM is not set
850# CONFIG_SENSORS_GL520SM is not set
851# CONFIG_SENSORS_IT87 is not set
852# CONFIG_SENSORS_LM63 is not set
853# CONFIG_SENSORS_LM70 is not set
854# CONFIG_SENSORS_LM75 is not set
855# CONFIG_SENSORS_LM77 is not set
856# CONFIG_SENSORS_LM78 is not set
857# CONFIG_SENSORS_LM80 is not set
858# CONFIG_SENSORS_LM83 is not set
859# CONFIG_SENSORS_LM85 is not set
860# CONFIG_SENSORS_LM87 is not set
861# CONFIG_SENSORS_LM90 is not set
862# CONFIG_SENSORS_LM92 is not set
863# CONFIG_SENSORS_MAX1619 is not set
864# CONFIG_SENSORS_PC87360 is not set
865# CONFIG_SENSORS_SMSC47M1 is not set
866# CONFIG_SENSORS_SMSC47M192 is not set
867# CONFIG_SENSORS_SMSC47B397 is not set
868# CONFIG_SENSORS_TMP105 is not set
869# CONFIG_SENSORS_W83781D is not set
870# CONFIG_SENSORS_W83791D is not set
871# CONFIG_SENSORS_W83792D is not set
872# CONFIG_SENSORS_W83L785TS is not set
873# CONFIG_SENSORS_W83627HF is not set
874# CONFIG_SENSORS_W83627EHF is not set
875# CONFIG_HWMON_DEBUG_CHIP is not set
876
877#
878# Misc devices
879#
880
881#
882# LED devices
883#
884# CONFIG_NEW_LEDS is not set
885
886#
887# LED drivers
888#
889
890#
891# LED Triggers
892#
893
894#
895# Multimedia devices
896#
897# CONFIG_VIDEO_DEV is not set
898CONFIG_VIDEO_V4L2=y
899
900#
901# Digital Video Broadcasting Devices
902#
903# CONFIG_DVB is not set
904# CONFIG_USB_DABUSB is not set
905
906#
907# Graphics support
908#
909CONFIG_FIRMWARE_EDID=y
910CONFIG_FB=y
911# CONFIG_FB_CFB_FILLRECT is not set
912# CONFIG_FB_CFB_COPYAREA is not set
913# CONFIG_FB_CFB_IMAGEBLIT is not set
914# CONFIG_FB_MACMODES is not set
915# CONFIG_FB_BACKLIGHT is not set
916# CONFIG_FB_MODE_HELPERS is not set
917# CONFIG_FB_TILEBLITTING is not set
918# CONFIG_FB_S1D13XXX is not set
919# CONFIG_FB_VIRTUAL is not set
920CONFIG_FB_OMAP=y
921CONFIG_FB_OMAP_LCDC_EXTERNAL=y
922CONFIG_FB_OMAP_LCDC_HWA742=y
923# CONFIG_FB_OMAP_LCDC_BLIZZARD is not set
924CONFIG_FB_OMAP_MANUAL_UPDATE=y
925CONFIG_FB_OMAP_LCD_MIPID=y
926# CONFIG_FB_OMAP_BOOTLOADER_INIT is not set
927CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2
928# CONFIG_FB_OMAP_DMA_TUNE is not set
929
930#
931# Console display driver support
932#
933# CONFIG_VGA_CONSOLE is not set
934CONFIG_DUMMY_CONSOLE=y
935# CONFIG_FRAMEBUFFER_CONSOLE is not set
936
937#
938# Logo configuration
939#
940# CONFIG_LOGO is not set
941# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
942
943#
944# Sound
945#
946CONFIG_SOUND=y
947
948#
949# Advanced Linux Sound Architecture
950#
951CONFIG_SND=y
952CONFIG_SND_TIMER=y
953CONFIG_SND_PCM=y
954CONFIG_SND_HWDEP=y
955CONFIG_SND_RAWMIDI=y
956# CONFIG_SND_SEQUENCER is not set
957# CONFIG_SND_MIXER_OSS is not set
958# CONFIG_SND_PCM_OSS is not set
959# CONFIG_SND_DYNAMIC_MINORS is not set
960# CONFIG_SND_SUPPORT_OLD_API is not set
961CONFIG_SND_VERBOSE_PROCFS=y
962# CONFIG_SND_VERBOSE_PRINTK is not set
963# CONFIG_SND_DEBUG is not set
964
965#
966# Generic devices
967#
968CONFIG_SND_DUMMY=y
969# CONFIG_SND_MTPAV is not set
970# CONFIG_SND_SERIAL_U16550 is not set
971# CONFIG_SND_MPU401 is not set
972
973#
974# ALSA ARM devices
975#
976CONFIG_SND_OMAP_AIC23=y
977# CONFIG_SND_OMAP_TSC2101 is not set
978# CONFIG_SND_OMAP24XX_EAC is not set
979
980#
981# USB devices
982#
983CONFIG_SND_USB_AUDIO=y
984
985#
986# Open Sound System
987#
988# CONFIG_SOUND_PRIME is not set
989
990#
991# USB support
992#
993CONFIG_USB_ARCH_HAS_HCD=y
994CONFIG_USB_ARCH_HAS_OHCI=y
995# CONFIG_USB_ARCH_HAS_EHCI is not set
996CONFIG_USB=y
997# CONFIG_USB_DEBUG is not set
998
999#
1000# Miscellaneous USB options
1001#
1002CONFIG_USB_DEVICEFS=y
1003CONFIG_USB_BANDWIDTH=y
1004# CONFIG_USB_DYNAMIC_MINORS is not set
1005CONFIG_USB_SUSPEND=y
1006# CONFIG_USB_OTG is not set
1007
1008#
1009# USB Host Controller Drivers
1010#
1011# CONFIG_USB_ISP116X_HCD is not set
1012# CONFIG_USB_OHCI_HCD is not set
1013# CONFIG_USB_SL811_HCD is not set
1014# CONFIG_USB_MUSB_HDRC is not set
1015# CONFIG_USB_GADGET_MUSB_HDRC is not set
1016
1017#
1018# USB Device Class drivers
1019#
1020# CONFIG_USB_ACM is not set
1021# CONFIG_USB_PRINTER is not set
1022
1023#
1024# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
1025#
1026
1027#
1028# may also be needed; see USB_STORAGE Help for more information
1029#
1030CONFIG_USB_STORAGE=y
1031# CONFIG_USB_STORAGE_DEBUG is not set
1032# CONFIG_USB_STORAGE_DATAFAB is not set
1033# CONFIG_USB_STORAGE_FREECOM is not set
1034# CONFIG_USB_STORAGE_DPCM is not set
1035# CONFIG_USB_STORAGE_USBAT is not set
1036# CONFIG_USB_STORAGE_SDDR09 is not set
1037# CONFIG_USB_STORAGE_SDDR55 is not set
1038# CONFIG_USB_STORAGE_JUMPSHOT is not set
1039# CONFIG_USB_STORAGE_ALAUDA is not set
1040# CONFIG_USB_LIBUSUAL is not set
1041
1042#
1043# USB Input Devices
1044#
1045CONFIG_USB_HID=y
1046CONFIG_USB_HIDINPUT=y
1047# CONFIG_USB_HIDINPUT_POWERBOOK is not set
1048# CONFIG_HID_FF is not set
1049# CONFIG_USB_HIDDEV is not set
1050# CONFIG_USB_AIPTEK is not set
1051# CONFIG_USB_WACOM is not set
1052# CONFIG_USB_ACECAD is not set
1053# CONFIG_USB_KBTAB is not set
1054# CONFIG_USB_POWERMATE is not set
1055# CONFIG_USB_TOUCHSCREEN is not set
1056# CONFIG_USB_YEALINK is not set
1057# CONFIG_USB_XPAD is not set
1058# CONFIG_USB_ATI_REMOTE is not set
1059# CONFIG_USB_ATI_REMOTE2 is not set
1060# CONFIG_USB_KEYSPAN_REMOTE is not set
1061# CONFIG_USB_APPLETOUCH is not set
1062
1063#
1064# USB Imaging devices
1065#
1066# CONFIG_USB_MDC800 is not set
1067# CONFIG_USB_MICROTEK is not set
1068
1069#
1070# USB Network Adapters
1071#
1072# CONFIG_USB_CATC is not set
1073# CONFIG_USB_KAWETH is not set
1074# CONFIG_USB_PEGASUS is not set
1075# CONFIG_USB_RTL8150 is not set
1076CONFIG_USB_USBNET=y
1077# CONFIG_USB_NET_AX8817X is not set
1078CONFIG_USB_NET_CDCETHER=y
1079# CONFIG_USB_NET_GL620A is not set
1080CONFIG_USB_NET_NET1080=y
1081# CONFIG_USB_NET_PLUSB is not set
1082# CONFIG_USB_NET_RNDIS_HOST is not set
1083# CONFIG_USB_NET_CDC_SUBSET is not set
1084CONFIG_USB_NET_ZAURUS=y
1085# CONFIG_USB_MON is not set
1086
1087#
1088# USB port drivers
1089#
1090
1091#
1092# USB Serial Converter support
1093#
1094CONFIG_USB_SERIAL=y
1095CONFIG_USB_SERIAL_CONSOLE=y
1096# CONFIG_USB_SERIAL_GENERIC is not set
1097# CONFIG_USB_SERIAL_AIRPRIME is not set
1098# CONFIG_USB_SERIAL_ARK3116 is not set
1099# CONFIG_USB_SERIAL_BELKIN is not set
1100# CONFIG_USB_SERIAL_WHITEHEAT is not set
1101# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
1102# CONFIG_USB_SERIAL_CP2101 is not set
1103# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
1104# CONFIG_USB_SERIAL_EMPEG is not set
1105# CONFIG_USB_SERIAL_FTDI_SIO is not set
1106# CONFIG_USB_SERIAL_FUNSOFT is not set
1107# CONFIG_USB_SERIAL_VISOR is not set
1108# CONFIG_USB_SERIAL_IPAQ is not set
1109# CONFIG_USB_SERIAL_IR is not set
1110# CONFIG_USB_SERIAL_EDGEPORT is not set
1111# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
1112# CONFIG_USB_SERIAL_GARMIN is not set
1113# CONFIG_USB_SERIAL_IPW is not set
1114# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
1115# CONFIG_USB_SERIAL_KEYSPAN is not set
1116# CONFIG_USB_SERIAL_KLSI is not set
1117# CONFIG_USB_SERIAL_KOBIL_SCT is not set
1118# CONFIG_USB_SERIAL_MCT_U232 is not set
1119# CONFIG_USB_SERIAL_NAVMAN is not set
1120CONFIG_USB_SERIAL_PL2303=y
1121# CONFIG_USB_SERIAL_HP4X is not set
1122# CONFIG_USB_SERIAL_SAFE is not set
1123# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
1124# CONFIG_USB_SERIAL_TI is not set
1125# CONFIG_USB_SERIAL_CYBERJACK is not set
1126# CONFIG_USB_SERIAL_XIRCOM is not set
1127# CONFIG_USB_SERIAL_OPTION is not set
1128# CONFIG_USB_SERIAL_OMNINET is not set
1129
1130#
1131# USB Miscellaneous drivers
1132#
1133# CONFIG_USB_EMI62 is not set
1134# CONFIG_USB_EMI26 is not set
1135# CONFIG_USB_AUERSWALD is not set
1136# CONFIG_USB_RIO500 is not set
1137# CONFIG_USB_LEGOTOWER is not set
1138# CONFIG_USB_LCD is not set
1139# CONFIG_USB_LED is not set
1140# CONFIG_USB_CYPRESS_CY7C63 is not set
1141# CONFIG_USB_CYTHERM is not set
1142# CONFIG_USB_PHIDGETKIT is not set
1143# CONFIG_USB_PHIDGETSERVO is not set
1144# CONFIG_USB_IDMOUSE is not set
1145# CONFIG_USB_APPLEDISPLAY is not set
1146# CONFIG_USB_LD is not set
1147# CONFIG_USB_TEST is not set
1148
1149#
1150# USB DSL modem support
1151#
1152
1153#
1154# USB Gadget Support
1155#
1156CONFIG_USB_GADGET=y
1157# CONFIG_USB_GADGET_DEBUG_FILES is not set
1158CONFIG_USB_GADGET_SELECTED=y
1159# CONFIG_USB_GADGET_NET2280 is not set
1160# CONFIG_USB_GADGET_PXA2XX is not set
1161# CONFIG_USB_GADGET_GOKU is not set
1162# CONFIG_USB_GADGET_LH7A40X is not set
1163CONFIG_USB_GADGET_OMAP=y
1164CONFIG_USB_OMAP=y
1165# CONFIG_USB_GADGET_AT91 is not set
1166# CONFIG_USB_GADGET_DUMMY_HCD is not set
1167# CONFIG_USB_GADGET_DUALSPEED is not set
1168# CONFIG_USB_ZERO is not set
1169CONFIG_USB_ETH=m
1170CONFIG_USB_ETH_RNDIS=y
1171# CONFIG_USB_GADGETFS is not set
1172CONFIG_USB_FILE_STORAGE=m
1173CONFIG_USB_FILE_STORAGE_TEST=y
1174# CONFIG_USB_G_SERIAL is not set
1175
1176#
1177# MMC/SD Card support
1178#
1179CONFIG_MMC=y
1180# CONFIG_MMC_DEBUG is not set
1181CONFIG_MMC_BLOCK=y
1182CONFIG_MMC_OMAP=y
1183
1184#
1185# Real Time Clock
1186#
1187CONFIG_RTC_LIB=y
1188# CONFIG_RTC_CLASS is not set
1189
1190#
1191# Synchronous Serial Interfaces (SSI)
1192#
1193CONFIG_OMAP_UWIRE=y
1194# CONFIG_OMAP_TSC2101 is not set
1195
1196#
1197# CBUS support
1198#
1199CONFIG_CBUS=y
1200CONFIG_CBUS_TAHVO=y
1201CONFIG_CBUS_TAHVO_USER=y
1202CONFIG_CBUS_TAHVO_USB=y
1203CONFIG_CBUS_RETU=y
1204CONFIG_CBUS_RETU_USER=y
1205CONFIG_CBUS_RETU_POWERBUTTON=y
1206CONFIG_CBUS_RETU_RTC=y
1207CONFIG_CBUS_RETU_WDT=y
1208# CONFIG_CBUS_RETU_HEADSET is not set
1209
1210#
1211# File systems
1212#
1213CONFIG_EXT2_FS=y
1214# CONFIG_EXT2_FS_XATTR is not set
1215# CONFIG_EXT2_FS_XIP is not set
1216CONFIG_EXT3_FS=y
1217CONFIG_EXT3_FS_XATTR=y
1218# CONFIG_EXT3_FS_POSIX_ACL is not set
1219# CONFIG_EXT3_FS_SECURITY is not set
1220CONFIG_JBD=y
1221# CONFIG_JBD_DEBUG is not set
1222CONFIG_FS_MBCACHE=y
1223# CONFIG_REISERFS_FS is not set
1224# CONFIG_JFS_FS is not set
1225# CONFIG_FS_POSIX_ACL is not set
1226# CONFIG_XFS_FS is not set
1227# CONFIG_OCFS2_FS is not set
1228# CONFIG_MINIX_FS is not set
1229# CONFIG_ROMFS_FS is not set
1230CONFIG_INOTIFY=y
1231CONFIG_INOTIFY_USER=y
1232# CONFIG_QUOTA is not set
1233CONFIG_DNOTIFY=y
1234# CONFIG_AUTOFS_FS is not set
1235# CONFIG_AUTOFS4_FS is not set
1236# CONFIG_FUSE_FS is not set
1237
1238#
1239# CD-ROM/DVD Filesystems
1240#
1241# CONFIG_ISO9660_FS is not set
1242# CONFIG_UDF_FS is not set
1243
1244#
1245# DOS/FAT/NT Filesystems
1246#
1247CONFIG_FAT_FS=y
1248CONFIG_MSDOS_FS=y
1249CONFIG_VFAT_FS=y
1250CONFIG_FAT_DEFAULT_CODEPAGE=437
1251CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1252# CONFIG_NTFS_FS is not set
1253
1254#
1255# Pseudo filesystems
1256#
1257CONFIG_PROC_FS=y
1258CONFIG_SYSFS=y
1259CONFIG_TMPFS=y
1260# CONFIG_HUGETLB_PAGE is not set
1261CONFIG_RAMFS=y
1262# CONFIG_CONFIGFS_FS is not set
1263
1264#
1265# Miscellaneous filesystems
1266#
1267# CONFIG_ADFS_FS is not set
1268# CONFIG_AFFS_FS is not set
1269# CONFIG_HFS_FS is not set
1270# CONFIG_HFSPLUS_FS is not set
1271# CONFIG_BEFS_FS is not set
1272# CONFIG_BFS_FS is not set
1273# CONFIG_EFS_FS is not set
1274# CONFIG_JFFS_FS is not set
1275CONFIG_JFFS2_FS=y
1276CONFIG_JFFS2_FS_DEBUG=0
1277CONFIG_JFFS2_FS_WRITEBUFFER=y
1278CONFIG_JFFS2_SUMMARY=y
1279# CONFIG_JFFS2_FS_XATTR is not set
1280CONFIG_JFFS2_COMPRESSION_OPTIONS=y
1281CONFIG_JFFS2_ZLIB=y
1282CONFIG_JFFS2_LZO=y
1283CONFIG_JFFS2_RTIME=y
1284# CONFIG_JFFS2_RUBIN is not set
1285# CONFIG_JFFS2_CMODE_NONE is not set
1286CONFIG_JFFS2_CMODE_PRIORITY=y
1287# CONFIG_JFFS2_CMODE_SIZE is not set
1288# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
1289# CONFIG_CRAMFS is not set
1290# CONFIG_VXFS_FS is not set
1291# CONFIG_HPFS_FS is not set
1292# CONFIG_QNX4FS_FS is not set
1293# CONFIG_SYSV_FS is not set
1294# CONFIG_UFS_FS is not set
1295
1296#
1297# Network File Systems
1298#
1299CONFIG_NFS_FS=y
1300CONFIG_NFS_V3=y
1301# CONFIG_NFS_V3_ACL is not set
1302# CONFIG_NFS_V4 is not set
1303# CONFIG_NFS_DIRECTIO is not set
1304# CONFIG_NFSD is not set
1305# CONFIG_ROOT_NFS is not set
1306CONFIG_LOCKD=y
1307CONFIG_LOCKD_V4=y
1308CONFIG_NFS_COMMON=y
1309CONFIG_SUNRPC=y
1310# CONFIG_RPCSEC_GSS_KRB5 is not set
1311# CONFIG_RPCSEC_GSS_SPKM3 is not set
1312# CONFIG_SMB_FS is not set
1313# CONFIG_CIFS is not set
1314# CONFIG_NCP_FS is not set
1315# CONFIG_CODA_FS is not set
1316# CONFIG_AFS_FS is not set
1317# CONFIG_9P_FS is not set
1318
1319#
1320# Partition Types
1321#
1322CONFIG_PARTITION_ADVANCED=y
1323# CONFIG_ACORN_PARTITION is not set
1324# CONFIG_OSF_PARTITION is not set
1325# CONFIG_AMIGA_PARTITION is not set
1326# CONFIG_ATARI_PARTITION is not set
1327# CONFIG_MAC_PARTITION is not set
1328CONFIG_MSDOS_PARTITION=y
1329# CONFIG_BSD_DISKLABEL is not set
1330# CONFIG_MINIX_SUBPARTITION is not set
1331# CONFIG_SOLARIS_X86_PARTITION is not set
1332# CONFIG_UNIXWARE_DISKLABEL is not set
1333# CONFIG_LDM_PARTITION is not set
1334# CONFIG_SGI_PARTITION is not set
1335# CONFIG_ULTRIX_PARTITION is not set
1336# CONFIG_SUN_PARTITION is not set
1337# CONFIG_KARMA_PARTITION is not set
1338# CONFIG_EFI_PARTITION is not set
1339
1340#
1341# Native Language Support
1342#
1343CONFIG_NLS=y
1344CONFIG_NLS_DEFAULT="iso8859-1"
1345CONFIG_NLS_CODEPAGE_437=y
1346# CONFIG_NLS_CODEPAGE_737 is not set
1347# CONFIG_NLS_CODEPAGE_775 is not set
1348# CONFIG_NLS_CODEPAGE_850 is not set
1349CONFIG_NLS_CODEPAGE_852=y
1350# CONFIG_NLS_CODEPAGE_855 is not set
1351# CONFIG_NLS_CODEPAGE_857 is not set
1352# CONFIG_NLS_CODEPAGE_860 is not set
1353# CONFIG_NLS_CODEPAGE_861 is not set
1354# CONFIG_NLS_CODEPAGE_862 is not set
1355# CONFIG_NLS_CODEPAGE_863 is not set
1356# CONFIG_NLS_CODEPAGE_864 is not set
1357# CONFIG_NLS_CODEPAGE_865 is not set
1358# CONFIG_NLS_CODEPAGE_866 is not set
1359# CONFIG_NLS_CODEPAGE_869 is not set
1360# CONFIG_NLS_CODEPAGE_936 is not set
1361# CONFIG_NLS_CODEPAGE_950 is not set
1362# CONFIG_NLS_CODEPAGE_932 is not set
1363# CONFIG_NLS_CODEPAGE_949 is not set
1364# CONFIG_NLS_CODEPAGE_874 is not set
1365# CONFIG_NLS_ISO8859_8 is not set
1366# CONFIG_NLS_CODEPAGE_1250 is not set
1367# CONFIG_NLS_CODEPAGE_1251 is not set
1368# CONFIG_NLS_ASCII is not set
1369CONFIG_NLS_ISO8859_1=y
1370# CONFIG_NLS_ISO8859_2 is not set
1371# CONFIG_NLS_ISO8859_3 is not set
1372# CONFIG_NLS_ISO8859_4 is not set
1373# CONFIG_NLS_ISO8859_5 is not set
1374# CONFIG_NLS_ISO8859_6 is not set
1375# CONFIG_NLS_ISO8859_7 is not set
1376# CONFIG_NLS_ISO8859_9 is not set
1377# CONFIG_NLS_ISO8859_13 is not set
1378# CONFIG_NLS_ISO8859_14 is not set
1379CONFIG_NLS_ISO8859_15=y
1380# CONFIG_NLS_KOI8_R is not set
1381# CONFIG_NLS_KOI8_U is not set
1382CONFIG_NLS_UTF8=y
1383
1384#
1385# Profiling support
1386#
1387# CONFIG_PROFILING is not set
1388
1389#
1390# Kernel hacking
1391#
1392# CONFIG_PRINTK_TIME is not set
1393CONFIG_MAGIC_SYSRQ=y
1394# CONFIG_UNUSED_SYMBOLS is not set
1395CONFIG_DEBUG_KERNEL=y
1396CONFIG_LOG_BUF_SHIFT=14
1397CONFIG_DETECT_SOFTLOCKUP=y
1398# CONFIG_SCHEDSTATS is not set
1399# CONFIG_DEBUG_SLAB is not set
1400# CONFIG_DEBUG_RT_MUTEXES is not set
1401# CONFIG_RT_MUTEX_TESTER is not set
1402# CONFIG_DEBUG_SPINLOCK is not set
1403CONFIG_DEBUG_MUTEXES=y
1404# CONFIG_DEBUG_RWSEMS is not set
1405# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1406# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1407# CONFIG_DEBUG_KOBJECT is not set
1408CONFIG_DEBUG_BUGVERBOSE=y
1409# CONFIG_DEBUG_INFO is not set
1410# CONFIG_DEBUG_FS is not set
1411# CONFIG_DEBUG_VM is not set
1412CONFIG_FRAME_POINTER=y
1413# CONFIG_UNWIND_INFO is not set
1414CONFIG_FORCED_INLINING=y
1415# CONFIG_RCU_TORTURE_TEST is not set
1416# CONFIG_DEBUG_USER is not set
1417# CONFIG_DEBUG_WAITQ is not set
1418CONFIG_DEBUG_ERRORS=y
1419# CONFIG_DEBUG_LL is not set
1420
1421#
1422# Security options
1423#
1424# CONFIG_KEYS is not set
1425CONFIG_SECURITY=y
1426# CONFIG_SECURITY_NETWORK is not set
1427# CONFIG_SECURITY_CAPABILITIES is not set
1428# CONFIG_SECURITY_ROOTPLUG is not set
1429# CONFIG_SECURITY_SECLVL is not set
1430# CONFIG_SECURITY_LOWMEM is not set
1431
1432#
1433# Cryptographic options
1434#
1435# CONFIG_CRYPTO is not set
1436
1437#
1438# Hardware crypto devices
1439#
1440
1441#
1442# Library routines
1443#
1444CONFIG_CRC_CCITT=y
1445# CONFIG_CRC16 is not set
1446CONFIG_CRC32=y
1447# CONFIG_LIBCRC32C is not set
1448CONFIG_LZO=y
1449CONFIG_ZLIB_INFLATE=y
1450CONFIG_ZLIB_DEFLATE=y
1451CONFIG_PLIST=y
diff --git a/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia770_nand_fix.patch b/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia770_nand_fix.patch
new file mode 100644
index 0000000000..79d53545e3
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia770_nand_fix.patch
@@ -0,0 +1,415 @@
1---
2 arch/arm/mach-omap1/board-nokia770.c | 60 +++++++++++++++++++++++++++++++----
3 arch/arm/mach-omap1/mmu.c | 1
4 drivers/cbus/tahvo-usb.c | 4 +-
5 drivers/i2c/chips/isp1301_omap.c | 1
6 drivers/mtd/mtdchar.c | 6 +++
7 drivers/mtd/mtdpart.c | 5 ++
8 drivers/mtd/nand/omap-hw.c | 55 +++++++++++++++-----------------
9 drivers/serial/8250.c | 2 +
10 drivers/video/omap/omapfb_main.c | 4 +-
11 include/asm-arm/arch-omap/keypad.h | 3 +
12 include/asm-arm/arch-omap/serial.h | 16 +++++++++
13 11 files changed, 118 insertions(+), 39 deletions(-)
14
15Index: linux-g/arch/arm/mach-omap1/board-nokia770.c
16===================================================================
17--- linux-g.orig/arch/arm/mach-omap1/board-nokia770.c 2006-11-08 13:18:39.000000000 +0100
18+++ linux-g/arch/arm/mach-omap1/board-nokia770.c 2007-08-13 16:23:15.000000000 +0200
19@@ -16,6 +16,8 @@
20
21 #include <linux/spi/spi.h>
22 #include <linux/spi/ads7846.h>
23+#include <linux/workqueue.h>
24+#include <linux/delay.h>
25
26 #include <asm/hardware.h>
27 #include <asm/mach-types.h>
28@@ -33,9 +35,12 @@
29 #include <asm/arch/gpio.h>
30 #include <asm/arch/omapfb.h>
31 #include <asm/arch/hwa742.h>
32+#include <asm/arch/lcd_mipid.h>
33
34 #include "../plat-omap/dsp/dsp_common.h"
35
36+#define ADS7846_PENDOWN_GPIO 15
37+
38 static void __init omap_nokia770_init_irq(void)
39 {
40 /* On Nokia 770, the SleepX signal is masked with an
41@@ -75,9 +80,11 @@
42 };
43
44 static struct omap_kp_platform_data nokia770_kp_data = {
45- .rows = 8,
46- .cols = 8,
47- .keymap = nokia770_keymap
48+ .rows = 8,
49+ .cols = 8,
50+ .keymap = nokia770_keymap,
51+ .keymapsize = ARRAY_SIZE(nokia770_keymap),
52+ .delay = 4,
53 };
54
55 static struct platform_device nokia770_kp_device = {
56@@ -94,6 +101,41 @@
57 &nokia770_kp_device,
58 };
59
60+static void mipid_shutdown(struct mipid_platform_data *pdata)
61+{
62+ if (pdata->nreset_gpio != -1) {
63+ printk(KERN_INFO "shutdown LCD\n");
64+ omap_set_gpio_dataout(pdata->nreset_gpio, 0);
65+ msleep(120);
66+ }
67+}
68+
69+static struct mipid_platform_data nokia770_mipid_platform_data = {
70+ .shutdown = mipid_shutdown,
71+};
72+
73+static void mipid_dev_init(void)
74+{
75+ const struct omap_lcd_config *conf;
76+
77+ conf = omap_get_config(OMAP_TAG_LCD, struct omap_lcd_config);
78+ if (conf != NULL) {
79+ nokia770_mipid_platform_data.nreset_gpio = conf->nreset_gpio;
80+ nokia770_mipid_platform_data.data_lines = conf->data_lines;
81+ }
82+}
83+
84+static void ads7846_dev_init(void)
85+{
86+ if (omap_request_gpio(ADS7846_PENDOWN_GPIO) < 0)
87+ printk(KERN_ERR "can't get ads7846 pen down GPIO\n");
88+}
89+
90+static int ads7846_get_pendown_state(void)
91+{
92+ return !omap_get_gpio_datain(ADS7846_PENDOWN_GPIO);
93+}
94+
95 static struct ads7846_platform_data nokia770_ads7846_platform_data __initdata = {
96 .x_max = 0x0fff,
97 .y_max = 0x0fff,
98@@ -101,14 +143,17 @@
99 .pressure_max = 255,
100 .debounce_max = 10,
101 .debounce_tol = 3,
102+ .debounce_rep = 1,
103+ .get_pendown_state = ads7846_get_pendown_state,
104 };
105
106 static struct spi_board_info nokia770_spi_board_info[] __initdata = {
107 [0] = {
108- .modalias = "lcd_lph8923",
109+ .modalias = "lcd_mipid",
110 .bus_num = 2,
111 .chip_select = 3,
112 .max_speed_hz = 12000000,
113+ .platform_data = &nokia770_mipid_platform_data,
114 },
115 [1] = {
116 .modalias = "ads7846",
117@@ -189,7 +234,7 @@
118 },
119 };
120
121-static struct omap_board_config_kernel nokia770_config[] = {
122+static struct omap_board_config_kernel nokia770_config[] __initdata = {
123 { OMAP_TAG_USB, NULL },
124 { OMAP_TAG_MMC, &nokia770_mmc_config },
125 };
126@@ -235,7 +280,7 @@
127 printk("HP connected\n");
128 }
129
130-static void codec_delayed_power_down(void *arg)
131+static void codec_delayed_power_down(struct work_struct *work)
132 {
133 down(&audio_pwr_sem);
134 if (audio_pwr_state == -1)
135@@ -326,9 +371,12 @@
136 ARRAY_SIZE(nokia770_spi_board_info));
137 omap_board_config = nokia770_config;
138 omap_board_config_size = ARRAY_SIZE(nokia770_config);
139+ omap_gpio_init();
140 omap_serial_init();
141 omap_dsp_init();
142 hwa742_dev_init();
143+ ads7846_dev_init();
144+ mipid_dev_init();
145 }
146
147 static void __init omap_nokia770_map_io(void)
148Index: linux-g/arch/arm/mach-omap1/mmu.c
149===================================================================
150--- linux-g.orig/arch/arm/mach-omap1/mmu.c 2007-08-13 13:54:01.000000000 +0200
151+++ linux-g/arch/arm/mach-omap1/mmu.c 2007-08-13 16:23:15.000000000 +0200
152@@ -29,6 +29,7 @@
153 #include <linux/kernel.h>
154 #include <linux/mm.h>
155 #include <linux/err.h>
156+#include <linux/delay.h>
157 #include "mmu.h"
158 #include <asm/tlbflush.h>
159
160Index: linux-g/drivers/cbus/tahvo-usb.c
161===================================================================
162--- linux-g.orig/drivers/cbus/tahvo-usb.c 2006-11-08 13:18:51.000000000 +0100
163+++ linux-g/drivers/cbus/tahvo-usb.c 2007-08-13 16:23:15.000000000 +0200
164@@ -135,8 +135,8 @@
165 if ((!(OTG_CTRL_REG & OTG_DRIVER_SEL)) &&
166 tu->otg.host && tu->otg.state == OTG_STATE_A_HOST) {
167 /* role is host */
168- usb_bus_start_enum(tu->otg.host,
169- tu->otg.host->otg_port);
170+ //usb_bus_start_enum(tu->otg.host,
171+ // tu->otg.host->otg_port);
172 }
173 OTG_IRQ_SRC_REG = DRIVER_SWITCH;
174 } else
175Index: linux-g/drivers/i2c/chips/isp1301_omap.c
176===================================================================
177--- linux-g.orig/drivers/i2c/chips/isp1301_omap.c 2006-11-08 13:18:51.000000000 +0100
178+++ linux-g/drivers/i2c/chips/isp1301_omap.c 2007-08-13 16:23:15.000000000 +0200
179@@ -32,6 +32,7 @@
180 #include <linux/usb_gadget.h>
181 #include <linux/usb.h>
182 #include <linux/usb_otg.h>
183+#include <linux/usb/otg.h>
184 #include <linux/i2c.h>
185 #include <linux/workqueue.h>
186
187Index: linux-g/drivers/mtd/mtdchar.c
188===================================================================
189--- linux-g.orig/drivers/mtd/mtdchar.c 2006-11-08 13:18:55.000000000 +0100
190+++ linux-g/drivers/mtd/mtdchar.c 2007-08-13 16:23:15.000000000 +0200
191@@ -622,6 +622,12 @@
192 break;
193 }
194
195+ case MEMSETOOBSEL:
196+ {
197+ break;
198+ }
199+
200+
201 case MEMGETBADBLOCK:
202 {
203 loff_t offs;
204Index: linux-g/drivers/mtd/mtdpart.c
205===================================================================
206--- linux-g.orig/drivers/mtd/mtdpart.c 2006-11-08 13:18:55.000000000 +0100
207+++ linux-g/drivers/mtd/mtdpart.c 2007-08-13 16:23:15.000000000 +0200
208@@ -200,6 +200,11 @@
209 return -EINVAL;
210 instr->addr += part->offset;
211 ret = part->master->erase(part->master, instr);
212+ if (ret) {
213+ if (instr->fail_addr != 0xffffffff)
214+ instr->fail_addr -= part->offset;
215+ instr->addr -= part->offset;
216+ }
217 return ret;
218 }
219
220Index: linux-g/drivers/mtd/nand/omap-hw.c
221===================================================================
222--- linux-g.orig/drivers/mtd/nand/omap-hw.c 2006-11-08 13:18:55.000000000 +0100
223+++ linux-g/drivers/mtd/nand/omap-hw.c 2007-08-13 16:23:15.000000000 +0200
224@@ -386,11 +386,6 @@
225 return nand_read_reg8(NND_ACCESS);
226 }
227
228-static void omap_nand_write_byte(struct mtd_info *mtd, u_char byte)
229-{
230- nand_write_reg8(NND_ACCESS, byte);
231-}
232-
233 static int omap_nand_dev_ready(struct mtd_info *mtd)
234 {
235 u32 l;
236@@ -425,9 +420,9 @@
237 if (command == NAND_CMD_SEQIN) {
238 int readcmd;
239
240- if (column >= mtd->oobblock) {
241+ if (column >= mtd->writesize) {
242 /* OOB area */
243- column -= mtd->oobblock;
244+ column -= mtd->writesize;
245 readcmd = NAND_CMD_READOOB;
246 } else if (column < 256) {
247 /* First 256 bytes --> READ0 */
248@@ -458,7 +453,7 @@
249 struct nand_chip *this = mtd->priv;
250
251 if (command == NAND_CMD_READOOB) {
252- column += mtd->oobblock;
253+ column += mtd->writesize;
254 command = NAND_CMD_READ0;
255 }
256 switch (command) {
257@@ -495,7 +490,8 @@
258 int n;
259 struct nand_chip *this = mtd->priv;
260
261- if (this->eccmode == NAND_ECC_HW12_2048)
262+ /* Ex NAND_ECC_HW12_2048 */
263+ if ((this->ecc.mode == NAND_ECC_HW) && (this->ecc.size == 2048))
264 n = 4;
265 else
266 n = 1;
267@@ -642,7 +638,8 @@
268 int block_count = 0, i, r;
269
270 this = mtd->priv;
271- if (this->eccmode == NAND_ECC_HW12_2048)
272+ /* Ex NAND_ECC_HW12_2048 */
273+ if ((this->ecc.mode == NAND_ECC_HW) && (this->ecc.size == 2048))
274 block_count = 4;
275 else
276 block_count = 1;
277@@ -672,12 +669,12 @@
278 {
279 static const char *part_parsers[] = { "cmdlinepart", NULL };
280 struct mtd_partition *parts;
281- const struct omap_flash_part_config *cfg;
282+ const struct omap_flash_part_str_config *cfg;
283 char *part_str = NULL;
284 size_t part_str_len;
285 int c;
286
287- cfg = omap_get_var_config(OMAP_TAG_FLASH_PART, &part_str_len);
288+ cfg = omap_get_var_config(OMAP_TAG_FLASH_PART_STR, &part_str_len);
289 if (cfg != NULL) {
290 part_str = kmalloc(part_str_len + 1, GFP_KERNEL);
291 if (part_str == NULL)
292@@ -794,19 +791,20 @@
293
294 /* Used from chip select and nand_command() */
295 this->read_byte = omap_nand_read_byte;
296- this->write_byte = omap_nand_write_byte;
297
298- this->select_chip = omap_nand_select_chip;
299- this->dev_ready = omap_nand_dev_ready;
300- this->chip_delay = 0;
301- this->eccmode = NAND_ECC_HW3_512;
302- this->cmdfunc = omap_nand_command;
303- this->write_buf = omap_nand_write_buf;
304- this->read_buf = omap_nand_read_buf;
305- this->verify_buf = omap_nand_verify_buf;
306- this->calculate_ecc = omap_nand_calculate_ecc;
307- this->correct_data = omap_nand_correct_data;
308- this->enable_hwecc = omap_nand_enable_hwecc;
309+ this->select_chip = omap_nand_select_chip;
310+ this->dev_ready = omap_nand_dev_ready;
311+ this->chip_delay = 0;
312+ this->ecc.mode = NAND_ECC_HW;
313+ this->ecc.bytes = 3;
314+ this->ecc.size = 512;
315+ this->cmdfunc = omap_nand_command;
316+ this->write_buf = omap_nand_write_buf;
317+ this->read_buf = omap_nand_read_buf;
318+ this->verify_buf = omap_nand_verify_buf;
319+ this->ecc.calculate = omap_nand_calculate_ecc;
320+ this->ecc.correct = omap_nand_correct_data;
321+ this->ecc.hwctl = omap_nand_enable_hwecc;
322
323 nand_write_reg(NND_SYSCFG, 0x1); /* Enable auto idle */
324 nand_write_reg(NND_PSC_CLK, 10);
325@@ -822,11 +820,10 @@
326 l = nand_read_reg(NND_CTRL);
327 l |= 1 << 4; /* Set the A8 bit in CTRL reg */
328 nand_write_reg(NND_CTRL, l);
329- this->eccmode = NAND_ECC_HW12_2048;
330- this->eccsteps = 1;
331- this->eccsize = 2048;
332- this->eccbytes = 12;
333- omap_mtd->eccsize = 2048;
334+ this->ecc.mode = NAND_ECC_HW;
335+ this->ecc.steps = 1;
336+ this->ecc.size = 2048;
337+ this->ecc.bytes = 12;
338 nand_write_reg(NND_ECC_SELECT, 6);
339 }
340
341Index: linux-g/drivers/serial/8250.c
342===================================================================
343--- linux-g.orig/drivers/serial/8250.c 2006-11-08 13:18:59.000000000 +0100
344+++ linux-g/drivers/serial/8250.c 2007-08-13 16:23:15.000000000 +0200
345@@ -44,6 +44,8 @@
346 #include <asm/io.h>
347 #include <asm/irq.h>
348
349+#include <asm/arch/serial.h>
350+
351 #include "8250.h"
352
353 /*
354Index: linux-g/drivers/video/omap/omapfb_main.c
355===================================================================
356--- linux-g.orig/drivers/video/omap/omapfb_main.c 2007-08-13 13:54:01.000000000 +0200
357+++ linux-g/drivers/video/omap/omapfb_main.c 2007-08-13 16:23:15.000000000 +0200
358@@ -110,7 +110,7 @@
359
360 #ifdef CONFIG_FB_OMAP_LCDC_EXTERNAL
361 #ifdef CONFIG_ARCH_OMAP1
362-extern struct lcd_ctrl_extif omap1_ext_if;
363+extern struct lcd_ctrl_extif sossi_extif;
364 #else
365 extern struct lcd_ctrl_extif omap2_ext_if;
366 #endif
367@@ -1658,7 +1658,7 @@
368 #ifdef CONFIG_ARCH_OMAP1
369 fbdev->int_ctrl = &omap1_int_ctrl;
370 #ifdef CONFIG_FB_OMAP_LCDC_EXTERNAL
371- fbdev->ext_if = &omap1_ext_if;
372+ fbdev->ext_if = &sossi_extif;
373 #endif
374 #else /* OMAP2 */
375 fbdev->int_ctrl = &omap2_int_ctrl;
376Index: linux-g/include/asm-arm/arch-omap/keypad.h
377===================================================================
378--- linux-g.orig/include/asm-arm/arch-omap/keypad.h 2006-11-08 13:19:11.000000000 +0100
379+++ linux-g/include/asm-arm/arch-omap/keypad.h 2007-08-13 16:23:15.000000000 +0200
380@@ -14,7 +14,10 @@
381 int rows;
382 int cols;
383 int *keymap;
384+ unsigned int keymapsize;
385 unsigned int rep:1;
386+ unsigned long delay;
387+ unsigned int dbounce:1;
388 /* specific to OMAP242x*/
389 unsigned int *row_gpios;
390 unsigned int *col_gpios;
391Index: linux-g/include/asm-arm/arch-omap/serial.h
392===================================================================
393--- linux-g.orig/include/asm-arm/arch-omap/serial.h 2007-08-13 13:54:01.000000000 +0200
394+++ linux-g/include/asm-arm/arch-omap/serial.h 2007-08-13 16:23:15.000000000 +0200
395@@ -26,4 +26,20 @@
396 #define OMAP1510_BASE_BAUD (12000000/16)
397 #define OMAP16XX_BASE_BAUD (48000000/16)
398
399+#define is_omap_port(p) ({int __ret = 0; \
400+ if (p == IO_ADDRESS(OMAP_UART1_BASE) || \
401+ p == IO_ADDRESS(OMAP_UART2_BASE) || \
402+ p == IO_ADDRESS(OMAP_UART3_BASE)) \
403+ __ret = 1; \
404+ __ret; \
405+ })
406+
407+#define is_omap_port(p) ({int __ret = 0; \
408+ if (p == IO_ADDRESS(OMAP_UART1_BASE) || \
409+ p == IO_ADDRESS(OMAP_UART2_BASE) || \
410+ p == IO_ADDRESS(OMAP_UART3_BASE)) \
411+ __ret = 1; \
412+ __ret; \
413+ })
414+
415 #endif
diff --git a/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia800/defconfig b/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia800/defconfig
new file mode 100644
index 0000000000..55485e25b4
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800-2.6.18-osso40/nokia800/defconfig
@@ -0,0 +1,1312 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.18-omap1
4# Wed May 23 16:23:22 2007
5#
6CONFIG_ARM=y
7CONFIG_MMU=y
8CONFIG_GENERIC_HARDIRQS=y
9CONFIG_HARDIRQS_SW_RESEND=y
10CONFIG_GENERIC_IRQ_PROBE=y
11CONFIG_RWSEM_GENERIC_SPINLOCK=y
12CONFIG_GENERIC_HWEIGHT=y
13CONFIG_GENERIC_CALIBRATE_DELAY=y
14CONFIG_VECTORS_BASE=0xffff0000
15CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
16
17#
18# Code maturity level options
19#
20CONFIG_EXPERIMENTAL=y
21CONFIG_BROKEN_ON_SMP=y
22CONFIG_INIT_ENV_ARG_LIMIT=32
23
24#
25# General setup
26#
27CONFIG_LOCALVERSION=""
28# CONFIG_LOCALVERSION_AUTO is not set
29CONFIG_SWAP=y
30CONFIG_SYSVIPC=y
31CONFIG_POSIX_MQUEUE=y
32# CONFIG_BSD_PROCESS_ACCT is not set
33# CONFIG_TASKSTATS is not set
34# CONFIG_AUDIT is not set
35# CONFIG_IKCONFIG is not set
36# CONFIG_RELAY is not set
37CONFIG_INITRAMFS_SOURCE=""
38CONFIG_CC_OPTIMIZE_FOR_SIZE=y
39# CONFIG_EMBEDDED is not set
40CONFIG_UID16=y
41CONFIG_SYSCTL=y
42CONFIG_KALLSYMS=y
43# CONFIG_KALLSYMS_ALL is not set
44# CONFIG_KALLSYMS_EXTRA_PASS is not set
45CONFIG_HOTPLUG=y
46CONFIG_PRINTK=y
47CONFIG_BUG=y
48CONFIG_ELF_CORE=y
49CONFIG_BASE_FULL=y
50CONFIG_FUTEX=y
51CONFIG_EPOLL=y
52CONFIG_SHMEM=y
53CONFIG_SLAB=y
54CONFIG_VM_EVENT_COUNTERS=y
55CONFIG_RT_MUTEXES=y
56# CONFIG_TINY_SHMEM is not set
57CONFIG_BASE_SMALL=0
58# CONFIG_SLOB is not set
59
60#
61# Loadable module support
62#
63CONFIG_MODULES=y
64CONFIG_MODULE_UNLOAD=y
65# CONFIG_MODULE_FORCE_UNLOAD is not set
66# CONFIG_MODVERSIONS is not set
67# CONFIG_MODULE_SRCVERSION_ALL is not set
68# CONFIG_KMOD is not set
69
70#
71# Block layer
72#
73# CONFIG_BLK_DEV_IO_TRACE is not set
74
75#
76# IO Schedulers
77#
78CONFIG_IOSCHED_NOOP=y
79# CONFIG_IOSCHED_AS is not set
80# CONFIG_IOSCHED_DEADLINE is not set
81# CONFIG_IOSCHED_CFQ is not set
82# CONFIG_DEFAULT_AS is not set
83# CONFIG_DEFAULT_DEADLINE is not set
84# CONFIG_DEFAULT_CFQ is not set
85CONFIG_DEFAULT_NOOP=y
86CONFIG_DEFAULT_IOSCHED="noop"
87
88#
89# System Type
90#
91# CONFIG_ARCH_AAEC2000 is not set
92# CONFIG_ARCH_INTEGRATOR is not set
93# CONFIG_ARCH_REALVIEW is not set
94# CONFIG_ARCH_VERSATILE is not set
95# CONFIG_ARCH_AT91 is not set
96# CONFIG_ARCH_CLPS7500 is not set
97# CONFIG_ARCH_CLPS711X is not set
98# CONFIG_ARCH_CO285 is not set
99# CONFIG_ARCH_EBSA110 is not set
100# CONFIG_ARCH_EP93XX is not set
101# CONFIG_ARCH_FOOTBRIDGE is not set
102# CONFIG_ARCH_NETX is not set
103# CONFIG_ARCH_H720X is not set
104# CONFIG_ARCH_IMX is not set
105# CONFIG_ARCH_IOP3XX is not set
106# CONFIG_ARCH_IXP4XX is not set
107# CONFIG_ARCH_IXP2000 is not set
108# CONFIG_ARCH_IXP23XX is not set
109# CONFIG_ARCH_L7200 is not set
110# CONFIG_ARCH_PNX4008 is not set
111# CONFIG_ARCH_PXA is not set
112# CONFIG_ARCH_RPC is not set
113# CONFIG_ARCH_SA1100 is not set
114# CONFIG_ARCH_S3C2410 is not set
115# CONFIG_ARCH_SHARK is not set
116# CONFIG_ARCH_LH7A40X is not set
117CONFIG_ARCH_OMAP=y
118
119#
120# TI OMAP Implementations
121#
122# CONFIG_ARCH_OMAP1 is not set
123CONFIG_ARCH_OMAP2=y
124
125#
126# OMAP Feature Selections
127#
128CONFIG_OMAP_RESET_CLOCKS=y
129CONFIG_OMAP_BOOT_TAG=y
130CONFIG_OMAP_BOOT_REASON=y
131CONFIG_OMAP_COMPONENT_VERSION=y
132CONFIG_OMAP_GPIO_SWITCH=y
133# CONFIG_OMAP_MUX is not set
134CONFIG_OMAP_STI=y
135CONFIG_OMAP_STI_CONSOLE=y
136# CONFIG_OMAP_MCBSP is not set
137# CONFIG_OMAP_MPU_TIMER is not set
138CONFIG_OMAP_32K_TIMER=y
139CONFIG_OMAP_32K_TIMER_HZ=128
140CONFIG_OMAP_DM_TIMER=y
141# CONFIG_OMAP_LL_DEBUG_UART1 is not set
142# CONFIG_OMAP_LL_DEBUG_UART2 is not set
143CONFIG_OMAP_LL_DEBUG_UART3=y
144CONFIG_OMAP_DSP=y
145# CONFIG_OMAP_DSP_MBCMD_VERBOSE is not set
146CONFIG_OMAP_DSP_TASK_MULTIOPEN=y
147CONFIG_OMAP_DSP_FBEXPORT=y
148CONFIG_MACH_OMAP_GENERIC=y
149
150#
151# OMAP Core Type
152#
153CONFIG_ARCH_OMAP24XX=y
154CONFIG_ARCH_OMAP2420=y
155
156#
157# OMAP Board Type
158#
159CONFIG_MACH_NOKIA_N800=y
160CONFIG_MACH_OMAP2_TUSB6010=y
161# CONFIG_MACH_OMAP_H4 is not set
162# CONFIG_MACH_OMAP_APOLLON is not set
163
164#
165# Processor Type
166#
167CONFIG_CPU_32=y
168CONFIG_CPU_V6=y
169# CONFIG_CPU_32v6K is not set
170CONFIG_CPU_32v6=y
171CONFIG_CPU_ABRT_EV6=y
172CONFIG_CPU_CACHE_V6=y
173CONFIG_CPU_CACHE_VIPT=y
174CONFIG_CPU_COPY_V6=y
175CONFIG_CPU_TLB_V6=y
176
177#
178# Processor Features
179#
180CONFIG_ARM_THUMB=y
181# CONFIG_CPU_ICACHE_DISABLE is not set
182# CONFIG_CPU_DCACHE_DISABLE is not set
183# CONFIG_CPU_DCACHE_WRITETHROUGH is not set
184# CONFIG_CPU_BPREDICT_DISABLE is not set
185
186#
187# Bus support
188#
189
190#
191# PCCARD (PCMCIA/CardBus) support
192#
193# CONFIG_PCCARD is not set
194
195#
196# Kernel Features
197#
198# CONFIG_PREEMPT is not set
199CONFIG_NO_IDLE_HZ=y
200CONFIG_HZ=128
201CONFIG_AEABI=y
202CONFIG_OABI_COMPAT=y
203# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
204CONFIG_SELECT_MEMORY_MODEL=y
205CONFIG_FLATMEM_MANUAL=y
206# CONFIG_DISCONTIGMEM_MANUAL is not set
207# CONFIG_SPARSEMEM_MANUAL is not set
208CONFIG_FLATMEM=y
209CONFIG_FLAT_NODE_MEM_MAP=y
210# CONFIG_SPARSEMEM_STATIC is not set
211CONFIG_SPLIT_PTLOCK_CPUS=4
212# CONFIG_RESOURCES_64BIT is not set
213CONFIG_LEDS=y
214# CONFIG_LEDS_TIMER is not set
215# CONFIG_LEDS_CPU is not set
216CONFIG_ALIGNMENT_TRAP=y
217
218#
219# Boot options
220#
221CONFIG_ZBOOT_ROM_TEXT=0x10C08000
222CONFIG_ZBOOT_ROM_BSS=0x10200000
223# CONFIG_ZBOOT_ROM is not set
224CONFIG_CMDLINE="root=1f03 rootfstype=jffs2"
225# CONFIG_XIP_KERNEL is not set
226
227#
228# CPU Frequency scaling
229#
230# CONFIG_CPU_FREQ is not set
231
232#
233# Floating point emulation
234#
235
236#
237# At least one emulation must be selected
238#
239CONFIG_FPE_NWFPE=y
240# CONFIG_FPE_NWFPE_XP is not set
241# CONFIG_FPE_FASTFPE is not set
242CONFIG_VFP=y
243
244#
245# Userspace binary formats
246#
247CONFIG_BINFMT_ELF=y
248# CONFIG_BINFMT_AOUT is not set
249# CONFIG_BINFMT_MISC is not set
250
251#
252# Power management options
253#
254CONFIG_PM=y
255# CONFIG_PM_LEGACY is not set
256# CONFIG_PM_DEBUG is not set
257# CONFIG_APM is not set
258
259#
260# Networking
261#
262CONFIG_NET=y
263
264#
265# Networking options
266#
267# CONFIG_NETDEBUG is not set
268CONFIG_PACKET=y
269# CONFIG_PACKET_MMAP is not set
270CONFIG_UNIX=y
271# CONFIG_NET_KEY is not set
272CONFIG_INET=y
273CONFIG_IP_MULTICAST=y
274# CONFIG_IP_ADVANCED_ROUTER is not set
275CONFIG_IP_FIB_HASH=y
276# CONFIG_IP_PNP is not set
277# CONFIG_NET_IPIP is not set
278# CONFIG_NET_IPGRE is not set
279# CONFIG_IP_MROUTE is not set
280# CONFIG_ARPD is not set
281# CONFIG_SYN_COOKIES is not set
282# CONFIG_INET_AH is not set
283# CONFIG_INET_ESP is not set
284# CONFIG_INET_IPCOMP is not set
285# CONFIG_INET_XFRM_TUNNEL is not set
286# CONFIG_INET_TUNNEL is not set
287# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
288# CONFIG_INET_XFRM_MODE_TUNNEL is not set
289CONFIG_INET_DIAG=y
290CONFIG_INET_TCP_DIAG=y
291# CONFIG_TCP_CONG_ADVANCED is not set
292CONFIG_TCP_CONG_BIC=y
293
294#
295# IP: Virtual Server Configuration
296#
297# CONFIG_IP_VS is not set
298# CONFIG_IPV6 is not set
299# CONFIG_INET6_XFRM_TUNNEL is not set
300# CONFIG_INET6_TUNNEL is not set
301# CONFIG_NETWORK_SECMARK is not set
302CONFIG_NETFILTER=y
303# CONFIG_NETFILTER_DEBUG is not set
304
305#
306# Core Netfilter Configuration
307#
308CONFIG_NETFILTER_NETLINK=y
309# CONFIG_NETFILTER_NETLINK_QUEUE is not set
310# CONFIG_NETFILTER_NETLINK_LOG is not set
311# CONFIG_NF_CONNTRACK is not set
312CONFIG_NETFILTER_XTABLES=y
313# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
314# CONFIG_NETFILTER_XT_TARGET_MARK is not set
315# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
316# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
317# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
318# CONFIG_NETFILTER_XT_MATCH_ESP is not set
319# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
320# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
321# CONFIG_NETFILTER_XT_MATCH_MAC is not set
322# CONFIG_NETFILTER_XT_MATCH_MARK is not set
323# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
324# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
325# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
326# CONFIG_NETFILTER_XT_MATCH_REALM is not set
327# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
328# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
329# CONFIG_NETFILTER_XT_MATCH_STRING is not set
330# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
331
332#
333# IP: Netfilter Configuration
334#
335# CONFIG_IP_NF_CONNTRACK is not set
336# CONFIG_IP_NF_QUEUE is not set
337CONFIG_IP_NF_IPTABLES=y
338# CONFIG_IP_NF_MATCH_IPRANGE is not set
339# CONFIG_IP_NF_MATCH_TOS is not set
340# CONFIG_IP_NF_MATCH_RECENT is not set
341# CONFIG_IP_NF_MATCH_ECN is not set
342# CONFIG_IP_NF_MATCH_DSCP is not set
343# CONFIG_IP_NF_MATCH_AH is not set
344# CONFIG_IP_NF_MATCH_TTL is not set
345# CONFIG_IP_NF_MATCH_OWNER is not set
346# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
347# CONFIG_IP_NF_MATCH_HASHLIMIT is not set
348CONFIG_IP_NF_FILTER=y
349# CONFIG_IP_NF_TARGET_REJECT is not set
350# CONFIG_IP_NF_TARGET_LOG is not set
351# CONFIG_IP_NF_TARGET_ULOG is not set
352# CONFIG_IP_NF_TARGET_TCPMSS is not set
353CONFIG_IP_NF_TARGET_IDLETIMER=y
354# CONFIG_IP_NF_MANGLE is not set
355# CONFIG_IP_NF_RAW is not set
356# CONFIG_IP_NF_ARPTABLES is not set
357
358#
359# DCCP Configuration (EXPERIMENTAL)
360#
361# CONFIG_IP_DCCP is not set
362
363#
364# SCTP Configuration (EXPERIMENTAL)
365#
366# CONFIG_IP_SCTP is not set
367
368#
369# TIPC Configuration (EXPERIMENTAL)
370#
371# CONFIG_TIPC is not set
372# CONFIG_ATM is not set
373# CONFIG_BRIDGE is not set
374# CONFIG_VLAN_8021Q is not set
375# CONFIG_DECNET is not set
376# CONFIG_LLC2 is not set
377# CONFIG_IPX is not set
378# CONFIG_ATALK is not set
379# CONFIG_X25 is not set
380# CONFIG_LAPB is not set
381# CONFIG_ECONET is not set
382# CONFIG_WAN_ROUTER is not set
383
384#
385# QoS and/or fair queueing
386#
387# CONFIG_NET_SCHED is not set
388
389#
390# Network testing
391#
392# CONFIG_NET_PKTGEN is not set
393# CONFIG_HAMRADIO is not set
394# CONFIG_IRDA is not set
395CONFIG_BT=y
396CONFIG_BT_L2CAP=y
397CONFIG_BT_SCO=y
398CONFIG_BT_RFCOMM=y
399CONFIG_BT_RFCOMM_TTY=y
400CONFIG_BT_BNEP=y
401# CONFIG_BT_BNEP_MC_FILTER is not set
402# CONFIG_BT_BNEP_PROTO_FILTER is not set
403CONFIG_BT_HIDP=y
404
405#
406# Bluetooth device drivers
407#
408# CONFIG_BT_HCIUART is not set
409# CONFIG_BT_HCIBRF6150 is not set
410CONFIG_BT_HCIH4P=y
411# CONFIG_BT_HCIVHCI is not set
412# CONFIG_IEEE80211 is not set
413CONFIG_WIRELESS_EXT=y
414
415#
416# Device Drivers
417#
418
419#
420# Generic Driver Options
421#
422CONFIG_STANDALONE=y
423CONFIG_PREVENT_FIRMWARE_BUILD=y
424CONFIG_FW_LOADER=y
425# CONFIG_DEBUG_DRIVER is not set
426# CONFIG_SYS_HYPERVISOR is not set
427
428#
429# Connector - unified userspace <-> kernelspace linker
430#
431# CONFIG_CONNECTOR is not set
432
433#
434# Memory Technology Devices (MTD)
435#
436CONFIG_MTD=y
437# CONFIG_MTD_DEBUG is not set
438# CONFIG_MTD_CONCAT is not set
439CONFIG_MTD_PARTITIONS=y
440# CONFIG_MTD_REDBOOT_PARTS is not set
441CONFIG_MTD_CMDLINE_PARTS=y
442# CONFIG_MTD_AFS_PARTS is not set
443
444#
445# User Modules And Translation Layers
446#
447CONFIG_MTD_CHAR=y
448CONFIG_MTD_BLOCK=y
449# CONFIG_FTL is not set
450# CONFIG_NFTL is not set
451# CONFIG_INFTL is not set
452# CONFIG_RFD_FTL is not set
453
454#
455# RAM/ROM/Flash chip drivers
456#
457# CONFIG_MTD_CFI is not set
458# CONFIG_MTD_JEDECPROBE is not set
459CONFIG_MTD_MAP_BANK_WIDTH_1=y
460CONFIG_MTD_MAP_BANK_WIDTH_2=y
461CONFIG_MTD_MAP_BANK_WIDTH_4=y
462# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
463# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
464# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
465CONFIG_MTD_CFI_I1=y
466CONFIG_MTD_CFI_I2=y
467# CONFIG_MTD_CFI_I4 is not set
468# CONFIG_MTD_CFI_I8 is not set
469# CONFIG_MTD_RAM is not set
470# CONFIG_MTD_ROM is not set
471# CONFIG_MTD_ABSENT is not set
472# CONFIG_MTD_OBSOLETE_CHIPS is not set
473
474#
475# Mapping drivers for chip access
476#
477# CONFIG_MTD_COMPLEX_MAPPINGS is not set
478# CONFIG_MTD_PLATRAM is not set
479
480#
481# Self-contained MTD device drivers
482#
483# CONFIG_MTD_DATAFLASH is not set
484# CONFIG_MTD_M25P80 is not set
485# CONFIG_MTD_SLRAM is not set
486# CONFIG_MTD_PHRAM is not set
487# CONFIG_MTD_MTDRAM is not set
488# CONFIG_MTD_BLOCK2MTD is not set
489
490#
491# Disk-On-Chip Device Drivers
492#
493# CONFIG_MTD_DOC2000 is not set
494# CONFIG_MTD_DOC2001 is not set
495# CONFIG_MTD_DOC2001PLUS is not set
496
497#
498# NAND Flash Device Drivers
499#
500# CONFIG_MTD_NAND is not set
501
502#
503# OneNAND Flash Device Drivers
504#
505CONFIG_MTD_ONENAND=y
506# CONFIG_MTD_ONENAND_VERIFY_WRITE is not set
507# CONFIG_MTD_ONENAND_GENERIC is not set
508CONFIG_MTD_ONENAND_OMAP2=y
509CONFIG_MTD_ONENAND_OTP=y
510
511#
512# Parallel port support
513#
514# CONFIG_PARPORT is not set
515
516#
517# Plug and Play support
518#
519
520#
521# Block devices
522#
523# CONFIG_BLK_DEV_COW_COMMON is not set
524CONFIG_BLK_DEV_LOOP=y
525# CONFIG_BLK_DEV_CRYPTOLOOP is not set
526# CONFIG_BLK_DEV_NBD is not set
527CONFIG_BLK_DEV_RAM=y
528CONFIG_BLK_DEV_RAM_COUNT=16
529CONFIG_BLK_DEV_RAM_SIZE=4096
530CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
531CONFIG_BLK_DEV_INITRD=y
532# CONFIG_CDROM_PKTCDVD is not set
533# CONFIG_ATA_OVER_ETH is not set
534
535#
536# SCSI device support
537#
538# CONFIG_RAID_ATTRS is not set
539CONFIG_SCSI=y
540# CONFIG_SCSI_PROC_FS is not set
541
542#
543# SCSI support type (disk, tape, CD-ROM)
544#
545CONFIG_BLK_DEV_SD=y
546# CONFIG_CHR_DEV_ST is not set
547# CONFIG_CHR_DEV_OSST is not set
548# CONFIG_BLK_DEV_SR is not set
549# CONFIG_CHR_DEV_SG is not set
550# CONFIG_CHR_DEV_SCH is not set
551
552#
553# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
554#
555# CONFIG_SCSI_MULTI_LUN is not set
556# CONFIG_SCSI_CONSTANTS is not set
557# CONFIG_SCSI_LOGGING is not set
558
559#
560# SCSI Transport Attributes
561#
562# CONFIG_SCSI_SPI_ATTRS is not set
563# CONFIG_SCSI_FC_ATTRS is not set
564# CONFIG_SCSI_ISCSI_ATTRS is not set
565# CONFIG_SCSI_SAS_ATTRS is not set
566
567#
568# SCSI low-level drivers
569#
570# CONFIG_ISCSI_TCP is not set
571# CONFIG_SCSI_SATA is not set
572# CONFIG_SCSI_DEBUG is not set
573
574#
575# Multi-device support (RAID and LVM)
576#
577# CONFIG_MD is not set
578
579#
580# Fusion MPT device support
581#
582# CONFIG_FUSION is not set
583
584#
585# IEEE 1394 (FireWire) support
586#
587
588#
589# I2O device support
590#
591
592#
593# Network device support
594#
595CONFIG_NETDEVICES=y
596# CONFIG_DUMMY is not set
597# CONFIG_BONDING is not set
598# CONFIG_EQUALIZER is not set
599CONFIG_TUN=y
600
601#
602# PHY device support
603#
604
605#
606# Ethernet (10 or 100Mbit)
607#
608# CONFIG_NET_ETHERNET is not set
609
610#
611# Ethernet (1000 Mbit)
612#
613
614#
615# Ethernet (10000 Mbit)
616#
617
618#
619# Token Ring devices
620#
621
622#
623# Wireless LAN (non-hamradio)
624#
625CONFIG_NET_RADIO=y
626# CONFIG_NET_WIRELESS_RTNETLINK is not set
627
628#
629# Obsolete Wireless cards support (pre-802.11)
630#
631# CONFIG_STRIP is not set
632# CONFIG_HOSTAP is not set
633
634#
635# Wan interfaces
636#
637# CONFIG_WAN is not set
638CONFIG_PPP=y
639# CONFIG_PPP_MULTILINK is not set
640CONFIG_PPP_FILTER=y
641CONFIG_PPP_ASYNC=y
642CONFIG_PPP_SYNC_TTY=y
643CONFIG_PPP_DEFLATE=y
644CONFIG_PPP_BSDCOMP=y
645# CONFIG_PPP_MPPE is not set
646# CONFIG_PPPOE is not set
647# CONFIG_SLIP is not set
648# CONFIG_SHAPER is not set
649# CONFIG_NETCONSOLE is not set
650# CONFIG_NETPOLL is not set
651# CONFIG_NET_POLL_CONTROLLER is not set
652
653#
654# ISDN subsystem
655#
656# CONFIG_ISDN is not set
657
658#
659# Input device support
660#
661CONFIG_INPUT=y
662
663#
664# Userland interfaces
665#
666CONFIG_INPUT_MOUSEDEV=y
667# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
668CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
669CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
670# CONFIG_INPUT_JOYDEV is not set
671# CONFIG_INPUT_TSDEV is not set
672CONFIG_INPUT_EVDEV=y
673# CONFIG_INPUT_EVBUG is not set
674
675#
676# Input Device Drivers
677#
678CONFIG_INPUT_KEYBOARD=y
679# CONFIG_KEYBOARD_ATKBD is not set
680# CONFIG_KEYBOARD_SUNKBD is not set
681# CONFIG_KEYBOARD_LKKBD is not set
682# CONFIG_KEYBOARD_XTKBD is not set
683# CONFIG_KEYBOARD_NEWTON is not set
684# CONFIG_KEYBOARD_OMAP is not set
685# CONFIG_INPUT_MOUSE is not set
686# CONFIG_INPUT_JOYSTICK is not set
687CONFIG_INPUT_TOUCHSCREEN=y
688# CONFIG_TOUCHSCREEN_ADS7846 is not set
689# CONFIG_TOUCHSCREEN_GUNZE is not set
690# CONFIG_TOUCHSCREEN_ELO is not set
691# CONFIG_TOUCHSCREEN_MTOUCH is not set
692# CONFIG_TOUCHSCREEN_MK712 is not set
693# CONFIG_INPUT_MISC is not set
694
695#
696# Hardware I/O ports
697#
698CONFIG_SERIO=y
699CONFIG_SERIO_SERPORT=y
700# CONFIG_SERIO_RAW is not set
701# CONFIG_GAMEPORT is not set
702
703#
704# Character devices
705#
706CONFIG_VT=y
707CONFIG_VT_CONSOLE=y
708CONFIG_HW_CONSOLE=y
709# CONFIG_VT_HW_CONSOLE_BINDING is not set
710# CONFIG_SERIAL_NONSTANDARD is not set
711
712#
713# Serial drivers
714#
715# CONFIG_SERIAL_8250 is not set
716
717#
718# Non-8250 serial port support
719#
720CONFIG_SERIAL_OMAP=y
721CONFIG_SERIAL_OMAP_CONSOLE=y
722CONFIG_SERIAL_CORE=y
723CONFIG_SERIAL_CORE_CONSOLE=y
724CONFIG_UNIX98_PTYS=y
725# CONFIG_LEGACY_PTYS is not set
726
727#
728# IPMI
729#
730# CONFIG_IPMI_HANDLER is not set
731
732#
733# Watchdog Cards
734#
735CONFIG_WATCHDOG=y
736CONFIG_WATCHDOG_NOWAYOUT=y
737
738#
739# Watchdog Device Drivers
740#
741# CONFIG_SOFT_WATCHDOG is not set
742CONFIG_OMAP_WATCHDOG=y
743# CONFIG_HW_RANDOM is not set
744CONFIG_OMAP_RNG=y
745# CONFIG_NVRAM is not set
746# CONFIG_DTLK is not set
747# CONFIG_R3964 is not set
748
749#
750# Ftape, the floppy tape device driver
751#
752# CONFIG_RAW_DRIVER is not set
753
754#
755# TPM devices
756#
757# CONFIG_TCG_TPM is not set
758# CONFIG_TELCLOCK is not set
759
760#
761# I2C support
762#
763CONFIG_I2C=y
764# CONFIG_I2C_CHARDEV is not set
765
766#
767# I2C Algorithms
768#
769# CONFIG_I2C_ALGOBIT is not set
770# CONFIG_I2C_ALGOPCF is not set
771# CONFIG_I2C_ALGOPCA is not set
772
773#
774# I2C Hardware Bus support
775#
776# CONFIG_I2C_OCORES is not set
777# CONFIG_I2C_PARPORT_LIGHT is not set
778# CONFIG_I2C_STUB is not set
779# CONFIG_I2C_PCA_ISA is not set
780CONFIG_I2C_OMAP=y
781
782#
783# Miscellaneous I2C Chip support
784#
785# CONFIG_SENSORS_DS1337 is not set
786# CONFIG_SENSORS_DS1374 is not set
787# CONFIG_SENSORS_EEPROM is not set
788# CONFIG_SENSORS_PCF8574 is not set
789# CONFIG_SENSORS_PCA9539 is not set
790# CONFIG_SENSORS_PCF8591 is not set
791# CONFIG_TPS65010 is not set
792# CONFIG_SENSORS_TLV320AIC23 is not set
793# CONFIG_GPIOEXPANDER_OMAP is not set
794CONFIG_MENELAUS=y
795# CONFIG_SENSORS_MAX6875 is not set
796# CONFIG_I2C_DEBUG_CORE is not set
797# CONFIG_I2C_DEBUG_ALGO is not set
798# CONFIG_I2C_DEBUG_BUS is not set
799# CONFIG_I2C_DEBUG_CHIP is not set
800
801#
802# SPI support
803#
804CONFIG_SPI=y
805# CONFIG_SPI_DEBUG is not set
806CONFIG_SPI_MASTER=y
807
808#
809# SPI Master Controller Drivers
810#
811# CONFIG_SPI_BITBANG is not set
812# CONFIG_SPI_OMAP_UWIRE is not set
813CONFIG_SPI_OMAP24XX=y
814
815#
816# SPI Protocol Masters
817#
818CONFIG_SPI_TSC2301=y
819CONFIG_SPI_TSC2301_KEYPAD=y
820CONFIG_SPI_TSC2301_TOUCHSCREEN=y
821CONFIG_SPI_TSC2301_AUDIO=y
822
823#
824# Dallas's 1-wire bus
825#
826
827#
828# Hardware Monitoring support
829#
830CONFIG_HWMON=y
831# CONFIG_HWMON_VID is not set
832# CONFIG_SENSORS_ABITUGURU is not set
833# CONFIG_SENSORS_ADM1021 is not set
834# CONFIG_SENSORS_ADM1025 is not set
835# CONFIG_SENSORS_ADM1026 is not set
836# CONFIG_SENSORS_ADM1031 is not set
837# CONFIG_SENSORS_ADM9240 is not set
838# CONFIG_SENSORS_ASB100 is not set
839# CONFIG_SENSORS_ATXP1 is not set
840# CONFIG_SENSORS_DS1621 is not set
841# CONFIG_SENSORS_F71805F is not set
842# CONFIG_SENSORS_FSCHER is not set
843# CONFIG_SENSORS_FSCPOS is not set
844# CONFIG_SENSORS_GL518SM is not set
845# CONFIG_SENSORS_GL520SM is not set
846# CONFIG_SENSORS_IT87 is not set
847# CONFIG_SENSORS_LM63 is not set
848# CONFIG_SENSORS_LM70 is not set
849# CONFIG_SENSORS_LM75 is not set
850# CONFIG_SENSORS_LM77 is not set
851# CONFIG_SENSORS_LM78 is not set
852# CONFIG_SENSORS_LM80 is not set
853# CONFIG_SENSORS_LM83 is not set
854# CONFIG_SENSORS_LM85 is not set
855# CONFIG_SENSORS_LM87 is not set
856# CONFIG_SENSORS_LM90 is not set
857# CONFIG_SENSORS_LM92 is not set
858# CONFIG_SENSORS_MAX1619 is not set
859# CONFIG_SENSORS_PC87360 is not set
860# CONFIG_SENSORS_SMSC47M1 is not set
861# CONFIG_SENSORS_SMSC47M192 is not set
862# CONFIG_SENSORS_SMSC47B397 is not set
863CONFIG_SENSORS_TMP105=y
864# CONFIG_SENSORS_W83781D is not set
865# CONFIG_SENSORS_W83791D is not set
866# CONFIG_SENSORS_W83792D is not set
867# CONFIG_SENSORS_W83L785TS is not set
868# CONFIG_SENSORS_W83627HF is not set
869# CONFIG_SENSORS_W83627EHF is not set
870# CONFIG_HWMON_DEBUG_CHIP is not set
871
872#
873# Misc devices
874#
875
876#
877# LED devices
878#
879CONFIG_NEW_LEDS=y
880CONFIG_LEDS_CLASS=y
881
882#
883# LED drivers
884#
885# CONFIG_LEDS_OMAP is not set
886CONFIG_LEDS_OMAP_PWM=y
887
888#
889# LED Triggers
890#
891CONFIG_LEDS_TRIGGERS=y
892CONFIG_LEDS_TRIGGER_TIMER=y
893CONFIG_LEDS_TRIGGER_HEARTBEAT=y
894
895#
896# Multimedia devices
897#
898CONFIG_VIDEO_DEV=y
899# CONFIG_VIDEO_V4L1 is not set
900# CONFIG_VIDEO_V4L1_COMPAT is not set
901CONFIG_VIDEO_V4L2=y
902
903#
904# Video Capture Adapters
905#
906
907#
908# Video Capture Adapters
909#
910# CONFIG_VIDEO_ADV_DEBUG is not set
911# CONFIG_VIDEO_VIVI is not set
912
913#
914# Encoders and Decoders
915#
916# CONFIG_VIDEO_MSP3400 is not set
917# CONFIG_VIDEO_CS53L32A is not set
918# CONFIG_VIDEO_TLV320AIC23B is not set
919# CONFIG_VIDEO_WM8775 is not set
920# CONFIG_VIDEO_WM8739 is not set
921# CONFIG_VIDEO_CX2341X is not set
922# CONFIG_VIDEO_CX25840 is not set
923# CONFIG_VIDEO_SAA711X is not set
924# CONFIG_VIDEO_SAA7127 is not set
925# CONFIG_VIDEO_UPD64031A is not set
926# CONFIG_VIDEO_UPD64083 is not set
927CONFIG_VIDEO_OMAP_CAMERA=y
928# CONFIG_VIDEO_CAMERA_SENSOR_OV9640 is not set
929CONFIG_VIDEO_CAMERA_SENSOR_TCM825X=y
930
931#
932# Radio Adapters
933#
934CONFIG_RADIO_TEA5761=y
935
936#
937# Digital Video Broadcasting Devices
938#
939# CONFIG_DVB is not set
940CONFIG_VIDEO_BUF=y
941
942#
943# Graphics support
944#
945# CONFIG_FIRMWARE_EDID is not set
946CONFIG_FB=y
947# CONFIG_FB_CFB_FILLRECT is not set
948# CONFIG_FB_CFB_COPYAREA is not set
949# CONFIG_FB_CFB_IMAGEBLIT is not set
950# CONFIG_FB_MACMODES is not set
951# CONFIG_FB_BACKLIGHT is not set
952# CONFIG_FB_MODE_HELPERS is not set
953# CONFIG_FB_TILEBLITTING is not set
954# CONFIG_FB_S1D13XXX is not set
955# CONFIG_FB_VIRTUAL is not set
956CONFIG_FB_OMAP=y
957CONFIG_FB_OMAP_LCDC_EXTERNAL=y
958# CONFIG_FB_OMAP_LCDC_HWA742 is not set
959CONFIG_FB_OMAP_LCDC_BLIZZARD=y
960# CONFIG_FB_OMAP_MANUAL_UPDATE is not set
961CONFIG_FB_OMAP_LCD_MIPID=y
962CONFIG_FB_OMAP_BOOTLOADER_INIT=y
963CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=4
964
965#
966# Console display driver support
967#
968# CONFIG_VGA_CONSOLE is not set
969CONFIG_DUMMY_CONSOLE=y
970CONFIG_FRAMEBUFFER_CONSOLE=y
971
972#
973# Logo configuration
974#
975# CONFIG_LOGO is not set
976# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
977
978#
979# Sound
980#
981CONFIG_SOUND=y
982
983#
984# Advanced Linux Sound Architecture
985#
986CONFIG_SND=y
987# CONFIG_SND_SEQUENCER is not set
988CONFIG_SND_OSSEMUL=y
989CONFIG_SND_MIXER_OSS=y
990# CONFIG_SND_PCM_OSS is not set
991# CONFIG_SND_DYNAMIC_MINORS is not set
992CONFIG_SND_SUPPORT_OLD_API=y
993# CONFIG_SND_VERBOSE_PROCFS is not set
994# CONFIG_SND_VERBOSE_PRINTK is not set
995# CONFIG_SND_DEBUG is not set
996
997#
998# Generic devices
999#
1000# CONFIG_SND_DUMMY is not set
1001# CONFIG_SND_MTPAV is not set
1002# CONFIG_SND_SERIAL_U16550 is not set
1003# CONFIG_SND_MPU401 is not set
1004
1005#
1006# ALSA ARM devices
1007#
1008# CONFIG_SND_OMAP_AIC23 is not set
1009# CONFIG_SND_OMAP_TSC2101 is not set
1010CONFIG_SND_OMAP24XX_EAC=y
1011
1012#
1013# Open Sound System
1014#
1015# CONFIG_SOUND_PRIME is not set
1016
1017#
1018# USB support
1019#
1020CONFIG_USB_ARCH_HAS_HCD=y
1021CONFIG_USB_ARCH_HAS_OHCI=y
1022# CONFIG_USB_ARCH_HAS_EHCI is not set
1023# CONFIG_USB is not set
1024CONFIG_USB_MUSB_HDRC=y
1025CONFIG_USB_TUSB6010=y
1026CONFIG_USB_TUSB6010_TEST=y
1027# CONFIG_USB_MUSB_HOST is not set
1028CONFIG_USB_MUSB_PERIPHERAL=y
1029# CONFIG_USB_MUSB_OTG is not set
1030CONFIG_USB_GADGET_MUSB_HDRC=y
1031# CONFIG_USB_INVENTRA_FIFO is not set
1032# CONFIG_USB_INVENTRA_DMA is not set
1033# CONFIG_USB_TI_CPPI_DMA is not set
1034CONFIG_USB_TUSB_OMAP_DMA=y
1035CONFIG_USB_INVENTRA_HCD_LOGGING=1
1036
1037#
1038# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
1039#
1040
1041#
1042# USB Gadget Support
1043#
1044CONFIG_USB_GADGET=y
1045CONFIG_USB_GADGET_DEBUG_FILES=y
1046CONFIG_USB_GADGET_SELECTED=y
1047# CONFIG_USB_GADGET_NET2280 is not set
1048# CONFIG_USB_GADGET_PXA2XX is not set
1049# CONFIG_USB_GADGET_GOKU is not set
1050# CONFIG_USB_GADGET_LH7A40X is not set
1051# CONFIG_USB_GADGET_OMAP is not set
1052# CONFIG_USB_GADGET_AT91 is not set
1053# CONFIG_USB_GADGET_DUMMY_HCD is not set
1054CONFIG_USB_GADGET_DUALSPEED=y
1055# CONFIG_USB_ZERO is not set
1056CONFIG_USB_ETH=m
1057CONFIG_USB_ETH_RNDIS=y
1058# CONFIG_USB_GADGETFS is not set
1059CONFIG_USB_FILE_STORAGE=m
1060# CONFIG_USB_FILE_STORAGE_TEST is not set
1061# CONFIG_USB_G_SERIAL is not set
1062
1063#
1064# MMC/SD Card support
1065#
1066CONFIG_MMC=y
1067# CONFIG_MMC_DEBUG is not set
1068CONFIG_MMC_BLOCK=y
1069CONFIG_MMC_OMAP=y
1070
1071#
1072# Real Time Clock
1073#
1074CONFIG_RTC_LIB=y
1075# CONFIG_RTC_CLASS is not set
1076
1077#
1078# Synchronous Serial Interfaces (SSI)
1079#
1080# CONFIG_OMAP_TSC2101 is not set
1081
1082#
1083# CBUS support
1084#
1085CONFIG_CBUS=y
1086CONFIG_CBUS_TAHVO=y
1087CONFIG_CBUS_TAHVO_USER=y
1088CONFIG_CBUS_RETU=y
1089CONFIG_CBUS_RETU_USER=y
1090CONFIG_CBUS_RETU_POWERBUTTON=y
1091CONFIG_CBUS_RETU_RTC=y
1092CONFIG_CBUS_RETU_WDT=y
1093CONFIG_CBUS_RETU_HEADSET=y
1094
1095#
1096# File systems
1097#
1098CONFIG_EXT2_FS=m
1099CONFIG_EXT2_FS_XATTR=y
1100# CONFIG_EXT2_FS_POSIX_ACL is not set
1101# CONFIG_EXT2_FS_SECURITY is not set
1102# CONFIG_EXT2_FS_XIP is not set
1103CONFIG_EXT3_FS=m
1104CONFIG_EXT3_FS_XATTR=y
1105# CONFIG_EXT3_FS_POSIX_ACL is not set
1106# CONFIG_EXT3_FS_SECURITY is not set
1107CONFIG_JBD=m
1108# CONFIG_JBD_DEBUG is not set
1109CONFIG_FS_MBCACHE=m
1110# CONFIG_REISERFS_FS is not set
1111# CONFIG_JFS_FS is not set
1112# CONFIG_FS_POSIX_ACL is not set
1113# CONFIG_XFS_FS is not set
1114# CONFIG_OCFS2_FS is not set
1115# CONFIG_MINIX_FS is not set
1116# CONFIG_ROMFS_FS is not set
1117CONFIG_INOTIFY=y
1118CONFIG_INOTIFY_USER=y
1119# CONFIG_QUOTA is not set
1120CONFIG_DNOTIFY=y
1121# CONFIG_AUTOFS_FS is not set
1122# CONFIG_AUTOFS4_FS is not set
1123# CONFIG_FUSE_FS is not set
1124
1125#
1126# CD-ROM/DVD Filesystems
1127#
1128# CONFIG_ISO9660_FS is not set
1129# CONFIG_UDF_FS is not set
1130
1131#
1132# DOS/FAT/NT Filesystems
1133#
1134CONFIG_FAT_FS=y
1135CONFIG_MSDOS_FS=y
1136CONFIG_VFAT_FS=y
1137CONFIG_FAT_DEFAULT_CODEPAGE=437
1138CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1139# CONFIG_NTFS_FS is not set
1140
1141#
1142# Pseudo filesystems
1143#
1144CONFIG_PROC_FS=y
1145CONFIG_SYSFS=y
1146CONFIG_TMPFS=y
1147# CONFIG_HUGETLB_PAGE is not set
1148CONFIG_RAMFS=y
1149# CONFIG_CONFIGFS_FS is not set
1150
1151#
1152# Miscellaneous filesystems
1153#
1154# CONFIG_ADFS_FS is not set
1155# CONFIG_AFFS_FS is not set
1156# CONFIG_HFS_FS is not set
1157# CONFIG_HFSPLUS_FS is not set
1158# CONFIG_BEFS_FS is not set
1159# CONFIG_BFS_FS is not set
1160# CONFIG_EFS_FS is not set
1161# CONFIG_JFFS_FS is not set
1162CONFIG_JFFS2_FS=y
1163CONFIG_JFFS2_FS_DEBUG=0
1164CONFIG_JFFS2_FS_WRITEBUFFER=y
1165CONFIG_JFFS2_SUMMARY=y
1166# CONFIG_JFFS2_FS_XATTR is not set
1167CONFIG_JFFS2_COMPRESSION_OPTIONS=y
1168CONFIG_JFFS2_ZLIB=y
1169CONFIG_JFFS2_LZO=y
1170CONFIG_JFFS2_RTIME=y
1171# CONFIG_JFFS2_RUBIN is not set
1172# CONFIG_JFFS2_CMODE_NONE is not set
1173CONFIG_JFFS2_CMODE_PRIORITY=y
1174# CONFIG_JFFS2_CMODE_SIZE is not set
1175# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
1176# CONFIG_CRAMFS is not set
1177# CONFIG_VXFS_FS is not set
1178# CONFIG_HPFS_FS is not set
1179# CONFIG_QNX4FS_FS is not set
1180# CONFIG_SYSV_FS is not set
1181# CONFIG_UFS_FS is not set
1182
1183#
1184# Network File Systems
1185#
1186# CONFIG_NFS_FS is not set
1187# CONFIG_NFSD is not set
1188# CONFIG_SMB_FS is not set
1189# CONFIG_CIFS is not set
1190# CONFIG_NCP_FS is not set
1191# CONFIG_CODA_FS is not set
1192# CONFIG_AFS_FS is not set
1193# CONFIG_9P_FS is not set
1194
1195#
1196# Partition Types
1197#
1198# CONFIG_PARTITION_ADVANCED is not set
1199CONFIG_MSDOS_PARTITION=y
1200
1201#
1202# Native Language Support
1203#
1204CONFIG_NLS=y
1205CONFIG_NLS_DEFAULT="iso8859-1"
1206CONFIG_NLS_CODEPAGE_437=y
1207# CONFIG_NLS_CODEPAGE_737 is not set
1208# CONFIG_NLS_CODEPAGE_775 is not set
1209# CONFIG_NLS_CODEPAGE_850 is not set
1210# CONFIG_NLS_CODEPAGE_852 is not set
1211# CONFIG_NLS_CODEPAGE_855 is not set
1212# CONFIG_NLS_CODEPAGE_857 is not set
1213# CONFIG_NLS_CODEPAGE_860 is not set
1214# CONFIG_NLS_CODEPAGE_861 is not set
1215# CONFIG_NLS_CODEPAGE_862 is not set
1216# CONFIG_NLS_CODEPAGE_863 is not set
1217# CONFIG_NLS_CODEPAGE_864 is not set
1218# CONFIG_NLS_CODEPAGE_865 is not set
1219# CONFIG_NLS_CODEPAGE_866 is not set
1220# CONFIG_NLS_CODEPAGE_869 is not set
1221# CONFIG_NLS_CODEPAGE_936 is not set
1222# CONFIG_NLS_CODEPAGE_950 is not set
1223# CONFIG_NLS_CODEPAGE_932 is not set
1224# CONFIG_NLS_CODEPAGE_949 is not set
1225# CONFIG_NLS_CODEPAGE_874 is not set
1226# CONFIG_NLS_ISO8859_8 is not set
1227# CONFIG_NLS_CODEPAGE_1250 is not set
1228# CONFIG_NLS_CODEPAGE_1251 is not set
1229# CONFIG_NLS_ASCII is not set
1230CONFIG_NLS_ISO8859_1=y
1231# CONFIG_NLS_ISO8859_2 is not set
1232# CONFIG_NLS_ISO8859_3 is not set
1233# CONFIG_NLS_ISO8859_4 is not set
1234# CONFIG_NLS_ISO8859_5 is not set
1235# CONFIG_NLS_ISO8859_6 is not set
1236# CONFIG_NLS_ISO8859_7 is not set
1237# CONFIG_NLS_ISO8859_9 is not set
1238# CONFIG_NLS_ISO8859_13 is not set
1239# CONFIG_NLS_ISO8859_14 is not set
1240CONFIG_NLS_ISO8859_15=y
1241# CONFIG_NLS_KOI8_R is not set
1242# CONFIG_NLS_KOI8_U is not set
1243CONFIG_NLS_UTF8=y
1244
1245#
1246# Profiling support
1247#
1248CONFIG_PROFILING=y
1249CONFIG_OPROFILE=y
1250
1251#
1252# Kernel hacking
1253#
1254CONFIG_PRINTK_TIME=y
1255CONFIG_MAGIC_SYSRQ=y
1256# CONFIG_UNUSED_SYMBOLS is not set
1257CONFIG_DEBUG_KERNEL=y
1258CONFIG_LOG_BUF_SHIFT=14
1259CONFIG_DETECT_SOFTLOCKUP=y
1260# CONFIG_SCHEDSTATS is not set
1261# CONFIG_DEBUG_SLAB is not set
1262# CONFIG_DEBUG_RT_MUTEXES is not set
1263# CONFIG_RT_MUTEX_TESTER is not set
1264# CONFIG_DEBUG_SPINLOCK is not set
1265# CONFIG_DEBUG_MUTEXES is not set
1266# CONFIG_DEBUG_RWSEMS is not set
1267# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1268# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1269# CONFIG_DEBUG_KOBJECT is not set
1270CONFIG_DEBUG_BUGVERBOSE=y
1271# CONFIG_DEBUG_INFO is not set
1272# CONFIG_DEBUG_FS is not set
1273# CONFIG_DEBUG_VM is not set
1274CONFIG_FRAME_POINTER=y
1275# CONFIG_UNWIND_INFO is not set
1276CONFIG_FORCED_INLINING=y
1277# CONFIG_RCU_TORTURE_TEST is not set
1278CONFIG_DEBUG_USER=y
1279# CONFIG_DEBUG_WAITQ is not set
1280CONFIG_DEBUG_ERRORS=y
1281# CONFIG_DEBUG_LL is not set
1282
1283#
1284# Security options
1285#
1286# CONFIG_KEYS is not set
1287CONFIG_SECURITY=y
1288# CONFIG_SECURITY_NETWORK is not set
1289# CONFIG_SECURITY_CAPABILITIES is not set
1290# CONFIG_SECURITY_SECLVL is not set
1291CONFIG_SECURITY_LOWMEM=y
1292
1293#
1294# Cryptographic options
1295#
1296# CONFIG_CRYPTO is not set
1297
1298#
1299# Hardware crypto devices
1300#
1301
1302#
1303# Library routines
1304#
1305CONFIG_CRC_CCITT=y
1306# CONFIG_CRC16 is not set
1307CONFIG_CRC32=y
1308# CONFIG_LIBCRC32C is not set
1309CONFIG_LZO=y
1310CONFIG_ZLIB_INFLATE=y
1311CONFIG_ZLIB_DEFLATE=y
1312CONFIG_PLIST=y
diff --git a/meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/kernel-source_2.6.21-200823maemo6.diff.gz b/meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/kernel-source_2.6.21-200823maemo6.diff.gz
new file mode 100644
index 0000000000..2ceb4a7841
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/kernel-source_2.6.21-200823maemo6.diff.gz
Binary files differ
diff --git a/meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/nokia800/defconfig b/meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/nokia800/defconfig
new file mode 100644
index 0000000000..ea78481b99
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/nokia800/defconfig
@@ -0,0 +1,1650 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.21-omap1
4# Thu Jun 26 11:32:23 2008
5#
6CONFIG_ARM=y
7CONFIG_SYS_SUPPORTS_APM_EMULATION=y
8CONFIG_GENERIC_GPIO=y
9CONFIG_GENERIC_TIME=y
10CONFIG_MMU=y
11# CONFIG_NO_IOPORT is not set
12CONFIG_GENERIC_HARDIRQS=y
13CONFIG_TRACE_IRQFLAGS_SUPPORT=y
14CONFIG_HARDIRQS_SW_RESEND=y
15CONFIG_GENERIC_IRQ_PROBE=y
16CONFIG_RWSEM_GENERIC_SPINLOCK=y
17# CONFIG_ARCH_HAS_ILOG2_U32 is not set
18# CONFIG_ARCH_HAS_ILOG2_U64 is not set
19CONFIG_GENERIC_HWEIGHT=y
20CONFIG_GENERIC_CALIBRATE_DELAY=y
21CONFIG_ZONE_DMA=y
22CONFIG_VECTORS_BASE=0xffff0000
23CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
24
25#
26# Code maturity level options
27#
28CONFIG_EXPERIMENTAL=y
29CONFIG_BROKEN_ON_SMP=y
30CONFIG_INIT_ENV_ARG_LIMIT=32
31
32#
33# General setup
34#
35CONFIG_LOCALVERSION=""
36# CONFIG_LOCALVERSION_AUTO is not set
37CONFIG_SWAP=y
38CONFIG_SYSVIPC=y
39# CONFIG_IPC_NS is not set
40CONFIG_SYSVIPC_SYSCTL=y
41CONFIG_POSIX_MQUEUE=y
42# CONFIG_BSD_PROCESS_ACCT is not set
43# CONFIG_TASKSTATS is not set
44# CONFIG_UTS_NS is not set
45# CONFIG_AUDIT is not set
46# CONFIG_IKCONFIG is not set
47CONFIG_SYSFS_DEPRECATED=y
48# CONFIG_RELAY is not set
49CONFIG_BLK_DEV_INITRD=y
50CONFIG_INITRAMFS_SOURCE=""
51CONFIG_CC_OPTIMIZE_FOR_SIZE=y
52CONFIG_SYSCTL=y
53# CONFIG_EMBEDDED is not set
54CONFIG_UID16=y
55CONFIG_SYSCTL_SYSCALL=y
56CONFIG_KALLSYMS=y
57# CONFIG_KALLSYMS_ALL is not set
58# CONFIG_KALLSYMS_EXTRA_PASS is not set
59CONFIG_HOTPLUG=y
60CONFIG_PRINTK=y
61CONFIG_BUG=y
62CONFIG_ELF_CORE=y
63CONFIG_BASE_FULL=y
64CONFIG_FUTEX=y
65CONFIG_EPOLL=y
66CONFIG_SHMEM=y
67CONFIG_SLAB=y
68CONFIG_VM_EVENT_COUNTERS=y
69CONFIG_RT_MUTEXES=y
70# CONFIG_TINY_SHMEM is not set
71CONFIG_BASE_SMALL=0
72# CONFIG_SLOB is not set
73
74#
75# Loadable module support
76#
77CONFIG_MODULES=y
78CONFIG_MODULE_UNLOAD=y
79# CONFIG_MODULE_FORCE_UNLOAD is not set
80# CONFIG_MODVERSIONS is not set
81# CONFIG_MODULE_SRCVERSION_ALL is not set
82# CONFIG_KMOD is not set
83
84#
85# Block layer
86#
87CONFIG_BLOCK=y
88# CONFIG_LBD is not set
89# CONFIG_BLK_DEV_IO_TRACE is not set
90# CONFIG_LSF is not set
91
92#
93# IO Schedulers
94#
95CONFIG_IOSCHED_NOOP=y
96# CONFIG_IOSCHED_AS is not set
97# CONFIG_IOSCHED_DEADLINE is not set
98# CONFIG_IOSCHED_CFQ is not set
99# CONFIG_DEFAULT_AS is not set
100# CONFIG_DEFAULT_DEADLINE is not set
101# CONFIG_DEFAULT_CFQ is not set
102CONFIG_DEFAULT_NOOP=y
103CONFIG_DEFAULT_IOSCHED="noop"
104
105#
106# System Type
107#
108# CONFIG_ARCH_AAEC2000 is not set
109# CONFIG_ARCH_INTEGRATOR is not set
110# CONFIG_ARCH_REALVIEW is not set
111# CONFIG_ARCH_VERSATILE is not set
112# CONFIG_ARCH_AT91 is not set
113# CONFIG_ARCH_CLPS7500 is not set
114# CONFIG_ARCH_CLPS711X is not set
115# CONFIG_ARCH_CO285 is not set
116# CONFIG_ARCH_EBSA110 is not set
117# CONFIG_ARCH_EP93XX is not set
118# CONFIG_ARCH_FOOTBRIDGE is not set
119# CONFIG_ARCH_NETX is not set
120# CONFIG_ARCH_H720X is not set
121# CONFIG_ARCH_IMX is not set
122# CONFIG_ARCH_IOP32X is not set
123# CONFIG_ARCH_IOP33X is not set
124# CONFIG_ARCH_IOP13XX is not set
125# CONFIG_ARCH_IXP4XX is not set
126# CONFIG_ARCH_IXP2000 is not set
127# CONFIG_ARCH_IXP23XX is not set
128# CONFIG_ARCH_L7200 is not set
129# CONFIG_ARCH_NS9XXX is not set
130# CONFIG_ARCH_PNX4008 is not set
131# CONFIG_ARCH_PXA is not set
132# CONFIG_ARCH_RPC is not set
133# CONFIG_ARCH_SA1100 is not set
134# CONFIG_ARCH_S3C2410 is not set
135# CONFIG_ARCH_SHARK is not set
136# CONFIG_ARCH_LH7A40X is not set
137CONFIG_ARCH_OMAP=y
138
139#
140# TI OMAP Implementations
141#
142CONFIG_ARCH_OMAP_OTG=y
143# CONFIG_ARCH_OMAP1 is not set
144CONFIG_ARCH_OMAP2=y
145
146#
147# OMAP Feature Selections
148#
149CONFIG_MACH_OMAP2420_DVFS=y
150CONFIG_ARCH_OMAP2420_DEBUG=y
151CONFIG_ARCH_OMAP2420_OBSERVABILITY=m
152CONFIG_ARCH_OMAP2420_PEEK_N_POKE=m
153CONFIG_ARCH_OMAP2420_SNAPSHOT=m
154CONFIG_ARCH_OMAP2420_DMA_DRAIN=y
155CONFIG_OMAP_RESET_CLOCKS=y
156CONFIG_OMAP_BOOT_TAG=y
157CONFIG_OMAP_BOOT_REASON=y
158CONFIG_OMAP_COMPONENT_VERSION=y
159CONFIG_OMAP_GPIO_SWITCH=y
160# CONFIG_OMAP_MUX is not set
161# CONFIG_OMAP_SEC is not set
162CONFIG_OMAP_STI=y
163CONFIG_OMAP_STI_CONSOLE=y
164# CONFIG_OMAP_MCBSP is not set
165CONFIG_OMAP_MMU_FWK=y
166CONFIG_OMAP_MBOX_FWK=y
167# CONFIG_OMAP_MPU_TIMER is not set
168CONFIG_OMAP_32K_TIMER=y
169CONFIG_OMAP_32K_TIMER_HZ=128
170CONFIG_OMAP_DM_TIMER=y
171# CONFIG_OMAP_LL_DEBUG_UART1 is not set
172# CONFIG_OMAP_LL_DEBUG_UART2 is not set
173CONFIG_OMAP_LL_DEBUG_UART3=y
174CONFIG_OMAP_DSP=y
175# CONFIG_OMAP_DSP_MBCMD_VERBOSE is not set
176CONFIG_OMAP_DSP_TASK_MULTIOPEN=y
177CONFIG_OMAP_DSP_FBEXPORT=y
178CONFIG_OMAP_DSP_PAUSING=y
179# CONFIG_MACH_OMAP_GENERIC is not set
180
181#
182# OMAP Core Type
183#
184CONFIG_ARCH_OMAP24XX=y
185CONFIG_ARCH_OMAP2420=y
186# CONFIG_ARCH_OMAP2430 is not set
187
188#
189# OMAP Board Type
190#
191CONFIG_MACH_NOKIA_N800=y
192CONFIG_MACH_NOKIA_RX44=y
193# CONFIG_MACH_NOKIA_RX48 is not set
194CONFIG_MACH_OMAP2_TUSB6010=y
195# CONFIG_MACH_OMAP_H4 is not set
196# CONFIG_MACH_OMAP_APOLLON is not set
197# CONFIG_MACH_OMAP_2430SDP is not set
198
199#
200# Processor Type
201#
202CONFIG_CPU_32=y
203CONFIG_CPU_V6=y
204# CONFIG_CPU_32v6K is not set
205CONFIG_CPU_32v6=y
206CONFIG_CPU_ABRT_EV6=y
207CONFIG_CPU_CACHE_V6=y
208CONFIG_CPU_CACHE_VIPT=y
209CONFIG_CPU_COPY_V6=y
210CONFIG_CPU_TLB_V6=y
211CONFIG_CPU_CP15=y
212CONFIG_CPU_CP15_MMU=y
213
214#
215# Processor Features
216#
217CONFIG_ARM_THUMB=y
218# CONFIG_CPU_ICACHE_DISABLE is not set
219# CONFIG_CPU_DCACHE_DISABLE is not set
220# CONFIG_CPU_DCACHE_WRITETHROUGH is not set
221# CONFIG_CPU_BPREDICT_DISABLE is not set
222# CONFIG_OUTER_CACHE is not set
223
224#
225# Bus support
226#
227
228#
229# PCCARD (PCMCIA/CardBus) support
230#
231# CONFIG_PCCARD is not set
232
233#
234# Kernel Features
235#
236# CONFIG_PREEMPT is not set
237CONFIG_NO_IDLE_HZ=y
238CONFIG_HZ=128
239CONFIG_AEABI=y
240CONFIG_OABI_COMPAT=y
241# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
242CONFIG_SELECT_MEMORY_MODEL=y
243CONFIG_FLATMEM_MANUAL=y
244# CONFIG_DISCONTIGMEM_MANUAL is not set
245# CONFIG_SPARSEMEM_MANUAL is not set
246CONFIG_FLATMEM=y
247CONFIG_FLAT_NODE_MEM_MAP=y
248# CONFIG_SPARSEMEM_STATIC is not set
249CONFIG_SPLIT_PTLOCK_CPUS=4
250# CONFIG_RESOURCES_64BIT is not set
251CONFIG_ZONE_DMA_FLAG=1
252CONFIG_LEDS=y
253CONFIG_ALIGNMENT_TRAP=y
254
255#
256# Boot options
257#
258CONFIG_ZBOOT_ROM_TEXT=0x10C08000
259CONFIG_ZBOOT_ROM_BSS=0x10200000
260# CONFIG_ZBOOT_ROM is not set
261CONFIG_CMDLINE="root=1f03 rootfstype=jffs2 ro console=tty0"
262# CONFIG_XIP_KERNEL is not set
263# CONFIG_KEXEC is not set
264
265#
266# CPU Frequency scaling
267#
268CONFIG_CPU_FREQ=y
269CONFIG_CPU_FREQ_TABLE=y
270# CONFIG_CPU_FREQ_DEBUG is not set
271CONFIG_CPU_FREQ_STAT=y
272# CONFIG_CPU_FREQ_STAT_DETAILS is not set
273# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
274# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
275CONFIG_CPU_FREQ_DEFAULT_GOV_NULL=y
276# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
277CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
278CONFIG_CPU_FREQ_GOV_POWERSAVE=y
279CONFIG_CPU_FREQ_GOV_NULL=y
280# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
281CONFIG_CPU_FREQ_GOV_ONDEMAND=y
282CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
283
284#
285# Floating point emulation
286#
287
288#
289# At least one emulation must be selected
290#
291CONFIG_FPE_NWFPE=y
292# CONFIG_FPE_NWFPE_XP is not set
293# CONFIG_FPE_FASTFPE is not set
294CONFIG_VFP=y
295
296#
297# Userspace binary formats
298#
299CONFIG_BINFMT_ELF=y
300# CONFIG_BINFMT_AOUT is not set
301# CONFIG_BINFMT_MISC is not set
302
303#
304# Power management options
305#
306CONFIG_PM=y
307# CONFIG_PM_LEGACY is not set
308# CONFIG_PM_DEBUG is not set
309# CONFIG_PM_SYSFS_DEPRECATED is not set
310CONFIG_APM_EMULATION=y
311
312#
313# Networking
314#
315CONFIG_NET=y
316
317#
318# Networking options
319#
320# CONFIG_NETDEBUG is not set
321CONFIG_PACKET=y
322# CONFIG_PACKET_MMAP is not set
323CONFIG_UNIX=y
324CONFIG_XFRM=y
325# CONFIG_XFRM_USER is not set
326# CONFIG_XFRM_SUB_POLICY is not set
327# CONFIG_XFRM_MIGRATE is not set
328# CONFIG_NET_KEY is not set
329CONFIG_INET=y
330CONFIG_IP_MULTICAST=y
331# CONFIG_IP_ADVANCED_ROUTER is not set
332CONFIG_IP_FIB_HASH=y
333# CONFIG_IP_PNP is not set
334# CONFIG_NET_IPIP is not set
335# CONFIG_NET_IPGRE is not set
336# CONFIG_IP_MROUTE is not set
337# CONFIG_ARPD is not set
338# CONFIG_SYN_COOKIES is not set
339# CONFIG_INET_AH is not set
340# CONFIG_INET_ESP is not set
341# CONFIG_INET_IPCOMP is not set
342# CONFIG_INET_XFRM_TUNNEL is not set
343# CONFIG_INET_TUNNEL is not set
344# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
345# CONFIG_INET_XFRM_MODE_TUNNEL is not set
346CONFIG_INET_XFRM_MODE_BEET=y
347CONFIG_INET_DIAG=y
348CONFIG_INET_TCP_DIAG=y
349# CONFIG_TCP_CONG_ADVANCED is not set
350CONFIG_TCP_CONG_CUBIC=y
351CONFIG_DEFAULT_TCP_CONG="cubic"
352# CONFIG_TCP_MD5SIG is not set
353
354#
355# IP: Virtual Server Configuration
356#
357# CONFIG_IP_VS is not set
358# CONFIG_IPV6 is not set
359# CONFIG_INET6_XFRM_TUNNEL is not set
360# CONFIG_INET6_TUNNEL is not set
361# CONFIG_NETLABEL is not set
362# CONFIG_NETWORK_SECMARK is not set
363CONFIG_NETFILTER=y
364# CONFIG_NETFILTER_DEBUG is not set
365
366#
367# Core Netfilter Configuration
368#
369CONFIG_NETFILTER_NETLINK=y
370# CONFIG_NETFILTER_NETLINK_QUEUE is not set
371# CONFIG_NETFILTER_NETLINK_LOG is not set
372# CONFIG_NF_CONNTRACK_ENABLED is not set
373CONFIG_NETFILTER_XTABLES=y
374# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
375# CONFIG_NETFILTER_XT_TARGET_MARK is not set
376# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
377# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
378# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
379# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
380# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
381# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
382# CONFIG_NETFILTER_XT_MATCH_ESP is not set
383# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
384# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
385# CONFIG_NETFILTER_XT_MATCH_MAC is not set
386# CONFIG_NETFILTER_XT_MATCH_MARK is not set
387# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
388# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
389# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
390# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
391# CONFIG_NETFILTER_XT_MATCH_REALM is not set
392# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
393# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
394# CONFIG_NETFILTER_XT_MATCH_STRING is not set
395# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
396# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
397
398#
399# IP: Netfilter Configuration
400#
401# CONFIG_IP_NF_QUEUE is not set
402CONFIG_IP_NF_IPTABLES=y
403# CONFIG_IP_NF_MATCH_IPRANGE is not set
404# CONFIG_IP_NF_MATCH_TOS is not set
405# CONFIG_IP_NF_MATCH_RECENT is not set
406# CONFIG_IP_NF_MATCH_ECN is not set
407# CONFIG_IP_NF_MATCH_AH is not set
408# CONFIG_IP_NF_MATCH_TTL is not set
409# CONFIG_IP_NF_MATCH_OWNER is not set
410# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
411CONFIG_IP_NF_FILTER=y
412# CONFIG_IP_NF_TARGET_REJECT is not set
413# CONFIG_IP_NF_TARGET_LOG is not set
414# CONFIG_IP_NF_TARGET_ULOG is not set
415CONFIG_IP_NF_TARGET_IDLETIMER=y
416# CONFIG_IP_NF_MANGLE is not set
417# CONFIG_IP_NF_RAW is not set
418# CONFIG_IP_NF_ARPTABLES is not set
419
420#
421# DCCP Configuration (EXPERIMENTAL)
422#
423# CONFIG_IP_DCCP is not set
424
425#
426# SCTP Configuration (EXPERIMENTAL)
427#
428# CONFIG_IP_SCTP is not set
429
430#
431# TIPC Configuration (EXPERIMENTAL)
432#
433# CONFIG_TIPC is not set
434# CONFIG_ATM is not set
435# CONFIG_BRIDGE is not set
436# CONFIG_VLAN_8021Q is not set
437# CONFIG_DECNET is not set
438# CONFIG_LLC2 is not set
439# CONFIG_IPX is not set
440# CONFIG_ATALK is not set
441# CONFIG_X25 is not set
442# CONFIG_LAPB is not set
443# CONFIG_ECONET is not set
444# CONFIG_WAN_ROUTER is not set
445
446#
447# QoS and/or fair queueing
448#
449# CONFIG_NET_SCHED is not set
450
451#
452# Network testing
453#
454# CONFIG_NET_PKTGEN is not set
455# CONFIG_HAMRADIO is not set
456# CONFIG_IRDA is not set
457CONFIG_BT=y
458CONFIG_BT_L2CAP=y
459CONFIG_BT_SCO=y
460CONFIG_BT_RFCOMM=y
461CONFIG_BT_RFCOMM_TTY=y
462CONFIG_BT_BNEP=y
463# CONFIG_BT_BNEP_MC_FILTER is not set
464# CONFIG_BT_BNEP_PROTO_FILTER is not set
465CONFIG_BT_HIDP=y
466
467#
468# Bluetooth device drivers
469#
470# CONFIG_BT_HCIUSB is not set
471# CONFIG_BT_HCIUART is not set
472# CONFIG_BT_HCIBCM203X is not set
473# CONFIG_BT_HCIBPA10X is not set
474# CONFIG_BT_HCIBFUSB is not set
475# CONFIG_BT_HCIBRF6150 is not set
476CONFIG_BT_HCIH4P=y
477# CONFIG_BT_HCIVHCI is not set
478# CONFIG_IEEE80211 is not set
479CONFIG_WIRELESS_EXT=y
480
481#
482# Device Drivers
483#
484
485#
486# Generic Driver Options
487#
488CONFIG_STANDALONE=y
489CONFIG_PREVENT_FIRMWARE_BUILD=y
490CONFIG_FW_LOADER=y
491# CONFIG_DEBUG_DRIVER is not set
492# CONFIG_DEBUG_DEVRES is not set
493# CONFIG_SYS_HYPERVISOR is not set
494
495#
496# Connector - unified userspace <-> kernelspace linker
497#
498# CONFIG_CONNECTOR is not set
499
500#
501# Memory Technology Devices (MTD)
502#
503CONFIG_MTD=y
504# CONFIG_MTD_DEBUG is not set
505# CONFIG_MTD_CONCAT is not set
506CONFIG_MTD_PARTITIONS=y
507# CONFIG_MTD_REDBOOT_PARTS is not set
508CONFIG_MTD_CMDLINE_PARTS=y
509# CONFIG_MTD_AFS_PARTS is not set
510
511#
512# User Modules And Translation Layers
513#
514CONFIG_MTD_CHAR=y
515CONFIG_MTD_BLKDEVS=y
516CONFIG_MTD_BLOCK=y
517# CONFIG_FTL is not set
518# CONFIG_NFTL is not set
519# CONFIG_INFTL is not set
520# CONFIG_RFD_FTL is not set
521# CONFIG_SSFDC is not set
522# CONFIG_MTD_OOPS is not set
523
524#
525# RAM/ROM/Flash chip drivers
526#
527# CONFIG_MTD_CFI is not set
528# CONFIG_MTD_JEDECPROBE is not set
529CONFIG_MTD_MAP_BANK_WIDTH_1=y
530CONFIG_MTD_MAP_BANK_WIDTH_2=y
531CONFIG_MTD_MAP_BANK_WIDTH_4=y
532# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
533# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
534# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
535CONFIG_MTD_CFI_I1=y
536CONFIG_MTD_CFI_I2=y
537# CONFIG_MTD_CFI_I4 is not set
538# CONFIG_MTD_CFI_I8 is not set
539# CONFIG_MTD_RAM is not set
540# CONFIG_MTD_ROM is not set
541# CONFIG_MTD_ABSENT is not set
542# CONFIG_MTD_OBSOLETE_CHIPS is not set
543
544#
545# Mapping drivers for chip access
546#
547# CONFIG_MTD_COMPLEX_MAPPINGS is not set
548# CONFIG_MTD_PLATRAM is not set
549
550#
551# Self-contained MTD device drivers
552#
553# CONFIG_MTD_DATAFLASH is not set
554# CONFIG_MTD_M25P80 is not set
555# CONFIG_MTD_SLRAM is not set
556# CONFIG_MTD_PHRAM is not set
557# CONFIG_MTD_MTDRAM is not set
558# CONFIG_MTD_BLOCK2MTD is not set
559
560#
561# Disk-On-Chip Device Drivers
562#
563# CONFIG_MTD_DOC2000 is not set
564# CONFIG_MTD_DOC2001 is not set
565# CONFIG_MTD_DOC2001PLUS is not set
566
567#
568# NAND Flash Device Drivers
569#
570# CONFIG_MTD_NAND is not set
571
572#
573# OneNAND Flash Device Drivers
574#
575CONFIG_MTD_ONENAND=y
576# CONFIG_MTD_ONENAND_VERIFY_WRITE is not set
577# CONFIG_MTD_ONENAND_GENERIC is not set
578CONFIG_MTD_ONENAND_OMAP2=y
579CONFIG_MTD_ONENAND_OTP=y
580
581#
582# Parallel port support
583#
584# CONFIG_PARPORT is not set
585
586#
587# Plug and Play support
588#
589# CONFIG_PNPACPI is not set
590
591#
592# Block devices
593#
594# CONFIG_BLK_DEV_COW_COMMON is not set
595CONFIG_BLK_DEV_LOOP=y
596# CONFIG_BLK_DEV_CRYPTOLOOP is not set
597# CONFIG_BLK_DEV_NBD is not set
598# CONFIG_BLK_DEV_UB is not set
599CONFIG_BLK_DEV_RAM=y
600CONFIG_BLK_DEV_RAM_COUNT=16
601CONFIG_BLK_DEV_RAM_SIZE=4096
602CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
603# CONFIG_CDROM_PKTCDVD is not set
604# CONFIG_ATA_OVER_ETH is not set
605
606#
607# SCSI device support
608#
609# CONFIG_RAID_ATTRS is not set
610CONFIG_SCSI=y
611# CONFIG_SCSI_TGT is not set
612# CONFIG_SCSI_NETLINK is not set
613# CONFIG_SCSI_PROC_FS is not set
614
615#
616# SCSI support type (disk, tape, CD-ROM)
617#
618CONFIG_BLK_DEV_SD=y
619# CONFIG_CHR_DEV_ST is not set
620# CONFIG_CHR_DEV_OSST is not set
621# CONFIG_BLK_DEV_SR is not set
622# CONFIG_CHR_DEV_SG is not set
623# CONFIG_CHR_DEV_SCH is not set
624
625#
626# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
627#
628CONFIG_SCSI_MULTI_LUN=y
629# CONFIG_SCSI_CONSTANTS is not set
630# CONFIG_SCSI_LOGGING is not set
631# CONFIG_SCSI_SCAN_ASYNC is not set
632
633#
634# SCSI Transports
635#
636# CONFIG_SCSI_SPI_ATTRS is not set
637# CONFIG_SCSI_FC_ATTRS is not set
638# CONFIG_SCSI_ISCSI_ATTRS is not set
639# CONFIG_SCSI_SAS_ATTRS is not set
640# CONFIG_SCSI_SAS_LIBSAS is not set
641
642#
643# SCSI low-level drivers
644#
645# CONFIG_ISCSI_TCP is not set
646# CONFIG_SCSI_DEBUG is not set
647
648#
649# Serial ATA (prod) and Parallel ATA (experimental) drivers
650#
651# CONFIG_ATA is not set
652
653#
654# Multi-device support (RAID and LVM)
655#
656# CONFIG_MD is not set
657
658#
659# Fusion MPT device support
660#
661# CONFIG_FUSION is not set
662
663#
664# IEEE 1394 (FireWire) support
665#
666
667#
668# I2O device support
669#
670
671#
672# Network device support
673#
674CONFIG_NETDEVICES=y
675# CONFIG_DUMMY is not set
676# CONFIG_BONDING is not set
677# CONFIG_EQUALIZER is not set
678CONFIG_TUN=y
679
680#
681# PHY device support
682#
683
684#
685# Ethernet (10 or 100Mbit)
686#
687# CONFIG_NET_ETHERNET is not set
688CONFIG_MII=y
689
690#
691# Ethernet (1000 Mbit)
692#
693
694#
695# Ethernet (10000 Mbit)
696#
697
698#
699# Token Ring devices
700#
701
702#
703# Wireless LAN (non-hamradio)
704#
705CONFIG_NET_RADIO=y
706# CONFIG_NET_WIRELESS_RTNETLINK is not set
707
708#
709# Obsolete Wireless cards support (pre-802.11)
710#
711# CONFIG_STRIP is not set
712# CONFIG_USB_ZD1201 is not set
713# CONFIG_HOSTAP is not set
714
715#
716# Wan interfaces
717#
718# CONFIG_WAN is not set
719CONFIG_PPP=y
720# CONFIG_PPP_MULTILINK is not set
721CONFIG_PPP_FILTER=y
722CONFIG_PPP_ASYNC=y
723CONFIG_PPP_SYNC_TTY=y
724CONFIG_PPP_DEFLATE=y
725CONFIG_PPP_BSDCOMP=y
726# CONFIG_PPP_MPPE is not set
727# CONFIG_PPPOE is not set
728# CONFIG_SLIP is not set
729CONFIG_SLHC=y
730# CONFIG_SHAPER is not set
731# CONFIG_NETCONSOLE is not set
732# CONFIG_NETPOLL is not set
733# CONFIG_NET_POLL_CONTROLLER is not set
734
735#
736# ISDN subsystem
737#
738# CONFIG_ISDN is not set
739
740#
741# Input device support
742#
743CONFIG_INPUT=y
744# CONFIG_INPUT_FF_MEMLESS is not set
745
746#
747# Userland interfaces
748#
749CONFIG_INPUT_MOUSEDEV=y
750# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
751CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
752CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
753# CONFIG_INPUT_JOYDEV is not set
754# CONFIG_INPUT_TSDEV is not set
755CONFIG_INPUT_EVDEV=y
756# CONFIG_INPUT_EVBUG is not set
757CONFIG_INPUT_POWER=y
758
759#
760# Input Device Drivers
761#
762CONFIG_INPUT_KEYBOARD=y
763# CONFIG_KEYBOARD_ATKBD is not set
764# CONFIG_KEYBOARD_SUNKBD is not set
765# CONFIG_KEYBOARD_LKKBD is not set
766# CONFIG_KEYBOARD_XTKBD is not set
767# CONFIG_KEYBOARD_NEWTON is not set
768# CONFIG_KEYBOARD_STOWAWAY is not set
769# CONFIG_KEYBOARD_OMAP is not set
770# CONFIG_KEYBOARD_GPIO is not set
771CONFIG_KEYBOARD_TSC2301=y
772# CONFIG_INPUT_MOUSE is not set
773# CONFIG_INPUT_JOYSTICK is not set
774CONFIG_INPUT_TOUCHSCREEN=y
775# CONFIG_TOUCHSCREEN_ADS7846 is not set
776# CONFIG_TOUCHSCREEN_GUNZE is not set
777# CONFIG_TOUCHSCREEN_ELO is not set
778# CONFIG_TOUCHSCREEN_MTOUCH is not set
779# CONFIG_TOUCHSCREEN_MK712 is not set
780# CONFIG_TOUCHSCREEN_PENMOUNT is not set
781# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
782# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
783# CONFIG_TOUCHSCREEN_UCB1400 is not set
784CONFIG_TOUCHSCREEN_TSC2005=y
785CONFIG_TOUCHSCREEN_TSC2301=y
786# CONFIG_TOUCHSCREEN_TSC2046 is not set
787# CONFIG_INPUT_MISC is not set
788
789#
790# Hardware I/O ports
791#
792CONFIG_SERIO=y
793CONFIG_SERIO_SERPORT=y
794# CONFIG_SERIO_RAW is not set
795# CONFIG_GAMEPORT is not set
796
797#
798# Character devices
799#
800CONFIG_VT=y
801CONFIG_VT_CONSOLE=y
802CONFIG_HW_CONSOLE=y
803# CONFIG_VT_HW_CONSOLE_BINDING is not set
804# CONFIG_SERIAL_NONSTANDARD is not set
805
806#
807# Serial drivers
808#
809# CONFIG_SERIAL_8250 is not set
810
811#
812# Non-8250 serial port support
813#
814CONFIG_SERIAL_OMAP=y
815CONFIG_SERIAL_OMAP_CONSOLE=y
816CONFIG_SERIAL_CORE=y
817CONFIG_SERIAL_CORE_CONSOLE=y
818CONFIG_UNIX98_PTYS=y
819# CONFIG_LEGACY_PTYS is not set
820
821#
822# IPMI
823#
824# CONFIG_IPMI_HANDLER is not set
825
826#
827# Watchdog Cards
828#
829CONFIG_WATCHDOG=y
830CONFIG_WATCHDOG_NOWAYOUT=y
831
832#
833# Watchdog Device Drivers
834#
835# CONFIG_SOFT_WATCHDOG is not set
836CONFIG_OMAP_WATCHDOG=y
837
838#
839# USB-based Watchdog Cards
840#
841# CONFIG_USBPCWATCHDOG is not set
842# CONFIG_HW_RANDOM is not set
843# CONFIG_NVRAM is not set
844# CONFIG_DTLK is not set
845# CONFIG_R3964 is not set
846# CONFIG_RAW_DRIVER is not set
847
848#
849# TPM devices
850#
851# CONFIG_TCG_TPM is not set
852
853#
854# I2C support
855#
856CONFIG_I2C=y
857# CONFIG_I2C_CHARDEV is not set
858
859#
860# I2C Algorithms
861#
862# CONFIG_I2C_ALGOBIT is not set
863# CONFIG_I2C_ALGOPCF is not set
864# CONFIG_I2C_ALGOPCA is not set
865
866#
867# I2C Hardware Bus support
868#
869# CONFIG_I2C_OCORES is not set
870CONFIG_I2C_OMAP=y
871# CONFIG_I2C_PARPORT_LIGHT is not set
872# CONFIG_I2C_STUB is not set
873# CONFIG_I2C_PCA_ISA is not set
874
875#
876# Miscellaneous I2C Chip support
877#
878# CONFIG_SENSORS_DS1337 is not set
879# CONFIG_SENSORS_DS1374 is not set
880# CONFIG_SENSORS_EEPROM is not set
881# CONFIG_SENSORS_PCF8574 is not set
882# CONFIG_SENSORS_PCA9539 is not set
883# CONFIG_SENSORS_PCF8591 is not set
884# CONFIG_ISP1301_OMAP is not set
885# CONFIG_TPS65010 is not set
886# CONFIG_SENSORS_TLV320AIC23 is not set
887CONFIG_SENSORS_TSL2563=y
888# CONFIG_GPIOEXPANDER_OMAP is not set
889CONFIG_LM8323=y
890CONFIG_LP5521=y
891CONFIG_MENELAUS=y
892# CONFIG_TWL4030_CORE is not set
893# CONFIG_SENSORS_MAX6875 is not set
894# CONFIG_I2C_DEBUG_CORE is not set
895# CONFIG_I2C_DEBUG_ALGO is not set
896# CONFIG_I2C_DEBUG_BUS is not set
897# CONFIG_I2C_DEBUG_CHIP is not set
898
899#
900# SPI support
901#
902CONFIG_SPI=y
903# CONFIG_SPI_DEBUG is not set
904CONFIG_SPI_MASTER=y
905
906#
907# SPI Master Controller Drivers
908#
909# CONFIG_SPI_BITBANG is not set
910CONFIG_SPI_OMAP24XX=y
911CONFIG_SPI_OMAP_PAUSING=y
912
913#
914# SPI Protocol Masters
915#
916# CONFIG_SPI_AT25 is not set
917# CONFIG_SPI_TSC2005 is not set
918# CONFIG_SPI_TSC2101 is not set
919# CONFIG_SPI_TSC2102 is not set
920CONFIG_SPI_TSC2301=y
921CONFIG_SPI_TSC2301_AUDIO=y
922
923#
924# Dallas's 1-wire bus
925#
926# CONFIG_W1 is not set
927
928#
929# Hardware Monitoring support
930#
931CONFIG_HWMON=y
932# CONFIG_HWMON_VID is not set
933# CONFIG_SENSORS_ABITUGURU is not set
934# CONFIG_SENSORS_ADM1021 is not set
935# CONFIG_SENSORS_ADM1025 is not set
936# CONFIG_SENSORS_ADM1026 is not set
937# CONFIG_SENSORS_ADM1029 is not set
938# CONFIG_SENSORS_ADM1031 is not set
939# CONFIG_SENSORS_ADM9240 is not set
940# CONFIG_SENSORS_ASB100 is not set
941# CONFIG_SENSORS_ATXP1 is not set
942# CONFIG_SENSORS_DS1621 is not set
943# CONFIG_SENSORS_F71805F is not set
944# CONFIG_SENSORS_FSCHER is not set
945# CONFIG_SENSORS_FSCPOS is not set
946# CONFIG_SENSORS_GL518SM is not set
947# CONFIG_SENSORS_GL520SM is not set
948# CONFIG_SENSORS_IT87 is not set
949# CONFIG_SENSORS_LM63 is not set
950# CONFIG_SENSORS_LM70 is not set
951# CONFIG_SENSORS_LM75 is not set
952# CONFIG_SENSORS_LM77 is not set
953# CONFIG_SENSORS_LM78 is not set
954# CONFIG_SENSORS_LM80 is not set
955# CONFIG_SENSORS_LM83 is not set
956# CONFIG_SENSORS_LM85 is not set
957# CONFIG_SENSORS_LM87 is not set
958# CONFIG_SENSORS_LM90 is not set
959# CONFIG_SENSORS_LM92 is not set
960# CONFIG_SENSORS_MAX1619 is not set
961# CONFIG_SENSORS_PC87360 is not set
962# CONFIG_SENSORS_PC87427 is not set
963# CONFIG_SENSORS_SMSC47M1 is not set
964# CONFIG_SENSORS_SMSC47M192 is not set
965# CONFIG_SENSORS_SMSC47B397 is not set
966CONFIG_SENSORS_TMP105=y
967# CONFIG_SENSORS_VT1211 is not set
968# CONFIG_SENSORS_W83781D is not set
969# CONFIG_SENSORS_W83791D is not set
970# CONFIG_SENSORS_W83792D is not set
971# CONFIG_SENSORS_W83793 is not set
972# CONFIG_SENSORS_W83L785TS is not set
973# CONFIG_SENSORS_W83627HF is not set
974# CONFIG_SENSORS_W83627EHF is not set
975# CONFIG_HWMON_DEBUG_CHIP is not set
976
977#
978# Misc devices
979#
980
981#
982# Multifunction device drivers
983#
984# CONFIG_MFD_SM501 is not set
985
986#
987# LED devices
988#
989CONFIG_NEW_LEDS=y
990CONFIG_LEDS_CLASS=y
991
992#
993# LED drivers
994#
995# CONFIG_LEDS_OMAP_DEBUG is not set
996# CONFIG_LEDS_OMAP is not set
997CONFIG_LEDS_OMAP_PWM=y
998
999#
1000# LED Triggers
1001#
1002CONFIG_LEDS_TRIGGERS=y
1003CONFIG_LEDS_TRIGGER_TIMER=y
1004CONFIG_LEDS_TRIGGER_HEARTBEAT=y
1005
1006#
1007# Multimedia devices
1008#
1009CONFIG_VIDEO_DEV=y
1010# CONFIG_VIDEO_V4L1 is not set
1011# CONFIG_VIDEO_V4L1_COMPAT is not set
1012CONFIG_VIDEO_V4L2=y
1013
1014#
1015# Video Capture Adapters
1016#
1017
1018#
1019# Video Capture Adapters
1020#
1021# CONFIG_VIDEO_ADV_DEBUG is not set
1022CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
1023# CONFIG_VIDEO_SAA5246A is not set
1024# CONFIG_VIDEO_SAA5249 is not set
1025
1026#
1027# V4L USB devices
1028#
1029# CONFIG_VIDEO_PVRUSB2 is not set
1030# CONFIG_VIDEO_USBVISION is not set
1031CONFIG_VIDEO_OMAP_CAMERA=y
1032# CONFIG_VIDEO_CAMERA_SENSOR_OV9640 is not set
1033CONFIG_VIDEO_CAMERA_SENSOR_TCM825X=y
1034
1035#
1036# Radio Adapters
1037#
1038CONFIG_RADIO_TEA5761=y
1039# CONFIG_USB_DSBR is not set
1040
1041#
1042# Digital Video Broadcasting Devices
1043#
1044# CONFIG_DVB is not set
1045CONFIG_VIDEO_BUF=y
1046# CONFIG_USB_DABUSB is not set
1047
1048#
1049# Graphics support
1050#
1051# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1052CONFIG_FB=y
1053# CONFIG_FIRMWARE_EDID is not set
1054# CONFIG_FB_DDC is not set
1055# CONFIG_FB_CFB_FILLRECT is not set
1056# CONFIG_FB_CFB_COPYAREA is not set
1057# CONFIG_FB_CFB_IMAGEBLIT is not set
1058# CONFIG_FB_SVGALIB is not set
1059# CONFIG_FB_MACMODES is not set
1060# CONFIG_FB_BACKLIGHT is not set
1061# CONFIG_FB_MODE_HELPERS is not set
1062# CONFIG_FB_TILEBLITTING is not set
1063
1064#
1065# Frame buffer hardware drivers
1066#
1067# CONFIG_FB_S1D13XXX is not set
1068CONFIG_FB_OMAP=y
1069CONFIG_FB_OMAP_LCDC_EXTERNAL=y
1070# CONFIG_FB_OMAP_LCDC_HWA742 is not set
1071CONFIG_FB_OMAP_LCDC_BLIZZARD=y
1072# CONFIG_FB_OMAP_MANUAL_UPDATE is not set
1073CONFIG_FB_OMAP_LCD_MIPID=y
1074CONFIG_FB_OMAP_BOOTLOADER_INIT=y
1075CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=4
1076CONFIG_FB_OMAP_PAUSING=y
1077# CONFIG_FB_VIRTUAL is not set
1078
1079#
1080# Console display driver support
1081#
1082# CONFIG_VGA_CONSOLE is not set
1083CONFIG_DUMMY_CONSOLE=y
1084CONFIG_FRAMEBUFFER_CONSOLE=y
1085# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
1086# CONFIG_FONTS is not set
1087CONFIG_FONT_8x8=y
1088CONFIG_FONT_8x16=y
1089
1090#
1091# Logo configuration
1092#
1093# CONFIG_LOGO is not set
1094
1095#
1096# Sound
1097#
1098CONFIG_SOUND=y
1099
1100#
1101# Advanced Linux Sound Architecture
1102#
1103CONFIG_SND=y
1104# CONFIG_SND_SEQUENCER is not set
1105CONFIG_SND_OSSEMUL=y
1106CONFIG_SND_MIXER_OSS=y
1107# CONFIG_SND_PCM_OSS is not set
1108# CONFIG_SND_DYNAMIC_MINORS is not set
1109CONFIG_SND_SUPPORT_OLD_API=y
1110# CONFIG_SND_VERBOSE_PROCFS is not set
1111# CONFIG_SND_VERBOSE_PRINTK is not set
1112# CONFIG_SND_DEBUG is not set
1113
1114#
1115# Generic devices
1116#
1117# CONFIG_SND_DUMMY is not set
1118# CONFIG_SND_MTPAV is not set
1119# CONFIG_SND_SERIAL_U16550 is not set
1120# CONFIG_SND_MPU401 is not set
1121
1122#
1123# ALSA ARM devices
1124#
1125# CONFIG_SND_OMAP_AIC23 is not set
1126CONFIG_SND_AIC33=y
1127# CONFIG_SND_OMAP_TSC2101 is not set
1128# CONFIG_SND_SX1 is not set
1129# CONFIG_SND_OMAP_TSC2102 is not set
1130CONFIG_SND_OMAP24XX_EAC=y
1131
1132#
1133# USB devices
1134#
1135# CONFIG_SND_USB_AUDIO is not set
1136
1137#
1138# SoC audio support
1139#
1140# CONFIG_SND_SOC is not set
1141
1142#
1143# Open Sound System
1144#
1145# CONFIG_SOUND_PRIME is not set
1146
1147#
1148# HID Devices
1149#
1150CONFIG_HID=y
1151# CONFIG_HID_DEBUG is not set
1152
1153#
1154# USB support
1155#
1156CONFIG_USB_ARCH_HAS_HCD=y
1157CONFIG_USB_ARCH_HAS_OHCI=y
1158# CONFIG_USB_ARCH_HAS_EHCI is not set
1159CONFIG_USB=y
1160CONFIG_USB_DEBUG=y
1161
1162#
1163# Miscellaneous USB options
1164#
1165CONFIG_USB_DEVICEFS=y
1166CONFIG_USB_DYNAMIC_MINORS=y
1167CONFIG_USB_SUSPEND=y
1168CONFIG_USB_OTG=y
1169CONFIG_USB_OTG_WHITELIST=y
1170# CONFIG_USB_OTG_BLACKLIST_HUB is not set
1171
1172#
1173# USB Host Controller Drivers
1174#
1175# CONFIG_USB_ISP116X_HCD is not set
1176# CONFIG_USB_OHCI_HCD is not set
1177# CONFIG_USB_SL811_HCD is not set
1178CONFIG_USB_MUSB_HDRC=y
1179CONFIG_USB_TUSB6010=y
1180CONFIG_USB_TUSB6010_TEST=y
1181# CONFIG_USB_MUSB_HOST is not set
1182# CONFIG_USB_MUSB_PERIPHERAL is not set
1183CONFIG_USB_MUSB_OTG=y
1184CONFIG_USB_GADGET_MUSB_HDRC=y
1185CONFIG_USB_MUSB_HDRC_HCD=y
1186CONFIG_USB_MUSB_HSET=y
1187# CONFIG_MUSB_PIO_ONLY is not set
1188# CONFIG_USB_INVENTRA_DMA is not set
1189# CONFIG_USB_TI_CPPI_DMA is not set
1190CONFIG_USB_TUSB_OMAP_DMA=y
1191CONFIG_USB_MUSB_LOGLEVEL=1
1192
1193#
1194# USB Device Class drivers
1195#
1196# CONFIG_USB_ACM is not set
1197# CONFIG_USB_PRINTER is not set
1198
1199#
1200# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
1201#
1202
1203#
1204# may also be needed; see USB_STORAGE Help for more information
1205#
1206CONFIG_USB_STORAGE=y
1207# CONFIG_USB_STORAGE_DEBUG is not set
1208# CONFIG_USB_STORAGE_DATAFAB is not set
1209# CONFIG_USB_STORAGE_FREECOM is not set
1210# CONFIG_USB_STORAGE_DPCM is not set
1211# CONFIG_USB_STORAGE_USBAT is not set
1212# CONFIG_USB_STORAGE_SDDR09 is not set
1213# CONFIG_USB_STORAGE_SDDR55 is not set
1214# CONFIG_USB_STORAGE_JUMPSHOT is not set
1215# CONFIG_USB_STORAGE_ALAUDA is not set
1216# CONFIG_USB_STORAGE_KARMA is not set
1217CONFIG_USB_LIBUSUAL=y
1218
1219#
1220# USB Input Devices
1221#
1222CONFIG_USB_HID=y
1223# CONFIG_USB_HIDINPUT_POWERBOOK is not set
1224# CONFIG_HID_FF is not set
1225# CONFIG_USB_HIDDEV is not set
1226# CONFIG_USB_AIPTEK is not set
1227# CONFIG_USB_WACOM is not set
1228# CONFIG_USB_ACECAD is not set
1229# CONFIG_USB_KBTAB is not set
1230# CONFIG_USB_POWERMATE is not set
1231# CONFIG_USB_TOUCHSCREEN is not set
1232# CONFIG_USB_YEALINK is not set
1233# CONFIG_USB_XPAD is not set
1234# CONFIG_USB_ATI_REMOTE is not set
1235# CONFIG_USB_ATI_REMOTE2 is not set
1236# CONFIG_USB_KEYSPAN_REMOTE is not set
1237# CONFIG_USB_APPLETOUCH is not set
1238# CONFIG_USB_GTCO is not set
1239
1240#
1241# USB Imaging devices
1242#
1243# CONFIG_USB_MDC800 is not set
1244# CONFIG_USB_MICROTEK is not set
1245
1246#
1247# USB Network Adapters
1248#
1249# CONFIG_USB_CATC is not set
1250# CONFIG_USB_KAWETH is not set
1251# CONFIG_USB_PEGASUS is not set
1252CONFIG_USB_RTL8150=y
1253# CONFIG_USB_USBNET_MII is not set
1254CONFIG_USB_USBNET=y
1255CONFIG_USB_NET_CDCETHER=y
1256# CONFIG_USB_NET_DM9601 is not set
1257# CONFIG_USB_NET_GL620A is not set
1258CONFIG_USB_NET_NET1080=y
1259CONFIG_USB_NET_PLUSB=y
1260# CONFIG_USB_NET_MCS7830 is not set
1261CONFIG_USB_NET_RNDIS_HOST=y
1262CONFIG_USB_NET_CDC_SUBSET=y
1263# CONFIG_USB_ALI_M5632 is not set
1264# CONFIG_USB_AN2720 is not set
1265CONFIG_USB_BELKIN=y
1266CONFIG_USB_ARMLINUX=y
1267# CONFIG_USB_EPSON2888 is not set
1268# CONFIG_USB_KC2190 is not set
1269CONFIG_USB_NET_ZAURUS=y
1270CONFIG_USB_MON=y
1271
1272#
1273# USB port drivers
1274#
1275
1276#
1277# USB Serial Converter support
1278#
1279# CONFIG_USB_SERIAL is not set
1280
1281#
1282# USB Miscellaneous drivers
1283#
1284# CONFIG_USB_EMI62 is not set
1285# CONFIG_USB_EMI26 is not set
1286# CONFIG_USB_ADUTUX is not set
1287# CONFIG_USB_AUERSWALD is not set
1288# CONFIG_USB_RIO500 is not set
1289# CONFIG_USB_LEGOTOWER is not set
1290# CONFIG_USB_LCD is not set
1291# CONFIG_USB_BERRY_CHARGE is not set
1292# CONFIG_USB_LED is not set
1293# CONFIG_USB_CYPRESS_CY7C63 is not set
1294# CONFIG_USB_CYTHERM is not set
1295# CONFIG_USB_PHIDGET is not set
1296# CONFIG_USB_IDMOUSE is not set
1297# CONFIG_USB_FTDI_ELAN is not set
1298# CONFIG_USB_APPLEDISPLAY is not set
1299# CONFIG_USB_SISUSBVGA is not set
1300# CONFIG_USB_LD is not set
1301# CONFIG_USB_TRANCEVIBRATOR is not set
1302# CONFIG_USB_IOWARRIOR is not set
1303CONFIG_USB_TEST=y
1304
1305#
1306# USB DSL modem support
1307#
1308
1309#
1310# USB Gadget Support
1311#
1312CONFIG_USB_GADGET=m
1313CONFIG_USB_GADGET_DEBUG_FILES=y
1314CONFIG_USB_GADGET_SELECTED=y
1315# CONFIG_USB_GADGET_NET2280 is not set
1316# CONFIG_USB_GADGET_PXA2XX is not set
1317# CONFIG_USB_GADGET_GOKU is not set
1318# CONFIG_USB_GADGET_LH7A40X is not set
1319# CONFIG_USB_GADGET_OMAP is not set
1320# CONFIG_USB_GADGET_AT91 is not set
1321# CONFIG_USB_GADGET_DUMMY_HCD is not set
1322CONFIG_USB_GADGET_DUALSPEED=y
1323# CONFIG_USB_ZERO is not set
1324CONFIG_USB_ETH=m
1325CONFIG_USB_ETH_RNDIS=y
1326CONFIG_USB_GADGETFS=m
1327CONFIG_USB_FILE_STORAGE=m
1328CONFIG_USB_FILE_STORAGE_TEST=y
1329# CONFIG_USB_G_SERIAL is not set
1330# CONFIG_USB_MIDI_GADGET is not set
1331
1332#
1333# MMC/SD Card support
1334#
1335CONFIG_MMC=y
1336# CONFIG_MMC_DEBUG is not set
1337CONFIG_MMC_BLOCK=y
1338CONFIG_MMC_OMAP=y
1339CONFIG_MMC_PAUSING=y
1340
1341#
1342# Real Time Clock
1343#
1344CONFIG_RTC_LIB=y
1345# CONFIG_RTC_CLASS is not set
1346
1347#
1348# CBUS support
1349#
1350CONFIG_CBUS=y
1351CONFIG_CBUS_TAHVO=y
1352CONFIG_CBUS_TAHVO_USER=y
1353# CONFIG_CBUS_TAHVO_USB is not set
1354CONFIG_CBUS_RETU=y
1355CONFIG_CBUS_RETU_USER=y
1356CONFIG_CBUS_RETU_POWERBUTTON=y
1357CONFIG_CBUS_RETU_RTC=y
1358CONFIG_CBUS_RETU_WDT=y
1359CONFIG_CBUS_RETU_HEADSET=y
1360
1361#
1362# File systems
1363#
1364CONFIG_EXT2_FS=y
1365CONFIG_EXT2_FS_XATTR=y
1366# CONFIG_EXT2_FS_POSIX_ACL is not set
1367# CONFIG_EXT2_FS_SECURITY is not set
1368# CONFIG_EXT2_FS_XIP is not set
1369CONFIG_EXT3_FS=y
1370CONFIG_EXT3_FS_XATTR=y
1371# CONFIG_EXT3_FS_POSIX_ACL is not set
1372# CONFIG_EXT3_FS_SECURITY is not set
1373# CONFIG_EXT4DEV_FS is not set
1374CONFIG_JBD=y
1375# CONFIG_JBD_DEBUG is not set
1376CONFIG_FS_MBCACHE=y
1377# CONFIG_REISERFS_FS is not set
1378# CONFIG_JFS_FS is not set
1379# CONFIG_FS_POSIX_ACL is not set
1380# CONFIG_XFS_FS is not set
1381# CONFIG_GFS2_FS is not set
1382# CONFIG_OCFS2_FS is not set
1383# CONFIG_MINIX_FS is not set
1384# CONFIG_ROMFS_FS is not set
1385CONFIG_INOTIFY=y
1386CONFIG_INOTIFY_USER=y
1387# CONFIG_QUOTA is not set
1388CONFIG_DNOTIFY=y
1389# CONFIG_AUTOFS_FS is not set
1390# CONFIG_AUTOFS4_FS is not set
1391CONFIG_FUSE_FS=y
1392
1393#
1394# CD-ROM/DVD Filesystems
1395#
1396# CONFIG_ISO9660_FS is not set
1397# CONFIG_UDF_FS is not set
1398
1399#
1400# DOS/FAT/NT Filesystems
1401#
1402CONFIG_FAT_FS=y
1403# CONFIG_MSDOS_FS is not set
1404CONFIG_VFAT_FS=y
1405CONFIG_FAT_DEFAULT_CODEPAGE=437
1406CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1407# CONFIG_NTFS_FS is not set
1408
1409#
1410# Pseudo filesystems
1411#
1412CONFIG_PROC_FS=y
1413CONFIG_PROC_SYSCTL=y
1414CONFIG_SYSFS=y
1415CONFIG_TMPFS=y
1416# CONFIG_TMPFS_POSIX_ACL is not set
1417# CONFIG_HUGETLB_PAGE is not set
1418CONFIG_RAMFS=y
1419# CONFIG_CONFIGFS_FS is not set
1420
1421#
1422# Miscellaneous filesystems
1423#
1424# CONFIG_ADFS_FS is not set
1425# CONFIG_AFFS_FS is not set
1426# CONFIG_HFS_FS is not set
1427# CONFIG_HFSPLUS_FS is not set
1428# CONFIG_BEFS_FS is not set
1429# CONFIG_BFS_FS is not set
1430# CONFIG_EFS_FS is not set
1431CONFIG_JFFS2_FS=y
1432CONFIG_JFFS2_FS_DEBUG=0
1433CONFIG_JFFS2_FS_WRITEBUFFER=y
1434CONFIG_JFFS2_SUMMARY=y
1435# CONFIG_JFFS2_FS_XATTR is not set
1436# CONFIG_JFFS2_SYSFS is not set
1437CONFIG_JFFS2_COMPRESSION_OPTIONS=y
1438CONFIG_JFFS2_ZLIB=y
1439CONFIG_JFFS2_LZO=y
1440CONFIG_JFFS2_RTIME=y
1441# CONFIG_JFFS2_RUBIN is not set
1442# CONFIG_JFFS2_CMODE_NONE is not set
1443CONFIG_JFFS2_CMODE_PRIORITY=y
1444# CONFIG_JFFS2_CMODE_SIZE is not set
1445# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
1446# CONFIG_CRAMFS is not set
1447# CONFIG_VXFS_FS is not set
1448# CONFIG_HPFS_FS is not set
1449# CONFIG_QNX4FS_FS is not set
1450# CONFIG_SYSV_FS is not set
1451# CONFIG_UFS_FS is not set
1452
1453#
1454# Network File Systems
1455#
1456CONFIG_NFS_FS=y
1457CONFIG_NFS_V3=y
1458# CONFIG_NFS_V3_ACL is not set
1459CONFIG_NFS_V4=y
1460# CONFIG_NFS_DIRECTIO is not set
1461# CONFIG_NFSD is not set
1462CONFIG_LOCKD=y
1463CONFIG_LOCKD_V4=y
1464CONFIG_NFS_COMMON=y
1465CONFIG_SUNRPC=y
1466CONFIG_SUNRPC_GSS=y
1467CONFIG_RPCSEC_GSS_KRB5=y
1468# CONFIG_RPCSEC_GSS_SPKM3 is not set
1469# CONFIG_SMB_FS is not set
1470CONFIG_CIFS=y
1471# CONFIG_CIFS_STATS is not set
1472# CONFIG_CIFS_WEAK_PW_HASH is not set
1473# CONFIG_CIFS_XATTR is not set
1474# CONFIG_CIFS_DEBUG2 is not set
1475# CONFIG_CIFS_EXPERIMENTAL is not set
1476# CONFIG_NCP_FS is not set
1477# CONFIG_CODA_FS is not set
1478# CONFIG_AFS_FS is not set
1479# CONFIG_9P_FS is not set
1480
1481#
1482# Partition Types
1483#
1484# CONFIG_PARTITION_ADVANCED is not set
1485CONFIG_MSDOS_PARTITION=y
1486
1487#
1488# Native Language Support
1489#
1490CONFIG_NLS=y
1491CONFIG_NLS_DEFAULT="iso8859-1"
1492CONFIG_NLS_CODEPAGE_437=y
1493# CONFIG_NLS_CODEPAGE_737 is not set
1494# CONFIG_NLS_CODEPAGE_775 is not set
1495# CONFIG_NLS_CODEPAGE_850 is not set
1496# CONFIG_NLS_CODEPAGE_852 is not set
1497# CONFIG_NLS_CODEPAGE_855 is not set
1498# CONFIG_NLS_CODEPAGE_857 is not set
1499# CONFIG_NLS_CODEPAGE_860 is not set
1500# CONFIG_NLS_CODEPAGE_861 is not set
1501# CONFIG_NLS_CODEPAGE_862 is not set
1502# CONFIG_NLS_CODEPAGE_863 is not set
1503# CONFIG_NLS_CODEPAGE_864 is not set
1504# CONFIG_NLS_CODEPAGE_865 is not set
1505# CONFIG_NLS_CODEPAGE_866 is not set
1506# CONFIG_NLS_CODEPAGE_869 is not set
1507# CONFIG_NLS_CODEPAGE_936 is not set
1508# CONFIG_NLS_CODEPAGE_950 is not set
1509# CONFIG_NLS_CODEPAGE_932 is not set
1510# CONFIG_NLS_CODEPAGE_949 is not set
1511# CONFIG_NLS_CODEPAGE_874 is not set
1512# CONFIG_NLS_ISO8859_8 is not set
1513# CONFIG_NLS_CODEPAGE_1250 is not set
1514# CONFIG_NLS_CODEPAGE_1251 is not set
1515# CONFIG_NLS_ASCII is not set
1516CONFIG_NLS_ISO8859_1=y
1517CONFIG_NLS_ISO8859_2=y
1518# CONFIG_NLS_ISO8859_3 is not set
1519# CONFIG_NLS_ISO8859_4 is not set
1520# CONFIG_NLS_ISO8859_5 is not set
1521# CONFIG_NLS_ISO8859_6 is not set
1522# CONFIG_NLS_ISO8859_7 is not set
1523# CONFIG_NLS_ISO8859_9 is not set
1524# CONFIG_NLS_ISO8859_13 is not set
1525# CONFIG_NLS_ISO8859_14 is not set
1526CONFIG_NLS_ISO8859_15=y
1527# CONFIG_NLS_KOI8_R is not set
1528# CONFIG_NLS_KOI8_U is not set
1529CONFIG_NLS_UTF8=y
1530
1531#
1532# Distributed Lock Manager
1533#
1534# CONFIG_DLM is not set
1535
1536#
1537# Profiling support
1538#
1539# CONFIG_PROFILING is not set
1540
1541#
1542# Kernel hacking
1543#
1544CONFIG_PRINTK_TIME=y
1545CONFIG_ENABLE_MUST_CHECK=y
1546CONFIG_MAGIC_SYSRQ=y
1547# CONFIG_UNUSED_SYMBOLS is not set
1548CONFIG_DEBUG_FS=y
1549# CONFIG_HEADERS_CHECK is not set
1550CONFIG_DEBUG_KERNEL=y
1551# CONFIG_DEBUG_SHIRQ is not set
1552CONFIG_LOG_BUF_SHIFT=14
1553CONFIG_DETECT_SOFTLOCKUP=y
1554# CONFIG_SCHEDSTATS is not set
1555# CONFIG_TIMER_STATS is not set
1556# CONFIG_DEBUG_SLAB is not set
1557# CONFIG_DEBUG_RT_MUTEXES is not set
1558# CONFIG_RT_MUTEX_TESTER is not set
1559# CONFIG_DEBUG_SPINLOCK is not set
1560# CONFIG_DEBUG_MUTEXES is not set
1561# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1562# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1563# CONFIG_DEBUG_KOBJECT is not set
1564CONFIG_DEBUG_BUGVERBOSE=y
1565# CONFIG_DEBUG_INFO is not set
1566# CONFIG_DEBUG_VM is not set
1567# CONFIG_DEBUG_LIST is not set
1568CONFIG_FRAME_POINTER=y
1569CONFIG_FORCED_INLINING=y
1570# CONFIG_RCU_TORTURE_TEST is not set
1571# CONFIG_FAULT_INJECTION is not set
1572
1573#
1574# GCOV coverage profiling
1575#
1576# CONFIG_GCOV_PROFILE is not set
1577CONFIG_DEBUG_USER=y
1578CONFIG_DEBUG_ERRORS=y
1579# CONFIG_DEBUG_LL is not set
1580
1581#
1582# Security options
1583#
1584# CONFIG_KEYS is not set
1585CONFIG_SECURITY=y
1586# CONFIG_SECURITY_NETWORK is not set
1587# CONFIG_SECURITY_CAPABILITIES is not set
1588# CONFIG_SECURITY_ROOTPLUG is not set
1589CONFIG_SECURITY_LOWMEM=y
1590
1591#
1592# Cryptographic options
1593#
1594CONFIG_CRYPTO=y
1595CONFIG_CRYPTO_ALGAPI=y
1596CONFIG_CRYPTO_BLKCIPHER=y
1597CONFIG_CRYPTO_MANAGER=y
1598# CONFIG_CRYPTO_HMAC is not set
1599# CONFIG_CRYPTO_XCBC is not set
1600# CONFIG_CRYPTO_NULL is not set
1601# CONFIG_CRYPTO_MD4 is not set
1602CONFIG_CRYPTO_MD5=y
1603# CONFIG_CRYPTO_SHA1 is not set
1604# CONFIG_CRYPTO_SHA256 is not set
1605# CONFIG_CRYPTO_SHA512 is not set
1606# CONFIG_CRYPTO_WP512 is not set
1607# CONFIG_CRYPTO_TGR192 is not set
1608# CONFIG_CRYPTO_GF128MUL is not set
1609CONFIG_CRYPTO_ECB=m
1610CONFIG_CRYPTO_CBC=y
1611CONFIG_CRYPTO_PCBC=m
1612# CONFIG_CRYPTO_LRW is not set
1613CONFIG_CRYPTO_DES=y
1614# CONFIG_CRYPTO_FCRYPT is not set
1615# CONFIG_CRYPTO_BLOWFISH is not set
1616# CONFIG_CRYPTO_TWOFISH is not set
1617# CONFIG_CRYPTO_SERPENT is not set
1618# CONFIG_CRYPTO_AES is not set
1619# CONFIG_CRYPTO_CAST5 is not set
1620# CONFIG_CRYPTO_CAST6 is not set
1621# CONFIG_CRYPTO_TEA is not set
1622# CONFIG_CRYPTO_ARC4 is not set
1623# CONFIG_CRYPTO_KHAZAD is not set
1624# CONFIG_CRYPTO_ANUBIS is not set
1625# CONFIG_CRYPTO_DEFLATE is not set
1626# CONFIG_CRYPTO_LZO is not set
1627# CONFIG_CRYPTO_MICHAEL_MIC is not set
1628# CONFIG_CRYPTO_CRC32C is not set
1629# CONFIG_CRYPTO_CAMELLIA is not set
1630# CONFIG_CRYPTO_TEST is not set
1631
1632#
1633# Hardware crypto devices
1634#
1635
1636#
1637# Library routines
1638#
1639CONFIG_BITREVERSE=y
1640CONFIG_CRC_CCITT=y
1641# CONFIG_CRC16 is not set
1642CONFIG_CRC32=y
1643# CONFIG_LIBCRC32C is not set
1644CONFIG_LZO_COMPRESS=y
1645CONFIG_LZO_DECOMPRESS=y
1646CONFIG_ZLIB_INFLATE=y
1647CONFIG_ZLIB_DEFLATE=y
1648CONFIG_PLIST=y
1649CONFIG_HAS_IOMEM=y
1650CONFIG_HAS_IOPORT=y
diff --git a/meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/suspend-button.patch b/meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/suspend-button.patch
new file mode 100644
index 0000000000..791a66e02a
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800-2.6.21-200823maemo6/suspend-button.patch
@@ -0,0 +1,60 @@
1Index: linux-2.6.21/drivers/cbus/retu-pwrbutton.c
2===================================================================
3--- linux-2.6.21.orig/drivers/cbus/retu-pwrbutton.c 2008-02-20 22:44:18.000000000 +0000
4+++ linux-2.6.21/drivers/cbus/retu-pwrbutton.c 2008-02-20 22:46:22.000000000 +0000
5@@ -53,7 +53,9 @@
6 state = PWRBTN_PRESSED;
7
8 if (pwrbtn_state != state) {
9- input_report_key(pwrbtn_dev, KEY_POWER, state);
10+ input_report_key(pwrbtn_dev, KEY_SUSPEND, state);
11+ if (state == PWRBTN_PRESSED)
12+ input_event(pwrbtn_dev, EV_PWR, KEY_SUSPEND, 1);
13 pwrbtn_state = state;
14 }
15 }
16@@ -92,8 +94,8 @@
17 if (!pwrbtn_dev)
18 return -ENOMEM;
19
20- pwrbtn_dev->evbit[0] = BIT(EV_KEY);
21- pwrbtn_dev->keybit[LONG(KEY_POWER)] = BIT(KEY_POWER);
22+ pwrbtn_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_PWR);
23+ pwrbtn_dev->keybit[LONG(KEY_SUSPEND)] = BIT(KEY_SUSPEND);
24 pwrbtn_dev->name = "retu-pwrbutton";
25
26 input_register_device(pwrbtn_dev);
27Index: linux-2.6.21/drivers/char/apm-emulation.c
28===================================================================
29--- linux-2.6.21.orig/drivers/char/apm-emulation.c 2008-02-21 00:32:41.000000000 +0000
30+++ linux-2.6.21/drivers/char/apm-emulation.c 2008-02-21 00:33:43.000000000 +0000
31@@ -206,10 +206,18 @@
32 return ret;
33 }
34
35+static in_suspend;
36+
37 static void apm_suspend(void)
38 {
39 struct apm_user *as;
40- int err = pm_suspend(PM_SUSPEND_MEM);
41+ int err;
42+
43+ in_suspend = 1;
44+
45+ err = pm_suspend(PM_SUSPEND_MEM);
46+
47+ in_suspend = 0;
48
49 /*
50 * Anyone on the APM queues will think we're still suspended.
51@@ -663,6 +671,9 @@
52 {
53 unsigned long flags;
54
55+ if (in_suspend)
56+ return;
57+
58 spin_lock_irqsave(&kapmd_queue_lock, flags);
59 queue_add_event(&kapmd_queue, event);
60 spin_unlock_irqrestore(&kapmd_queue_lock, flags);
diff --git a/meta-extras/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig b/meta-extras/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig
new file mode 100644
index 0000000000..52ee1b10ce
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig
@@ -0,0 +1,1642 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.21-omap1
4# Tue Mar 4 12:08:53 2008
5#
6CONFIG_ARM=y
7CONFIG_SYS_SUPPORTS_APM_EMULATION=y
8CONFIG_GENERIC_GPIO=y
9CONFIG_GENERIC_TIME=y
10CONFIG_MMU=y
11# CONFIG_NO_IOPORT is not set
12CONFIG_GENERIC_HARDIRQS=y
13CONFIG_TRACE_IRQFLAGS_SUPPORT=y
14CONFIG_HARDIRQS_SW_RESEND=y
15CONFIG_GENERIC_IRQ_PROBE=y
16CONFIG_RWSEM_GENERIC_SPINLOCK=y
17# CONFIG_ARCH_HAS_ILOG2_U32 is not set
18# CONFIG_ARCH_HAS_ILOG2_U64 is not set
19CONFIG_GENERIC_HWEIGHT=y
20CONFIG_GENERIC_CALIBRATE_DELAY=y
21CONFIG_ZONE_DMA=y
22CONFIG_VECTORS_BASE=0xffff0000
23CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
24
25#
26# Code maturity level options
27#
28CONFIG_EXPERIMENTAL=y
29CONFIG_BROKEN_ON_SMP=y
30CONFIG_INIT_ENV_ARG_LIMIT=32
31
32#
33# General setup
34#
35CONFIG_LOCALVERSION=""
36# CONFIG_LOCALVERSION_AUTO is not set
37CONFIG_SWAP=y
38CONFIG_SYSVIPC=y
39# CONFIG_IPC_NS is not set
40CONFIG_SYSVIPC_SYSCTL=y
41CONFIG_POSIX_MQUEUE=y
42# CONFIG_BSD_PROCESS_ACCT is not set
43# CONFIG_TASKSTATS is not set
44# CONFIG_UTS_NS is not set
45# CONFIG_AUDIT is not set
46# CONFIG_IKCONFIG is not set
47CONFIG_SYSFS_DEPRECATED=y
48# CONFIG_RELAY is not set
49CONFIG_BLK_DEV_INITRD=y
50CONFIG_INITRAMFS_SOURCE=""
51CONFIG_CC_OPTIMIZE_FOR_SIZE=y
52CONFIG_SYSCTL=y
53# CONFIG_EMBEDDED is not set
54CONFIG_UID16=y
55CONFIG_SYSCTL_SYSCALL=y
56CONFIG_KALLSYMS=y
57# CONFIG_KALLSYMS_ALL is not set
58# CONFIG_KALLSYMS_EXTRA_PASS is not set
59CONFIG_HOTPLUG=y
60CONFIG_PRINTK=y
61CONFIG_BUG=y
62CONFIG_ELF_CORE=y
63CONFIG_BASE_FULL=y
64CONFIG_FUTEX=y
65CONFIG_EPOLL=y
66CONFIG_SHMEM=y
67CONFIG_SLAB=y
68CONFIG_VM_EVENT_COUNTERS=y
69CONFIG_RT_MUTEXES=y
70# CONFIG_TINY_SHMEM is not set
71CONFIG_BASE_SMALL=0
72# CONFIG_SLOB is not set
73
74#
75# Loadable module support
76#
77CONFIG_MODULES=y
78CONFIG_MODULE_UNLOAD=y
79# CONFIG_MODULE_FORCE_UNLOAD is not set
80# CONFIG_MODVERSIONS is not set
81# CONFIG_MODULE_SRCVERSION_ALL is not set
82# CONFIG_KMOD is not set
83
84#
85# Block layer
86#
87CONFIG_BLOCK=y
88# CONFIG_LBD is not set
89# CONFIG_BLK_DEV_IO_TRACE is not set
90# CONFIG_LSF is not set
91
92#
93# IO Schedulers
94#
95CONFIG_IOSCHED_NOOP=y
96# CONFIG_IOSCHED_AS is not set
97# CONFIG_IOSCHED_DEADLINE is not set
98# CONFIG_IOSCHED_CFQ is not set
99# CONFIG_DEFAULT_AS is not set
100# CONFIG_DEFAULT_DEADLINE is not set
101# CONFIG_DEFAULT_CFQ is not set
102CONFIG_DEFAULT_NOOP=y
103CONFIG_DEFAULT_IOSCHED="noop"
104
105#
106# System Type
107#
108# CONFIG_ARCH_AAEC2000 is not set
109# CONFIG_ARCH_INTEGRATOR is not set
110# CONFIG_ARCH_REALVIEW is not set
111# CONFIG_ARCH_VERSATILE is not set
112# CONFIG_ARCH_AT91 is not set
113# CONFIG_ARCH_CLPS7500 is not set
114# CONFIG_ARCH_CLPS711X is not set
115# CONFIG_ARCH_CO285 is not set
116# CONFIG_ARCH_EBSA110 is not set
117# CONFIG_ARCH_EP93XX is not set
118# CONFIG_ARCH_FOOTBRIDGE is not set
119# CONFIG_ARCH_NETX is not set
120# CONFIG_ARCH_H720X is not set
121# CONFIG_ARCH_IMX is not set
122# CONFIG_ARCH_IOP32X is not set
123# CONFIG_ARCH_IOP33X is not set
124# CONFIG_ARCH_IOP13XX is not set
125# CONFIG_ARCH_IXP4XX is not set
126# CONFIG_ARCH_IXP2000 is not set
127# CONFIG_ARCH_IXP23XX is not set
128# CONFIG_ARCH_L7200 is not set
129# CONFIG_ARCH_NS9XXX is not set
130# CONFIG_ARCH_PNX4008 is not set
131# CONFIG_ARCH_PXA is not set
132# CONFIG_ARCH_RPC is not set
133# CONFIG_ARCH_SA1100 is not set
134# CONFIG_ARCH_S3C2410 is not set
135# CONFIG_ARCH_SHARK is not set
136# CONFIG_ARCH_LH7A40X is not set
137CONFIG_ARCH_OMAP=y
138
139#
140# TI OMAP Implementations
141#
142CONFIG_ARCH_OMAP_OTG=y
143# CONFIG_ARCH_OMAP1 is not set
144CONFIG_ARCH_OMAP2=y
145
146#
147# OMAP Feature Selections
148#
149CONFIG_MACH_OMAP2420_DVFS=y
150CONFIG_ARCH_OMAP2420_DEBUG=y
151CONFIG_ARCH_OMAP2420_OBSERVABILITY=m
152CONFIG_ARCH_OMAP2420_PEEK_N_POKE=m
153CONFIG_ARCH_OMAP2420_SNAPSHOT=m
154CONFIG_ARCH_OMAP2420_DMA_DRAIN=y
155CONFIG_OMAP_RESET_CLOCKS=y
156CONFIG_OMAP_BOOT_TAG=y
157CONFIG_OMAP_BOOT_REASON=y
158CONFIG_OMAP_COMPONENT_VERSION=y
159CONFIG_OMAP_GPIO_SWITCH=y
160# CONFIG_OMAP_MUX is not set
161CONFIG_OMAP_STI=y
162CONFIG_OMAP_STI_CONSOLE=y
163# CONFIG_OMAP_MCBSP is not set
164CONFIG_OMAP_MMU_FWK=y
165CONFIG_OMAP_MBOX_FWK=y
166# CONFIG_OMAP_MPU_TIMER is not set
167CONFIG_OMAP_32K_TIMER=y
168CONFIG_OMAP_32K_TIMER_HZ=128
169CONFIG_OMAP_DM_TIMER=y
170# CONFIG_OMAP_LL_DEBUG_UART1 is not set
171# CONFIG_OMAP_LL_DEBUG_UART2 is not set
172CONFIG_OMAP_LL_DEBUG_UART3=y
173CONFIG_OMAP_DSP=y
174# CONFIG_OMAP_DSP_MBCMD_VERBOSE is not set
175CONFIG_OMAP_DSP_TASK_MULTIOPEN=y
176CONFIG_OMAP_DSP_FBEXPORT=y
177CONFIG_OMAP_DSP_PAUSING=y
178# CONFIG_MACH_OMAP_GENERIC is not set
179
180#
181# OMAP Core Type
182#
183CONFIG_ARCH_OMAP24XX=y
184CONFIG_ARCH_OMAP2420=y
185# CONFIG_ARCH_OMAP2430 is not set
186
187#
188# OMAP Board Type
189#
190CONFIG_MACH_NOKIA_N800=y
191CONFIG_MACH_NOKIA_RX44=y
192CONFIG_MACH_OMAP2_TUSB6010=y
193# CONFIG_MACH_OMAP_H4 is not set
194# CONFIG_MACH_OMAP_APOLLON is not set
195# CONFIG_MACH_OMAP_2430SDP is not set
196
197#
198# Processor Type
199#
200CONFIG_CPU_32=y
201CONFIG_CPU_V6=y
202# CONFIG_CPU_32v6K is not set
203CONFIG_CPU_32v6=y
204CONFIG_CPU_ABRT_EV6=y
205CONFIG_CPU_CACHE_V6=y
206CONFIG_CPU_CACHE_VIPT=y
207CONFIG_CPU_COPY_V6=y
208CONFIG_CPU_TLB_V6=y
209CONFIG_CPU_CP15=y
210CONFIG_CPU_CP15_MMU=y
211
212#
213# Processor Features
214#
215CONFIG_ARM_THUMB=y
216# CONFIG_CPU_ICACHE_DISABLE is not set
217# CONFIG_CPU_DCACHE_DISABLE is not set
218# CONFIG_CPU_DCACHE_WRITETHROUGH is not set
219# CONFIG_CPU_BPREDICT_DISABLE is not set
220# CONFIG_OUTER_CACHE is not set
221
222#
223# Bus support
224#
225
226#
227# PCCARD (PCMCIA/CardBus) support
228#
229# CONFIG_PCCARD is not set
230
231#
232# Kernel Features
233#
234# CONFIG_PREEMPT is not set
235CONFIG_NO_IDLE_HZ=y
236CONFIG_HZ=128
237CONFIG_AEABI=y
238CONFIG_OABI_COMPAT=y
239# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
240CONFIG_SELECT_MEMORY_MODEL=y
241CONFIG_FLATMEM_MANUAL=y
242# CONFIG_DISCONTIGMEM_MANUAL is not set
243# CONFIG_SPARSEMEM_MANUAL is not set
244CONFIG_FLATMEM=y
245CONFIG_FLAT_NODE_MEM_MAP=y
246# CONFIG_SPARSEMEM_STATIC is not set
247CONFIG_SPLIT_PTLOCK_CPUS=4
248# CONFIG_RESOURCES_64BIT is not set
249CONFIG_ZONE_DMA_FLAG=1
250CONFIG_LEDS=y
251CONFIG_ALIGNMENT_TRAP=y
252
253#
254# Boot options
255#
256CONFIG_ZBOOT_ROM_TEXT=0x10C08000
257CONFIG_ZBOOT_ROM_BSS=0x10200000
258# CONFIG_ZBOOT_ROM is not set
259CONFIG_CMDLINE="root=1f03 rootfstype=jffs2 ro console=tty0"
260# CONFIG_XIP_KERNEL is not set
261# CONFIG_KEXEC is not set
262
263#
264# CPU Frequency scaling
265#
266CONFIG_CPU_FREQ=y
267CONFIG_CPU_FREQ_TABLE=y
268# CONFIG_CPU_FREQ_DEBUG is not set
269CONFIG_CPU_FREQ_STAT=y
270# CONFIG_CPU_FREQ_STAT_DETAILS is not set
271# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
272# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
273CONFIG_CPU_FREQ_DEFAULT_GOV_NULL=y
274# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
275CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
276CONFIG_CPU_FREQ_GOV_POWERSAVE=y
277CONFIG_CPU_FREQ_GOV_NULL=y
278# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
279CONFIG_CPU_FREQ_GOV_ONDEMAND=y
280CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
281
282#
283# Floating point emulation
284#
285
286#
287# At least one emulation must be selected
288#
289CONFIG_FPE_NWFPE=y
290# CONFIG_FPE_NWFPE_XP is not set
291# CONFIG_FPE_FASTFPE is not set
292CONFIG_VFP=y
293
294#
295# Userspace binary formats
296#
297CONFIG_BINFMT_ELF=y
298# CONFIG_BINFMT_AOUT is not set
299# CONFIG_BINFMT_MISC is not set
300
301#
302# Power management options
303#
304CONFIG_PM=y
305# CONFIG_PM_LEGACY is not set
306# CONFIG_PM_DEBUG is not set
307# CONFIG_PM_SYSFS_DEPRECATED is not set
308CONFIG_APM_EMULATION=y
309
310#
311# Networking
312#
313CONFIG_NET=y
314
315#
316# Networking options
317#
318# CONFIG_NETDEBUG is not set
319CONFIG_PACKET=y
320# CONFIG_PACKET_MMAP is not set
321CONFIG_UNIX=y
322CONFIG_XFRM=y
323# CONFIG_XFRM_USER is not set
324# CONFIG_XFRM_SUB_POLICY is not set
325# CONFIG_XFRM_MIGRATE is not set
326# CONFIG_NET_KEY is not set
327CONFIG_INET=y
328CONFIG_IP_MULTICAST=y
329# CONFIG_IP_ADVANCED_ROUTER is not set
330CONFIG_IP_FIB_HASH=y
331# CONFIG_IP_PNP is not set
332# CONFIG_NET_IPIP is not set
333# CONFIG_NET_IPGRE is not set
334# CONFIG_IP_MROUTE is not set
335# CONFIG_ARPD is not set
336# CONFIG_SYN_COOKIES is not set
337# CONFIG_INET_AH is not set
338# CONFIG_INET_ESP is not set
339# CONFIG_INET_IPCOMP is not set
340# CONFIG_INET_XFRM_TUNNEL is not set
341# CONFIG_INET_TUNNEL is not set
342# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
343# CONFIG_INET_XFRM_MODE_TUNNEL is not set
344CONFIG_INET_XFRM_MODE_BEET=y
345CONFIG_INET_DIAG=y
346CONFIG_INET_TCP_DIAG=y
347# CONFIG_TCP_CONG_ADVANCED is not set
348CONFIG_TCP_CONG_CUBIC=y
349CONFIG_DEFAULT_TCP_CONG="cubic"
350# CONFIG_TCP_MD5SIG is not set
351
352#
353# IP: Virtual Server Configuration
354#
355# CONFIG_IP_VS is not set
356# CONFIG_IPV6 is not set
357# CONFIG_INET6_XFRM_TUNNEL is not set
358# CONFIG_INET6_TUNNEL is not set
359# CONFIG_NETLABEL is not set
360# CONFIG_NETWORK_SECMARK is not set
361CONFIG_NETFILTER=y
362# CONFIG_NETFILTER_DEBUG is not set
363
364#
365# Core Netfilter Configuration
366#
367CONFIG_NETFILTER_NETLINK=y
368# CONFIG_NETFILTER_NETLINK_QUEUE is not set
369# CONFIG_NETFILTER_NETLINK_LOG is not set
370# CONFIG_NF_CONNTRACK_ENABLED is not set
371CONFIG_NETFILTER_XTABLES=y
372# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
373# CONFIG_NETFILTER_XT_TARGET_MARK is not set
374# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
375# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
376# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
377# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
378# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
379# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
380# CONFIG_NETFILTER_XT_MATCH_ESP is not set
381# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
382# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
383# CONFIG_NETFILTER_XT_MATCH_MAC is not set
384# CONFIG_NETFILTER_XT_MATCH_MARK is not set
385# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
386# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
387# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
388# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
389# CONFIG_NETFILTER_XT_MATCH_REALM is not set
390# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
391# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
392# CONFIG_NETFILTER_XT_MATCH_STRING is not set
393# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
394# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
395
396#
397# IP: Netfilter Configuration
398#
399# CONFIG_IP_NF_QUEUE is not set
400CONFIG_IP_NF_IPTABLES=y
401# CONFIG_IP_NF_MATCH_IPRANGE is not set
402# CONFIG_IP_NF_MATCH_TOS is not set
403# CONFIG_IP_NF_MATCH_RECENT is not set
404# CONFIG_IP_NF_MATCH_ECN is not set
405# CONFIG_IP_NF_MATCH_AH is not set
406# CONFIG_IP_NF_MATCH_TTL is not set
407# CONFIG_IP_NF_MATCH_OWNER is not set
408# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
409CONFIG_IP_NF_FILTER=y
410# CONFIG_IP_NF_TARGET_REJECT is not set
411# CONFIG_IP_NF_TARGET_LOG is not set
412# CONFIG_IP_NF_TARGET_ULOG is not set
413CONFIG_IP_NF_TARGET_IDLETIMER=y
414# CONFIG_IP_NF_MANGLE is not set
415# CONFIG_IP_NF_RAW is not set
416# CONFIG_IP_NF_ARPTABLES is not set
417
418#
419# DCCP Configuration (EXPERIMENTAL)
420#
421# CONFIG_IP_DCCP is not set
422
423#
424# SCTP Configuration (EXPERIMENTAL)
425#
426# CONFIG_IP_SCTP is not set
427
428#
429# TIPC Configuration (EXPERIMENTAL)
430#
431# CONFIG_TIPC is not set
432# CONFIG_ATM is not set
433# CONFIG_BRIDGE is not set
434# CONFIG_VLAN_8021Q is not set
435# CONFIG_DECNET is not set
436# CONFIG_LLC2 is not set
437# CONFIG_IPX is not set
438# CONFIG_ATALK is not set
439# CONFIG_X25 is not set
440# CONFIG_LAPB is not set
441# CONFIG_ECONET is not set
442# CONFIG_WAN_ROUTER is not set
443
444#
445# QoS and/or fair queueing
446#
447# CONFIG_NET_SCHED is not set
448
449#
450# Network testing
451#
452# CONFIG_NET_PKTGEN is not set
453# CONFIG_HAMRADIO is not set
454# CONFIG_IRDA is not set
455CONFIG_BT=y
456CONFIG_BT_L2CAP=y
457CONFIG_BT_SCO=y
458CONFIG_BT_RFCOMM=y
459CONFIG_BT_RFCOMM_TTY=y
460CONFIG_BT_BNEP=y
461# CONFIG_BT_BNEP_MC_FILTER is not set
462# CONFIG_BT_BNEP_PROTO_FILTER is not set
463CONFIG_BT_HIDP=y
464
465#
466# Bluetooth device drivers
467#
468# CONFIG_BT_HCIUSB is not set
469# CONFIG_BT_HCIUART is not set
470# CONFIG_BT_HCIBCM203X is not set
471# CONFIG_BT_HCIBPA10X is not set
472# CONFIG_BT_HCIBFUSB is not set
473# CONFIG_BT_HCIBRF6150 is not set
474CONFIG_BT_HCIH4P=y
475# CONFIG_BT_HCIVHCI is not set
476# CONFIG_IEEE80211 is not set
477CONFIG_WIRELESS_EXT=y
478
479#
480# Device Drivers
481#
482
483#
484# Generic Driver Options
485#
486CONFIG_STANDALONE=y
487CONFIG_PREVENT_FIRMWARE_BUILD=y
488CONFIG_FW_LOADER=y
489# CONFIG_DEBUG_DRIVER is not set
490# CONFIG_DEBUG_DEVRES is not set
491# CONFIG_SYS_HYPERVISOR is not set
492
493#
494# Connector - unified userspace <-> kernelspace linker
495#
496# CONFIG_CONNECTOR is not set
497
498#
499# Memory Technology Devices (MTD)
500#
501CONFIG_MTD=y
502# CONFIG_MTD_DEBUG is not set
503# CONFIG_MTD_CONCAT is not set
504CONFIG_MTD_PARTITIONS=y
505# CONFIG_MTD_REDBOOT_PARTS is not set
506CONFIG_MTD_CMDLINE_PARTS=y
507# CONFIG_MTD_AFS_PARTS is not set
508
509#
510# User Modules And Translation Layers
511#
512CONFIG_MTD_CHAR=y
513CONFIG_MTD_BLKDEVS=y
514CONFIG_MTD_BLOCK=y
515# CONFIG_FTL is not set
516# CONFIG_NFTL is not set
517# CONFIG_INFTL is not set
518# CONFIG_RFD_FTL is not set
519# CONFIG_SSFDC is not set
520# CONFIG_MTD_OOPS is not set
521
522#
523# RAM/ROM/Flash chip drivers
524#
525# CONFIG_MTD_CFI is not set
526# CONFIG_MTD_JEDECPROBE is not set
527CONFIG_MTD_MAP_BANK_WIDTH_1=y
528CONFIG_MTD_MAP_BANK_WIDTH_2=y
529CONFIG_MTD_MAP_BANK_WIDTH_4=y
530# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
531# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
532# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
533CONFIG_MTD_CFI_I1=y
534CONFIG_MTD_CFI_I2=y
535# CONFIG_MTD_CFI_I4 is not set
536# CONFIG_MTD_CFI_I8 is not set
537# CONFIG_MTD_RAM is not set
538# CONFIG_MTD_ROM is not set
539# CONFIG_MTD_ABSENT is not set
540# CONFIG_MTD_OBSOLETE_CHIPS is not set
541
542#
543# Mapping drivers for chip access
544#
545# CONFIG_MTD_COMPLEX_MAPPINGS is not set
546# CONFIG_MTD_PLATRAM is not set
547
548#
549# Self-contained MTD device drivers
550#
551# CONFIG_MTD_DATAFLASH is not set
552# CONFIG_MTD_M25P80 is not set
553# CONFIG_MTD_SLRAM is not set
554# CONFIG_MTD_PHRAM is not set
555# CONFIG_MTD_MTDRAM is not set
556# CONFIG_MTD_BLOCK2MTD is not set
557
558#
559# Disk-On-Chip Device Drivers
560#
561# CONFIG_MTD_DOC2000 is not set
562# CONFIG_MTD_DOC2001 is not set
563# CONFIG_MTD_DOC2001PLUS is not set
564
565#
566# NAND Flash Device Drivers
567#
568# CONFIG_MTD_NAND is not set
569
570#
571# OneNAND Flash Device Drivers
572#
573CONFIG_MTD_ONENAND=y
574# CONFIG_MTD_ONENAND_VERIFY_WRITE is not set
575# CONFIG_MTD_ONENAND_GENERIC is not set
576CONFIG_MTD_ONENAND_OMAP2=y
577CONFIG_MTD_ONENAND_OTP=y
578
579#
580# Parallel port support
581#
582# CONFIG_PARPORT is not set
583
584#
585# Plug and Play support
586#
587# CONFIG_PNPACPI is not set
588
589#
590# Block devices
591#
592# CONFIG_BLK_DEV_COW_COMMON is not set
593CONFIG_BLK_DEV_LOOP=y
594# CONFIG_BLK_DEV_CRYPTOLOOP is not set
595# CONFIG_BLK_DEV_NBD is not set
596# CONFIG_BLK_DEV_UB is not set
597CONFIG_BLK_DEV_RAM=y
598CONFIG_BLK_DEV_RAM_COUNT=16
599CONFIG_BLK_DEV_RAM_SIZE=4096
600CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
601# CONFIG_CDROM_PKTCDVD is not set
602# CONFIG_ATA_OVER_ETH is not set
603
604#
605# SCSI device support
606#
607# CONFIG_RAID_ATTRS is not set
608CONFIG_SCSI=y
609# CONFIG_SCSI_TGT is not set
610# CONFIG_SCSI_NETLINK is not set
611# CONFIG_SCSI_PROC_FS is not set
612
613#
614# SCSI support type (disk, tape, CD-ROM)
615#
616CONFIG_BLK_DEV_SD=y
617# CONFIG_CHR_DEV_ST is not set
618# CONFIG_CHR_DEV_OSST is not set
619# CONFIG_BLK_DEV_SR is not set
620# CONFIG_CHR_DEV_SG is not set
621# CONFIG_CHR_DEV_SCH is not set
622
623#
624# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
625#
626CONFIG_SCSI_MULTI_LUN=y
627# CONFIG_SCSI_CONSTANTS is not set
628# CONFIG_SCSI_LOGGING is not set
629# CONFIG_SCSI_SCAN_ASYNC is not set
630
631#
632# SCSI Transports
633#
634# CONFIG_SCSI_SPI_ATTRS is not set
635# CONFIG_SCSI_FC_ATTRS is not set
636# CONFIG_SCSI_ISCSI_ATTRS is not set
637# CONFIG_SCSI_SAS_ATTRS is not set
638# CONFIG_SCSI_SAS_LIBSAS is not set
639
640#
641# SCSI low-level drivers
642#
643# CONFIG_ISCSI_TCP is not set
644# CONFIG_SCSI_DEBUG is not set
645
646#
647# Serial ATA (prod) and Parallel ATA (experimental) drivers
648#
649# CONFIG_ATA is not set
650
651#
652# Multi-device support (RAID and LVM)
653#
654# CONFIG_MD is not set
655
656#
657# Fusion MPT device support
658#
659# CONFIG_FUSION is not set
660
661#
662# IEEE 1394 (FireWire) support
663#
664
665#
666# I2O device support
667#
668
669#
670# Network device support
671#
672CONFIG_NETDEVICES=y
673# CONFIG_DUMMY is not set
674# CONFIG_BONDING is not set
675# CONFIG_EQUALIZER is not set
676CONFIG_TUN=y
677
678#
679# PHY device support
680#
681
682#
683# Ethernet (10 or 100Mbit)
684#
685# CONFIG_NET_ETHERNET is not set
686CONFIG_MII=y
687
688#
689# Ethernet (1000 Mbit)
690#
691
692#
693# Ethernet (10000 Mbit)
694#
695
696#
697# Token Ring devices
698#
699
700#
701# Wireless LAN (non-hamradio)
702#
703CONFIG_NET_RADIO=y
704# CONFIG_NET_WIRELESS_RTNETLINK is not set
705
706#
707# Obsolete Wireless cards support (pre-802.11)
708#
709# CONFIG_STRIP is not set
710# CONFIG_USB_ZD1201 is not set
711# CONFIG_HOSTAP is not set
712
713#
714# Wan interfaces
715#
716# CONFIG_WAN is not set
717CONFIG_PPP=y
718# CONFIG_PPP_MULTILINK is not set
719CONFIG_PPP_FILTER=y
720CONFIG_PPP_ASYNC=y
721CONFIG_PPP_SYNC_TTY=y
722CONFIG_PPP_DEFLATE=y
723CONFIG_PPP_BSDCOMP=y
724# CONFIG_PPP_MPPE is not set
725# CONFIG_PPPOE is not set
726# CONFIG_SLIP is not set
727CONFIG_SLHC=y
728# CONFIG_SHAPER is not set
729# CONFIG_NETCONSOLE is not set
730# CONFIG_NETPOLL is not set
731# CONFIG_NET_POLL_CONTROLLER is not set
732
733#
734# ISDN subsystem
735#
736# CONFIG_ISDN is not set
737
738#
739# Input device support
740#
741CONFIG_INPUT=y
742# CONFIG_INPUT_FF_MEMLESS is not set
743
744#
745# Userland interfaces
746#
747CONFIG_INPUT_MOUSEDEV=y
748# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
749CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
750CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
751# CONFIG_INPUT_JOYDEV is not set
752# CONFIG_INPUT_TSDEV is not set
753CONFIG_INPUT_EVDEV=y
754# CONFIG_INPUT_EVBUG is not set
755CONFIG_INPUT_POWER=y
756
757#
758# Input Device Drivers
759#
760CONFIG_INPUT_KEYBOARD=y
761# CONFIG_KEYBOARD_ATKBD is not set
762# CONFIG_KEYBOARD_SUNKBD is not set
763# CONFIG_KEYBOARD_LKKBD is not set
764# CONFIG_KEYBOARD_XTKBD is not set
765# CONFIG_KEYBOARD_NEWTON is not set
766# CONFIG_KEYBOARD_STOWAWAY is not set
767# CONFIG_KEYBOARD_OMAP is not set
768# CONFIG_KEYBOARD_GPIO is not set
769CONFIG_KEYBOARD_TSC2301=y
770# CONFIG_INPUT_MOUSE is not set
771# CONFIG_INPUT_JOYSTICK is not set
772CONFIG_INPUT_TOUCHSCREEN=y
773# CONFIG_TOUCHSCREEN_ADS7846 is not set
774# CONFIG_TOUCHSCREEN_GUNZE is not set
775# CONFIG_TOUCHSCREEN_ELO is not set
776# CONFIG_TOUCHSCREEN_MTOUCH is not set
777# CONFIG_TOUCHSCREEN_MK712 is not set
778# CONFIG_TOUCHSCREEN_PENMOUNT is not set
779# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
780# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
781# CONFIG_TOUCHSCREEN_UCB1400 is not set
782CONFIG_TOUCHSCREEN_TSC2005=y
783CONFIG_TOUCHSCREEN_TSC2301=y
784# CONFIG_TOUCHSCREEN_TSC2046 is not set
785# CONFIG_INPUT_MISC is not set
786
787#
788# Hardware I/O ports
789#
790CONFIG_SERIO=y
791CONFIG_SERIO_SERPORT=y
792# CONFIG_SERIO_RAW is not set
793# CONFIG_GAMEPORT is not set
794
795#
796# Character devices
797#
798CONFIG_VT=y
799CONFIG_VT_CONSOLE=y
800CONFIG_HW_CONSOLE=y
801# CONFIG_VT_HW_CONSOLE_BINDING is not set
802# CONFIG_SERIAL_NONSTANDARD is not set
803
804#
805# Serial drivers
806#
807# CONFIG_SERIAL_8250 is not set
808
809#
810# Non-8250 serial port support
811#
812CONFIG_SERIAL_OMAP=y
813CONFIG_SERIAL_OMAP_CONSOLE=y
814CONFIG_SERIAL_CORE=y
815CONFIG_SERIAL_CORE_CONSOLE=y
816CONFIG_UNIX98_PTYS=y
817# CONFIG_LEGACY_PTYS is not set
818
819#
820# IPMI
821#
822# CONFIG_IPMI_HANDLER is not set
823
824#
825# Watchdog Cards
826#
827CONFIG_WATCHDOG=y
828CONFIG_WATCHDOG_NOWAYOUT=y
829
830#
831# Watchdog Device Drivers
832#
833# CONFIG_SOFT_WATCHDOG is not set
834CONFIG_OMAP_WATCHDOG=y
835
836#
837# USB-based Watchdog Cards
838#
839# CONFIG_USBPCWATCHDOG is not set
840# CONFIG_HW_RANDOM is not set
841# CONFIG_NVRAM is not set
842# CONFIG_DTLK is not set
843# CONFIG_R3964 is not set
844# CONFIG_RAW_DRIVER is not set
845
846#
847# TPM devices
848#
849# CONFIG_TCG_TPM is not set
850
851#
852# I2C support
853#
854CONFIG_I2C=y
855# CONFIG_I2C_CHARDEV is not set
856
857#
858# I2C Algorithms
859#
860# CONFIG_I2C_ALGOBIT is not set
861# CONFIG_I2C_ALGOPCF is not set
862# CONFIG_I2C_ALGOPCA is not set
863
864#
865# I2C Hardware Bus support
866#
867# CONFIG_I2C_OCORES is not set
868CONFIG_I2C_OMAP=y
869# CONFIG_I2C_PARPORT_LIGHT is not set
870# CONFIG_I2C_STUB is not set
871# CONFIG_I2C_PCA_ISA is not set
872
873#
874# Miscellaneous I2C Chip support
875#
876# CONFIG_SENSORS_DS1337 is not set
877# CONFIG_SENSORS_DS1374 is not set
878# CONFIG_SENSORS_EEPROM is not set
879# CONFIG_SENSORS_PCF8574 is not set
880# CONFIG_SENSORS_PCA9539 is not set
881# CONFIG_SENSORS_PCF8591 is not set
882# CONFIG_ISP1301_OMAP is not set
883# CONFIG_TPS65010 is not set
884# CONFIG_SENSORS_TLV320AIC23 is not set
885CONFIG_SENSORS_TSL2563=y
886# CONFIG_GPIOEXPANDER_OMAP is not set
887CONFIG_LM8323=y
888CONFIG_LP5521=y
889CONFIG_MENELAUS=y
890# CONFIG_TWL4030_CORE is not set
891# CONFIG_SENSORS_MAX6875 is not set
892# CONFIG_I2C_DEBUG_CORE is not set
893# CONFIG_I2C_DEBUG_ALGO is not set
894# CONFIG_I2C_DEBUG_BUS is not set
895# CONFIG_I2C_DEBUG_CHIP is not set
896
897#
898# SPI support
899#
900CONFIG_SPI=y
901# CONFIG_SPI_DEBUG is not set
902CONFIG_SPI_MASTER=y
903
904#
905# SPI Master Controller Drivers
906#
907# CONFIG_SPI_BITBANG is not set
908CONFIG_SPI_OMAP24XX=y
909CONFIG_SPI_OMAP_PAUSING=y
910
911#
912# SPI Protocol Masters
913#
914# CONFIG_SPI_AT25 is not set
915# CONFIG_SPI_TSC2005 is not set
916# CONFIG_SPI_TSC2101 is not set
917# CONFIG_SPI_TSC2102 is not set
918CONFIG_SPI_TSC2301=y
919CONFIG_SPI_TSC2301_AUDIO=y
920
921#
922# Dallas's 1-wire bus
923#
924# CONFIG_W1 is not set
925
926#
927# Hardware Monitoring support
928#
929CONFIG_HWMON=y
930# CONFIG_HWMON_VID is not set
931# CONFIG_SENSORS_ABITUGURU is not set
932# CONFIG_SENSORS_ADM1021 is not set
933# CONFIG_SENSORS_ADM1025 is not set
934# CONFIG_SENSORS_ADM1026 is not set
935# CONFIG_SENSORS_ADM1029 is not set
936# CONFIG_SENSORS_ADM1031 is not set
937# CONFIG_SENSORS_ADM9240 is not set
938# CONFIG_SENSORS_ASB100 is not set
939# CONFIG_SENSORS_ATXP1 is not set
940# CONFIG_SENSORS_DS1621 is not set
941# CONFIG_SENSORS_F71805F is not set
942# CONFIG_SENSORS_FSCHER is not set
943# CONFIG_SENSORS_FSCPOS is not set
944# CONFIG_SENSORS_GL518SM is not set
945# CONFIG_SENSORS_GL520SM is not set
946# CONFIG_SENSORS_IT87 is not set
947# CONFIG_SENSORS_LM63 is not set
948# CONFIG_SENSORS_LM70 is not set
949# CONFIG_SENSORS_LM75 is not set
950# CONFIG_SENSORS_LM77 is not set
951# CONFIG_SENSORS_LM78 is not set
952# CONFIG_SENSORS_LM80 is not set
953# CONFIG_SENSORS_LM83 is not set
954# CONFIG_SENSORS_LM85 is not set
955# CONFIG_SENSORS_LM87 is not set
956# CONFIG_SENSORS_LM90 is not set
957# CONFIG_SENSORS_LM92 is not set
958# CONFIG_SENSORS_MAX1619 is not set
959# CONFIG_SENSORS_PC87360 is not set
960# CONFIG_SENSORS_PC87427 is not set
961# CONFIG_SENSORS_SMSC47M1 is not set
962# CONFIG_SENSORS_SMSC47M192 is not set
963# CONFIG_SENSORS_SMSC47B397 is not set
964CONFIG_SENSORS_TMP105=y
965# CONFIG_SENSORS_VT1211 is not set
966# CONFIG_SENSORS_W83781D is not set
967# CONFIG_SENSORS_W83791D is not set
968# CONFIG_SENSORS_W83792D is not set
969# CONFIG_SENSORS_W83793 is not set
970# CONFIG_SENSORS_W83L785TS is not set
971# CONFIG_SENSORS_W83627HF is not set
972# CONFIG_SENSORS_W83627EHF is not set
973# CONFIG_HWMON_DEBUG_CHIP is not set
974
975#
976# Misc devices
977#
978
979#
980# Multifunction device drivers
981#
982# CONFIG_MFD_SM501 is not set
983
984#
985# LED devices
986#
987CONFIG_NEW_LEDS=y
988CONFIG_LEDS_CLASS=y
989
990#
991# LED drivers
992#
993# CONFIG_LEDS_OMAP_DEBUG is not set
994# CONFIG_LEDS_OMAP is not set
995CONFIG_LEDS_OMAP_PWM=y
996
997#
998# LED Triggers
999#
1000CONFIG_LEDS_TRIGGERS=y
1001CONFIG_LEDS_TRIGGER_TIMER=y
1002CONFIG_LEDS_TRIGGER_HEARTBEAT=y
1003
1004#
1005# Multimedia devices
1006#
1007CONFIG_VIDEO_DEV=y
1008# CONFIG_VIDEO_V4L1 is not set
1009# CONFIG_VIDEO_V4L1_COMPAT is not set
1010CONFIG_VIDEO_V4L2=y
1011
1012#
1013# Video Capture Adapters
1014#
1015
1016#
1017# Video Capture Adapters
1018#
1019# CONFIG_VIDEO_ADV_DEBUG is not set
1020CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
1021# CONFIG_VIDEO_SAA5246A is not set
1022# CONFIG_VIDEO_SAA5249 is not set
1023
1024#
1025# V4L USB devices
1026#
1027# CONFIG_VIDEO_PVRUSB2 is not set
1028# CONFIG_VIDEO_USBVISION is not set
1029CONFIG_VIDEO_OMAP_CAMERA=y
1030# CONFIG_VIDEO_CAMERA_SENSOR_OV9640 is not set
1031CONFIG_VIDEO_CAMERA_SENSOR_TCM825X=y
1032
1033#
1034# Radio Adapters
1035#
1036CONFIG_RADIO_TEA5761=y
1037# CONFIG_USB_DSBR is not set
1038
1039#
1040# Digital Video Broadcasting Devices
1041#
1042# CONFIG_DVB is not set
1043CONFIG_VIDEO_BUF=y
1044# CONFIG_USB_DABUSB is not set
1045
1046#
1047# Graphics support
1048#
1049# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1050CONFIG_FB=y
1051# CONFIG_FIRMWARE_EDID is not set
1052# CONFIG_FB_DDC is not set
1053# CONFIG_FB_CFB_FILLRECT is not set
1054# CONFIG_FB_CFB_COPYAREA is not set
1055# CONFIG_FB_CFB_IMAGEBLIT is not set
1056# CONFIG_FB_SVGALIB is not set
1057# CONFIG_FB_MACMODES is not set
1058# CONFIG_FB_BACKLIGHT is not set
1059# CONFIG_FB_MODE_HELPERS is not set
1060# CONFIG_FB_TILEBLITTING is not set
1061
1062#
1063# Frame buffer hardware drivers
1064#
1065# CONFIG_FB_S1D13XXX is not set
1066CONFIG_FB_OMAP=y
1067CONFIG_FB_OMAP_LCDC_EXTERNAL=y
1068# CONFIG_FB_OMAP_LCDC_HWA742 is not set
1069CONFIG_FB_OMAP_LCDC_BLIZZARD=y
1070# CONFIG_FB_OMAP_MANUAL_UPDATE is not set
1071CONFIG_FB_OMAP_LCD_MIPID=y
1072CONFIG_FB_OMAP_BOOTLOADER_INIT=y
1073CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=4
1074CONFIG_FB_OMAP_PAUSING=y
1075# CONFIG_FB_VIRTUAL is not set
1076
1077#
1078# Console display driver support
1079#
1080# CONFIG_VGA_CONSOLE is not set
1081CONFIG_DUMMY_CONSOLE=y
1082CONFIG_FRAMEBUFFER_CONSOLE=y
1083# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
1084# CONFIG_FONTS is not set
1085CONFIG_FONT_8x8=y
1086CONFIG_FONT_8x16=y
1087
1088#
1089# Logo configuration
1090#
1091# CONFIG_LOGO is not set
1092
1093#
1094# Sound
1095#
1096CONFIG_SOUND=y
1097
1098#
1099# Advanced Linux Sound Architecture
1100#
1101CONFIG_SND=y
1102# CONFIG_SND_SEQUENCER is not set
1103CONFIG_SND_OSSEMUL=y
1104CONFIG_SND_MIXER_OSS=y
1105# CONFIG_SND_PCM_OSS is not set
1106# CONFIG_SND_DYNAMIC_MINORS is not set
1107CONFIG_SND_SUPPORT_OLD_API=y
1108# CONFIG_SND_VERBOSE_PROCFS is not set
1109# CONFIG_SND_VERBOSE_PRINTK is not set
1110# CONFIG_SND_DEBUG is not set
1111
1112#
1113# Generic devices
1114#
1115# CONFIG_SND_DUMMY is not set
1116# CONFIG_SND_MTPAV is not set
1117# CONFIG_SND_SERIAL_U16550 is not set
1118# CONFIG_SND_MPU401 is not set
1119
1120#
1121# ALSA ARM devices
1122#
1123# CONFIG_SND_OMAP_AIC23 is not set
1124CONFIG_SND_AIC33=y
1125# CONFIG_SND_OMAP_TSC2101 is not set
1126# CONFIG_SND_SX1 is not set
1127# CONFIG_SND_OMAP_TSC2102 is not set
1128CONFIG_SND_OMAP24XX_EAC=y
1129
1130#
1131# USB devices
1132#
1133# CONFIG_SND_USB_AUDIO is not set
1134
1135#
1136# SoC audio support
1137#
1138# CONFIG_SND_SOC is not set
1139
1140#
1141# Open Sound System
1142#
1143# CONFIG_SOUND_PRIME is not set
1144
1145#
1146# HID Devices
1147#
1148CONFIG_HID=y
1149# CONFIG_HID_DEBUG is not set
1150
1151#
1152# USB support
1153#
1154CONFIG_USB_ARCH_HAS_HCD=y
1155CONFIG_USB_ARCH_HAS_OHCI=y
1156# CONFIG_USB_ARCH_HAS_EHCI is not set
1157CONFIG_USB=y
1158CONFIG_USB_DEBUG=y
1159
1160#
1161# Miscellaneous USB options
1162#
1163CONFIG_USB_DEVICEFS=y
1164CONFIG_USB_DYNAMIC_MINORS=y
1165CONFIG_USB_SUSPEND=y
1166CONFIG_USB_OTG=y
1167CONFIG_USB_OTG_WHITELIST=y
1168# CONFIG_USB_OTG_BLACKLIST_HUB is not set
1169
1170#
1171# USB Host Controller Drivers
1172#
1173# CONFIG_USB_ISP116X_HCD is not set
1174# CONFIG_USB_OHCI_HCD is not set
1175# CONFIG_USB_SL811_HCD is not set
1176CONFIG_USB_MUSB_HDRC=y
1177CONFIG_USB_TUSB6010=y
1178CONFIG_USB_TUSB6010_TEST=y
1179# CONFIG_USB_MUSB_HOST is not set
1180# CONFIG_USB_MUSB_PERIPHERAL is not set
1181CONFIG_USB_MUSB_OTG=y
1182CONFIG_USB_GADGET_MUSB_HDRC=y
1183CONFIG_USB_MUSB_HDRC_HCD=y
1184CONFIG_USB_MUSB_HSET=y
1185# CONFIG_MUSB_PIO_ONLY is not set
1186# CONFIG_USB_INVENTRA_DMA is not set
1187# CONFIG_USB_TI_CPPI_DMA is not set
1188CONFIG_USB_TUSB_OMAP_DMA=y
1189CONFIG_USB_MUSB_LOGLEVEL=1
1190
1191#
1192# USB Device Class drivers
1193#
1194# CONFIG_USB_ACM is not set
1195# CONFIG_USB_PRINTER is not set
1196
1197#
1198# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
1199#
1200
1201#
1202# may also be needed; see USB_STORAGE Help for more information
1203#
1204CONFIG_USB_STORAGE=y
1205# CONFIG_USB_STORAGE_DEBUG is not set
1206# CONFIG_USB_STORAGE_DATAFAB is not set
1207# CONFIG_USB_STORAGE_FREECOM is not set
1208# CONFIG_USB_STORAGE_DPCM is not set
1209# CONFIG_USB_STORAGE_USBAT is not set
1210# CONFIG_USB_STORAGE_SDDR09 is not set
1211# CONFIG_USB_STORAGE_SDDR55 is not set
1212# CONFIG_USB_STORAGE_JUMPSHOT is not set
1213# CONFIG_USB_STORAGE_ALAUDA is not set
1214# CONFIG_USB_STORAGE_KARMA is not set
1215CONFIG_USB_LIBUSUAL=y
1216
1217#
1218# USB Input Devices
1219#
1220CONFIG_USB_HID=y
1221# CONFIG_USB_HIDINPUT_POWERBOOK is not set
1222# CONFIG_HID_FF is not set
1223# CONFIG_USB_HIDDEV is not set
1224# CONFIG_USB_AIPTEK is not set
1225# CONFIG_USB_WACOM is not set
1226# CONFIG_USB_ACECAD is not set
1227# CONFIG_USB_KBTAB is not set
1228# CONFIG_USB_POWERMATE is not set
1229# CONFIG_USB_TOUCHSCREEN is not set
1230# CONFIG_USB_YEALINK is not set
1231# CONFIG_USB_XPAD is not set
1232# CONFIG_USB_ATI_REMOTE is not set
1233# CONFIG_USB_ATI_REMOTE2 is not set
1234# CONFIG_USB_KEYSPAN_REMOTE is not set
1235# CONFIG_USB_APPLETOUCH is not set
1236# CONFIG_USB_GTCO is not set
1237
1238#
1239# USB Imaging devices
1240#
1241# CONFIG_USB_MDC800 is not set
1242# CONFIG_USB_MICROTEK is not set
1243
1244#
1245# USB Network Adapters
1246#
1247# CONFIG_USB_CATC is not set
1248# CONFIG_USB_KAWETH is not set
1249# CONFIG_USB_PEGASUS is not set
1250CONFIG_USB_RTL8150=y
1251# CONFIG_USB_USBNET_MII is not set
1252CONFIG_USB_USBNET=y
1253CONFIG_USB_NET_CDCETHER=y
1254# CONFIG_USB_NET_DM9601 is not set
1255# CONFIG_USB_NET_GL620A is not set
1256CONFIG_USB_NET_NET1080=y
1257CONFIG_USB_NET_PLUSB=y
1258# CONFIG_USB_NET_MCS7830 is not set
1259CONFIG_USB_NET_RNDIS_HOST=y
1260CONFIG_USB_NET_CDC_SUBSET=y
1261# CONFIG_USB_ALI_M5632 is not set
1262# CONFIG_USB_AN2720 is not set
1263CONFIG_USB_BELKIN=y
1264CONFIG_USB_ARMLINUX=y
1265# CONFIG_USB_EPSON2888 is not set
1266# CONFIG_USB_KC2190 is not set
1267CONFIG_USB_NET_ZAURUS=y
1268CONFIG_USB_MON=y
1269
1270#
1271# USB port drivers
1272#
1273
1274#
1275# USB Serial Converter support
1276#
1277# CONFIG_USB_SERIAL is not set
1278
1279#
1280# USB Miscellaneous drivers
1281#
1282# CONFIG_USB_EMI62 is not set
1283# CONFIG_USB_EMI26 is not set
1284# CONFIG_USB_ADUTUX is not set
1285# CONFIG_USB_AUERSWALD is not set
1286# CONFIG_USB_RIO500 is not set
1287# CONFIG_USB_LEGOTOWER is not set
1288# CONFIG_USB_LCD is not set
1289# CONFIG_USB_BERRY_CHARGE is not set
1290# CONFIG_USB_LED is not set
1291# CONFIG_USB_CYPRESS_CY7C63 is not set
1292# CONFIG_USB_CYTHERM is not set
1293# CONFIG_USB_PHIDGET is not set
1294# CONFIG_USB_IDMOUSE is not set
1295# CONFIG_USB_FTDI_ELAN is not set
1296# CONFIG_USB_APPLEDISPLAY is not set
1297# CONFIG_USB_LD is not set
1298# CONFIG_USB_TRANCEVIBRATOR is not set
1299# CONFIG_USB_IOWARRIOR is not set
1300CONFIG_USB_TEST=y
1301
1302#
1303# USB DSL modem support
1304#
1305
1306#
1307# USB Gadget Support
1308#
1309CONFIG_USB_GADGET=m
1310CONFIG_USB_GADGET_DEBUG_FILES=y
1311CONFIG_USB_GADGET_SELECTED=y
1312# CONFIG_USB_GADGET_NET2280 is not set
1313# CONFIG_USB_GADGET_PXA2XX is not set
1314# CONFIG_USB_GADGET_GOKU is not set
1315# CONFIG_USB_GADGET_LH7A40X is not set
1316# CONFIG_USB_GADGET_OMAP is not set
1317# CONFIG_USB_GADGET_AT91 is not set
1318# CONFIG_USB_GADGET_DUMMY_HCD is not set
1319CONFIG_USB_GADGET_DUALSPEED=y
1320# CONFIG_USB_ZERO is not set
1321CONFIG_USB_ETH=m
1322CONFIG_USB_ETH_RNDIS=y
1323CONFIG_USB_GADGETFS=m
1324CONFIG_USB_FILE_STORAGE=m
1325CONFIG_USB_FILE_STORAGE_TEST=y
1326# CONFIG_USB_G_SERIAL is not set
1327# CONFIG_USB_MIDI_GADGET is not set
1328
1329#
1330# MMC/SD Card support
1331#
1332CONFIG_MMC=y
1333# CONFIG_MMC_DEBUG is not set
1334CONFIG_MMC_BLOCK=y
1335CONFIG_MMC_OMAP=y
1336CONFIG_MMC_PAUSING=y
1337
1338#
1339# Real Time Clock
1340#
1341CONFIG_RTC_LIB=y
1342# CONFIG_RTC_CLASS is not set
1343
1344#
1345# CBUS support
1346#
1347CONFIG_CBUS=y
1348CONFIG_CBUS_TAHVO=y
1349CONFIG_CBUS_TAHVO_USER=y
1350# CONFIG_CBUS_TAHVO_USB is not set
1351CONFIG_CBUS_RETU=y
1352CONFIG_CBUS_RETU_USER=y
1353CONFIG_CBUS_RETU_POWERBUTTON=y
1354CONFIG_CBUS_RETU_RTC=y
1355CONFIG_CBUS_RETU_WDT=y
1356CONFIG_CBUS_RETU_HEADSET=y
1357
1358#
1359# File systems
1360#
1361CONFIG_EXT2_FS=y
1362CONFIG_EXT2_FS_XATTR=y
1363# CONFIG_EXT2_FS_POSIX_ACL is not set
1364# CONFIG_EXT2_FS_SECURITY is not set
1365# CONFIG_EXT2_FS_XIP is not set
1366CONFIG_EXT3_FS=y
1367CONFIG_EXT3_FS_XATTR=y
1368# CONFIG_EXT3_FS_POSIX_ACL is not set
1369# CONFIG_EXT3_FS_SECURITY is not set
1370# CONFIG_EXT4DEV_FS is not set
1371CONFIG_JBD=y
1372# CONFIG_JBD_DEBUG is not set
1373CONFIG_FS_MBCACHE=y
1374# CONFIG_REISERFS_FS is not set
1375# CONFIG_JFS_FS is not set
1376# CONFIG_FS_POSIX_ACL is not set
1377# CONFIG_XFS_FS is not set
1378# CONFIG_GFS2_FS is not set
1379# CONFIG_OCFS2_FS is not set
1380# CONFIG_MINIX_FS is not set
1381# CONFIG_ROMFS_FS is not set
1382CONFIG_INOTIFY=y
1383CONFIG_INOTIFY_USER=y
1384# CONFIG_QUOTA is not set
1385CONFIG_DNOTIFY=y
1386# CONFIG_AUTOFS_FS is not set
1387# CONFIG_AUTOFS4_FS is not set
1388CONFIG_FUSE_FS=y
1389
1390#
1391# CD-ROM/DVD Filesystems
1392#
1393# CONFIG_ISO9660_FS is not set
1394# CONFIG_UDF_FS is not set
1395
1396#
1397# DOS/FAT/NT Filesystems
1398#
1399CONFIG_FAT_FS=y
1400# CONFIG_MSDOS_FS is not set
1401CONFIG_VFAT_FS=y
1402CONFIG_FAT_DEFAULT_CODEPAGE=437
1403CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1404# CONFIG_NTFS_FS is not set
1405
1406#
1407# Pseudo filesystems
1408#
1409CONFIG_PROC_FS=y
1410CONFIG_PROC_SYSCTL=y
1411CONFIG_SYSFS=y
1412CONFIG_TMPFS=y
1413# CONFIG_TMPFS_POSIX_ACL is not set
1414# CONFIG_HUGETLB_PAGE is not set
1415CONFIG_RAMFS=y
1416# CONFIG_CONFIGFS_FS is not set
1417
1418#
1419# Miscellaneous filesystems
1420#
1421# CONFIG_ADFS_FS is not set
1422# CONFIG_AFFS_FS is not set
1423# CONFIG_HFS_FS is not set
1424# CONFIG_HFSPLUS_FS is not set
1425# CONFIG_BEFS_FS is not set
1426# CONFIG_BFS_FS is not set
1427# CONFIG_EFS_FS is not set
1428CONFIG_JFFS2_FS=y
1429CONFIG_JFFS2_FS_DEBUG=0
1430CONFIG_JFFS2_FS_WRITEBUFFER=y
1431CONFIG_JFFS2_SUMMARY=y
1432# CONFIG_JFFS2_FS_XATTR is not set
1433# CONFIG_JFFS2_SYSFS is not set
1434CONFIG_JFFS2_COMPRESSION_OPTIONS=y
1435CONFIG_JFFS2_ZLIB=y
1436CONFIG_JFFS2_LZO=y
1437CONFIG_JFFS2_RTIME=y
1438# CONFIG_JFFS2_RUBIN is not set
1439# CONFIG_JFFS2_CMODE_NONE is not set
1440CONFIG_JFFS2_CMODE_PRIORITY=y
1441# CONFIG_JFFS2_CMODE_SIZE is not set
1442# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
1443# CONFIG_CRAMFS is not set
1444# CONFIG_VXFS_FS is not set
1445# CONFIG_HPFS_FS is not set
1446# CONFIG_QNX4FS_FS is not set
1447# CONFIG_SYSV_FS is not set
1448# CONFIG_UFS_FS is not set
1449
1450#
1451# Network File Systems
1452#
1453CONFIG_NFS_FS=y
1454CONFIG_NFS_V3=y
1455# CONFIG_NFS_V3_ACL is not set
1456CONFIG_NFS_V4=y
1457# CONFIG_NFS_DIRECTIO is not set
1458# CONFIG_NFSD is not set
1459CONFIG_LOCKD=y
1460CONFIG_LOCKD_V4=y
1461CONFIG_NFS_COMMON=y
1462CONFIG_SUNRPC=y
1463CONFIG_SUNRPC_GSS=y
1464CONFIG_RPCSEC_GSS_KRB5=y
1465# CONFIG_RPCSEC_GSS_SPKM3 is not set
1466# CONFIG_SMB_FS is not set
1467CONFIG_CIFS=y
1468# CONFIG_CIFS_STATS is not set
1469# CONFIG_CIFS_WEAK_PW_HASH is not set
1470# CONFIG_CIFS_XATTR is not set
1471# CONFIG_CIFS_DEBUG2 is not set
1472# CONFIG_CIFS_EXPERIMENTAL is not set
1473# CONFIG_NCP_FS is not set
1474# CONFIG_CODA_FS is not set
1475# CONFIG_AFS_FS is not set
1476# CONFIG_9P_FS is not set
1477
1478#
1479# Partition Types
1480#
1481# CONFIG_PARTITION_ADVANCED is not set
1482CONFIG_MSDOS_PARTITION=y
1483
1484#
1485# Native Language Support
1486#
1487CONFIG_NLS=y
1488CONFIG_NLS_DEFAULT="iso8859-1"
1489CONFIG_NLS_CODEPAGE_437=y
1490# CONFIG_NLS_CODEPAGE_737 is not set
1491# CONFIG_NLS_CODEPAGE_775 is not set
1492# CONFIG_NLS_CODEPAGE_850 is not set
1493# CONFIG_NLS_CODEPAGE_852 is not set
1494# CONFIG_NLS_CODEPAGE_855 is not set
1495# CONFIG_NLS_CODEPAGE_857 is not set
1496# CONFIG_NLS_CODEPAGE_860 is not set
1497# CONFIG_NLS_CODEPAGE_861 is not set
1498# CONFIG_NLS_CODEPAGE_862 is not set
1499# CONFIG_NLS_CODEPAGE_863 is not set
1500# CONFIG_NLS_CODEPAGE_864 is not set
1501# CONFIG_NLS_CODEPAGE_865 is not set
1502# CONFIG_NLS_CODEPAGE_866 is not set
1503# CONFIG_NLS_CODEPAGE_869 is not set
1504# CONFIG_NLS_CODEPAGE_936 is not set
1505# CONFIG_NLS_CODEPAGE_950 is not set
1506# CONFIG_NLS_CODEPAGE_932 is not set
1507# CONFIG_NLS_CODEPAGE_949 is not set
1508# CONFIG_NLS_CODEPAGE_874 is not set
1509# CONFIG_NLS_ISO8859_8 is not set
1510# CONFIG_NLS_CODEPAGE_1250 is not set
1511# CONFIG_NLS_CODEPAGE_1251 is not set
1512# CONFIG_NLS_ASCII is not set
1513CONFIG_NLS_ISO8859_1=y
1514CONFIG_NLS_ISO8859_2=y
1515# CONFIG_NLS_ISO8859_3 is not set
1516# CONFIG_NLS_ISO8859_4 is not set
1517# CONFIG_NLS_ISO8859_5 is not set
1518# CONFIG_NLS_ISO8859_6 is not set
1519# CONFIG_NLS_ISO8859_7 is not set
1520# CONFIG_NLS_ISO8859_9 is not set
1521# CONFIG_NLS_ISO8859_13 is not set
1522# CONFIG_NLS_ISO8859_14 is not set
1523CONFIG_NLS_ISO8859_15=y
1524# CONFIG_NLS_KOI8_R is not set
1525# CONFIG_NLS_KOI8_U is not set
1526CONFIG_NLS_UTF8=y
1527
1528#
1529# Distributed Lock Manager
1530#
1531# CONFIG_DLM is not set
1532
1533#
1534# Profiling support
1535#
1536# CONFIG_PROFILING is not set
1537
1538#
1539# Kernel hacking
1540#
1541CONFIG_PRINTK_TIME=y
1542CONFIG_ENABLE_MUST_CHECK=y
1543CONFIG_MAGIC_SYSRQ=y
1544# CONFIG_UNUSED_SYMBOLS is not set
1545CONFIG_DEBUG_FS=y
1546# CONFIG_HEADERS_CHECK is not set
1547CONFIG_DEBUG_KERNEL=y
1548# CONFIG_DEBUG_SHIRQ is not set
1549CONFIG_LOG_BUF_SHIFT=14
1550CONFIG_DETECT_SOFTLOCKUP=y
1551# CONFIG_SCHEDSTATS is not set
1552# CONFIG_TIMER_STATS is not set
1553# CONFIG_DEBUG_SLAB is not set
1554# CONFIG_DEBUG_RT_MUTEXES is not set
1555# CONFIG_RT_MUTEX_TESTER is not set
1556# CONFIG_DEBUG_SPINLOCK is not set
1557# CONFIG_DEBUG_MUTEXES is not set
1558# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1559# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1560# CONFIG_DEBUG_KOBJECT is not set
1561CONFIG_DEBUG_BUGVERBOSE=y
1562# CONFIG_DEBUG_INFO is not set
1563# CONFIG_DEBUG_VM is not set
1564# CONFIG_DEBUG_LIST is not set
1565CONFIG_FRAME_POINTER=y
1566CONFIG_FORCED_INLINING=y
1567# CONFIG_RCU_TORTURE_TEST is not set
1568# CONFIG_FAULT_INJECTION is not set
1569CONFIG_DEBUG_USER=y
1570CONFIG_DEBUG_ERRORS=y
1571# CONFIG_DEBUG_LL is not set
1572
1573#
1574# Security options
1575#
1576# CONFIG_KEYS is not set
1577CONFIG_SECURITY=y
1578# CONFIG_SECURITY_NETWORK is not set
1579# CONFIG_SECURITY_CAPABILITIES is not set
1580# CONFIG_SECURITY_ROOTPLUG is not set
1581CONFIG_SECURITY_LOWMEM=y
1582
1583#
1584# Cryptographic options
1585#
1586CONFIG_CRYPTO=y
1587CONFIG_CRYPTO_ALGAPI=y
1588CONFIG_CRYPTO_BLKCIPHER=y
1589CONFIG_CRYPTO_MANAGER=y
1590# CONFIG_CRYPTO_HMAC is not set
1591# CONFIG_CRYPTO_XCBC is not set
1592# CONFIG_CRYPTO_NULL is not set
1593# CONFIG_CRYPTO_MD4 is not set
1594CONFIG_CRYPTO_MD5=y
1595# CONFIG_CRYPTO_SHA1 is not set
1596# CONFIG_CRYPTO_SHA256 is not set
1597# CONFIG_CRYPTO_SHA512 is not set
1598# CONFIG_CRYPTO_WP512 is not set
1599# CONFIG_CRYPTO_TGR192 is not set
1600# CONFIG_CRYPTO_GF128MUL is not set
1601CONFIG_CRYPTO_ECB=m
1602CONFIG_CRYPTO_CBC=y
1603CONFIG_CRYPTO_PCBC=m
1604# CONFIG_CRYPTO_LRW is not set
1605CONFIG_CRYPTO_DES=y
1606# CONFIG_CRYPTO_FCRYPT is not set
1607# CONFIG_CRYPTO_BLOWFISH is not set
1608# CONFIG_CRYPTO_TWOFISH is not set
1609# CONFIG_CRYPTO_SERPENT is not set
1610# CONFIG_CRYPTO_AES is not set
1611# CONFIG_CRYPTO_CAST5 is not set
1612# CONFIG_CRYPTO_CAST6 is not set
1613# CONFIG_CRYPTO_TEA is not set
1614# CONFIG_CRYPTO_ARC4 is not set
1615# CONFIG_CRYPTO_KHAZAD is not set
1616# CONFIG_CRYPTO_ANUBIS is not set
1617# CONFIG_CRYPTO_DEFLATE is not set
1618# CONFIG_CRYPTO_LZO is not set
1619# CONFIG_CRYPTO_MICHAEL_MIC is not set
1620# CONFIG_CRYPTO_CRC32C is not set
1621# CONFIG_CRYPTO_CAMELLIA is not set
1622# CONFIG_CRYPTO_TEST is not set
1623
1624#
1625# Hardware crypto devices
1626#
1627
1628#
1629# Library routines
1630#
1631CONFIG_BITREVERSE=y
1632CONFIG_CRC_CCITT=y
1633# CONFIG_CRC16 is not set
1634CONFIG_CRC32=y
1635# CONFIG_LIBCRC32C is not set
1636CONFIG_LZO_COMPRESS=y
1637CONFIG_LZO_DECOMPRESS=y
1638CONFIG_ZLIB_INFLATE=y
1639CONFIG_ZLIB_DEFLATE=y
1640CONFIG_PLIST=y
1641CONFIG_HAS_IOMEM=y
1642CONFIG_HAS_IOPORT=y
diff --git a/meta-extras/packages/linux/linux-nokia800-2.6.21-osso71/suspend-button.patch b/meta-extras/packages/linux/linux-nokia800-2.6.21-osso71/suspend-button.patch
new file mode 100644
index 0000000000..791a66e02a
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800-2.6.21-osso71/suspend-button.patch
@@ -0,0 +1,60 @@
1Index: linux-2.6.21/drivers/cbus/retu-pwrbutton.c
2===================================================================
3--- linux-2.6.21.orig/drivers/cbus/retu-pwrbutton.c 2008-02-20 22:44:18.000000000 +0000
4+++ linux-2.6.21/drivers/cbus/retu-pwrbutton.c 2008-02-20 22:46:22.000000000 +0000
5@@ -53,7 +53,9 @@
6 state = PWRBTN_PRESSED;
7
8 if (pwrbtn_state != state) {
9- input_report_key(pwrbtn_dev, KEY_POWER, state);
10+ input_report_key(pwrbtn_dev, KEY_SUSPEND, state);
11+ if (state == PWRBTN_PRESSED)
12+ input_event(pwrbtn_dev, EV_PWR, KEY_SUSPEND, 1);
13 pwrbtn_state = state;
14 }
15 }
16@@ -92,8 +94,8 @@
17 if (!pwrbtn_dev)
18 return -ENOMEM;
19
20- pwrbtn_dev->evbit[0] = BIT(EV_KEY);
21- pwrbtn_dev->keybit[LONG(KEY_POWER)] = BIT(KEY_POWER);
22+ pwrbtn_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_PWR);
23+ pwrbtn_dev->keybit[LONG(KEY_SUSPEND)] = BIT(KEY_SUSPEND);
24 pwrbtn_dev->name = "retu-pwrbutton";
25
26 input_register_device(pwrbtn_dev);
27Index: linux-2.6.21/drivers/char/apm-emulation.c
28===================================================================
29--- linux-2.6.21.orig/drivers/char/apm-emulation.c 2008-02-21 00:32:41.000000000 +0000
30+++ linux-2.6.21/drivers/char/apm-emulation.c 2008-02-21 00:33:43.000000000 +0000
31@@ -206,10 +206,18 @@
32 return ret;
33 }
34
35+static in_suspend;
36+
37 static void apm_suspend(void)
38 {
39 struct apm_user *as;
40- int err = pm_suspend(PM_SUSPEND_MEM);
41+ int err;
42+
43+ in_suspend = 1;
44+
45+ err = pm_suspend(PM_SUSPEND_MEM);
46+
47+ in_suspend = 0;
48
49 /*
50 * Anyone on the APM queues will think we're still suspended.
51@@ -663,6 +671,9 @@
52 {
53 unsigned long flags;
54
55+ if (in_suspend)
56+ return;
57+
58 spin_lock_irqsave(&kapmd_queue_lock, flags);
59 queue_add_event(&kapmd_queue, event);
60 spin_unlock_irqrestore(&kapmd_queue_lock, flags);
diff --git a/meta-extras/packages/linux/linux-nokia800.inc b/meta-extras/packages/linux/linux-nokia800.inc
new file mode 100644
index 0000000000..a9505fab5d
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800.inc
@@ -0,0 +1,46 @@
1SECTION = "kernel"
2DESCRIPTION = "Linux kernel for Nokia 770/800"
3LICENSE = "GPL"
4
5KERNEL_OUTPUT = "arch/${ARCH}/boot/${KERNEL_IMAGETYPE}"
6KERNEL_CCSUFFIX = "-3.4.4+csl-arm-2005q3-2"
7
8inherit kernel
9
10RPROVIDES_kernel-image = "hostap-modules"
11
12COMPATIBLE_MACHINE = "nokia770|nokia800"
13
14RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"
15
16do_configure_prepend() {
17
18 rm -f ${S}/.config || true
19
20 if [ "${TARGET_OS}" = "linux-gnueabi" -o "${TARGET_OS}" = "linux-uclibcgnueabi" ]; then
21 echo "CONFIG_AEABI=y" >> ${S}/.config
22 echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
23 else
24 echo "# CONFIG_AEABI is not set" >> ${S}/.config
25 echo "# CONFIG_OABI_COMPAT is not set" >> ${S}/.config
26 fi
27
28 sed -e '/CONFIG_AEABI/d' \
29 -e '/CONFIG_OABI_COMPAT=/d' \
30 '${WORKDIR}/defconfig' >>'${S}/.config'
31
32 yes '' | oe_runmake oldconfig
33
34}
35
36do_deploy() {
37 install -d ${DEPLOY_DIR_IMAGE}
38 install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}.bin
39 cd ${DEPLOY_DIR_IMAGE}
40 ln -sf ${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}.bin ${KERNEL_IMAGETYPE}-${MACHINE}.bin
41 tar -cvzf ${DEPLOY_DIR_IMAGE}/modules-${KERNEL_RELEASE}-${MACHINE}.tgz -C ${D} lib
42}
43
44do_deploy[dirs] = "${S}"
45
46addtask deploy before do_populate_sysroot after do_install
diff --git a/meta-extras/packages/linux/linux-nokia800_2.6.18-osso40.bb b/meta-extras/packages/linux/linux-nokia800_2.6.18-osso40.bb
new file mode 100644
index 0000000000..f987ab321a
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800_2.6.18-osso40.bb
@@ -0,0 +1,18 @@
1require linux-nokia800.inc
2
3PR = "r7"
4SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18.orig.tar.gz \
5 http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18-osso40.diff.gz;patch=1 \
6 ${RPSRC}/lzo_kernel-r0.patch;patch=1 \
7 ${RPSRC}/lzo_jffs2-r0.patch;patch=1 \
8 ${RPSRC}/lzo_crypto-r0b.patch;patch=1 \
9 ${RPSRC}/lzo_jffs2_lzomode-r0.patch;patch=1 \
10 ${RPSRC}/lzo_jffs2_sysfs-r0.patch;patch=1 \
11 file://fix_oprofile.patch;patch=1 \
12 file://sumversion-fix.patch;patch=1 \
13 file://defconfig"
14
15SRC_URI_append_nokia770 = " file://nokia770_nand_fix.patch;patch=1"
16
17S = "${WORKDIR}/linux-g"
18
diff --git a/meta-extras/packages/linux/linux-nokia800_2.6.21-200823maemo6.bb b/meta-extras/packages/linux/linux-nokia800_2.6.21-200823maemo6.bb
new file mode 100644
index 0000000000..9ea91c3a26
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800_2.6.21-200823maemo6.bb
@@ -0,0 +1,18 @@
1require linux-nokia800.inc
2PR = "r0"
3
4DEFAULT_PREFERENCE_nokia770 = "-1"
5
6SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \
7 file://kernel-source_2.6.21-200823maemo6.diff.gz;patch=1 \
8 http://www.rpsys.net/openzaurus/patches/archive/input_power-r7.patch;patch=1 \
9 file://suspend-button.patch;patch=1 \
10 file://defconfig"
11
12S = "${WORKDIR}/linux-2.6.21"
13
14do_install_append () {
15 mkdir -p ${D}/kernel/include/drivers/media/video/omap/
16 cp -f drivers/media/video/omap/tcm825x.h ${D}/kernel/include/drivers/media/video/omap/
17}
18
diff --git a/meta-extras/packages/linux/linux-nokia800_2.6.21-osso71.bb b/meta-extras/packages/linux/linux-nokia800_2.6.21-osso71.bb
new file mode 100644
index 0000000000..b64c697c9b
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800_2.6.21-osso71.bb
@@ -0,0 +1,18 @@
1require linux-nokia800.inc
2PR = "r5"
3
4DEFAULT_PREFERENCE_nokia770 = "-1"
5
6SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \
7 http://repository.maemo.org/pool/os2008/free/source/k/kernel-source-rx-34/kernel-source-rx-34_2.6.21.0-osso71.diff.gz;patch=1 \
8 http://www.rpsys.net/openzaurus/patches/archive/input_power-r7.patch;patch=1 \
9 file://suspend-button.patch;patch=1 \
10 file://sumversion-fix.patch;patch=1 \
11 file://defconfig"
12
13S = "${WORKDIR}/linux-2.6.21"
14
15do_install_append () {
16 mkdir -p ${D}/kernel/include/drivers/media/video/omap/
17 cp -f drivers/media/video/omap/tcm825x.h ${D}/kernel/include/drivers/media/video/omap/
18}
diff --git a/meta-extras/packages/linux/linux-openmoko.inc b/meta-extras/packages/linux/linux-openmoko.inc
new file mode 100644
index 0000000000..a0bf48e609
--- /dev/null
+++ b/meta-extras/packages/linux/linux-openmoko.inc
@@ -0,0 +1,25 @@
1RDEPENDS_kernel-image += "mtd-utils"
2
3pkg_postinst_kernel-image () {
4if test "x$D" != "x"; then
5 exit 1
6else
7 if [ -f ${sysconfdir}/default/flashkernel ] ; then
8 echo "Upgrading Kernel in Flash"
9 echo "DO NOT stop this process"
10
11 MTD_KERNEL_PARTITION=`cat /proc/mtd | grep kernel | cut -d':' -f1`
12 MTD_KERNEL_PARTITION=/dev/$MTD_KERNEL_PARTITION
13
14 if [ "x$MTD_KERNEL_PARTITION" = "x" ] ; then
15 exit 1
16 fi
17
18 ${bindir}/flash_eraseall $MTD_KERNEL_PARTITION
19 ${bindir}/nandwrite -p $MTD_KERNEL_PARTITION /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-${KERNEL_VERSION}
20 else
21 touch ${sysconfdir}/default/flashkernel
22 fi
23fi
24}
25
diff --git a/meta-extras/packages/linux/linux-openmoko/timespec_add_ns_avoid_udivdi3.patch b/meta-extras/packages/linux/linux-openmoko/timespec_add_ns_avoid_udivdi3.patch
new file mode 100644
index 0000000000..4aba897b06
--- /dev/null
+++ b/meta-extras/packages/linux/linux-openmoko/timespec_add_ns_avoid_udivdi3.patch
@@ -0,0 +1,20 @@
1Backport of this patch here
2
3http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg270684.html
4
5Needed for 2.6.24 to compile with gcc 4.3
6Index: linux-2.6.24/include/linux/time.h
7===================================================================
8--- linux-2.6.24.orig/include/linux/time.h 2008-05-28 15:39:46.000000000 -0700
9+++ linux-2.6.24/include/linux/time.h 2008-05-28 15:40:48.000000000 -0700
10@@ -173,6 +173,10 @@
11 {
12 ns += a->tv_nsec;
13 while(unlikely(ns >= NSEC_PER_SEC)) {
14+ /* The following asm() prevents the compiler from
15+ * optimising this loop into a modulo operation. */
16+ asm("" : "+r"(ns));
17+
18 ns -= NSEC_PER_SEC;
19 a->tv_sec++;
20 }
diff --git a/meta-extras/packages/linux/linux-openmoko_2.6.24+git.bb b/meta-extras/packages/linux/linux-openmoko_2.6.24+git.bb
new file mode 100644
index 0000000000..a1d573be17
--- /dev/null
+++ b/meta-extras/packages/linux/linux-openmoko_2.6.24+git.bb
@@ -0,0 +1,53 @@
1require linux.inc
2require linux-openmoko.inc
3
4DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/ Openmoko"
5
6PE = "1"
7PV = "${KERNEL_RELEASE}+git${SRCREV}"
8PR = "r2"
9
10SRC_URI = "git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
11 file://timespec_add_ns_avoid_udivdi3.patch;patch=1"
12
13S = "${WORKDIR}/git"
14
15do_configure_prepend() {
16 cp -f ${S}/defconfig-${CONFIG_NAME} ${WORKDIR}/defconfig
17}
18
19##############################################################
20# kernel image resides on a seperate flash partition (for now)
21#
22ALLOW_EMPTY = "1"
23
24CMDLINE = "unused -- bootloader passes ATAG list"
25
26COMPATIBLE_HOST = "arm.*-linux"
27COMPATIBLE_MACHINE = "om-gta01|om-gta02"
28DEFAULT_PREFERENCE = "1"
29
30KERNEL_IMAGETYPE = "uImage"
31KERNEL_RELEASE = "2.6.24"
32KERNEL_VERSION = "${KERNEL_RELEASE}"
33
34CONFIG_NAME_om-gta01 = "gta01"
35CONFIG_NAME_om-gta02 = "gta02"
36
37UBOOT_ENTRYPOINT = "30008000"
38
39###############################################################
40# module configs specific to this kernel
41#
42
43# usb
44module_autoload_ohci-hcd = "ohci-hcd"
45module_autoload_hci_usb = "hci_usb"
46module_autoload_g_ether = "g_ether"
47# audio
48module_autoload_snd-soc-neo1973-wm8753 = "snd-soc-neo1973-wm8753"
49module_autoload_snd-soc-neo1973-gta02-wm8753 = "snd-soc-neo1973-gta02-wm8753"
50module_autoload_snd-pcm-oss = "snd-pcm-oss"
51module_autoload_snd-mixer-oss = "snd-mixer-oss"
52# sd/mmc
53module_autoload_s3cmci = "s3cmci"