diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-11 10:33:55 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-11 10:33:55 +0000 |
commit | a8aaedc686254b1532243f614dc276bd97e820bf (patch) | |
tree | 0580684a068fa50f2044ba1fe3f1d62a10b1267f /meta/packages | |
parent | 4f8a093a8adec7299fb07b51f23fd5a7217e0743 (diff) | |
download | poky-a8aaedc686254b1532243f614dc276bd97e820bf.tar.gz |
linux-rp: added bootcdx86 support
- ATA support disabled
- USB support enabled (needed for mice/keyboard)
- lot of network drivers enabled
- ramdisk set to 64M
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1910 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.21/defconfig-bootcdx86 | 1602 | ||||
-rw-r--r-- | meta/packages/linux/linux-rp.inc | 3 | ||||
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.21.bb | 3 |
3 files changed, 1606 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.21/defconfig-bootcdx86 b/meta/packages/linux/linux-rp-2.6.21/defconfig-bootcdx86 new file mode 100644 index 0000000000..730edb7f77 --- /dev/null +++ b/meta/packages/linux/linux-rp-2.6.21/defconfig-bootcdx86 | |||
@@ -0,0 +1,1602 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.21 | ||
4 | # Mon Jun 11 12:01:43 2007 | ||
5 | # | ||
6 | CONFIG_X86_32=y | ||
7 | CONFIG_GENERIC_TIME=y | ||
8 | CONFIG_CLOCKSOURCE_WATCHDOG=y | ||
9 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
10 | CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y | ||
11 | CONFIG_LOCKDEP_SUPPORT=y | ||
12 | CONFIG_STACKTRACE_SUPPORT=y | ||
13 | CONFIG_SEMAPHORE_SLEEPERS=y | ||
14 | CONFIG_X86=y | ||
15 | CONFIG_MMU=y | ||
16 | CONFIG_ZONE_DMA=y | ||
17 | CONFIG_GENERIC_ISA_DMA=y | ||
18 | CONFIG_GENERIC_IOMAP=y | ||
19 | CONFIG_GENERIC_BUG=y | ||
20 | CONFIG_GENERIC_HWEIGHT=y | ||
21 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
22 | CONFIG_DMI=y | ||
23 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
24 | |||
25 | # | ||
26 | # Code maturity level options | ||
27 | # | ||
28 | CONFIG_EXPERIMENTAL=y | ||
29 | CONFIG_LOCK_KERNEL=y | ||
30 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
31 | |||
32 | # | ||
33 | # General setup | ||
34 | # | ||
35 | CONFIG_LOCALVERSION="" | ||
36 | CONFIG_LOCALVERSION_AUTO=y | ||
37 | CONFIG_SWAP=y | ||
38 | CONFIG_SYSVIPC=y | ||
39 | # CONFIG_IPC_NS is not set | ||
40 | CONFIG_SYSVIPC_SYSCTL=y | ||
41 | CONFIG_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=y | ||
46 | CONFIG_AUDITSYSCALL=y | ||
47 | # CONFIG_IKCONFIG is not set | ||
48 | # CONFIG_CPUSETS is not set | ||
49 | # CONFIG_SYSFS_DEPRECATED is not set | ||
50 | # CONFIG_RELAY is not set | ||
51 | CONFIG_BLK_DEV_INITRD=y | ||
52 | CONFIG_INITRAMFS_SOURCE="" | ||
53 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
54 | CONFIG_SYSCTL=y | ||
55 | CONFIG_EMBEDDED=y | ||
56 | CONFIG_UID16=y | ||
57 | CONFIG_SYSCTL_SYSCALL=y | ||
58 | CONFIG_KALLSYMS=y | ||
59 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
60 | CONFIG_HOTPLUG=y | ||
61 | CONFIG_PRINTK=y | ||
62 | CONFIG_BUG=y | ||
63 | CONFIG_ELF_CORE=y | ||
64 | CONFIG_BASE_FULL=y | ||
65 | CONFIG_FUTEX=y | ||
66 | CONFIG_EPOLL=y | ||
67 | CONFIG_SHMEM=y | ||
68 | CONFIG_SLAB=y | ||
69 | CONFIG_VM_EVENT_COUNTERS=y | ||
70 | CONFIG_RT_MUTEXES=y | ||
71 | # CONFIG_TINY_SHMEM is not set | ||
72 | CONFIG_BASE_SMALL=0 | ||
73 | # CONFIG_SLOB is not set | ||
74 | |||
75 | # | ||
76 | # Loadable module support | ||
77 | # | ||
78 | CONFIG_MODULES=y | ||
79 | # CONFIG_MODULE_UNLOAD is not set | ||
80 | # CONFIG_MODVERSIONS is not set | ||
81 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
82 | CONFIG_KMOD=y | ||
83 | |||
84 | # | ||
85 | # Block layer | ||
86 | # | ||
87 | CONFIG_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 | # | ||
95 | CONFIG_IOSCHED_NOOP=y | ||
96 | # CONFIG_IOSCHED_AS is not set | ||
97 | # CONFIG_IOSCHED_DEADLINE is not set | ||
98 | CONFIG_IOSCHED_CFQ=y | ||
99 | # CONFIG_DEFAULT_AS is not set | ||
100 | # CONFIG_DEFAULT_DEADLINE is not set | ||
101 | CONFIG_DEFAULT_CFQ=y | ||
102 | # CONFIG_DEFAULT_NOOP is not set | ||
103 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
104 | |||
105 | # | ||
106 | # Processor type and features | ||
107 | # | ||
108 | CONFIG_TICK_ONESHOT=y | ||
109 | CONFIG_NO_HZ=y | ||
110 | CONFIG_HIGH_RES_TIMERS=y | ||
111 | CONFIG_SMP=y | ||
112 | CONFIG_X86_PC=y | ||
113 | # CONFIG_X86_ELAN is not set | ||
114 | # CONFIG_X86_VOYAGER is not set | ||
115 | # CONFIG_X86_NUMAQ is not set | ||
116 | # CONFIG_X86_SUMMIT is not set | ||
117 | # CONFIG_X86_BIGSMP is not set | ||
118 | # CONFIG_X86_VISWS is not set | ||
119 | # CONFIG_X86_GENERICARCH is not set | ||
120 | # CONFIG_X86_ES7000 is not set | ||
121 | # CONFIG_PARAVIRT is not set | ||
122 | # CONFIG_M386 is not set | ||
123 | # CONFIG_M486 is not set | ||
124 | # CONFIG_M586 is not set | ||
125 | # CONFIG_M586TSC is not set | ||
126 | # CONFIG_M586MMX is not set | ||
127 | # CONFIG_M686 is not set | ||
128 | CONFIG_MPENTIUMII=y | ||
129 | # CONFIG_MPENTIUMIII is not set | ||
130 | # CONFIG_MPENTIUMM is not set | ||
131 | # CONFIG_MCORE2 is not set | ||
132 | # CONFIG_MPENTIUM4 is not set | ||
133 | # CONFIG_MK6 is not set | ||
134 | # CONFIG_MK7 is not set | ||
135 | # CONFIG_MK8 is not set | ||
136 | # CONFIG_MCRUSOE is not set | ||
137 | # CONFIG_MEFFICEON is not set | ||
138 | # CONFIG_MWINCHIPC6 is not set | ||
139 | # CONFIG_MWINCHIP2 is not set | ||
140 | # CONFIG_MWINCHIP3D is not set | ||
141 | # CONFIG_MGEODEGX1 is not set | ||
142 | # CONFIG_MGEODE_LX is not set | ||
143 | # CONFIG_MCYRIXIII is not set | ||
144 | # CONFIG_MVIAC3_2 is not set | ||
145 | CONFIG_X86_GENERIC=y | ||
146 | CONFIG_X86_CMPXCHG=y | ||
147 | CONFIG_X86_L1_CACHE_SHIFT=7 | ||
148 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
149 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
150 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
151 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
152 | CONFIG_X86_WP_WORKS_OK=y | ||
153 | CONFIG_X86_INVLPG=y | ||
154 | CONFIG_X86_BSWAP=y | ||
155 | CONFIG_X86_POPAD_OK=y | ||
156 | CONFIG_X86_CMPXCHG64=y | ||
157 | CONFIG_X86_GOOD_APIC=y | ||
158 | CONFIG_X86_INTEL_USERCOPY=y | ||
159 | CONFIG_X86_USE_PPRO_CHECKSUM=y | ||
160 | CONFIG_X86_TSC=y | ||
161 | CONFIG_HPET_TIMER=y | ||
162 | CONFIG_NR_CPUS=8 | ||
163 | CONFIG_SCHED_SMT=y | ||
164 | CONFIG_SCHED_MC=y | ||
165 | CONFIG_PREEMPT_NONE=y | ||
166 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
167 | # CONFIG_PREEMPT is not set | ||
168 | CONFIG_PREEMPT_BKL=y | ||
169 | CONFIG_X86_LOCAL_APIC=y | ||
170 | CONFIG_X86_IO_APIC=y | ||
171 | CONFIG_X86_MCE=y | ||
172 | CONFIG_X86_MCE_NONFATAL=y | ||
173 | CONFIG_X86_MCE_P4THERMAL=y | ||
174 | CONFIG_VM86=y | ||
175 | # CONFIG_TOSHIBA is not set | ||
176 | # CONFIG_I8K is not set | ||
177 | # CONFIG_X86_REBOOTFIXUPS is not set | ||
178 | # CONFIG_MICROCODE is not set | ||
179 | # CONFIG_X86_MSR is not set | ||
180 | # CONFIG_X86_CPUID is not set | ||
181 | |||
182 | # | ||
183 | # Firmware Drivers | ||
184 | # | ||
185 | # CONFIG_EDD is not set | ||
186 | # CONFIG_DELL_RBU is not set | ||
187 | # CONFIG_DCDBAS is not set | ||
188 | CONFIG_NOHIGHMEM=y | ||
189 | # CONFIG_HIGHMEM4G is not set | ||
190 | # CONFIG_HIGHMEM64G is not set | ||
191 | CONFIG_VMSPLIT_3G=y | ||
192 | # CONFIG_VMSPLIT_3G_OPT is not set | ||
193 | # CONFIG_VMSPLIT_2G is not set | ||
194 | # CONFIG_VMSPLIT_1G is not set | ||
195 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
196 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
197 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
198 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
199 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
200 | CONFIG_SELECT_MEMORY_MODEL=y | ||
201 | CONFIG_FLATMEM_MANUAL=y | ||
202 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
203 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
204 | CONFIG_FLATMEM=y | ||
205 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
206 | CONFIG_SPARSEMEM_STATIC=y | ||
207 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
208 | # CONFIG_RESOURCES_64BIT is not set | ||
209 | CONFIG_ZONE_DMA_FLAG=1 | ||
210 | # CONFIG_MATH_EMULATION is not set | ||
211 | CONFIG_MTRR=y | ||
212 | # CONFIG_EFI is not set | ||
213 | CONFIG_IRQBALANCE=y | ||
214 | CONFIG_SECCOMP=y | ||
215 | # CONFIG_HZ_100 is not set | ||
216 | CONFIG_HZ_250=y | ||
217 | # CONFIG_HZ_300 is not set | ||
218 | # CONFIG_HZ_1000 is not set | ||
219 | CONFIG_HZ=250 | ||
220 | # CONFIG_KEXEC is not set | ||
221 | CONFIG_PHYSICAL_START=0x100000 | ||
222 | # CONFIG_RELOCATABLE is not set | ||
223 | CONFIG_PHYSICAL_ALIGN=0x100000 | ||
224 | # CONFIG_HOTPLUG_CPU is not set | ||
225 | # CONFIG_COMPAT_VDSO is not set | ||
226 | |||
227 | # | ||
228 | # Power management options (ACPI, APM) | ||
229 | # | ||
230 | CONFIG_PM=y | ||
231 | CONFIG_PM_LEGACY=y | ||
232 | # CONFIG_PM_DEBUG is not set | ||
233 | # CONFIG_PM_SYSFS_DEPRECATED is not set | ||
234 | |||
235 | # | ||
236 | # ACPI (Advanced Configuration and Power Interface) Support | ||
237 | # | ||
238 | CONFIG_ACPI=y | ||
239 | CONFIG_ACPI_PROCFS=y | ||
240 | CONFIG_ACPI_AC=y | ||
241 | CONFIG_ACPI_BATTERY=y | ||
242 | CONFIG_ACPI_BUTTON=y | ||
243 | CONFIG_ACPI_FAN=y | ||
244 | # CONFIG_ACPI_DOCK is not set | ||
245 | CONFIG_ACPI_PROCESSOR=y | ||
246 | CONFIG_ACPI_THERMAL=y | ||
247 | # CONFIG_ACPI_ASUS is not set | ||
248 | # CONFIG_ACPI_IBM is not set | ||
249 | # CONFIG_ACPI_TOSHIBA is not set | ||
250 | CONFIG_ACPI_BLACKLIST_YEAR=0 | ||
251 | # CONFIG_ACPI_DEBUG is not set | ||
252 | CONFIG_ACPI_EC=y | ||
253 | CONFIG_ACPI_POWER=y | ||
254 | CONFIG_ACPI_SYSTEM=y | ||
255 | CONFIG_X86_PM_TIMER=y | ||
256 | # CONFIG_ACPI_CONTAINER is not set | ||
257 | |||
258 | # | ||
259 | # APM (Advanced Power Management) BIOS Support | ||
260 | # | ||
261 | # CONFIG_APM is not set | ||
262 | |||
263 | # | ||
264 | # CPU Frequency scaling | ||
265 | # | ||
266 | # CONFIG_CPU_FREQ is not set | ||
267 | |||
268 | # | ||
269 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
270 | # | ||
271 | CONFIG_PCI=y | ||
272 | # CONFIG_PCI_GOBIOS is not set | ||
273 | # CONFIG_PCI_GOMMCONFIG is not set | ||
274 | # CONFIG_PCI_GODIRECT is not set | ||
275 | CONFIG_PCI_GOANY=y | ||
276 | CONFIG_PCI_BIOS=y | ||
277 | CONFIG_PCI_DIRECT=y | ||
278 | CONFIG_PCI_MMCONFIG=y | ||
279 | CONFIG_PCIEPORTBUS=y | ||
280 | CONFIG_PCIEAER=y | ||
281 | CONFIG_PCI_MSI=y | ||
282 | CONFIG_HT_IRQ=y | ||
283 | CONFIG_ISA_DMA_API=y | ||
284 | CONFIG_ISA=y | ||
285 | # CONFIG_EISA is not set | ||
286 | # CONFIG_MCA is not set | ||
287 | # CONFIG_SCx200 is not set | ||
288 | CONFIG_K8_NB=y | ||
289 | |||
290 | # | ||
291 | # PCCARD (PCMCIA/CardBus) support | ||
292 | # | ||
293 | # CONFIG_PCCARD is not set | ||
294 | |||
295 | # | ||
296 | # PCI Hotplug Support | ||
297 | # | ||
298 | # CONFIG_HOTPLUG_PCI is not set | ||
299 | |||
300 | # | ||
301 | # Executable file formats | ||
302 | # | ||
303 | CONFIG_BINFMT_ELF=y | ||
304 | # CONFIG_BINFMT_AOUT is not set | ||
305 | # CONFIG_BINFMT_MISC is not set | ||
306 | |||
307 | # | ||
308 | # Networking | ||
309 | # | ||
310 | CONFIG_NET=y | ||
311 | |||
312 | # | ||
313 | # Networking options | ||
314 | # | ||
315 | # CONFIG_NETDEBUG is not set | ||
316 | CONFIG_PACKET=y | ||
317 | # CONFIG_PACKET_MMAP is not set | ||
318 | CONFIG_UNIX=y | ||
319 | # CONFIG_NET_KEY is not set | ||
320 | CONFIG_INET=y | ||
321 | CONFIG_IP_MULTICAST=y | ||
322 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
323 | CONFIG_IP_FIB_HASH=y | ||
324 | CONFIG_IP_PNP=y | ||
325 | CONFIG_IP_PNP_DHCP=y | ||
326 | CONFIG_IP_PNP_BOOTP=y | ||
327 | # CONFIG_IP_PNP_RARP is not set | ||
328 | # CONFIG_NET_IPIP is not set | ||
329 | # CONFIG_NET_IPGRE is not set | ||
330 | # CONFIG_IP_MROUTE is not set | ||
331 | # CONFIG_ARPD is not set | ||
332 | # CONFIG_SYN_COOKIES is not set | ||
333 | # CONFIG_INET_AH is not set | ||
334 | # CONFIG_INET_ESP is not set | ||
335 | # CONFIG_INET_IPCOMP is not set | ||
336 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
337 | # CONFIG_INET_TUNNEL is not set | ||
338 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
339 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
340 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
341 | CONFIG_INET_DIAG=y | ||
342 | CONFIG_INET_TCP_DIAG=y | ||
343 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
344 | CONFIG_TCP_CONG_CUBIC=y | ||
345 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
346 | # CONFIG_TCP_MD5SIG is not set | ||
347 | # CONFIG_IPV6 is not set | ||
348 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
349 | # CONFIG_INET6_TUNNEL is not set | ||
350 | # CONFIG_NETWORK_SECMARK is not set | ||
351 | # CONFIG_NETFILTER is not set | ||
352 | |||
353 | # | ||
354 | # DCCP Configuration (EXPERIMENTAL) | ||
355 | # | ||
356 | # CONFIG_IP_DCCP is not set | ||
357 | |||
358 | # | ||
359 | # SCTP Configuration (EXPERIMENTAL) | ||
360 | # | ||
361 | # CONFIG_IP_SCTP is not set | ||
362 | |||
363 | # | ||
364 | # TIPC Configuration (EXPERIMENTAL) | ||
365 | # | ||
366 | # CONFIG_TIPC is not set | ||
367 | # CONFIG_ATM is not set | ||
368 | # CONFIG_BRIDGE is not set | ||
369 | # CONFIG_VLAN_8021Q is not set | ||
370 | # CONFIG_DECNET is not set | ||
371 | # CONFIG_LLC2 is not set | ||
372 | # CONFIG_IPX is not set | ||
373 | # CONFIG_ATALK is not set | ||
374 | # CONFIG_X25 is not set | ||
375 | # CONFIG_LAPB is not set | ||
376 | # CONFIG_ECONET is not set | ||
377 | # CONFIG_WAN_ROUTER is not set | ||
378 | |||
379 | # | ||
380 | # QoS and/or fair queueing | ||
381 | # | ||
382 | # CONFIG_NET_SCHED is not set | ||
383 | |||
384 | # | ||
385 | # Network testing | ||
386 | # | ||
387 | # CONFIG_NET_PKTGEN is not set | ||
388 | # CONFIG_HAMRADIO is not set | ||
389 | # CONFIG_IRDA is not set | ||
390 | # CONFIG_BT is not set | ||
391 | # CONFIG_IEEE80211 is not set | ||
392 | |||
393 | # | ||
394 | # Device Drivers | ||
395 | # | ||
396 | |||
397 | # | ||
398 | # Generic Driver Options | ||
399 | # | ||
400 | CONFIG_STANDALONE=y | ||
401 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
402 | CONFIG_FW_LOADER=m | ||
403 | # CONFIG_SYS_HYPERVISOR is not set | ||
404 | |||
405 | # | ||
406 | # Connector - unified userspace <-> kernelspace linker | ||
407 | # | ||
408 | # CONFIG_CONNECTOR is not set | ||
409 | |||
410 | # | ||
411 | # Memory Technology Devices (MTD) | ||
412 | # | ||
413 | # CONFIG_MTD is not set | ||
414 | |||
415 | # | ||
416 | # Parallel port support | ||
417 | # | ||
418 | # CONFIG_PARPORT is not set | ||
419 | |||
420 | # | ||
421 | # Plug and Play support | ||
422 | # | ||
423 | CONFIG_PNP=y | ||
424 | # CONFIG_PNP_DEBUG is not set | ||
425 | |||
426 | # | ||
427 | # Protocols | ||
428 | # | ||
429 | # CONFIG_ISAPNP is not set | ||
430 | # CONFIG_PNPBIOS is not set | ||
431 | CONFIG_PNPACPI=y | ||
432 | |||
433 | # | ||
434 | # Block devices | ||
435 | # | ||
436 | # CONFIG_BLK_DEV_FD is not set | ||
437 | # CONFIG_BLK_DEV_XD is not set | ||
438 | # CONFIG_BLK_CPQ_DA is not set | ||
439 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
440 | # CONFIG_BLK_DEV_DAC960 is not set | ||
441 | # CONFIG_BLK_DEV_UMEM is not set | ||
442 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
443 | # CONFIG_BLK_DEV_LOOP is not set | ||
444 | # CONFIG_BLK_DEV_NBD is not set | ||
445 | # CONFIG_BLK_DEV_SX8 is not set | ||
446 | # CONFIG_BLK_DEV_UB is not set | ||
447 | CONFIG_BLK_DEV_RAM=y | ||
448 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
449 | CONFIG_BLK_DEV_RAM_SIZE=65536 | ||
450 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
451 | # CONFIG_CDROM_PKTCDVD is not set | ||
452 | # CONFIG_ATA_OVER_ETH is not set | ||
453 | |||
454 | # | ||
455 | # Misc devices | ||
456 | # | ||
457 | # CONFIG_IBM_ASM is not set | ||
458 | # CONFIG_SGI_IOC4 is not set | ||
459 | # CONFIG_TIFM_CORE is not set | ||
460 | # CONFIG_SONY_LAPTOP is not set | ||
461 | |||
462 | # | ||
463 | # ATA/ATAPI/MFM/RLL support | ||
464 | # | ||
465 | # CONFIG_IDE is not set | ||
466 | |||
467 | # | ||
468 | # SCSI device support | ||
469 | # | ||
470 | # CONFIG_RAID_ATTRS is not set | ||
471 | CONFIG_SCSI=y | ||
472 | # CONFIG_SCSI_TGT is not set | ||
473 | # CONFIG_SCSI_NETLINK is not set | ||
474 | CONFIG_SCSI_PROC_FS=y | ||
475 | |||
476 | # | ||
477 | # SCSI support type (disk, tape, CD-ROM) | ||
478 | # | ||
479 | CONFIG_BLK_DEV_SD=y | ||
480 | # CONFIG_CHR_DEV_ST is not set | ||
481 | # CONFIG_CHR_DEV_OSST is not set | ||
482 | # CONFIG_BLK_DEV_SR is not set | ||
483 | CONFIG_CHR_DEV_SG=y | ||
484 | # CONFIG_CHR_DEV_SCH is not set | ||
485 | |||
486 | # | ||
487 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
488 | # | ||
489 | CONFIG_SCSI_MULTI_LUN=y | ||
490 | # CONFIG_SCSI_CONSTANTS is not set | ||
491 | # CONFIG_SCSI_LOGGING is not set | ||
492 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
493 | |||
494 | # | ||
495 | # SCSI Transports | ||
496 | # | ||
497 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
498 | # CONFIG_SCSI_FC_ATTRS is not set | ||
499 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
500 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
501 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
502 | |||
503 | # | ||
504 | # SCSI low-level drivers | ||
505 | # | ||
506 | # CONFIG_ISCSI_TCP is not set | ||
507 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
508 | # CONFIG_SCSI_3W_9XXX is not set | ||
509 | # CONFIG_SCSI_7000FASST is not set | ||
510 | # CONFIG_SCSI_ACARD is not set | ||
511 | # CONFIG_SCSI_AHA152X is not set | ||
512 | # CONFIG_SCSI_AHA1542 is not set | ||
513 | # CONFIG_SCSI_AACRAID is not set | ||
514 | # CONFIG_SCSI_AIC7XXX is not set | ||
515 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
516 | # CONFIG_SCSI_AIC79XX is not set | ||
517 | # CONFIG_SCSI_AIC94XX is not set | ||
518 | # CONFIG_SCSI_DPT_I2O is not set | ||
519 | # CONFIG_SCSI_ADVANSYS is not set | ||
520 | # CONFIG_SCSI_IN2000 is not set | ||
521 | # CONFIG_SCSI_ARCMSR is not set | ||
522 | # CONFIG_MEGARAID_NEWGEN is not set | ||
523 | # CONFIG_MEGARAID_LEGACY is not set | ||
524 | # CONFIG_MEGARAID_SAS is not set | ||
525 | # CONFIG_SCSI_HPTIOP is not set | ||
526 | # CONFIG_SCSI_BUSLOGIC is not set | ||
527 | # CONFIG_SCSI_DMX3191D is not set | ||
528 | # CONFIG_SCSI_DTC3280 is not set | ||
529 | # CONFIG_SCSI_EATA is not set | ||
530 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
531 | # CONFIG_SCSI_GDTH is not set | ||
532 | # CONFIG_SCSI_GENERIC_NCR5380 is not set | ||
533 | # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set | ||
534 | # CONFIG_SCSI_IPS is not set | ||
535 | # CONFIG_SCSI_INITIO is not set | ||
536 | # CONFIG_SCSI_INIA100 is not set | ||
537 | # CONFIG_SCSI_NCR53C406A is not set | ||
538 | # CONFIG_SCSI_STEX is not set | ||
539 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
540 | # CONFIG_SCSI_PAS16 is not set | ||
541 | # CONFIG_SCSI_PSI240I is not set | ||
542 | # CONFIG_SCSI_QLOGIC_FAS is not set | ||
543 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
544 | # CONFIG_SCSI_QLA_FC is not set | ||
545 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
546 | # CONFIG_SCSI_LPFC is not set | ||
547 | # CONFIG_SCSI_SEAGATE is not set | ||
548 | # CONFIG_SCSI_SYM53C416 is not set | ||
549 | # CONFIG_SCSI_DC395x is not set | ||
550 | # CONFIG_SCSI_DC390T is not set | ||
551 | # CONFIG_SCSI_T128 is not set | ||
552 | # CONFIG_SCSI_U14_34F is not set | ||
553 | # CONFIG_SCSI_ULTRASTOR is not set | ||
554 | # CONFIG_SCSI_NSP32 is not set | ||
555 | # CONFIG_SCSI_DEBUG is not set | ||
556 | # CONFIG_SCSI_SRP is not set | ||
557 | |||
558 | # | ||
559 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
560 | # | ||
561 | # CONFIG_ATA is not set | ||
562 | |||
563 | # | ||
564 | # Old CD-ROM drivers (not SCSI, not IDE) | ||
565 | # | ||
566 | # CONFIG_CD_NO_IDESCSI is not set | ||
567 | |||
568 | # | ||
569 | # Multi-device support (RAID and LVM) | ||
570 | # | ||
571 | # CONFIG_MD is not set | ||
572 | |||
573 | # | ||
574 | # Fusion MPT device support | ||
575 | # | ||
576 | # CONFIG_FUSION is not set | ||
577 | # CONFIG_FUSION_SPI is not set | ||
578 | # CONFIG_FUSION_FC is not set | ||
579 | # CONFIG_FUSION_SAS is not set | ||
580 | |||
581 | # | ||
582 | # IEEE 1394 (FireWire) support | ||
583 | # | ||
584 | # CONFIG_IEEE1394 is not set | ||
585 | |||
586 | # | ||
587 | # I2O device support | ||
588 | # | ||
589 | # CONFIG_I2O is not set | ||
590 | |||
591 | # | ||
592 | # Macintosh device drivers | ||
593 | # | ||
594 | # CONFIG_MAC_EMUMOUSEBTN is not set | ||
595 | |||
596 | # | ||
597 | # Network device support | ||
598 | # | ||
599 | CONFIG_NETDEVICES=y | ||
600 | # CONFIG_DUMMY is not set | ||
601 | # CONFIG_BONDING is not set | ||
602 | # CONFIG_EQUALIZER is not set | ||
603 | # CONFIG_TUN is not set | ||
604 | # CONFIG_NET_SB1000 is not set | ||
605 | |||
606 | # | ||
607 | # ARCnet devices | ||
608 | # | ||
609 | # CONFIG_ARCNET is not set | ||
610 | |||
611 | # | ||
612 | # PHY device support | ||
613 | # | ||
614 | # CONFIG_PHYLIB is not set | ||
615 | |||
616 | # | ||
617 | # Ethernet (10 or 100Mbit) | ||
618 | # | ||
619 | CONFIG_NET_ETHERNET=y | ||
620 | CONFIG_MII=y | ||
621 | # CONFIG_HAPPYMEAL is not set | ||
622 | # CONFIG_SUNGEM is not set | ||
623 | # CONFIG_CASSINI is not set | ||
624 | CONFIG_NET_VENDOR_3COM=y | ||
625 | # CONFIG_EL1 is not set | ||
626 | # CONFIG_EL2 is not set | ||
627 | # CONFIG_ELPLUS is not set | ||
628 | # CONFIG_EL16 is not set | ||
629 | # CONFIG_EL3 is not set | ||
630 | # CONFIG_3C515 is not set | ||
631 | CONFIG_VORTEX=m | ||
632 | CONFIG_TYPHOON=m | ||
633 | CONFIG_LANCE=m | ||
634 | CONFIG_NET_VENDOR_SMC=y | ||
635 | CONFIG_WD80x3=m | ||
636 | CONFIG_ULTRA=m | ||
637 | CONFIG_SMC9194=m | ||
638 | # CONFIG_NET_VENDOR_RACAL is not set | ||
639 | |||
640 | # | ||
641 | # Tulip family network device support | ||
642 | # | ||
643 | CONFIG_NET_TULIP=y | ||
644 | # CONFIG_DE2104X is not set | ||
645 | CONFIG_TULIP=m | ||
646 | CONFIG_TULIP_MWI=y | ||
647 | CONFIG_TULIP_MMIO=y | ||
648 | CONFIG_TULIP_NAPI=y | ||
649 | CONFIG_TULIP_NAPI_HW_MITIGATION=y | ||
650 | CONFIG_DE4X5=m | ||
651 | CONFIG_WINBOND_840=m | ||
652 | CONFIG_DM9102=m | ||
653 | CONFIG_ULI526X=m | ||
654 | CONFIG_AT1700=m | ||
655 | CONFIG_DEPCA=m | ||
656 | CONFIG_HP100=m | ||
657 | CONFIG_NET_ISA=y | ||
658 | # CONFIG_E2100 is not set | ||
659 | # CONFIG_EWRK3 is not set | ||
660 | # CONFIG_EEXPRESS is not set | ||
661 | # CONFIG_EEXPRESS_PRO is not set | ||
662 | # CONFIG_HPLAN_PLUS is not set | ||
663 | # CONFIG_HPLAN is not set | ||
664 | # CONFIG_LP486E is not set | ||
665 | # CONFIG_ETH16I is not set | ||
666 | CONFIG_NE2000=y | ||
667 | # CONFIG_ZNET is not set | ||
668 | # CONFIG_SEEQ8005 is not set | ||
669 | CONFIG_NET_PCI=y | ||
670 | CONFIG_PCNET32=m | ||
671 | CONFIG_PCNET32_NAPI=y | ||
672 | CONFIG_AMD8111_ETH=m | ||
673 | CONFIG_AMD8111E_NAPI=y | ||
674 | CONFIG_ADAPTEC_STARFIRE=m | ||
675 | CONFIG_ADAPTEC_STARFIRE_NAPI=y | ||
676 | CONFIG_AC3200=m | ||
677 | CONFIG_APRICOT=m | ||
678 | CONFIG_B44=m | ||
679 | CONFIG_FORCEDETH=m | ||
680 | CONFIG_FORCEDETH_NAPI=y | ||
681 | CONFIG_CS89x0=m | ||
682 | CONFIG_DGRS=m | ||
683 | CONFIG_EEPRO100=m | ||
684 | CONFIG_E100=m | ||
685 | CONFIG_FEALNX=m | ||
686 | CONFIG_NATSEMI=m | ||
687 | CONFIG_NE2K_PCI=y | ||
688 | CONFIG_8139CP=m | ||
689 | CONFIG_8139TOO=m | ||
690 | CONFIG_8139TOO_PIO=y | ||
691 | CONFIG_8139TOO_TUNE_TWISTER=y | ||
692 | CONFIG_8139TOO_8129=y | ||
693 | # CONFIG_8139_OLD_RX_RESET is not set | ||
694 | CONFIG_SIS900=m | ||
695 | CONFIG_EPIC100=m | ||
696 | CONFIG_SUNDANCE=m | ||
697 | CONFIG_SUNDANCE_MMIO=y | ||
698 | CONFIG_TLAN=m | ||
699 | CONFIG_VIA_RHINE=m | ||
700 | CONFIG_VIA_RHINE_MMIO=y | ||
701 | CONFIG_VIA_RHINE_NAPI=y | ||
702 | CONFIG_SC92031=m | ||
703 | |||
704 | # | ||
705 | # Ethernet (1000 Mbit) | ||
706 | # | ||
707 | CONFIG_ACENIC=m | ||
708 | CONFIG_ACENIC_OMIT_TIGON_I=y | ||
709 | CONFIG_DL2K=m | ||
710 | CONFIG_E1000=m | ||
711 | CONFIG_E1000_NAPI=y | ||
712 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | ||
713 | CONFIG_NS83820=m | ||
714 | CONFIG_HAMACHI=m | ||
715 | CONFIG_YELLOWFIN=m | ||
716 | CONFIG_R8169=m | ||
717 | CONFIG_R8169_NAPI=y | ||
718 | CONFIG_SIS190=m | ||
719 | CONFIG_SKGE=m | ||
720 | CONFIG_SKY2=m | ||
721 | CONFIG_SK98LIN=m | ||
722 | CONFIG_VIA_VELOCITY=m | ||
723 | CONFIG_TIGON3=m | ||
724 | CONFIG_BNX2=m | ||
725 | CONFIG_QLA3XXX=m | ||
726 | CONFIG_ATL1=m | ||
727 | |||
728 | # | ||
729 | # Ethernet (10000 Mbit) | ||
730 | # | ||
731 | # CONFIG_CHELSIO_T1 is not set | ||
732 | # CONFIG_CHELSIO_T3 is not set | ||
733 | # CONFIG_IXGB is not set | ||
734 | # CONFIG_S2IO is not set | ||
735 | # CONFIG_MYRI10GE is not set | ||
736 | # CONFIG_NETXEN_NIC is not set | ||
737 | |||
738 | # | ||
739 | # Token Ring devices | ||
740 | # | ||
741 | # CONFIG_TR is not set | ||
742 | |||
743 | # | ||
744 | # Wireless LAN (non-hamradio) | ||
745 | # | ||
746 | # CONFIG_NET_RADIO is not set | ||
747 | |||
748 | # | ||
749 | # Wan interfaces | ||
750 | # | ||
751 | # CONFIG_WAN is not set | ||
752 | # CONFIG_FDDI is not set | ||
753 | # CONFIG_HIPPI is not set | ||
754 | # CONFIG_PPP is not set | ||
755 | # CONFIG_SLIP is not set | ||
756 | # CONFIG_NET_FC is not set | ||
757 | # CONFIG_SHAPER is not set | ||
758 | # CONFIG_NETCONSOLE is not set | ||
759 | # CONFIG_NETPOLL is not set | ||
760 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
761 | |||
762 | # | ||
763 | # ISDN subsystem | ||
764 | # | ||
765 | # CONFIG_ISDN is not set | ||
766 | |||
767 | # | ||
768 | # Telephony Support | ||
769 | # | ||
770 | # CONFIG_PHONE is not set | ||
771 | |||
772 | # | ||
773 | # Input device support | ||
774 | # | ||
775 | CONFIG_INPUT=y | ||
776 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
777 | |||
778 | # | ||
779 | # Userland interfaces | ||
780 | # | ||
781 | CONFIG_INPUT_MOUSEDEV=m | ||
782 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
783 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
784 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
785 | # CONFIG_INPUT_JOYDEV is not set | ||
786 | # CONFIG_INPUT_TSDEV is not set | ||
787 | CONFIG_INPUT_EVDEV=y | ||
788 | # CONFIG_INPUT_EVBUG is not set | ||
789 | # CONFIG_INPUT_POWER is not set | ||
790 | |||
791 | # | ||
792 | # Input Device Drivers | ||
793 | # | ||
794 | CONFIG_INPUT_KEYBOARD=y | ||
795 | CONFIG_KEYBOARD_ATKBD=y | ||
796 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
797 | # CONFIG_KEYBOARD_LKKBD is not set | ||
798 | # CONFIG_KEYBOARD_XTKBD is not set | ||
799 | # CONFIG_KEYBOARD_NEWTON is not set | ||
800 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
801 | CONFIG_INPUT_MOUSE=y | ||
802 | CONFIG_MOUSE_PS2=y | ||
803 | # CONFIG_MOUSE_SERIAL is not set | ||
804 | # CONFIG_MOUSE_INPORT is not set | ||
805 | # CONFIG_MOUSE_LOGIBM is not set | ||
806 | # CONFIG_MOUSE_PC110PAD is not set | ||
807 | # CONFIG_MOUSE_VSXXXAA is not set | ||
808 | # CONFIG_INPUT_JOYSTICK is not set | ||
809 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
810 | # CONFIG_INPUT_MISC is not set | ||
811 | |||
812 | # | ||
813 | # Hardware I/O ports | ||
814 | # | ||
815 | CONFIG_SERIO=y | ||
816 | CONFIG_SERIO_I8042=y | ||
817 | # CONFIG_SERIO_SERPORT is not set | ||
818 | # CONFIG_SERIO_CT82C710 is not set | ||
819 | # CONFIG_SERIO_PCIPS2 is not set | ||
820 | CONFIG_SERIO_LIBPS2=y | ||
821 | # CONFIG_SERIO_RAW is not set | ||
822 | # CONFIG_GAMEPORT is not set | ||
823 | |||
824 | # | ||
825 | # Character devices | ||
826 | # | ||
827 | CONFIG_VT=y | ||
828 | CONFIG_VT_CONSOLE=y | ||
829 | CONFIG_HW_CONSOLE=y | ||
830 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
831 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
832 | |||
833 | # | ||
834 | # Serial drivers | ||
835 | # | ||
836 | CONFIG_SERIAL_8250=y | ||
837 | # CONFIG_SERIAL_8250_CONSOLE is not set | ||
838 | CONFIG_SERIAL_8250_PCI=y | ||
839 | CONFIG_SERIAL_8250_PNP=y | ||
840 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
841 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
842 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
843 | |||
844 | # | ||
845 | # Non-8250 serial port support | ||
846 | # | ||
847 | CONFIG_SERIAL_CORE=y | ||
848 | # CONFIG_SERIAL_JSM is not set | ||
849 | CONFIG_UNIX98_PTYS=y | ||
850 | # CONFIG_LEGACY_PTYS is not set | ||
851 | |||
852 | # | ||
853 | # IPMI | ||
854 | # | ||
855 | # CONFIG_IPMI_HANDLER is not set | ||
856 | |||
857 | # | ||
858 | # Watchdog Cards | ||
859 | # | ||
860 | # CONFIG_WATCHDOG is not set | ||
861 | # CONFIG_HW_RANDOM is not set | ||
862 | # CONFIG_NVRAM is not set | ||
863 | # CONFIG_RTC is not set | ||
864 | # CONFIG_GEN_RTC is not set | ||
865 | # CONFIG_DTLK is not set | ||
866 | # CONFIG_R3964 is not set | ||
867 | # CONFIG_APPLICOM is not set | ||
868 | # CONFIG_SONYPI is not set | ||
869 | CONFIG_AGP=m | ||
870 | CONFIG_AGP_ALI=m | ||
871 | CONFIG_AGP_ATI=m | ||
872 | CONFIG_AGP_AMD=m | ||
873 | CONFIG_AGP_AMD64=m | ||
874 | CONFIG_AGP_INTEL=m | ||
875 | CONFIG_AGP_NVIDIA=m | ||
876 | CONFIG_AGP_SIS=m | ||
877 | CONFIG_AGP_SWORKS=m | ||
878 | CONFIG_AGP_VIA=m | ||
879 | CONFIG_AGP_EFFICEON=m | ||
880 | # CONFIG_DRM is not set | ||
881 | # CONFIG_DRM_I830 is not set | ||
882 | # CONFIG_DRM_I915 is not set | ||
883 | # CONFIG_MWAVE is not set | ||
884 | # CONFIG_PC8736x_GPIO is not set | ||
885 | # CONFIG_NSC_GPIO is not set | ||
886 | # CONFIG_CS5535_GPIO is not set | ||
887 | # CONFIG_RAW_DRIVER is not set | ||
888 | # CONFIG_HPET is not set | ||
889 | # CONFIG_HANGCHECK_TIMER is not set | ||
890 | |||
891 | # | ||
892 | # TPM devices | ||
893 | # | ||
894 | # CONFIG_TCG_TPM is not set | ||
895 | # CONFIG_TELCLOCK is not set | ||
896 | |||
897 | # | ||
898 | # I2C support | ||
899 | # | ||
900 | # CONFIG_I2C is not set | ||
901 | |||
902 | # | ||
903 | # SPI support | ||
904 | # | ||
905 | # CONFIG_SPI is not set | ||
906 | # CONFIG_SPI_MASTER is not set | ||
907 | |||
908 | # | ||
909 | # Dallas's 1-wire bus | ||
910 | # | ||
911 | # CONFIG_W1 is not set | ||
912 | |||
913 | # | ||
914 | # Hardware Monitoring support | ||
915 | # | ||
916 | # CONFIG_HWMON is not set | ||
917 | # CONFIG_HWMON_VID is not set | ||
918 | |||
919 | # | ||
920 | # Multifunction device drivers | ||
921 | # | ||
922 | # CONFIG_MFD_SM501 is not set | ||
923 | |||
924 | # | ||
925 | # Multi-Function Devices | ||
926 | # | ||
927 | |||
928 | # | ||
929 | # Multimedia devices | ||
930 | # | ||
931 | # CONFIG_VIDEO_DEV is not set | ||
932 | |||
933 | # | ||
934 | # Digital Video Broadcasting Devices | ||
935 | # | ||
936 | # CONFIG_DVB is not set | ||
937 | # CONFIG_USB_DABUSB is not set | ||
938 | |||
939 | # | ||
940 | # Graphics support | ||
941 | # | ||
942 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
943 | CONFIG_FB=y | ||
944 | # CONFIG_FIRMWARE_EDID is not set | ||
945 | # CONFIG_FB_DDC is not set | ||
946 | CONFIG_FB_CFB_FILLRECT=y | ||
947 | CONFIG_FB_CFB_COPYAREA=y | ||
948 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
949 | # CONFIG_FB_SVGALIB is not set | ||
950 | # CONFIG_FB_MACMODES is not set | ||
951 | # CONFIG_FB_BACKLIGHT is not set | ||
952 | CONFIG_FB_MODE_HELPERS=y | ||
953 | # CONFIG_FB_TILEBLITTING is not set | ||
954 | |||
955 | # | ||
956 | # Frame buffer hardware drivers | ||
957 | # | ||
958 | # CONFIG_FB_CIRRUS is not set | ||
959 | # CONFIG_FB_PM2 is not set | ||
960 | # CONFIG_FB_CYBER2000 is not set | ||
961 | # CONFIG_FB_ARC is not set | ||
962 | # CONFIG_FB_ASILIANT is not set | ||
963 | # CONFIG_FB_IMSTT is not set | ||
964 | CONFIG_FB_VGA16=y | ||
965 | CONFIG_FB_VESA=y | ||
966 | # CONFIG_FB_VESA_STD is not set | ||
967 | CONFIG_FB_VESA_TNG=y | ||
968 | CONFIG_FB_VESA_DEFAULT_MODE="640x480-16@60" | ||
969 | CONFIG_VIDEO_SELECT=y | ||
970 | # CONFIG_FB_HGA is not set | ||
971 | # CONFIG_FB_S1D13XXX is not set | ||
972 | # CONFIG_FB_NVIDIA is not set | ||
973 | # CONFIG_FB_RIVA is not set | ||
974 | # CONFIG_FB_I810 is not set | ||
975 | # CONFIG_FB_INTEL is not set | ||
976 | # CONFIG_FB_MATROX is not set | ||
977 | # CONFIG_FB_RADEON is not set | ||
978 | # CONFIG_FB_ATY128 is not set | ||
979 | # CONFIG_FB_ATY is not set | ||
980 | # CONFIG_FB_S3 is not set | ||
981 | # CONFIG_FB_SAVAGE is not set | ||
982 | # CONFIG_FB_SIS is not set | ||
983 | # CONFIG_FB_NEOMAGIC is not set | ||
984 | # CONFIG_FB_KYRO is not set | ||
985 | # CONFIG_FB_3DFX is not set | ||
986 | # CONFIG_FB_VOODOO1 is not set | ||
987 | # CONFIG_FB_CYBLA is not set | ||
988 | # CONFIG_FB_TRIDENT is not set | ||
989 | # CONFIG_FB_GEODE is not set | ||
990 | # CONFIG_FB_VIRTUAL is not set | ||
991 | |||
992 | # | ||
993 | # Console display driver support | ||
994 | # | ||
995 | CONFIG_VGA_CONSOLE=y | ||
996 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | ||
997 | # CONFIG_MDA_CONSOLE is not set | ||
998 | CONFIG_DUMMY_CONSOLE=y | ||
999 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
1000 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
1001 | CONFIG_FONTS=y | ||
1002 | CONFIG_FONT_8x8=y | ||
1003 | CONFIG_FONT_8x16=y | ||
1004 | # CONFIG_FONT_6x11 is not set | ||
1005 | # CONFIG_FONT_7x14 is not set | ||
1006 | # CONFIG_FONT_PEARL_8x8 is not set | ||
1007 | # CONFIG_FONT_ACORN_8x8 is not set | ||
1008 | # CONFIG_FONT_MINI_4x6 is not set | ||
1009 | # CONFIG_FONT_SUN8x16 is not set | ||
1010 | # CONFIG_FONT_SUN12x22 is not set | ||
1011 | # CONFIG_FONT_10x18 is not set | ||
1012 | |||
1013 | # | ||
1014 | # Logo configuration | ||
1015 | # | ||
1016 | CONFIG_LOGO=y | ||
1017 | # CONFIG_LOGO_LINUX_MONO is not set | ||
1018 | # CONFIG_LOGO_LINUX_VGA16 is not set | ||
1019 | # CONFIG_LOGO_LINUX_CLUT224 is not set | ||
1020 | CONFIG_LOGO_OHAND_CLUT224=y | ||
1021 | # CONFIG_LOGO_OZ240_CLUT224 is not set | ||
1022 | # CONFIG_LOGO_OZ480_CLUT224 is not set | ||
1023 | # CONFIG_LOGO_OZ640_CLUT224 is not set | ||
1024 | |||
1025 | # | ||
1026 | # Sound | ||
1027 | # | ||
1028 | CONFIG_SOUND=y | ||
1029 | |||
1030 | # | ||
1031 | # Advanced Linux Sound Architecture | ||
1032 | # | ||
1033 | CONFIG_SND=y | ||
1034 | CONFIG_SND_TIMER=y | ||
1035 | CONFIG_SND_PCM=y | ||
1036 | CONFIG_SND_SEQUENCER=y | ||
1037 | # CONFIG_SND_SEQ_DUMMY is not set | ||
1038 | CONFIG_SND_OSSEMUL=y | ||
1039 | CONFIG_SND_MIXER_OSS=y | ||
1040 | CONFIG_SND_PCM_OSS=y | ||
1041 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
1042 | CONFIG_SND_SEQUENCER_OSS=y | ||
1043 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1044 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1045 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1046 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
1047 | # CONFIG_SND_DEBUG is not set | ||
1048 | |||
1049 | # | ||
1050 | # Generic devices | ||
1051 | # | ||
1052 | CONFIG_SND_AC97_CODEC=y | ||
1053 | # CONFIG_SND_DUMMY is not set | ||
1054 | # CONFIG_SND_VIRMIDI is not set | ||
1055 | # CONFIG_SND_MTPAV is not set | ||
1056 | # CONFIG_SND_SERIAL_U16550 is not set | ||
1057 | # CONFIG_SND_MPU401 is not set | ||
1058 | |||
1059 | # | ||
1060 | # ISA devices | ||
1061 | # | ||
1062 | # CONFIG_SND_ADLIB is not set | ||
1063 | # CONFIG_SND_AD1816A is not set | ||
1064 | # CONFIG_SND_AD1848 is not set | ||
1065 | # CONFIG_SND_ALS100 is not set | ||
1066 | # CONFIG_SND_AZT2320 is not set | ||
1067 | # CONFIG_SND_CMI8330 is not set | ||
1068 | # CONFIG_SND_CS4231 is not set | ||
1069 | # CONFIG_SND_CS4232 is not set | ||
1070 | # CONFIG_SND_CS4236 is not set | ||
1071 | # CONFIG_SND_DT019X is not set | ||
1072 | # CONFIG_SND_ES968 is not set | ||
1073 | # CONFIG_SND_ES1688 is not set | ||
1074 | # CONFIG_SND_ES18XX is not set | ||
1075 | # CONFIG_SND_GUSCLASSIC is not set | ||
1076 | # CONFIG_SND_GUSEXTREME is not set | ||
1077 | # CONFIG_SND_GUSMAX is not set | ||
1078 | # CONFIG_SND_INTERWAVE is not set | ||
1079 | # CONFIG_SND_INTERWAVE_STB is not set | ||
1080 | # CONFIG_SND_OPL3SA2 is not set | ||
1081 | # CONFIG_SND_OPTI92X_AD1848 is not set | ||
1082 | # CONFIG_SND_OPTI92X_CS4231 is not set | ||
1083 | # CONFIG_SND_OPTI93X is not set | ||
1084 | # CONFIG_SND_MIRO is not set | ||
1085 | # CONFIG_SND_SB8 is not set | ||
1086 | # CONFIG_SND_SB16 is not set | ||
1087 | # CONFIG_SND_SBAWE is not set | ||
1088 | # CONFIG_SND_SGALAXY is not set | ||
1089 | # CONFIG_SND_SSCAPE is not set | ||
1090 | # CONFIG_SND_WAVEFRONT is not set | ||
1091 | |||
1092 | # | ||
1093 | # PCI devices | ||
1094 | # | ||
1095 | # CONFIG_SND_AD1889 is not set | ||
1096 | # CONFIG_SND_ALS300 is not set | ||
1097 | # CONFIG_SND_ALS4000 is not set | ||
1098 | # CONFIG_SND_ALI5451 is not set | ||
1099 | # CONFIG_SND_ATIIXP is not set | ||
1100 | # CONFIG_SND_ATIIXP_MODEM is not set | ||
1101 | # CONFIG_SND_AU8810 is not set | ||
1102 | # CONFIG_SND_AU8820 is not set | ||
1103 | # CONFIG_SND_AU8830 is not set | ||
1104 | # CONFIG_SND_AZT3328 is not set | ||
1105 | # CONFIG_SND_BT87X is not set | ||
1106 | # CONFIG_SND_CA0106 is not set | ||
1107 | # CONFIG_SND_CMIPCI is not set | ||
1108 | # CONFIG_SND_CS4281 is not set | ||
1109 | # CONFIG_SND_CS46XX is not set | ||
1110 | # CONFIG_SND_CS5535AUDIO is not set | ||
1111 | # CONFIG_SND_DARLA20 is not set | ||
1112 | # CONFIG_SND_GINA20 is not set | ||
1113 | # CONFIG_SND_LAYLA20 is not set | ||
1114 | # CONFIG_SND_DARLA24 is not set | ||
1115 | # CONFIG_SND_GINA24 is not set | ||
1116 | # CONFIG_SND_LAYLA24 is not set | ||
1117 | # CONFIG_SND_MONA is not set | ||
1118 | # CONFIG_SND_MIA is not set | ||
1119 | # CONFIG_SND_ECHO3G is not set | ||
1120 | # CONFIG_SND_INDIGO is not set | ||
1121 | # CONFIG_SND_INDIGOIO is not set | ||
1122 | # CONFIG_SND_INDIGODJ is not set | ||
1123 | # CONFIG_SND_EMU10K1 is not set | ||
1124 | # CONFIG_SND_EMU10K1X is not set | ||
1125 | # CONFIG_SND_ENS1370 is not set | ||
1126 | # CONFIG_SND_ENS1371 is not set | ||
1127 | # CONFIG_SND_ES1938 is not set | ||
1128 | # CONFIG_SND_ES1968 is not set | ||
1129 | # CONFIG_SND_FM801 is not set | ||
1130 | # CONFIG_SND_HDA_INTEL is not set | ||
1131 | # CONFIG_SND_HDSP is not set | ||
1132 | # CONFIG_SND_HDSPM is not set | ||
1133 | # CONFIG_SND_ICE1712 is not set | ||
1134 | # CONFIG_SND_ICE1724 is not set | ||
1135 | CONFIG_SND_INTEL8X0=y | ||
1136 | # CONFIG_SND_INTEL8X0M is not set | ||
1137 | # CONFIG_SND_KORG1212 is not set | ||
1138 | # CONFIG_SND_MAESTRO3 is not set | ||
1139 | # CONFIG_SND_MIXART is not set | ||
1140 | # CONFIG_SND_NM256 is not set | ||
1141 | # CONFIG_SND_PCXHR is not set | ||
1142 | # CONFIG_SND_RIPTIDE is not set | ||
1143 | # CONFIG_SND_RME32 is not set | ||
1144 | # CONFIG_SND_RME96 is not set | ||
1145 | # CONFIG_SND_RME9652 is not set | ||
1146 | # CONFIG_SND_SONICVIBES is not set | ||
1147 | # CONFIG_SND_TRIDENT is not set | ||
1148 | # CONFIG_SND_VIA82XX is not set | ||
1149 | # CONFIG_SND_VIA82XX_MODEM is not set | ||
1150 | # CONFIG_SND_VX222 is not set | ||
1151 | # CONFIG_SND_YMFPCI is not set | ||
1152 | CONFIG_SND_AC97_POWER_SAVE=y | ||
1153 | |||
1154 | # | ||
1155 | # USB devices | ||
1156 | # | ||
1157 | # CONFIG_SND_USB_AUDIO is not set | ||
1158 | # CONFIG_SND_USB_USX2Y is not set | ||
1159 | |||
1160 | # | ||
1161 | # SoC audio support | ||
1162 | # | ||
1163 | # CONFIG_SND_SOC is not set | ||
1164 | |||
1165 | # | ||
1166 | # Open Sound System | ||
1167 | # | ||
1168 | # CONFIG_SOUND_PRIME is not set | ||
1169 | CONFIG_AC97_BUS=y | ||
1170 | |||
1171 | # | ||
1172 | # HID Devices | ||
1173 | # | ||
1174 | CONFIG_HID=y | ||
1175 | # CONFIG_HID_DEBUG is not set | ||
1176 | |||
1177 | # | ||
1178 | # USB support | ||
1179 | # | ||
1180 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1181 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
1182 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
1183 | CONFIG_USB=y | ||
1184 | # CONFIG_USB_DEBUG is not set | ||
1185 | |||
1186 | # | ||
1187 | # Miscellaneous USB options | ||
1188 | # | ||
1189 | CONFIG_USB_DEVICEFS=y | ||
1190 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1191 | CONFIG_USB_SUSPEND=y | ||
1192 | # CONFIG_USB_OTG is not set | ||
1193 | |||
1194 | # | ||
1195 | # USB Host Controller Drivers | ||
1196 | # | ||
1197 | CONFIG_USB_EHCI_HCD=y | ||
1198 | CONFIG_USB_EHCI_SPLIT_ISO=y | ||
1199 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
1200 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
1201 | # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set | ||
1202 | # CONFIG_USB_ISP116X_HCD is not set | ||
1203 | CONFIG_USB_OHCI_HCD=y | ||
1204 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
1205 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
1206 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
1207 | CONFIG_USB_UHCI_HCD=y | ||
1208 | # CONFIG_USB_SL811_HCD is not set | ||
1209 | |||
1210 | # | ||
1211 | # USB Device Class drivers | ||
1212 | # | ||
1213 | # CONFIG_USB_ACM is not set | ||
1214 | # CONFIG_USB_PRINTER is not set | ||
1215 | |||
1216 | # | ||
1217 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
1218 | # | ||
1219 | |||
1220 | # | ||
1221 | # may also be needed; see USB_STORAGE Help for more information | ||
1222 | # | ||
1223 | # CONFIG_USB_STORAGE is not set | ||
1224 | # CONFIG_USB_LIBUSUAL is not set | ||
1225 | |||
1226 | # | ||
1227 | # USB Input Devices | ||
1228 | # | ||
1229 | CONFIG_USB_HID=y | ||
1230 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
1231 | # CONFIG_HID_FF is not set | ||
1232 | # CONFIG_USB_HIDDEV is not set | ||
1233 | # CONFIG_USB_AIPTEK is not set | ||
1234 | CONFIG_USB_WACOM=y | ||
1235 | # CONFIG_USB_ACECAD is not set | ||
1236 | # CONFIG_USB_KBTAB is not set | ||
1237 | # CONFIG_USB_POWERMATE is not set | ||
1238 | # CONFIG_USB_TOUCHSCREEN is not set | ||
1239 | # CONFIG_USB_YEALINK is not set | ||
1240 | # CONFIG_USB_XPAD is not set | ||
1241 | # CONFIG_USB_ATI_REMOTE is not set | ||
1242 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1243 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1244 | # CONFIG_USB_APPLETOUCH is not set | ||
1245 | # CONFIG_USB_GTCO is not set | ||
1246 | |||
1247 | # | ||
1248 | # USB Imaging devices | ||
1249 | # | ||
1250 | # CONFIG_USB_MDC800 is not set | ||
1251 | # CONFIG_USB_MICROTEK is not set | ||
1252 | |||
1253 | # | ||
1254 | # USB Network Adapters | ||
1255 | # | ||
1256 | # CONFIG_USB_CATC is not set | ||
1257 | # CONFIG_USB_KAWETH is not set | ||
1258 | # CONFIG_USB_PEGASUS is not set | ||
1259 | # CONFIG_USB_RTL8150 is not set | ||
1260 | # CONFIG_USB_USBNET_MII is not set | ||
1261 | # CONFIG_USB_USBNET is not set | ||
1262 | # CONFIG_USB_MON is not set | ||
1263 | |||
1264 | # | ||
1265 | # USB port drivers | ||
1266 | # | ||
1267 | |||
1268 | # | ||
1269 | # USB Serial Converter support | ||
1270 | # | ||
1271 | # CONFIG_USB_SERIAL is not set | ||
1272 | |||
1273 | # | ||
1274 | # USB Miscellaneous drivers | ||
1275 | # | ||
1276 | # CONFIG_USB_EMI62 is not set | ||
1277 | # CONFIG_USB_EMI26 is not set | ||
1278 | # CONFIG_USB_ADUTUX is not set | ||
1279 | # CONFIG_USB_AUERSWALD is not set | ||
1280 | # CONFIG_USB_RIO500 is not set | ||
1281 | # CONFIG_USB_LEGOTOWER is not set | ||
1282 | # CONFIG_USB_LCD is not set | ||
1283 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1284 | # CONFIG_USB_LED is not set | ||
1285 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1286 | # CONFIG_USB_CYTHERM is not set | ||
1287 | # CONFIG_USB_PHIDGET is not set | ||
1288 | # CONFIG_USB_IDMOUSE is not set | ||
1289 | # CONFIG_USB_FTDI_ELAN is not set | ||
1290 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1291 | # CONFIG_USB_SISUSBVGA is not set | ||
1292 | # CONFIG_USB_LD is not set | ||
1293 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1294 | # CONFIG_USB_IOWARRIOR is not set | ||
1295 | # CONFIG_USB_TEST is not set | ||
1296 | |||
1297 | # | ||
1298 | # USB DSL modem support | ||
1299 | # | ||
1300 | |||
1301 | # | ||
1302 | # USB Gadget Support | ||
1303 | # | ||
1304 | # CONFIG_USB_GADGET is not set | ||
1305 | |||
1306 | # | ||
1307 | # MMC/SD Card support | ||
1308 | # | ||
1309 | # CONFIG_MMC is not set | ||
1310 | |||
1311 | # | ||
1312 | # LED devices | ||
1313 | # | ||
1314 | # CONFIG_NEW_LEDS is not set | ||
1315 | |||
1316 | # | ||
1317 | # LED drivers | ||
1318 | # | ||
1319 | |||
1320 | # | ||
1321 | # LED Triggers | ||
1322 | # | ||
1323 | |||
1324 | # | ||
1325 | # InfiniBand support | ||
1326 | # | ||
1327 | # CONFIG_INFINIBAND is not set | ||
1328 | |||
1329 | # | ||
1330 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
1331 | # | ||
1332 | # CONFIG_EDAC is not set | ||
1333 | |||
1334 | # | ||
1335 | # Real Time Clock | ||
1336 | # | ||
1337 | # CONFIG_RTC_CLASS is not set | ||
1338 | |||
1339 | # | ||
1340 | # DMA Engine support | ||
1341 | # | ||
1342 | # CONFIG_DMA_ENGINE is not set | ||
1343 | |||
1344 | # | ||
1345 | # DMA Clients | ||
1346 | # | ||
1347 | |||
1348 | # | ||
1349 | # DMA Devices | ||
1350 | # | ||
1351 | |||
1352 | # | ||
1353 | # Auxiliary Display support | ||
1354 | # | ||
1355 | |||
1356 | # | ||
1357 | # Virtualization | ||
1358 | # | ||
1359 | # CONFIG_KVM is not set | ||
1360 | |||
1361 | # | ||
1362 | # File systems | ||
1363 | # | ||
1364 | CONFIG_EXT2_FS=y | ||
1365 | # CONFIG_EXT2_FS_XATTR is not set | ||
1366 | # CONFIG_EXT2_FS_XIP is not set | ||
1367 | # CONFIG_EXT3_FS is not set | ||
1368 | # CONFIG_EXT4DEV_FS is not set | ||
1369 | # CONFIG_REISERFS_FS is not set | ||
1370 | # CONFIG_JFS_FS is not set | ||
1371 | # CONFIG_FS_POSIX_ACL is not set | ||
1372 | # CONFIG_XFS_FS is not set | ||
1373 | # CONFIG_GFS2_FS is not set | ||
1374 | # CONFIG_OCFS2_FS is not set | ||
1375 | # CONFIG_MINIX_FS is not set | ||
1376 | # CONFIG_ROMFS_FS is not set | ||
1377 | CONFIG_INOTIFY=y | ||
1378 | CONFIG_INOTIFY_USER=y | ||
1379 | # CONFIG_QUOTA is not set | ||
1380 | CONFIG_DNOTIFY=y | ||
1381 | # CONFIG_AUTOFS_FS is not set | ||
1382 | # CONFIG_AUTOFS4_FS is not set | ||
1383 | # CONFIG_FUSE_FS is not set | ||
1384 | |||
1385 | # | ||
1386 | # CD-ROM/DVD Filesystems | ||
1387 | # | ||
1388 | CONFIG_ISO9660_FS=y | ||
1389 | CONFIG_JOLIET=y | ||
1390 | # CONFIG_ZISOFS is not set | ||
1391 | # CONFIG_UDF_FS is not set | ||
1392 | |||
1393 | # | ||
1394 | # DOS/FAT/NT Filesystems | ||
1395 | # | ||
1396 | # CONFIG_MSDOS_FS is not set | ||
1397 | # CONFIG_VFAT_FS is not set | ||
1398 | # CONFIG_NTFS_FS is not set | ||
1399 | |||
1400 | # | ||
1401 | # Pseudo filesystems | ||
1402 | # | ||
1403 | CONFIG_PROC_FS=y | ||
1404 | CONFIG_PROC_KCORE=y | ||
1405 | CONFIG_PROC_SYSCTL=y | ||
1406 | CONFIG_SYSFS=y | ||
1407 | CONFIG_TMPFS=y | ||
1408 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1409 | # CONFIG_HUGETLBFS is not set | ||
1410 | # CONFIG_HUGETLB_PAGE is not set | ||
1411 | CONFIG_RAMFS=y | ||
1412 | # CONFIG_CONFIGFS_FS is not set | ||
1413 | |||
1414 | # | ||
1415 | # Miscellaneous filesystems | ||
1416 | # | ||
1417 | # CONFIG_ADFS_FS is not set | ||
1418 | # CONFIG_AFFS_FS is not set | ||
1419 | # CONFIG_HFS_FS is not set | ||
1420 | # CONFIG_HFSPLUS_FS is not set | ||
1421 | # CONFIG_BEFS_FS is not set | ||
1422 | # CONFIG_BFS_FS is not set | ||
1423 | # CONFIG_EFS_FS is not set | ||
1424 | # CONFIG_CRAMFS is not set | ||
1425 | # CONFIG_SQUASHFS is not set | ||
1426 | # CONFIG_VXFS_FS is not set | ||
1427 | # CONFIG_HPFS_FS is not set | ||
1428 | # CONFIG_QNX4FS_FS is not set | ||
1429 | # CONFIG_SYSV_FS is not set | ||
1430 | # CONFIG_UFS_FS is not set | ||
1431 | |||
1432 | # | ||
1433 | # Network File Systems | ||
1434 | # | ||
1435 | # CONFIG_NFS_FS is not set | ||
1436 | # CONFIG_NFSD is not set | ||
1437 | # CONFIG_SMB_FS is not set | ||
1438 | # CONFIG_CIFS is not set | ||
1439 | # CONFIG_NCP_FS is not set | ||
1440 | # CONFIG_CODA_FS is not set | ||
1441 | # CONFIG_AFS_FS is not set | ||
1442 | # CONFIG_9P_FS is not set | ||
1443 | |||
1444 | # | ||
1445 | # Partition Types | ||
1446 | # | ||
1447 | # CONFIG_PARTITION_ADVANCED is not set | ||
1448 | CONFIG_MSDOS_PARTITION=y | ||
1449 | |||
1450 | # | ||
1451 | # Native Language Support | ||
1452 | # | ||
1453 | CONFIG_NLS=y | ||
1454 | CONFIG_NLS_DEFAULT="utf-8" | ||
1455 | CONFIG_NLS_CODEPAGE_437=y | ||
1456 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1457 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1458 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1459 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1460 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1461 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1462 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1463 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1464 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1465 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1466 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1467 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1468 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1469 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1470 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1471 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1472 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1473 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1474 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1475 | # CONFIG_NLS_ISO8859_8 is not set | ||
1476 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1477 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1478 | # CONFIG_NLS_ASCII is not set | ||
1479 | CONFIG_NLS_ISO8859_1=y | ||
1480 | # CONFIG_NLS_ISO8859_2 is not set | ||
1481 | # CONFIG_NLS_ISO8859_3 is not set | ||
1482 | # CONFIG_NLS_ISO8859_4 is not set | ||
1483 | # CONFIG_NLS_ISO8859_5 is not set | ||
1484 | # CONFIG_NLS_ISO8859_6 is not set | ||
1485 | # CONFIG_NLS_ISO8859_7 is not set | ||
1486 | # CONFIG_NLS_ISO8859_9 is not set | ||
1487 | # CONFIG_NLS_ISO8859_13 is not set | ||
1488 | # CONFIG_NLS_ISO8859_14 is not set | ||
1489 | # CONFIG_NLS_ISO8859_15 is not set | ||
1490 | # CONFIG_NLS_KOI8_R is not set | ||
1491 | # CONFIG_NLS_KOI8_U is not set | ||
1492 | CONFIG_NLS_UTF8=y | ||
1493 | |||
1494 | # | ||
1495 | # Distributed Lock Manager | ||
1496 | # | ||
1497 | # CONFIG_DLM is not set | ||
1498 | |||
1499 | # | ||
1500 | # Instrumentation Support | ||
1501 | # | ||
1502 | CONFIG_PROFILING=y | ||
1503 | CONFIG_OPROFILE=y | ||
1504 | # CONFIG_KPROBES is not set | ||
1505 | |||
1506 | # | ||
1507 | # Kernel hacking | ||
1508 | # | ||
1509 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
1510 | # CONFIG_PRINTK_TIME is not set | ||
1511 | CONFIG_ENABLE_MUST_CHECK=y | ||
1512 | CONFIG_MAGIC_SYSRQ=y | ||
1513 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1514 | # CONFIG_DEBUG_FS is not set | ||
1515 | # CONFIG_HEADERS_CHECK is not set | ||
1516 | # CONFIG_DEBUG_KERNEL is not set | ||
1517 | CONFIG_LOG_BUF_SHIFT=15 | ||
1518 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1519 | CONFIG_EARLY_PRINTK=y | ||
1520 | CONFIG_X86_FIND_SMP_CONFIG=y | ||
1521 | CONFIG_X86_MPPARSE=y | ||
1522 | CONFIG_DOUBLEFAULT=y | ||
1523 | |||
1524 | # | ||
1525 | # Security options | ||
1526 | # | ||
1527 | # CONFIG_KEYS is not set | ||
1528 | # CONFIG_SECURITY is not set | ||
1529 | |||
1530 | # | ||
1531 | # Cryptographic options | ||
1532 | # | ||
1533 | CONFIG_CRYPTO=y | ||
1534 | CONFIG_CRYPTO_ALGAPI=m | ||
1535 | CONFIG_CRYPTO_BLKCIPHER=m | ||
1536 | CONFIG_CRYPTO_MANAGER=m | ||
1537 | # CONFIG_CRYPTO_HMAC is not set | ||
1538 | # CONFIG_CRYPTO_XCBC is not set | ||
1539 | # CONFIG_CRYPTO_NULL is not set | ||
1540 | # CONFIG_CRYPTO_MD4 is not set | ||
1541 | # CONFIG_CRYPTO_MD5 is not set | ||
1542 | CONFIG_CRYPTO_SHA1=m | ||
1543 | CONFIG_CRYPTO_SHA256=m | ||
1544 | # CONFIG_CRYPTO_SHA512 is not set | ||
1545 | # CONFIG_CRYPTO_WP512 is not set | ||
1546 | # CONFIG_CRYPTO_TGR192 is not set | ||
1547 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1548 | CONFIG_CRYPTO_ECB=m | ||
1549 | CONFIG_CRYPTO_CBC=m | ||
1550 | CONFIG_CRYPTO_PCBC=m | ||
1551 | # CONFIG_CRYPTO_LRW is not set | ||
1552 | # CONFIG_CRYPTO_DES is not set | ||
1553 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1554 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1555 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1556 | # CONFIG_CRYPTO_TWOFISH_586 is not set | ||
1557 | # CONFIG_CRYPTO_SERPENT is not set | ||
1558 | # CONFIG_CRYPTO_AES is not set | ||
1559 | # CONFIG_CRYPTO_AES_586 is not set | ||
1560 | # CONFIG_CRYPTO_CAST5 is not set | ||
1561 | # CONFIG_CRYPTO_CAST6 is not set | ||
1562 | # CONFIG_CRYPTO_TEA is not set | ||
1563 | # CONFIG_CRYPTO_ARC4 is not set | ||
1564 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1565 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1566 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1567 | # CONFIG_CRYPTO_LZO is not set | ||
1568 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1569 | # CONFIG_CRYPTO_CRC32C is not set | ||
1570 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1571 | # CONFIG_CRYPTO_TEST is not set | ||
1572 | |||
1573 | # | ||
1574 | # Hardware crypto devices | ||
1575 | # | ||
1576 | CONFIG_CRYPTO_DEV_PADLOCK=m | ||
1577 | CONFIG_CRYPTO_DEV_PADLOCK_AES=m | ||
1578 | CONFIG_CRYPTO_DEV_PADLOCK_SHA=m | ||
1579 | CONFIG_CRYPTO_DEV_GEODE=m | ||
1580 | |||
1581 | # | ||
1582 | # Library routines | ||
1583 | # | ||
1584 | CONFIG_BITREVERSE=y | ||
1585 | CONFIG_CRC_CCITT=m | ||
1586 | # CONFIG_CRC16 is not set | ||
1587 | CONFIG_CRC32=y | ||
1588 | CONFIG_LIBCRC32C=m | ||
1589 | CONFIG_AUDIT_GENERIC=y | ||
1590 | # CONFIG_LZO is not set | ||
1591 | CONFIG_ZLIB_INFLATE=m | ||
1592 | CONFIG_PLIST=y | ||
1593 | CONFIG_HAS_IOMEM=y | ||
1594 | CONFIG_HAS_IOPORT=y | ||
1595 | CONFIG_GENERIC_HARDIRQS=y | ||
1596 | CONFIG_GENERIC_IRQ_PROBE=y | ||
1597 | CONFIG_GENERIC_PENDING_IRQ=y | ||
1598 | CONFIG_X86_SMP=y | ||
1599 | CONFIG_X86_HT=y | ||
1600 | CONFIG_X86_BIOS_REBOOT=y | ||
1601 | CONFIG_X86_TRAMPOLINE=y | ||
1602 | CONFIG_KTIME_SCALAR=y | ||
diff --git a/meta/packages/linux/linux-rp.inc b/meta/packages/linux/linux-rp.inc index c3f11c2b61..daa1f5f2c1 100644 --- a/meta/packages/linux/linux-rp.inc +++ b/meta/packages/linux/linux-rp.inc | |||
@@ -21,8 +21,9 @@ ALLOW_EMPTY = "1" | |||
21 | 21 | ||
22 | EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}" | 22 | EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}" |
23 | COMPATIBLE_HOST = "(arm|i.86).*-linux" | 23 | COMPATIBLE_HOST = "(arm|i.86).*-linux" |
24 | COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|ipaq-pxa270|qemuarm|qemux86)' | 24 | COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|ipaq-pxa270|qemuarm|qemux86|bootcdx86)' |
25 | KERNEL_IMAGETYPE_qemux86 = "bzImage" | 25 | KERNEL_IMAGETYPE_qemux86 = "bzImage" |
26 | KERNEL_IMAGETYPE_bootcdx86 = "bzImage" | ||
26 | 27 | ||
27 | CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd" | 28 | CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd" |
28 | CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2" | 29 | CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2" |
diff --git a/meta/packages/linux/linux-rp_2.6.21.bb b/meta/packages/linux/linux-rp_2.6.21.bb index 6fc3cf19ce..8fb46eef46 100644 --- a/meta/packages/linux/linux-rp_2.6.21.bb +++ b/meta/packages/linux/linux-rp_2.6.21.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require linux-rp.inc | 1 | require linux-rp.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | # Handy URLs | 5 | # Handy URLs |
6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 | 6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |
@@ -58,6 +58,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \ | |||
58 | file://defconfig-spitz \ | 58 | file://defconfig-spitz \ |
59 | file://defconfig-qemuarm \ | 59 | file://defconfig-qemuarm \ |
60 | file://defconfig-qemux86 \ | 60 | file://defconfig-qemux86 \ |
61 | file://defconfig-bootcdx86 \ | ||
61 | file://defconfig-tosa " | 62 | file://defconfig-tosa " |
62 | 63 | ||
63 | # Add this to enable pm debug code (useful with a serial lead) | 64 | # Add this to enable pm debug code (useful with a serial lead) |