summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-06 17:53:33 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-06 17:53:33 +0000
commit6834c4079ace0360c071e3074c0c536084d49742 (patch)
tree754319aafc979d4e50859aa8ee5aa12d2edb5597 /meta/packages/linux
parentca4b408094a86f515db26040060e8a17a38d9ae7 (diff)
downloadpoky-6834c4079ace0360c071e3074c0c536084d49742.tar.gz
Drop old broken linux-nokia770
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3683 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux')
-rw-r--r--meta/packages/linux/linux-nokia770-2.6.16-osso26/gcc4.patch34
-rw-r--r--meta/packages/linux/linux-nokia770-2.6.16-osso26/nokia770/defconfig1379
-rw-r--r--meta/packages/linux/linux-nokia770_2.6.16-osso26.bb47
3 files changed, 0 insertions, 1460 deletions
diff --git a/meta/packages/linux/linux-nokia770-2.6.16-osso26/gcc4.patch b/meta/packages/linux/linux-nokia770-2.6.16-osso26/gcc4.patch
deleted file mode 100644
index 340d1d6db5..0000000000
--- a/meta/packages/linux/linux-nokia770-2.6.16-osso26/gcc4.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1Index: kernel-source-2.6.16-2.6.16.rel/drivers/i2c/chips/tlv320aic23.c
2===================================================================
3--- kernel-source-2.6.16-2.6.16.rel.orig/drivers/i2c/chips/tlv320aic23.c 2007-04-14 15:15:39.000000000 +0200
4+++ kernel-source-2.6.16-2.6.16.rel/drivers/i2c/chips/tlv320aic23.c 2007-04-14 15:16:33.000000000 +0200
5@@ -185,7 +185,7 @@
6 }
7
8 static struct i2c_driver aic23_driver = {
9- .driver {
10+ .driver = {
11 .name = "OMAP+TLV320AIC23 codec",
12 },
13 .id = I2C_DRIVERID_MISC,
14Index: kernel-source-2.6.16-2.6.16.rel/drivers/usb/core/hub.c
15===================================================================
16--- kernel-source-2.6.16-2.6.16.rel.orig/drivers/usb/core/hub.c 2007-04-14 15:18:05.000000000 +0200
17+++ kernel-source-2.6.16-2.6.16.rel/drivers/usb/core/hub.c 2007-04-14 15:22:38.000000000 +0200
18@@ -50,6 +50,7 @@
19 module_param (blinkenlights, bool, S_IRUGO);
20 MODULE_PARM_DESC (blinkenlights, "true to cycle leds on hubs");
21
22+static int __usb_suspend_device (struct usb_device *udev, int port1);
23 /*
24 * As of 2.6.10 we introduce a new USB device initialization scheme which
25 * closely resembles the way Windows works. Hopefully it will be compatible
26@@ -1371,8 +1372,6 @@
27 * (Includes HNP test device.)
28 */
29 if (udev->bus->b_hnp_enable || udev->bus->is_b_host) {
30- static int __usb_suspend_device(struct usb_device *,
31- int port1);
32 err = __usb_suspend_device(udev, udev->bus->otg_port);
33 if (err < 0)
34 dev_dbg(&udev->dev, "HNP fail, %d\n", err);
diff --git a/meta/packages/linux/linux-nokia770-2.6.16-osso26/nokia770/defconfig b/meta/packages/linux/linux-nokia770-2.6.16-osso26/nokia770/defconfig
deleted file mode 100644
index 813d07d055..0000000000
--- a/meta/packages/linux/linux-nokia770-2.6.16-osso26/nokia770/defconfig
+++ /dev/null
@@ -1,1379 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.16-omap1
4# Thu Nov 16 18:24:13 2006
5#
6CONFIG_ARM=y
7CONFIG_MMU=y
8CONFIG_RWSEM_GENERIC_SPINLOCK=y
9CONFIG_GENERIC_CALIBRATE_DELAY=y
10
11#
12# Code maturity level options
13#
14CONFIG_EXPERIMENTAL=y
15CONFIG_BROKEN_ON_SMP=y
16CONFIG_LOCK_KERNEL=y
17CONFIG_INIT_ENV_ARG_LIMIT=32
18
19#
20# General setup
21#
22CONFIG_LOCALVERSION=""
23# CONFIG_LOCALVERSION_AUTO is not set
24CONFIG_SWAP=y
25CONFIG_SYSVIPC=y
26CONFIG_POSIX_MQUEUE=y
27# CONFIG_BSD_PROCESS_ACCT is not set
28CONFIG_SYSCTL=y
29# CONFIG_AUDIT is not set
30# CONFIG_IKCONFIG is not set
31CONFIG_INITRAMFS_SOURCE=""
32CONFIG_UID16=y
33CONFIG_CC_OPTIMIZE_FOR_SIZE=y
34# CONFIG_EMBEDDED is not set
35CONFIG_KALLSYMS=y
36# CONFIG_KALLSYMS_ALL is not set
37# CONFIG_KALLSYMS_EXTRA_PASS is not set
38CONFIG_HOTPLUG=y
39CONFIG_PRINTK=y
40CONFIG_BUG=y
41CONFIG_ELF_CORE=y
42CONFIG_BASE_FULL=y
43CONFIG_FUTEX=y
44CONFIG_EPOLL=y
45CONFIG_SHMEM=y
46CONFIG_CC_ALIGN_FUNCTIONS=0
47CONFIG_CC_ALIGN_LABELS=0
48CONFIG_CC_ALIGN_LOOPS=0
49CONFIG_CC_ALIGN_JUMPS=0
50CONFIG_SLAB=y
51# CONFIG_TINY_SHMEM is not set
52CONFIG_BASE_SMALL=0
53# CONFIG_SLOB is not set
54
55#
56# Loadable module support
57#
58CONFIG_MODULES=y
59CONFIG_MODULE_UNLOAD=y
60# CONFIG_MODULE_FORCE_UNLOAD is not set
61CONFIG_OBSOLETE_MODPARM=y
62# CONFIG_MODVERSIONS is not set
63# CONFIG_MODULE_SRCVERSION_ALL is not set
64# CONFIG_KMOD is not set
65
66#
67# Block layer
68#
69
70#
71# IO Schedulers
72#
73CONFIG_IOSCHED_NOOP=y
74# CONFIG_IOSCHED_AS is not set
75# CONFIG_IOSCHED_DEADLINE is not set
76CONFIG_IOSCHED_CFQ=y
77# CONFIG_DEFAULT_AS is not set
78# CONFIG_DEFAULT_DEADLINE is not set
79CONFIG_DEFAULT_CFQ=y
80# CONFIG_DEFAULT_NOOP is not set
81CONFIG_DEFAULT_IOSCHED="cfq"
82
83#
84# System Type
85#
86# CONFIG_ARCH_CLPS7500 is not set
87# CONFIG_ARCH_CLPS711X is not set
88# CONFIG_ARCH_CO285 is not set
89# CONFIG_ARCH_EBSA110 is not set
90# CONFIG_ARCH_FOOTBRIDGE is not set
91# CONFIG_ARCH_INTEGRATOR is not set
92# CONFIG_ARCH_IOP3XX is not set
93# CONFIG_ARCH_IXP4XX is not set
94# CONFIG_ARCH_IXP2000 is not set
95# CONFIG_ARCH_L7200 is not set
96# CONFIG_ARCH_PXA is not set
97# CONFIG_ARCH_RPC is not set
98# CONFIG_ARCH_SA1100 is not set
99# CONFIG_ARCH_S3C2410 is not set
100# CONFIG_ARCH_SHARK is not set
101# CONFIG_ARCH_LH7A40X is not set
102CONFIG_ARCH_OMAP=y
103# CONFIG_ARCH_VERSATILE is not set
104# CONFIG_ARCH_REALVIEW is not set
105# CONFIG_ARCH_IMX is not set
106# CONFIG_ARCH_H720X is not set
107# CONFIG_ARCH_AAEC2000 is not set
108# CONFIG_ARCH_AT91RM9200 is not set
109
110#
111# TI OMAP Implementations
112#
113CONFIG_ARCH_OMAP_OTG=y
114CONFIG_ARCH_OMAP1=y
115# CONFIG_ARCH_OMAP2 is not set
116
117#
118# OMAP Feature Selections
119#
120CONFIG_OMAP_RESET_CLOCKS=y
121CONFIG_OMAP_BOOT_TAG=y
122CONFIG_OMAP_BOOT_REASON=y
123CONFIG_OMAP_COMPONENT_VERSION=y
124CONFIG_OMAP_GPIO_SWITCH=y
125# CONFIG_OMAP_MUX is not set
126CONFIG_OMAP_STI=y
127CONFIG_OMAP_STI_CONSOLE=y
128# CONFIG_OMAP_MPU_TIMER is not set
129CONFIG_OMAP_32K_TIMER=y
130CONFIG_OMAP_32K_TIMER_HZ=128
131CONFIG_OMAP_DM_TIMER=y
132CONFIG_OMAP_LL_DEBUG_UART1=y
133# CONFIG_OMAP_LL_DEBUG_UART2 is not set
134# CONFIG_OMAP_LL_DEBUG_UART3 is not set
135
136#
137# OMAP Core Type
138#
139# CONFIG_ARCH_OMAP730 is not set
140# CONFIG_ARCH_OMAP15XX is not set
141CONFIG_ARCH_OMAP16XX=y
142
143#
144# OMAP Board Type
145#
146# CONFIG_MACH_OMAP_INNOVATOR is not set
147# CONFIG_MACH_OMAP_H2 is not set
148# CONFIG_MACH_OMAP_H3 is not set
149# CONFIG_MACH_OMAP_OSK is not set
150CONFIG_MACH_NOKIA770=y
151# CONFIG_MACH_OMAP_GENERIC is not set
152
153#
154# OMAP CPU Speed
155#
156CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER=y
157CONFIG_OMAP_ARM_216MHZ=y
158# CONFIG_OMAP_ARM_192MHZ is not set
159# CONFIG_OMAP_ARM_168MHZ is not set
160# CONFIG_OMAP_ARM_120MHZ is not set
161# CONFIG_OMAP_ARM_60MHZ is not set
162# CONFIG_OMAP_ARM_30MHZ is not set
163CONFIG_OMAP_DSP=y
164# CONFIG_OMAP_DSP_MBCMD_VERBOSE is not set
165CONFIG_OMAP_DSP_TASK_MULTIOPEN=y
166CONFIG_OMAP_DSP_FBEXPORT=y
167
168#
169# Processor Type
170#
171CONFIG_CPU_32=y
172CONFIG_CPU_ARM926T=y
173CONFIG_CPU_32v5=y
174CONFIG_CPU_ABRT_EV5TJ=y
175CONFIG_CPU_CACHE_VIVT=y
176CONFIG_CPU_COPY_V4WB=y
177CONFIG_CPU_TLB_V4WBI=y
178
179#
180# Processor Features
181#
182CONFIG_ARM_THUMB=y
183# CONFIG_CPU_ICACHE_DISABLE is not set
184# CONFIG_CPU_DCACHE_DISABLE is not set
185# CONFIG_CPU_DCACHE_WRITETHROUGH is not set
186# CONFIG_CPU_CACHE_ROUND_ROBIN is not set
187
188#
189# Bus support
190#
191
192#
193# PCCARD (PCMCIA/CardBus) support
194#
195# CONFIG_PCCARD is not set
196
197#
198# Kernel Features
199#
200CONFIG_PREEMPT=y
201CONFIG_NO_IDLE_HZ=y
202# CONFIG_AEABI is not set
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=4096
212# CONFIG_LEDS is not set
213CONFIG_ALIGNMENT_TRAP=y
214
215#
216# Boot options
217#
218CONFIG_ZBOOT_ROM_TEXT=0x0
219CONFIG_ZBOOT_ROM_BSS=0x0
220CONFIG_CMDLINE="root=1f03 rootfstype=jffs2 time"
221# CONFIG_XIP_KERNEL is not set
222
223#
224# CPU Frequency scaling
225#
226# CONFIG_CPU_FREQ is not set
227
228#
229# Floating point emulation
230#
231
232#
233# At least one emulation must be selected
234#
235CONFIG_FPE_NWFPE=y
236# CONFIG_FPE_NWFPE_XP is not set
237# CONFIG_FPE_FASTFPE is not set
238# CONFIG_VFP is not set
239
240#
241# Userspace binary formats
242#
243CONFIG_BINFMT_ELF=y
244# CONFIG_BINFMT_AOUT is not set
245# CONFIG_BINFMT_MISC is not set
246# CONFIG_ARTHUR is not set
247
248#
249# Power management options
250#
251CONFIG_PM=y
252# CONFIG_PM_LEGACY is not set
253# CONFIG_PM_DEBUG is not set
254# CONFIG_APM is not set
255
256#
257# Networking
258#
259CONFIG_NET=y
260
261#
262# Networking options
263#
264# CONFIG_NETDEBUG is not set
265CONFIG_PACKET=y
266# CONFIG_PACKET_MMAP is not set
267CONFIG_UNIX=y
268# CONFIG_NET_KEY is not set
269CONFIG_INET=y
270CONFIG_IP_MULTICAST=y
271# CONFIG_IP_ADVANCED_ROUTER is not set
272CONFIG_IP_FIB_HASH=y
273# CONFIG_IP_PNP is not set
274# CONFIG_NET_IPIP is not set
275# CONFIG_NET_IPGRE is not set
276# CONFIG_IP_MROUTE is not set
277# CONFIG_ARPD is not set
278# CONFIG_SYN_COOKIES is not set
279# CONFIG_INET_AH is not set
280# CONFIG_INET_ESP is not set
281# CONFIG_INET_IPCOMP is not set
282# CONFIG_INET_TUNNEL is not set
283# CONFIG_INET_DIAG is not set
284# CONFIG_TCP_CONG_ADVANCED is not set
285CONFIG_TCP_CONG_BIC=y
286
287#
288# IP: Virtual Server Configuration
289#
290# CONFIG_IP_VS is not set
291# CONFIG_IPV6 is not set
292CONFIG_NETFILTER=y
293# CONFIG_NETFILTER_DEBUG is not set
294
295#
296# Core Netfilter Configuration
297#
298CONFIG_NETFILTER_NETLINK=y
299# CONFIG_NETFILTER_NETLINK_QUEUE is not set
300# CONFIG_NETFILTER_NETLINK_LOG is not set
301# CONFIG_NF_CONNTRACK is not set
302CONFIG_NETFILTER_XTABLES=y
303# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
304# CONFIG_NETFILTER_XT_TARGET_MARK is not set
305# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
306# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
307# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
308# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
309# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
310# CONFIG_NETFILTER_XT_MATCH_MAC is not set
311# CONFIG_NETFILTER_XT_MATCH_MARK is not set
312# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
313# CONFIG_NETFILTER_XT_MATCH_REALM is not set
314# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
315# CONFIG_NETFILTER_XT_MATCH_STRING is not set
316# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
317
318#
319# IP: Netfilter Configuration
320#
321# CONFIG_IP_NF_CONNTRACK is not set
322# CONFIG_IP_NF_QUEUE is not set
323CONFIG_IP_NF_IPTABLES=y
324# CONFIG_IP_NF_MATCH_IPRANGE is not set
325# CONFIG_IP_NF_MATCH_MULTIPORT is not set
326# CONFIG_IP_NF_MATCH_TOS is not set
327# CONFIG_IP_NF_MATCH_RECENT is not set
328# CONFIG_IP_NF_MATCH_ECN is not set
329# CONFIG_IP_NF_MATCH_DSCP is not set
330# CONFIG_IP_NF_MATCH_AH_ESP is not set
331# CONFIG_IP_NF_MATCH_TTL is not set
332# CONFIG_IP_NF_MATCH_OWNER is not set
333# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
334# CONFIG_IP_NF_MATCH_HASHLIMIT is not set
335CONFIG_IP_NF_FILTER=y
336# CONFIG_IP_NF_TARGET_REJECT is not set
337# CONFIG_IP_NF_TARGET_LOG is not set
338# CONFIG_IP_NF_TARGET_ULOG is not set
339# CONFIG_IP_NF_TARGET_TCPMSS is not set
340CONFIG_IP_NF_TARGET_IDLETIMER=y
341# CONFIG_IP_NF_MANGLE is not set
342# CONFIG_IP_NF_RAW is not set
343# CONFIG_IP_NF_ARPTABLES is not set
344
345#
346# DCCP Configuration (EXPERIMENTAL)
347#
348# CONFIG_IP_DCCP is not set
349
350#
351# SCTP Configuration (EXPERIMENTAL)
352#
353# CONFIG_IP_SCTP is not set
354
355#
356# TIPC Configuration (EXPERIMENTAL)
357#
358# CONFIG_TIPC is not set
359# CONFIG_ATM is not set
360# CONFIG_BRIDGE is not set
361# CONFIG_VLAN_8021Q is not set
362# CONFIG_DECNET is not set
363# CONFIG_LLC2 is not set
364# CONFIG_IPX is not set
365# CONFIG_ATALK is not set
366# CONFIG_X25 is not set
367# CONFIG_LAPB is not set
368# CONFIG_NET_DIVERT 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=m
386CONFIG_BT_RFCOMM=y
387CONFIG_BT_RFCOMM_TTY=y
388CONFIG_BT_BNEP=m
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_HCIVHCI is not set
403# CONFIG_IEEE80211 is not set
404
405#
406# Device Drivers
407#
408
409#
410# Generic Driver Options
411#
412CONFIG_STANDALONE=y
413CONFIG_PREVENT_FIRMWARE_BUILD=y
414CONFIG_FW_LOADER=y
415# CONFIG_DEBUG_DRIVER is not set
416
417#
418# Connector - unified userspace <-> kernelspace linker
419#
420CONFIG_CONNECTOR=y
421# CONFIG_PROC_EVENTS is not set
422
423#
424# Memory Technology Devices (MTD)
425#
426CONFIG_MTD=y
427# CONFIG_MTD_DEBUG is not set
428# CONFIG_MTD_CONCAT is not set
429CONFIG_MTD_PARTITIONS=y
430# CONFIG_MTD_REDBOOT_PARTS is not set
431CONFIG_MTD_CMDLINE_PARTS=y
432# CONFIG_MTD_AFS_PARTS is not set
433
434#
435# User Modules And Translation Layers
436#
437CONFIG_MTD_CHAR=y
438CONFIG_MTD_BLOCK=y
439# CONFIG_FTL is not set
440# CONFIG_NFTL is not set
441# CONFIG_INFTL is not set
442# CONFIG_RFD_FTL is not set
443
444#
445# RAM/ROM/Flash chip drivers
446#
447# CONFIG_MTD_CFI is not set
448# CONFIG_MTD_JEDECPROBE is not set
449CONFIG_MTD_MAP_BANK_WIDTH_1=y
450CONFIG_MTD_MAP_BANK_WIDTH_2=y
451CONFIG_MTD_MAP_BANK_WIDTH_4=y
452# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
453# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
454# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
455CONFIG_MTD_CFI_I1=y
456CONFIG_MTD_CFI_I2=y
457# CONFIG_MTD_CFI_I4 is not set
458# CONFIG_MTD_CFI_I8 is not set
459# CONFIG_MTD_RAM is not set
460# CONFIG_MTD_ROM is not set
461# CONFIG_MTD_ABSENT is not set
462# CONFIG_MTD_OBSOLETE_CHIPS is not set
463
464#
465# Mapping drivers for chip access
466#
467# CONFIG_MTD_COMPLEX_MAPPINGS is not set
468# CONFIG_MTD_PLATRAM is not set
469
470#
471# Self-contained MTD device drivers
472#
473# CONFIG_MTD_DATAFLASH is not set
474# CONFIG_MTD_M25P80 is not set
475# CONFIG_MTD_SLRAM is not set
476# CONFIG_MTD_PHRAM is not set
477# CONFIG_MTD_MTDRAM is not set
478# CONFIG_MTD_BLKMTD is not set
479# CONFIG_MTD_BLOCK2MTD is not set
480
481#
482# Disk-On-Chip Device Drivers
483#
484# CONFIG_MTD_DOC2000 is not set
485# CONFIG_MTD_DOC2001 is not set
486# CONFIG_MTD_DOC2001PLUS is not set
487
488#
489# NAND Flash Device Drivers
490#
491CONFIG_MTD_NAND=y
492# CONFIG_MTD_NAND_VERIFY_WRITE is not set
493# CONFIG_MTD_NAND_TOTO is not set
494CONFIG_MTD_NAND_IDS=y
495# CONFIG_MTD_NAND_DISKONCHIP is not set
496# CONFIG_MTD_NAND_NANDSIM is not set
497CONFIG_MTD_NAND_OMAP_HW=y
498
499#
500# OneNAND Flash Device Drivers
501#
502# CONFIG_MTD_ONENAND is not set
503# CONFIG_MTD_ONENAND_SYNC_READ is not set
504
505#
506# Parallel port support
507#
508# CONFIG_PARPORT is not set
509
510#
511# Plug and Play support
512#
513
514#
515# Block devices
516#
517# CONFIG_BLK_DEV_COW_COMMON is not set
518CONFIG_BLK_DEV_LOOP=y
519# CONFIG_BLK_DEV_CRYPTOLOOP is not set
520# CONFIG_BLK_DEV_NBD is not set
521# CONFIG_BLK_DEV_UB is not set
522# CONFIG_BLK_DEV_RAM is not set
523CONFIG_BLK_DEV_RAM_COUNT=16
524# CONFIG_CDROM_PKTCDVD is not set
525# CONFIG_ATA_OVER_ETH is not set
526
527#
528# SCSI device support
529#
530# CONFIG_RAID_ATTRS is not set
531CONFIG_SCSI=m
532# CONFIG_SCSI_PROC_FS is not set
533
534#
535# SCSI support type (disk, tape, CD-ROM)
536#
537CONFIG_BLK_DEV_SD=m
538# CONFIG_CHR_DEV_ST is not set
539# CONFIG_CHR_DEV_OSST is not set
540# CONFIG_BLK_DEV_SR is not set
541# CONFIG_CHR_DEV_SG is not set
542# CONFIG_CHR_DEV_SCH is not set
543
544#
545# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
546#
547# CONFIG_SCSI_MULTI_LUN is not set
548# CONFIG_SCSI_CONSTANTS is not set
549# CONFIG_SCSI_LOGGING is not set
550
551#
552# SCSI Transport Attributes
553#
554# CONFIG_SCSI_SPI_ATTRS is not set
555# CONFIG_SCSI_FC_ATTRS is not set
556# CONFIG_SCSI_ISCSI_ATTRS is not set
557# CONFIG_SCSI_SAS_ATTRS is not set
558
559#
560# SCSI low-level drivers
561#
562# CONFIG_ISCSI_TCP is not set
563# CONFIG_SCSI_SATA is not set
564# CONFIG_SCSI_DEBUG is not set
565
566#
567# Multi-device support (RAID and LVM)
568#
569# CONFIG_MD is not set
570
571#
572# Fusion MPT device support
573#
574# CONFIG_FUSION is not set
575
576#
577# IEEE 1394 (FireWire) support
578#
579
580#
581# I2O device support
582#
583
584#
585# Network device support
586#
587CONFIG_NETDEVICES=y
588# CONFIG_DUMMY is not set
589# CONFIG_BONDING is not set
590# CONFIG_EQUALIZER is not set
591CONFIG_TUN=y
592
593#
594# PHY device support
595#
596# CONFIG_PHYLIB is not set
597
598#
599# Ethernet (10 or 100Mbit)
600#
601CONFIG_NET_ETHERNET=y
602CONFIG_MII=y
603# CONFIG_SMC91X is not set
604# CONFIG_DM9000 is not set
605
606#
607# Ethernet (1000 Mbit)
608#
609
610#
611# Ethernet (10000 Mbit)
612#
613
614#
615# Token Ring devices
616#
617
618#
619# Wireless LAN (non-hamradio)
620#
621CONFIG_NET_RADIO=y
622
623#
624# Obsolete Wireless cards support (pre-802.11)
625#
626# CONFIG_STRIP is not set
627# CONFIG_ATMEL is not set
628# CONFIG_HOSTAP is not set
629
630#
631# Wan interfaces
632#
633# CONFIG_WAN is not set
634CONFIG_PPP=y
635# CONFIG_PPP_MULTILINK is not set
636CONFIG_PPP_FILTER=y
637CONFIG_PPP_ASYNC=y
638# CONFIG_PPP_SYNC_TTY is not set
639CONFIG_PPP_DEFLATE=y
640CONFIG_PPP_BSDCOMP=y
641# CONFIG_PPP_MPPE is not set
642# CONFIG_PPPOE is not set
643# CONFIG_SLIP is not set
644# CONFIG_SHAPER is not set
645# CONFIG_NETCONSOLE is not set
646# CONFIG_NETPOLL is not set
647# CONFIG_NET_POLL_CONTROLLER is not set
648
649#
650# ISDN subsystem
651#
652# CONFIG_ISDN is not set
653
654#
655# Input device support
656#
657CONFIG_INPUT=y
658
659#
660# Userland interfaces
661#
662CONFIG_INPUT_MOUSEDEV=y
663# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
664CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
665CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
666# CONFIG_INPUT_JOYDEV is not set
667# CONFIG_INPUT_TSDEV is not set
668CONFIG_INPUT_EVDEV=y
669# CONFIG_INPUT_EVBUG is not set
670
671#
672# Input Device Drivers
673#
674CONFIG_INPUT_KEYBOARD=y
675# CONFIG_KEYBOARD_ATKBD is not set
676# CONFIG_KEYBOARD_SUNKBD is not set
677# CONFIG_KEYBOARD_LKKBD is not set
678# CONFIG_KEYBOARD_XTKBD is not set
679# CONFIG_KEYBOARD_NEWTON is not set
680CONFIG_KEYBOARD_OMAP=y
681# CONFIG_INPUT_MOUSE is not set
682# CONFIG_INPUT_JOYSTICK is not set
683CONFIG_INPUT_TOUCHSCREEN=y
684CONFIG_TOUCHSCREEN_ADS7846=y
685# CONFIG_TOUCHSCREEN_GUNZE is not set
686# CONFIG_TOUCHSCREEN_ELO is not set
687# CONFIG_TOUCHSCREEN_MTOUCH is not set
688# CONFIG_TOUCHSCREEN_MK712 is not set
689# CONFIG_TOUCHSCREEN_OMAP is not set
690# CONFIG_INPUT_MISC is not set
691
692#
693# Hardware I/O ports
694#
695CONFIG_SERIO=y
696CONFIG_SERIO_SERPORT=y
697# CONFIG_SERIO_RAW is not set
698# CONFIG_GAMEPORT is not set
699
700#
701# Character devices
702#
703CONFIG_VT=y
704CONFIG_VT_CONSOLE=y
705CONFIG_HW_CONSOLE=y
706# CONFIG_SERIAL_NONSTANDARD is not set
707
708#
709# Serial drivers
710#
711CONFIG_SERIAL_8250=y
712CONFIG_SERIAL_8250_CONSOLE=y
713CONFIG_SERIAL_8250_NR_UARTS=4
714CONFIG_SERIAL_8250_RUNTIME_UARTS=4
715# CONFIG_SERIAL_8250_EXTENDED is not set
716
717#
718# Non-8250 serial port support
719#
720CONFIG_SERIAL_CORE=y
721CONFIG_SERIAL_CORE_CONSOLE=y
722CONFIG_UNIX98_PTYS=y
723# CONFIG_LEGACY_PTYS is not set
724
725#
726# IPMI
727#
728# CONFIG_IPMI_HANDLER is not set
729
730#
731# Watchdog Cards
732#
733CONFIG_WATCHDOG=y
734CONFIG_WATCHDOG_NOWAYOUT=y
735
736#
737# Watchdog Device Drivers
738#
739# CONFIG_SOFT_WATCHDOG is not set
740
741#
742# USB-based Watchdog Cards
743#
744# CONFIG_USBPCWATCHDOG is not set
745CONFIG_OMAP_WATCHDOG=y
746CONFIG_OMAP_RNG=y
747# CONFIG_NVRAM is not set
748# CONFIG_RTC is not set
749# CONFIG_OMAP_RTC is not set
750# CONFIG_DTLK is not set
751# CONFIG_R3964 is not set
752
753#
754# Ftape, the floppy tape device driver
755#
756# CONFIG_RAW_DRIVER is not set
757
758#
759# TPM devices
760#
761# CONFIG_TCG_TPM is not set
762# CONFIG_TELCLOCK is not set
763
764#
765# I2C support
766#
767CONFIG_I2C=y
768# CONFIG_I2C_CHARDEV is not set
769
770#
771# I2C Algorithms
772#
773# CONFIG_I2C_ALGOBIT is not set
774# CONFIG_I2C_ALGOPCF is not set
775# CONFIG_I2C_ALGOPCA is not set
776
777#
778# I2C Hardware Bus support
779#
780# CONFIG_I2C_PARPORT_LIGHT is not set
781# CONFIG_I2C_STUB is not set
782# CONFIG_I2C_PCA_ISA is not set
783CONFIG_I2C_OMAP=y
784
785#
786# Miscellaneous I2C Chip support
787#
788# CONFIG_SENSORS_DS1337 is not set
789# CONFIG_SENSORS_DS1374 is not set
790# CONFIG_SENSORS_EEPROM is not set
791# CONFIG_SENSORS_PCF8574 is not set
792# CONFIG_SENSORS_PCA9539 is not set
793# CONFIG_SENSORS_PCF8591 is not set
794# CONFIG_SENSORS_RTC8564 is not set
795# CONFIG_ISP1301_OMAP is not set
796# CONFIG_TPS65010 is not set
797CONFIG_SENSORS_TLV320AIC23=y
798CONFIG_SENSORS_TLV320AIC23_ESD_WORKAROUND=y
799# CONFIG_GPIOEXPANDER_OMAP is not set
800# CONFIG_SENSORS_MAX6875 is not set
801# CONFIG_RTC_X1205_I2C is not set
802# CONFIG_I2C_DEBUG_CORE is not set
803# CONFIG_I2C_DEBUG_ALGO is not set
804# CONFIG_I2C_DEBUG_BUS is not set
805# CONFIG_I2C_DEBUG_CHIP is not set
806
807#
808# SPI support
809#
810CONFIG_SPI=y
811# CONFIG_SPI_DEBUG is not set
812CONFIG_SPI_MASTER=y
813
814#
815# SPI Master Controller Drivers
816#
817CONFIG_SPI_BITBANG=y
818CONFIG_SPI_OMAP_UWIRE=y
819
820#
821# SPI Protocol Masters
822#
823
824#
825# Dallas's 1-wire bus
826#
827# CONFIG_W1 is not set
828
829#
830# Hardware Monitoring support
831#
832# CONFIG_HWMON is not set
833# CONFIG_HWMON_VID is not set
834
835#
836# Misc devices
837#
838CONFIG_NOKIA_OMAP_USBTEST=m
839
840#
841# Multimedia Capabilities Port drivers
842#
843
844#
845# Multimedia devices
846#
847# CONFIG_VIDEO_DEV is not set
848
849#
850# Digital Video Broadcasting Devices
851#
852# CONFIG_DVB is not set
853
854#
855# Graphics support
856#
857CONFIG_FB=y
858# CONFIG_FB_CFB_FILLRECT is not set
859# CONFIG_FB_CFB_COPYAREA is not set
860# CONFIG_FB_CFB_IMAGEBLIT is not set
861# CONFIG_FB_MACMODES is not set
862# CONFIG_FB_MODE_HELPERS is not set
863# CONFIG_FB_TILEBLITTING is not set
864# CONFIG_FB_S1D13XXX is not set
865CONFIG_FB_OMAP=y
866CONFIG_FB_OMAP_LCDC_EXTERNAL=y
867CONFIG_FB_OMAP_LCDC_HWA742=y
868CONFIG_FB_OMAP_MANUAL_UPDATE=y
869CONFIG_FB_OMAP_LCD_LPH8923=y
870# CONFIG_FB_OMAP_BOOTLOADER_INIT is not set
871# CONFIG_FB_OMAP_DMA_TUNE is not set
872# CONFIG_FB_VIRTUAL is not set
873
874#
875# Console display driver support
876#
877# CONFIG_VGA_CONSOLE is not set
878CONFIG_DUMMY_CONSOLE=y
879# CONFIG_FRAMEBUFFER_CONSOLE is not set
880
881#
882# Logo configuration
883#
884# CONFIG_LOGO is not set
885# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
886
887#
888# Sound
889#
890CONFIG_SOUND=y
891
892#
893# Advanced Linux Sound Architecture
894#
895CONFIG_SND=y
896CONFIG_SND_TIMER=y
897CONFIG_SND_PCM=y
898CONFIG_SND_HWDEP=m
899CONFIG_SND_RAWMIDI=m
900# CONFIG_SND_SEQUENCER is not set
901# CONFIG_SND_MIXER_OSS is not set
902# CONFIG_SND_PCM_OSS is not set
903# CONFIG_SND_DYNAMIC_MINORS is not set
904# CONFIG_SND_SUPPORT_OLD_API is not set
905# CONFIG_SND_VERBOSE_PRINTK is not set
906# CONFIG_SND_DEBUG is not set
907
908#
909# Generic devices
910#
911# CONFIG_SND_DUMMY is not set
912# CONFIG_SND_MTPAV is not set
913# CONFIG_SND_SERIAL_U16550 is not set
914# CONFIG_SND_MPU401 is not set
915
916#
917# ALSA ARM devices
918#
919CONFIG_SND_OMAP_AIC23=y
920# CONFIG_SND_OMAP_TSC2101 is not set
921
922#
923# USB devices
924#
925CONFIG_SND_USB_AUDIO=m
926
927#
928# Open Sound System
929#
930# CONFIG_SOUND_PRIME is not set
931
932#
933# USB support
934#
935CONFIG_USB_ARCH_HAS_HCD=y
936CONFIG_USB_ARCH_HAS_OHCI=y
937CONFIG_USB=y
938# CONFIG_USB_DEBUG is not set
939
940#
941# Miscellaneous USB options
942#
943CONFIG_USB_DEVICEFS=y
944CONFIG_USB_BANDWIDTH=y
945# CONFIG_USB_DYNAMIC_MINORS is not set
946CONFIG_USB_SUSPEND=y
947CONFIG_USB_OTG=y
948# CONFIG_USB_OTG_WHITELIST is not set
949
950#
951# USB Host Controller Drivers
952#
953# CONFIG_USB_ISP116X_HCD is not set
954CONFIG_USB_OHCI_HCD=m
955# CONFIG_USB_OHCI_BIG_ENDIAN is not set
956CONFIG_USB_OHCI_LITTLE_ENDIAN=y
957# CONFIG_USB_SL811_HCD is not set
958
959#
960# USB Device Class drivers
961#
962# CONFIG_OBSOLETE_OSS_USB_DRIVER is not set
963# CONFIG_USB_ACM is not set
964# CONFIG_USB_PRINTER is not set
965
966#
967# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
968#
969
970#
971# may also be needed; see USB_STORAGE Help for more information
972#
973CONFIG_USB_STORAGE=m
974# CONFIG_USB_STORAGE_DEBUG is not set
975# CONFIG_USB_STORAGE_DATAFAB is not set
976# CONFIG_USB_STORAGE_FREECOM is not set
977# CONFIG_USB_STORAGE_DPCM is not set
978# CONFIG_USB_STORAGE_USBAT is not set
979# CONFIG_USB_STORAGE_SDDR09 is not set
980# CONFIG_USB_STORAGE_SDDR55 is not set
981# CONFIG_USB_STORAGE_JUMPSHOT is not set
982# CONFIG_USB_STORAGE_ALAUDA is not set
983# CONFIG_USB_LIBUSUAL is not set
984
985#
986# USB Input Devices
987#
988CONFIG_USB_HID=m
989CONFIG_USB_HIDINPUT=y
990# CONFIG_USB_HIDINPUT_POWERBOOK is not set
991# CONFIG_HID_FF is not set
992# CONFIG_USB_HIDDEV is not set
993
994#
995# USB HID Boot Protocol drivers
996#
997# CONFIG_USB_KBD is not set
998# CONFIG_USB_MOUSE is not set
999# CONFIG_USB_AIPTEK is not set
1000# CONFIG_USB_WACOM is not set
1001# CONFIG_USB_ACECAD is not set
1002# CONFIG_USB_KBTAB is not set
1003# CONFIG_USB_POWERMATE is not set
1004# CONFIG_USB_MTOUCH is not set
1005# CONFIG_USB_ITMTOUCH is not set
1006# CONFIG_USB_EGALAX is not set
1007# CONFIG_USB_YEALINK is not set
1008# CONFIG_USB_XPAD is not set
1009# CONFIG_USB_ATI_REMOTE is not set
1010# CONFIG_USB_ATI_REMOTE2 is not set
1011# CONFIG_USB_KEYSPAN_REMOTE is not set
1012# CONFIG_USB_APPLETOUCH is not set
1013
1014#
1015# USB Imaging devices
1016#
1017# CONFIG_USB_MDC800 is not set
1018# CONFIG_USB_MICROTEK is not set
1019
1020#
1021# USB Multimedia devices
1022#
1023# CONFIG_USB_DABUSB is not set
1024
1025#
1026# Video4Linux support is needed for USB Multimedia device support
1027#
1028
1029#
1030# USB Network Adapters
1031#
1032# CONFIG_USB_CATC is not set
1033# CONFIG_USB_KAWETH is not set
1034# CONFIG_USB_PEGASUS is not set
1035# CONFIG_USB_RTL8150 is not set
1036CONFIG_USB_USBNET=m
1037CONFIG_USB_NET_AX8817X=m
1038CONFIG_USB_NET_CDCETHER=m
1039# CONFIG_USB_NET_GL620A is not set
1040CONFIG_USB_NET_NET1080=m
1041# CONFIG_USB_NET_PLUSB is not set
1042# CONFIG_USB_NET_RNDIS_HOST is not set
1043# CONFIG_USB_NET_CDC_SUBSET is not set
1044CONFIG_USB_NET_ZAURUS=m
1045# CONFIG_USB_ZD1201 is not set
1046# CONFIG_USB_MON is not set
1047
1048#
1049# USB port drivers
1050#
1051
1052#
1053# USB Serial Converter support
1054#
1055CONFIG_USB_SERIAL=m
1056# CONFIG_USB_SERIAL_GENERIC is not set
1057# CONFIG_USB_SERIAL_AIRPRIME is not set
1058# CONFIG_USB_SERIAL_ANYDATA is not set
1059# CONFIG_USB_SERIAL_BELKIN is not set
1060# CONFIG_USB_SERIAL_WHITEHEAT is not set
1061# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
1062# CONFIG_USB_SERIAL_CP2101 is not set
1063# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
1064# CONFIG_USB_SERIAL_EMPEG is not set
1065# CONFIG_USB_SERIAL_FTDI_SIO is not set
1066# CONFIG_USB_SERIAL_VISOR is not set
1067# CONFIG_USB_SERIAL_IPAQ is not set
1068# CONFIG_USB_SERIAL_IR is not set
1069# CONFIG_USB_SERIAL_EDGEPORT is not set
1070# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
1071# CONFIG_USB_SERIAL_GARMIN is not set
1072# CONFIG_USB_SERIAL_IPW is not set
1073# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
1074# CONFIG_USB_SERIAL_KEYSPAN is not set
1075# CONFIG_USB_SERIAL_KLSI is not set
1076# CONFIG_USB_SERIAL_KOBIL_SCT is not set
1077# CONFIG_USB_SERIAL_MCT_U232 is not set
1078CONFIG_USB_SERIAL_PL2303=m
1079# CONFIG_USB_SERIAL_HP4X is not set
1080# CONFIG_USB_SERIAL_SAFE is not set
1081# CONFIG_USB_SERIAL_TI is not set
1082# CONFIG_USB_SERIAL_CYBERJACK is not set
1083# CONFIG_USB_SERIAL_XIRCOM is not set
1084# CONFIG_USB_SERIAL_OMNINET is not set
1085
1086#
1087# USB Miscellaneous drivers
1088#
1089# CONFIG_USB_EMI62 is not set
1090# CONFIG_USB_EMI26 is not set
1091# CONFIG_USB_AUERSWALD is not set
1092# CONFIG_USB_RIO500 is not set
1093# CONFIG_USB_LEGOTOWER is not set
1094# CONFIG_USB_LCD is not set
1095# CONFIG_USB_LED is not set
1096# CONFIG_USB_CYTHERM is not set
1097# CONFIG_USB_PHIDGETKIT is not set
1098# CONFIG_USB_PHIDGETSERVO is not set
1099# CONFIG_USB_IDMOUSE is not set
1100# CONFIG_USB_LD is not set
1101# CONFIG_USB_TEST is not set
1102
1103#
1104# USB DSL modem support
1105#
1106
1107#
1108# USB Gadget Support
1109#
1110CONFIG_USB_GADGET=y
1111# CONFIG_USB_GADGET_DEBUG_FILES is not set
1112CONFIG_USB_GADGET_SELECTED=y
1113# CONFIG_USB_GADGET_NET2280 is not set
1114# CONFIG_USB_GADGET_PXA2XX is not set
1115# CONFIG_USB_GADGET_GOKU is not set
1116# CONFIG_USB_GADGET_LH7A40X is not set
1117CONFIG_USB_GADGET_OMAP=y
1118CONFIG_USB_OMAP=y
1119# CONFIG_USB_GADGET_DUMMY_HCD is not set
1120# CONFIG_USB_GADGET_DUALSPEED is not set
1121# CONFIG_USB_ZERO is not set
1122CONFIG_USB_ETH=m
1123CONFIG_USB_ETH_RNDIS=y
1124# CONFIG_USB_GADGETFS is not set
1125CONFIG_USB_FILE_STORAGE=m
1126CONFIG_USB_FILE_STORAGE_TEST=y
1127# CONFIG_USB_G_SERIAL is not set
1128
1129#
1130# MMC/SD Card support
1131#
1132CONFIG_MMC=y
1133# CONFIG_MMC_DEBUG is not set
1134CONFIG_MMC_BLOCK=y
1135CONFIG_MMC_BLOCK_BROKEN_RFD=y
1136CONFIG_MMC_BULKTRANSFER=y
1137CONFIG_MMC_OMAP=y
1138
1139#
1140# Synchronous Serial Interfaces (SSI)
1141#
1142CONFIG_OMAP_UWIRE=y
1143# CONFIG_OMAP_TSC2101 is not set
1144
1145#
1146# CBUS support
1147#
1148CONFIG_CBUS=y
1149CONFIG_CBUS_TAHVO=y
1150CONFIG_CBUS_TAHVO_USER=y
1151CONFIG_CBUS_TAHVO_USB=y
1152# CONFIG_CBUS_TAHVO_USB_HOST_BY_DEFAULT is not set
1153CONFIG_CBUS_RETU=y
1154CONFIG_CBUS_RETU_USER=y
1155CONFIG_CBUS_RETU_POWERBUTTON=y
1156CONFIG_CBUS_RETU_RTC=y
1157CONFIG_CBUS_RETU_WDT=y
1158
1159#
1160# File systems
1161#
1162CONFIG_EXT2_FS=m
1163# CONFIG_EXT2_FS_XATTR is not set
1164# CONFIG_EXT2_FS_XIP is not set
1165CONFIG_EXT3_FS=m
1166CONFIG_EXT3_FS_XATTR=y
1167# CONFIG_EXT3_FS_POSIX_ACL is not set
1168# CONFIG_EXT3_FS_SECURITY is not set
1169CONFIG_JBD=m
1170# CONFIG_JBD_DEBUG is not set
1171CONFIG_FS_MBCACHE=m
1172# CONFIG_REISERFS_FS is not set
1173# CONFIG_JFS_FS is not set
1174# CONFIG_FS_POSIX_ACL is not set
1175# CONFIG_XFS_FS is not set
1176# CONFIG_OCFS2_FS is not set
1177# CONFIG_MINIX_FS is not set
1178# CONFIG_ROMFS_FS is not set
1179CONFIG_INOTIFY=y
1180# CONFIG_QUOTA is not set
1181CONFIG_DNOTIFY=y
1182# CONFIG_AUTOFS_FS is not set
1183# CONFIG_AUTOFS4_FS is not set
1184# CONFIG_FUSE_FS is not set
1185
1186#
1187# CD-ROM/DVD Filesystems
1188#
1189# CONFIG_ISO9660_FS is not set
1190# CONFIG_UDF_FS is not set
1191
1192#
1193# DOS/FAT/NT Filesystems
1194#
1195CONFIG_FAT_FS=y
1196CONFIG_MSDOS_FS=y
1197CONFIG_VFAT_FS=y
1198CONFIG_FAT_DEFAULT_CODEPAGE=437
1199CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1200# CONFIG_NTFS_FS is not set
1201
1202#
1203# Pseudo filesystems
1204#
1205CONFIG_PROC_FS=y
1206CONFIG_SYSFS=y
1207CONFIG_TMPFS=y
1208# CONFIG_HUGETLB_PAGE is not set
1209CONFIG_RAMFS=y
1210# CONFIG_RELAYFS_FS is not set
1211# CONFIG_CONFIGFS_FS is not set
1212
1213#
1214# Miscellaneous filesystems
1215#
1216# CONFIG_ADFS_FS is not set
1217# CONFIG_AFFS_FS is not set
1218# CONFIG_HFS_FS is not set
1219# CONFIG_HFSPLUS_FS is not set
1220# CONFIG_BEFS_FS is not set
1221# CONFIG_BFS_FS is not set
1222# CONFIG_EFS_FS is not set
1223# CONFIG_JFFS_FS is not set
1224CONFIG_JFFS2_FS=y
1225CONFIG_JFFS2_FS_DEBUG=0
1226CONFIG_JFFS2_FS_WRITEBUFFER=y
1227CONFIG_JFFS2_SUMMARY=y
1228CONFIG_JFFS2_COMPRESSION_OPTIONS=y
1229CONFIG_JFFS2_ZLIB=y
1230CONFIG_JFFS2_RTIME=y
1231# CONFIG_JFFS2_RUBIN is not set
1232# CONFIG_JFFS2_CMODE_NONE is not set
1233CONFIG_JFFS2_CMODE_PRIORITY=y
1234# CONFIG_JFFS2_CMODE_SIZE is not set
1235# CONFIG_CRAMFS is not set
1236# CONFIG_VXFS_FS is not set
1237# CONFIG_HPFS_FS is not set
1238# CONFIG_QNX4FS_FS is not set
1239# CONFIG_SYSV_FS is not set
1240# CONFIG_UFS_FS is not set
1241
1242#
1243# Network File Systems
1244#
1245# CONFIG_NFS_FS is not set
1246# CONFIG_NFSD is not set
1247# CONFIG_SMB_FS is not set
1248# CONFIG_CIFS is not set
1249# CONFIG_NCP_FS is not set
1250# CONFIG_CODA_FS is not set
1251# CONFIG_AFS_FS is not set
1252# CONFIG_9P_FS is not set
1253
1254#
1255# Partition Types
1256#
1257CONFIG_PARTITION_ADVANCED=y
1258# CONFIG_ACORN_PARTITION is not set
1259# CONFIG_OSF_PARTITION is not set
1260# CONFIG_AMIGA_PARTITION is not set
1261# CONFIG_ATARI_PARTITION is not set
1262# CONFIG_MAC_PARTITION is not set
1263CONFIG_MSDOS_PARTITION=y
1264# CONFIG_BSD_DISKLABEL is not set
1265# CONFIG_MINIX_SUBPARTITION is not set
1266# CONFIG_SOLARIS_X86_PARTITION is not set
1267# CONFIG_UNIXWARE_DISKLABEL is not set
1268# CONFIG_LDM_PARTITION is not set
1269# CONFIG_SGI_PARTITION is not set
1270# CONFIG_ULTRIX_PARTITION is not set
1271# CONFIG_SUN_PARTITION is not set
1272# CONFIG_KARMA_PARTITION is not set
1273# CONFIG_EFI_PARTITION is not set
1274
1275#
1276# Native Language Support
1277#
1278CONFIG_NLS=y
1279CONFIG_NLS_DEFAULT="iso8859-1"
1280CONFIG_NLS_CODEPAGE_437=y
1281# CONFIG_NLS_CODEPAGE_737 is not set
1282# CONFIG_NLS_CODEPAGE_775 is not set
1283# CONFIG_NLS_CODEPAGE_850 is not set
1284CONFIG_NLS_CODEPAGE_852=y
1285# CONFIG_NLS_CODEPAGE_855 is not set
1286# CONFIG_NLS_CODEPAGE_857 is not set
1287# CONFIG_NLS_CODEPAGE_860 is not set
1288# CONFIG_NLS_CODEPAGE_861 is not set
1289# CONFIG_NLS_CODEPAGE_862 is not set
1290# CONFIG_NLS_CODEPAGE_863 is not set
1291# CONFIG_NLS_CODEPAGE_864 is not set
1292# CONFIG_NLS_CODEPAGE_865 is not set
1293# CONFIG_NLS_CODEPAGE_866 is not set
1294# CONFIG_NLS_CODEPAGE_869 is not set
1295# CONFIG_NLS_CODEPAGE_936 is not set
1296# CONFIG_NLS_CODEPAGE_950 is not set
1297# CONFIG_NLS_CODEPAGE_932 is not set
1298# CONFIG_NLS_CODEPAGE_949 is not set
1299# CONFIG_NLS_CODEPAGE_874 is not set
1300# CONFIG_NLS_ISO8859_8 is not set
1301# CONFIG_NLS_CODEPAGE_1250 is not set
1302# CONFIG_NLS_CODEPAGE_1251 is not set
1303# CONFIG_NLS_ASCII is not set
1304CONFIG_NLS_ISO8859_1=y
1305# CONFIG_NLS_ISO8859_2 is not set
1306# CONFIG_NLS_ISO8859_3 is not set
1307# CONFIG_NLS_ISO8859_4 is not set
1308# CONFIG_NLS_ISO8859_5 is not set
1309# CONFIG_NLS_ISO8859_6 is not set
1310# CONFIG_NLS_ISO8859_7 is not set
1311# CONFIG_NLS_ISO8859_9 is not set
1312# CONFIG_NLS_ISO8859_13 is not set
1313# CONFIG_NLS_ISO8859_14 is not set
1314CONFIG_NLS_ISO8859_15=y
1315# CONFIG_NLS_KOI8_R is not set
1316# CONFIG_NLS_KOI8_U is not set
1317CONFIG_NLS_UTF8=y
1318
1319#
1320# Profiling support
1321#
1322# CONFIG_PROFILING is not set
1323
1324#
1325# Kernel hacking
1326#
1327# CONFIG_PRINTK_TIME is not set
1328CONFIG_MAGIC_SYSRQ=y
1329CONFIG_DEBUG_KERNEL=y
1330CONFIG_LOG_BUF_SHIFT=14
1331CONFIG_DETECT_SOFTLOCKUP=y
1332# CONFIG_SCHEDSTATS is not set
1333# CONFIG_DEBUG_SLAB is not set
1334# CONFIG_DEBUG_PREEMPT is not set
1335# CONFIG_DEBUG_MUTEXES is not set
1336# CONFIG_DEBUG_SPINLOCK is not set
1337# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1338# CONFIG_DEBUG_KOBJECT is not set
1339CONFIG_DEBUG_BUGVERBOSE=y
1340# CONFIG_DEBUG_INFO is not set
1341# CONFIG_DEBUG_FS is not set
1342# CONFIG_DEBUG_VM is not set
1343CONFIG_FRAME_POINTER=y
1344CONFIG_FORCED_INLINING=y
1345# CONFIG_RCU_TORTURE_TEST is not set
1346# CONFIG_DEBUG_USER is not set
1347# CONFIG_DEBUG_WAITQ is not set
1348CONFIG_DEBUG_ERRORS=y
1349# CONFIG_DEBUG_LL is not set
1350
1351#
1352# Security options
1353#
1354# CONFIG_KEYS is not set
1355CONFIG_SECURITY=y
1356# CONFIG_SECURITY_NETWORK is not set
1357# CONFIG_SECURITY_CAPABILITIES is not set
1358# CONFIG_SECURITY_ROOTPLUG is not set
1359# CONFIG_SECURITY_SECLVL is not set
1360CONFIG_SECURITY_LOWMEM=y
1361
1362#
1363# Cryptographic options
1364#
1365# CONFIG_CRYPTO is not set
1366
1367#
1368# Hardware crypto devices
1369#
1370
1371#
1372# Library routines
1373#
1374CONFIG_CRC_CCITT=y
1375# CONFIG_CRC16 is not set
1376CONFIG_CRC32=y
1377# CONFIG_LIBCRC32C is not set
1378CONFIG_ZLIB_INFLATE=y
1379CONFIG_ZLIB_DEFLATE=y
diff --git a/meta/packages/linux/linux-nokia770_2.6.16-osso26.bb b/meta/packages/linux/linux-nokia770_2.6.16-osso26.bb
deleted file mode 100644
index fb672b1215..0000000000
--- a/meta/packages/linux/linux-nokia770_2.6.16-osso26.bb
+++ /dev/null
@@ -1,47 +0,0 @@
1SECTION = "kernel"
2DESCRIPTION = "Linux kernel for Nokia 770"
3LICENSE = "GPL"
4PR = "r2"
5
6SRC_URI = "http://repository.maemo.org/pool/maemo2.1/free/source/k/kernel-source-2.6.16/kernel-source-2.6.16_2.6.16.rel-osso26.tar.gz \
7 file://gcc4.patch;patch=1 \
8 file://defconfig"
9
10S = "${WORKDIR}/kernel-source-2.6.16-2.6.16.rel"
11
12KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}"
13
14inherit kernel
15
16RPROVIDES_kernel-image = "hostap-modules"
17
18COMPATIBLE_MACHINE = "nokia770"
19
20do_configure_prepend() {
21
22 rm -f ${S}/.config || true
23
24 if [ "${TARGET_OS}" = "linux-gnueabi" -o "${TARGET_OS}" = "linux-uclibcgnueabi" ]; then
25 echo "CONFIG_AEABI=y" >> ${S}/.config
26 echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
27 else
28 echo "# CONFIG_AEABI is not set" >> ${S}/.config
29 echo "# CONFIG_OABI_COMPAT is not set" >> ${S}/.config
30 fi
31
32 sed -e '/CONFIG_AEABI/d' \
33 -e '/CONFIG_OABI_COMPAT=/d' \
34 '${WORKDIR}/defconfig' >>'${S}/.config'
35
36 yes '' | oe_runmake oldconfig
37
38}
39
40do_deploy() {
41 install -d ${DEPLOY_DIR}/images
42 install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}
43}
44
45do_deploy[dirs] = "${S}"
46
47addtask deploy before do_build after do_compile