Gentoo Archives: gentoo-user

From: Roland Puntaier <Roland.Puntaier@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] unknown symbol request_module
Date: Mon, 15 Sep 2008 15:01:12
Message-Id: OFDB24F8CF.2863D5FE-ONC12574C5.00524B13-C12574C5.00526A2E@br-automation.com
In Reply to: Re: [gentoo-user] unknown symbol request_module by Roland Puntaier
1 Hi,
2
3 in the meantime I found some time to investigate a little and finally
4 managed to make it work.
5
6 Here is part of the diff of .config compared to my posted one:
7
8 --- _config_old Mon Sep 15 12:37:14 2008
9 +++ _config Mon Sep 15 01:32:54 2008
10 @@ -1,7 +1,7 @@
11 #
12 # Automatically generated make config: don't edit
13 # Linux kernel version: 2.6.25-gentoo-r7
14 -# Sun Aug 31 18:55:42 2008
15 +# Sat Sep 13 23:58:43 2008
16 #
17 # CONFIG_64BIT is not set
18 CONFIG_X86_32=y
19 @@ -129,10 +129,10 @@
20 CONFIG_BASE_SMALL=0
21 CONFIG_MODULES=y
22 CONFIG_MODULE_UNLOAD=y
23 -CONFIG_MODULE_FORCE_UNLOAD=y
24 -# CONFIG_MODVERSIONS is not set
25 +# CONFIG_MODULE_FORCE_UNLOAD is not set
26 +CONFIG_MODVERSIONS=y
27 # CONFIG_MODULE_SRCVERSION_ALL is not set
28 -CONFIG_KMOD=y
29 +# CONFIG_KMOD is not set
30 ....
31
32
33 Why there was the "unknown symbol request_module" is unfortunately not yet
34 completely clear to me:
35
36
37 I originally had CONFIG_KMOD=y, which would enable the
38 EXPORT_SYMBOL(request_module) in kernel/kmod.c, but
39 looking int
40 cat /proc/kallsyms
41 , it was not there.
42 zcat /proc/config.gz,
43 above diff and the fact that sound/core/sound.c needed it mean that it was
44 set.
45
46
47 Now CONFIG_KMOD is not set and this means that the modules (which have a
48 #ifdef CONFIG_KMOD) won't look for it.
49
50
51 It might be that kmod.c by some strange coincidence got not recompiled,
52 although I'm quite sure I did
53 make mrproper
54 Or maybe some other difference in the above diff hindered the linking of
55 kmod.o.
56 (e.g. CONFIG_MODVERSIONS is there in Makefile and has influence on how
57 scripts are called).
58
59
60 Cheers, Roland
61
62 Roland Puntaier <Roland.Puntaier@×××××××××××××.com> schrieb am 02.09.2008
63 10:31:28:
64
65 > Hello Xavier,
66 >
67 > here is the .config.
68 > I just realized that there went something wrong when I put dmesg output
69 > onto the USB stick: the file is empty.
70 > But as mentioned there are a lot of "Unknown symbol" entries. All but
71 > "request_module" are from sound modules.
72 >
73 > Many thanks for your help.
74 > Roland
75 >
76 > #
77 > # Automatically generated make config: don't edit
78 > # Linux kernel version: 2.6.25-gentoo-r7
79 > # Sun Aug 31 18:55:42 2008
80 > #
81 > # CONFIG_64BIT is not set
82 > CONFIG_X86_32=y
83 > # CONFIG_X86_64 is not set
84 > CONFIG_X86=y
85 > CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
86 > # CONFIG_GENERIC_LOCKBREAK is not set
87 > CONFIG_GENERIC_TIME=y
88 > CONFIG_GENERIC_CMOS_UPDATE=y
89 > CONFIG_CLOCKSOURCE_WATCHDOG=y
90 > CONFIG_GENERIC_CLOCKEVENTS=y
91 > CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
92 > CONFIG_LOCKDEP_SUPPORT=y
93 > CONFIG_STACKTRACE_SUPPORT=y
94 > CONFIG_HAVE_LATENCYTOP_SUPPORT=y
95 > CONFIG_SEMAPHORE_SLEEPERS=y
96 > CONFIG_FAST_CMPXCHG_LOCAL=y
97 > CONFIG_MMU=y
98 > CONFIG_ZONE_DMA=y
99 > CONFIG_GENERIC_ISA_DMA=y
100 > CONFIG_GENERIC_IOMAP=y
101 > CONFIG_GENERIC_BUG=y
102 > CONFIG_GENERIC_HWEIGHT=y
103 > # CONFIG_GENERIC_GPIO is not set
104 > CONFIG_ARCH_MAY_HAVE_PC_FDC=y
105 > CONFIG_DMI=y
106 > # CONFIG_RWSEM_GENERIC_SPINLOCK is not set
107 > CONFIG_RWSEM_XCHGADD_ALGORITHM=y
108 > # CONFIG_ARCH_HAS_ILOG2_U32 is not set
109 > # CONFIG_ARCH_HAS_ILOG2_U64 is not set
110 > CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
111 > CONFIG_GENERIC_CALIBRATE_DELAY=y
112 > # CONFIG_GENERIC_TIME_VSYSCALL is not set
113 > CONFIG_ARCH_HAS_CPU_RELAX=y
114 > # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
115 > CONFIG_ARCH_HIBERNATION_POSSIBLE=y
116 > CONFIG_ARCH_SUSPEND_POSSIBLE=y
117 > # CONFIG_ZONE_DMA32 is not set
118 > CONFIG_ARCH_POPULATES_NODE_MAP=y
119 > # CONFIG_AUDIT_ARCH is not set
120 > CONFIG_ARCH_SUPPORTS_AOUT=y
121 > CONFIG_GENERIC_HARDIRQS=y
122 > CONFIG_GENERIC_IRQ_PROBE=y
123 > CONFIG_GENERIC_PENDING_IRQ=y
124 > CONFIG_X86_SMP=y
125 > CONFIG_X86_32_SMP=y
126 > CONFIG_X86_HT=y
127 > CONFIG_X86_BIOS_REBOOT=y
128 > CONFIG_X86_TRAMPOLINE=y
129 > CONFIG_KTIME_SCALAR=y
130 > CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
131 >
132 > #
133 > # General setup
134 > #
135 > CONFIG_EXPERIMENTAL=y
136 > CONFIG_LOCK_KERNEL=y
137 > CONFIG_INIT_ENV_ARG_LIMIT=32
138 > CONFIG_LOCALVERSION=""
139 > CONFIG_LOCALVERSION_AUTO=y
140 > CONFIG_SWAP=y
141 > CONFIG_SYSVIPC=y
142 > CONFIG_SYSVIPC_SYSCTL=y
143 > CONFIG_POSIX_MQUEUE=y
144 > # CONFIG_BSD_PROCESS_ACCT is not set
145 > # CONFIG_TASKSTATS is not set
146 > # CONFIG_AUDIT is not set
147 > CONFIG_IKCONFIG=y
148 > CONFIG_IKCONFIG_PROC=y
149 > CONFIG_LOG_BUF_SHIFT=18
150 > # CONFIG_CGROUPS is not set
151 > CONFIG_GROUP_SCHED=y
152 > CONFIG_FAIR_GROUP_SCHED=y
153 > # CONFIG_RT_GROUP_SCHED is not set
154 > CONFIG_USER_SCHED=y
155 > # CONFIG_CGROUP_SCHED is not set
156 > CONFIG_SYSFS_DEPRECATED=y
157 > CONFIG_SYSFS_DEPRECATED_V2=y
158 > CONFIG_RELAY=y
159 > CONFIG_NAMESPACES=y
160 > # CONFIG_UTS_NS is not set
161 > # CONFIG_IPC_NS is not set
162 > # CONFIG_USER_NS is not set
163 > # CONFIG_PID_NS is not set
164 > CONFIG_BLK_DEV_INITRD=y
165 > CONFIG_INITRAMFS_SOURCE=""
166 > CONFIG_CC_OPTIMIZE_FOR_SIZE=y
167 > CONFIG_SYSCTL=y
168 > # CONFIG_EMBEDDED is not set
169 > CONFIG_UID16=y
170 > CONFIG_SYSCTL_SYSCALL=y
171 > CONFIG_KALLSYMS=y
172 > CONFIG_KALLSYMS_ALL=y
173 > # CONFIG_KALLSYMS_EXTRA_PASS is not set
174 > CONFIG_HOTPLUG=y
175 > CONFIG_PRINTK=y
176 > CONFIG_BUG=y
177 > CONFIG_ELF_CORE=y
178 > CONFIG_COMPAT_BRK=y
179 > CONFIG_BASE_FULL=y
180 > CONFIG_FUTEX=y
181 > CONFIG_ANON_INODES=y
182 > CONFIG_EPOLL=y
183 > CONFIG_SIGNALFD=y
184 > CONFIG_TIMERFD=y
185 > CONFIG_EVENTFD=y
186 > CONFIG_SHMEM=y
187 > CONFIG_VM_EVENT_COUNTERS=y
188 > CONFIG_SLUB_DEBUG=y
189 > # CONFIG_SLAB is not set
190 > CONFIG_SLUB=y
191 > # CONFIG_SLOB is not set
192 > CONFIG_PROFILING=y
193 > # CONFIG_MARKERS is not set
194 > CONFIG_OPROFILE=y
195 > CONFIG_HAVE_OPROFILE=y
196 > CONFIG_KPROBES=y
197 > CONFIG_KRETPROBES=y
198 > CONFIG_HAVE_KPROBES=y
199 > CONFIG_HAVE_KRETPROBES=y
200 > CONFIG_PROC_PAGE_MONITOR=y
201 > CONFIG_SLABINFO=y
202 > CONFIG_RT_MUTEXES=y
203 > # CONFIG_TINY_SHMEM is not set
204 > CONFIG_BASE_SMALL=0
205 > CONFIG_MODULES=y
206 > CONFIG_MODULE_UNLOAD=y
207 > CONFIG_MODULE_FORCE_UNLOAD=y
208 > # CONFIG_MODVERSIONS is not set
209 > # CONFIG_MODULE_SRCVERSION_ALL is not set
210 > CONFIG_KMOD=y
211 > CONFIG_STOP_MACHINE=y
212 > CONFIG_BLOCK=y
213 > CONFIG_LBD=y
214 > # CONFIG_BLK_DEV_IO_TRACE is not set
215 > # CONFIG_LSF is not set
216 > # CONFIG_BLK_DEV_BSG is not set
217 >
218 > #
219 > # IO Schedulers
220 > #
221 > CONFIG_IOSCHED_NOOP=y
222 > CONFIG_IOSCHED_AS=y
223 > CONFIG_IOSCHED_DEADLINE=y
224 > CONFIG_IOSCHED_CFQ=y
225 > # CONFIG_DEFAULT_AS is not set
226 > # CONFIG_DEFAULT_DEADLINE is not set
227 > CONFIG_DEFAULT_CFQ=y
228 > # CONFIG_DEFAULT_NOOP is not set
229 > CONFIG_DEFAULT_IOSCHED="cfq"
230 > CONFIG_CLASSIC_RCU=y
231 >
232 > #
233 > # Processor type and features
234 > #
235 > CONFIG_TICK_ONESHOT=y
236 > CONFIG_NO_HZ=y
237 > CONFIG_HIGH_RES_TIMERS=y
238 > CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
239 > CONFIG_SMP=y
240 > # CONFIG_X86_PC is not set
241 > # CONFIG_X86_ELAN is not set
242 > # CONFIG_X86_VOYAGER is not set
243 > # CONFIG_X86_NUMAQ is not set
244 > # CONFIG_X86_SUMMIT is not set
245 > # CONFIG_X86_BIGSMP is not set
246 > # CONFIG_X86_VISWS is not set
247 > CONFIG_X86_GENERICARCH=y
248 > # CONFIG_X86_ES7000 is not set
249 > # CONFIG_X86_RDC321X is not set
250 > # CONFIG_X86_VSMP is not set
251 > CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
252 > # CONFIG_PARAVIRT_GUEST is not set
253 > CONFIG_X86_CYCLONE_TIMER=y
254 > # CONFIG_M386 is not set
255 > # CONFIG_M486 is not set
256 > # CONFIG_M586 is not set
257 > # CONFIG_M586TSC is not set
258 > # CONFIG_M586MMX is not set
259 > # CONFIG_M686 is not set
260 > # CONFIG_MPENTIUMII is not set
261 > CONFIG_MPENTIUMIII=y
262 > # CONFIG_MPENTIUMM is not set
263 > # CONFIG_MPENTIUM4 is not set
264 > # CONFIG_MK6 is not set
265 > # CONFIG_MK7 is not set
266 > # CONFIG_MK8 is not set
267 > # CONFIG_MCRUSOE is not set
268 > # CONFIG_MEFFICEON is not set
269 > # CONFIG_MWINCHIPC6 is not set
270 > # CONFIG_MWINCHIP2 is not set
271 > # CONFIG_MWINCHIP3D is not set
272 > # CONFIG_MGEODEGX1 is not set
273 > # CONFIG_MGEODE_LX is not set
274 > # CONFIG_MCYRIXIII is not set
275 > # CONFIG_MVIAC3_2 is not set
276 > # CONFIG_MVIAC7 is not set
277 > # CONFIG_MPSC is not set
278 > # CONFIG_MCORE2 is not set
279 > # CONFIG_GENERIC_CPU is not set
280 > CONFIG_X86_GENERIC=y
281 > CONFIG_X86_CMPXCHG=y
282 > CONFIG_X86_L1_CACHE_SHIFT=7
283 > CONFIG_X86_XADD=y
284 > CONFIG_X86_WP_WORKS_OK=y
285 > CONFIG_X86_INVLPG=y
286 > CONFIG_X86_BSWAP=y
287 > CONFIG_X86_POPAD_OK=y
288 > CONFIG_X86_GOOD_APIC=y
289 > CONFIG_X86_INTEL_USERCOPY=y
290 > CONFIG_X86_USE_PPRO_CHECKSUM=y
291 > CONFIG_X86_TSC=y
292 > CONFIG_X86_CMOV=y
293 > CONFIG_X86_MINIMUM_CPU_FAMILY=4
294 > CONFIG_X86_DEBUGCTLMSR=y
295 > CONFIG_HPET_TIMER=y
296 > CONFIG_HPET_EMULATE_RTC=y
297 > # CONFIG_IOMMU_HELPER is not set
298 > CONFIG_NR_CPUS=32
299 > CONFIG_SCHED_SMT=y
300 > CONFIG_SCHED_MC=y
301 > # CONFIG_PREEMPT_NONE is not set
302 > CONFIG_PREEMPT_VOLUNTARY=y
303 > # CONFIG_PREEMPT is not set
304 > CONFIG_X86_LOCAL_APIC=y
305 > CONFIG_X86_IO_APIC=y
306 > CONFIG_X86_MCE=y
307 > CONFIG_X86_MCE_NONFATAL=y
308 > CONFIG_X86_MCE_P4THERMAL=y
309 > CONFIG_VM86=y
310 > # CONFIG_TOSHIBA is not set
311 > # CONFIG_I8K is not set
312 > # CONFIG_X86_REBOOTFIXUPS is not set
313 > CONFIG_MICROCODE=y
314 > CONFIG_MICROCODE_OLD_INTERFACE=y
315 > CONFIG_X86_MSR=y
316 > CONFIG_X86_CPUID=y
317 > # CONFIG_NOHIGHMEM is not set
318 > CONFIG_HIGHMEM4G=y
319 > # CONFIG_HIGHMEM64G is not set
320 > CONFIG_PAGE_OFFSET=0xC0000000
321 > CONFIG_HIGHMEM=y
322 > CONFIG_SELECT_MEMORY_MODEL=y
323 > CONFIG_FLATMEM_MANUAL=y
324 > # CONFIG_DISCONTIGMEM_MANUAL is not set
325 > # CONFIG_SPARSEMEM_MANUAL is not set
326 > CONFIG_FLATMEM=y
327 > CONFIG_FLAT_NODE_MEM_MAP=y
328 > # CONFIG_SPARSEMEM_STATIC is not set
329 > # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
330 > CONFIG_SPLIT_PTLOCK_CPUS=4
331 > CONFIG_RESOURCES_64BIT=y
332 > CONFIG_ZONE_DMA_FLAG=1
333 > CONFIG_BOUNCE=y
334 > CONFIG_VIRT_TO_BUS=y
335 > # CONFIG_HIGHPTE is not set
336 > # CONFIG_MATH_EMULATION is not set
337 > CONFIG_MTRR=y
338 > # CONFIG_EFI is not set
339 > # CONFIG_IRQBALANCE is not set
340 > CONFIG_SECCOMP=y
341 > # CONFIG_HZ_100 is not set
342 > CONFIG_HZ_250=y
343 > # CONFIG_HZ_300 is not set
344 > # CONFIG_HZ_1000 is not set
345 > CONFIG_HZ=250
346 > CONFIG_SCHED_HRTICK=y
347 > # CONFIG_KEXEC is not set
348 > # CONFIG_CRASH_DUMP is not set
349 > CONFIG_PHYSICAL_START=0x100000
350 > # CONFIG_RELOCATABLE is not set
351 > CONFIG_PHYSICAL_ALIGN=0x100000
352 > CONFIG_HOTPLUG_CPU=y
353 > CONFIG_COMPAT_VDSO=y
354 > CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
355 >
356 > #
357 > # Power management options
358 > #
359 > CONFIG_PM=y
360 > CONFIG_PM_LEGACY=y
361 > # CONFIG_PM_DEBUG is not set
362 > CONFIG_PM_SLEEP_SMP=y
363 > CONFIG_PM_SLEEP=y
364 > CONFIG_SUSPEND=y
365 > CONFIG_SUSPEND_FREEZER=y
366 > CONFIG_HIBERNATION=y
367 > CONFIG_PM_STD_PARTITION=""
368 > CONFIG_ACPI=y
369 > CONFIG_ACPI_SLEEP=y
370 > CONFIG_ACPI_PROCFS=y
371 > CONFIG_ACPI_PROCFS_POWER=y
372 > CONFIG_ACPI_SYSFS_POWER=y
373 > CONFIG_ACPI_PROC_EVENT=y
374 > CONFIG_ACPI_AC=y
375 > CONFIG_ACPI_BATTERY=y
376 > CONFIG_ACPI_BUTTON=y
377 > # CONFIG_ACPI_VIDEO is not set
378 > CONFIG_ACPI_FAN=y
379 > CONFIG_ACPI_DOCK=y
380 > # CONFIG_ACPI_BAY is not set
381 > CONFIG_ACPI_PROCESSOR=y
382 > CONFIG_ACPI_HOTPLUG_CPU=y
383 > CONFIG_ACPI_THERMAL=y
384 > # CONFIG_ACPI_WMI is not set
385 > # CONFIG_ACPI_ASUS is not set
386 > # CONFIG_ACPI_TOSHIBA is not set
387 > # CONFIG_ACPI_CUSTOM_DSDT is not set
388 > CONFIG_ACPI_BLACKLIST_YEAR=2001
389 > CONFIG_ACPI_DEBUG=y
390 > # CONFIG_ACPI_DEBUG_FUNC_TRACE is not set
391 > CONFIG_ACPI_EC=y
392 > CONFIG_ACPI_POWER=y
393 > CONFIG_ACPI_SYSTEM=y
394 > CONFIG_X86_PM_TIMER=y
395 > CONFIG_ACPI_CONTAINER=y
396 > # CONFIG_ACPI_SBS is not set
397 > CONFIG_X86_APM_BOOT=y
398 > CONFIG_APM=y
399 > # CONFIG_APM_IGNORE_USER_SUSPEND is not set
400 > # CONFIG_APM_DO_ENABLE is not set
401 > # CONFIG_APM_CPU_IDLE is not set
402 > # CONFIG_APM_DISPLAY_BLANK is not set
403 > # CONFIG_APM_ALLOW_INTS is not set
404 > # CONFIG_APM_REAL_MODE_POWER_OFF is not set
405 >
406 > #
407 > # CPU Frequency scaling
408 > #
409 > CONFIG_CPU_FREQ=y
410 > CONFIG_CPU_FREQ_TABLE=y
411 > CONFIG_CPU_FREQ_DEBUG=y
412 > CONFIG_CPU_FREQ_STAT=y
413 > # CONFIG_CPU_FREQ_STAT_DETAILS is not set
414 > CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
415 > # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
416 > # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
417 > # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
418 > CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
419 > # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
420 > CONFIG_CPU_FREQ_GOV_USERSPACE=y
421 > CONFIG_CPU_FREQ_GOV_ONDEMAND=y
422 > CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
423 >
424 > #
425 > # CPUFreq processor drivers
426 > #
427 > CONFIG_X86_ACPI_CPUFREQ=y
428 > # CONFIG_X86_POWERNOW_K6 is not set
429 > # CONFIG_X86_POWERNOW_K7 is not set
430 > CONFIG_X86_POWERNOW_K8=y
431 > CONFIG_X86_POWERNOW_K8_ACPI=y
432 > # CONFIG_X86_GX_SUSPMOD is not set
433 > # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
434 > # CONFIG_X86_SPEEDSTEP_ICH is not set
435 > # CONFIG_X86_SPEEDSTEP_SMI is not set
436 > # CONFIG_X86_P4_CLOCKMOD is not set
437 > # CONFIG_X86_CPUFREQ_NFORCE2 is not set
438 > # CONFIG_X86_LONGRUN is not set
439 > # CONFIG_X86_LONGHAUL is not set
440 > # CONFIG_X86_E_POWERSAVER is not set
441 >
442 > #
443 > # shared options
444 > #
445 > CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y
446 > # CONFIG_X86_SPEEDSTEP_LIB is not set
447 > CONFIG_CPU_IDLE=y
448 > CONFIG_CPU_IDLE_GOV_LADDER=y
449 > CONFIG_CPU_IDLE_GOV_MENU=y
450 >
451 > #
452 > # Bus options (PCI etc.)
453 > #
454 > CONFIG_PCI=y
455 > # CONFIG_PCI_GOBIOS is not set
456 > # CONFIG_PCI_GOMMCONFIG is not set
457 > # CONFIG_PCI_GODIRECT is not set
458 > CONFIG_PCI_GOANY=y
459 > CONFIG_PCI_BIOS=y
460 > CONFIG_PCI_DIRECT=y
461 > CONFIG_PCI_MMCONFIG=y
462 > CONFIG_PCI_DOMAINS=y
463 > # CONFIG_PCIEPORTBUS is not set
464 > CONFIG_ARCH_SUPPORTS_MSI=y
465 > CONFIG_PCI_MSI=y
466 > CONFIG_PCI_LEGACY=y
467 > # CONFIG_PCI_DEBUG is not set
468 > # CONFIG_HT_IRQ is not set
469 > CONFIG_ISA_DMA_API=y
470 > CONFIG_ISA=y
471 > # CONFIG_EISA is not set
472 > # CONFIG_MCA is not set
473 > # CONFIG_SCx200 is not set
474 > CONFIG_K8_NB=y
475 > CONFIG_PCCARD=y
476 > # CONFIG_PCMCIA_DEBUG is not set
477 > CONFIG_PCMCIA=y
478 > CONFIG_PCMCIA_LOAD_CIS=y
479 > CONFIG_PCMCIA_IOCTL=y
480 > CONFIG_CARDBUS=y
481 >
482 > #
483 > # PC-card bridges
484 > #
485 > CONFIG_YENTA=y
486 > CONFIG_YENTA_O2=y
487 > CONFIG_YENTA_RICOH=y
488 > CONFIG_YENTA_TI=y
489 > CONFIG_YENTA_ENE_TUNE=y
490 > CONFIG_YENTA_TOSHIBA=y
491 > CONFIG_PD6729=y
492 > CONFIG_I82092=y
493 > # CONFIG_I82365 is not set
494 > # CONFIG_TCIC is not set
495 > CONFIG_PCMCIA_PROBE=y
496 > CONFIG_PCCARD_NONSTATIC=y
497 > # CONFIG_HOTPLUG_PCI is not set
498 >
499 > #
500 > # Executable file formats / Emulations
501 > #
502 > CONFIG_BINFMT_ELF=y
503 > # CONFIG_BINFMT_AOUT is not set
504 > # CONFIG_BINFMT_MISC is not set
505 >
506 > #
507 > # Networking
508 > #
509 > CONFIG_NET=y
510 >
511 > #
512 > # Networking options
513 > #
514 > CONFIG_PACKET=y
515 > # CONFIG_PACKET_MMAP is not set
516 > CONFIG_UNIX=y
517 > CONFIG_XFRM=y
518 > # CONFIG_XFRM_USER is not set
519 > # CONFIG_XFRM_SUB_POLICY is not set
520 > # CONFIG_XFRM_MIGRATE is not set
521 > # CONFIG_XFRM_STATISTICS is not set
522 > # CONFIG_NET_KEY is not set
523 > CONFIG_INET=y
524 > CONFIG_IP_MULTICAST=y
525 > # CONFIG_IP_ADVANCED_ROUTER is not set
526 > CONFIG_IP_FIB_HASH=y
527 > CONFIG_IP_PNP=y
528 > CONFIG_IP_PNP_DHCP=y
529 > # CONFIG_IP_PNP_BOOTP is not set
530 > # CONFIG_IP_PNP_RARP is not set
531 > # CONFIG_NET_IPIP is not set
532 > # CONFIG_NET_IPGRE is not set
533 > # CONFIG_IP_MROUTE is not set
534 > # CONFIG_ARPD is not set
535 > # CONFIG_SYN_COOKIES is not set
536 > # CONFIG_INET_AH is not set
537 > # CONFIG_INET_ESP is not set
538 > # CONFIG_INET_IPCOMP is not set
539 > # CONFIG_INET_XFRM_TUNNEL is not set
540 > CONFIG_INET_TUNNEL=y
541 > CONFIG_INET_XFRM_MODE_TRANSPORT=y
542 > CONFIG_INET_XFRM_MODE_TUNNEL=y
543 > # CONFIG_INET_XFRM_MODE_BEET is not set
544 > # CONFIG_INET_LRO is not set
545 > CONFIG_INET_DIAG=y
546 > CONFIG_INET_TCP_DIAG=y
547 > # CONFIG_TCP_CONG_ADVANCED is not set
548 > CONFIG_TCP_CONG_CUBIC=y
549 > CONFIG_DEFAULT_TCP_CONG="cubic"
550 > # CONFIG_TCP_MD5SIG is not set
551 > CONFIG_IPV6=y
552 > # CONFIG_IPV6_PRIVACY is not set
553 > # CONFIG_IPV6_ROUTER_PREF is not set
554 > # CONFIG_IPV6_OPTIMISTIC_DAD is not set
555 > # CONFIG_INET6_AH is not set
556 > # CONFIG_INET6_ESP is not set
557 > # CONFIG_INET6_IPCOMP is not set
558 > # CONFIG_IPV6_MIP6 is not set
559 > # CONFIG_INET6_XFRM_TUNNEL is not set
560 > # CONFIG_INET6_TUNNEL is not set
561 > CONFIG_INET6_XFRM_MODE_TRANSPORT=y
562 > CONFIG_INET6_XFRM_MODE_TUNNEL=y
563 > # CONFIG_INET6_XFRM_MODE_BEET is not set
564 > # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
565 > CONFIG_IPV6_SIT=y
566 > # CONFIG_IPV6_TUNNEL is not set
567 > # CONFIG_IPV6_MULTIPLE_TABLES is not set
568 > # CONFIG_NETWORK_SECMARK is not set
569 > # CONFIG_NETFILTER is not set
570 > # CONFIG_IP_DCCP is not set
571 > # CONFIG_IP_SCTP is not set
572 > # CONFIG_TIPC is not set
573 > # CONFIG_ATM is not set
574 > # CONFIG_BRIDGE is not set
575 > # CONFIG_VLAN_8021Q is not set
576 > # CONFIG_DECNET is not set
577 > # CONFIG_LLC2 is not set
578 > # CONFIG_IPX is not set
579 > # CONFIG_ATALK is not set
580 > # CONFIG_X25 is not set
581 > # CONFIG_LAPB is not set
582 > # CONFIG_ECONET is not set
583 > # CONFIG_WAN_ROUTER is not set
584 > # CONFIG_NET_SCHED is not set
585 >
586 > #
587 > # Network testing
588 > #
589 > # CONFIG_NET_PKTGEN is not set
590 > # CONFIG_NET_TCPPROBE is not set
591 > # CONFIG_HAMRADIO is not set
592 > # CONFIG_CAN is not set
593 > # CONFIG_IRDA is not set
594 > # CONFIG_BT is not set
595 > # CONFIG_AF_RXRPC is not set
596 >
597 > #
598 > # Wireless
599 > #
600 > # CONFIG_CFG80211 is not set
601 > # CONFIG_WIRELESS_EXT is not set
602 > # CONFIG_MAC80211 is not set
603 > # CONFIG_IEEE80211 is not set
604 > # CONFIG_RFKILL is not set
605 > # CONFIG_NET_9P is not set
606 >
607 > #
608 > # Device Drivers
609 > #
610 >
611 > #
612 > # Generic Driver Options
613 > #
614 > CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
615 > CONFIG_STANDALONE=y
616 > CONFIG_PREVENT_FIRMWARE_BUILD=y
617 > CONFIG_FW_LOADER=y
618 > # CONFIG_DEBUG_DRIVER is not set
619 > # CONFIG_DEBUG_DEVRES is not set
620 > # CONFIG_SYS_HYPERVISOR is not set
621 > # CONFIG_CONNECTOR is not set
622 > # CONFIG_MTD is not set
623 > CONFIG_PARPORT=y
624 > # CONFIG_PARPORT_PC is not set
625 > # CONFIG_PARPORT_GSC is not set
626 > # CONFIG_PARPORT_AX88796 is not set
627 > # CONFIG_PARPORT_1284 is not set
628 > CONFIG_PNP=y
629 > CONFIG_PNP_DEBUG=y
630 >
631 > #
632 > # Protocols
633 > #
634 > # CONFIG_ISAPNP is not set
635 > # CONFIG_PNPBIOS is not set
636 > CONFIG_PNPACPI=y
637 > CONFIG_BLK_DEV=y
638 > CONFIG_BLK_DEV_FD=y
639 > # CONFIG_BLK_DEV_XD is not set
640 > # CONFIG_BLK_CPQ_DA is not set
641 > # CONFIG_BLK_CPQ_CISS_DA is not set
642 > # CONFIG_BLK_DEV_DAC960 is not set
643 > # CONFIG_BLK_DEV_UMEM is not set
644 > # CONFIG_BLK_DEV_COW_COMMON is not set
645 > CONFIG_BLK_DEV_LOOP=y
646 > # CONFIG_BLK_DEV_CRYPTOLOOP is not set
647 > # CONFIG_BLK_DEV_NBD is not set
648 > # CONFIG_BLK_DEV_SX8 is not set
649 > # CONFIG_BLK_DEV_UB is not set
650 > CONFIG_BLK_DEV_RAM=y
651 > CONFIG_BLK_DEV_RAM_COUNT=16
652 > CONFIG_BLK_DEV_RAM_SIZE=4096
653 > # CONFIG_BLK_DEV_XIP is not set
654 > # CONFIG_CDROM_PKTCDVD is not set
655 > # CONFIG_ATA_OVER_ETH is not set
656 > CONFIG_MISC_DEVICES=y
657 > # CONFIG_IBM_ASM is not set
658 > # CONFIG_PHANTOM is not set
659 > # CONFIG_EEPROM_93CX6 is not set
660 > # CONFIG_SGI_IOC4 is not set
661 > # CONFIG_TIFM_CORE is not set
662 > # CONFIG_FUJITSU_LAPTOP is not set
663 > # CONFIG_TC1100_WMI is not set
664 > # CONFIG_MSI_LAPTOP is not set
665 > # CONFIG_SONY_LAPTOP is not set
666 > # CONFIG_THINKPAD_ACPI is not set
667 > # CONFIG_INTEL_MENLOW is not set
668 > # CONFIG_ENCLOSURE_SERVICES is not set
669 > CONFIG_HAVE_IDE=y
670 > CONFIG_IDE=y
671 > CONFIG_BLK_DEV_IDE=y
672 >
673 > #
674 > # Please see Documentation/ide/ide.txt for help/info on IDE drives
675 > #
676 > # CONFIG_BLK_DEV_IDE_SATA is not set
677 > # CONFIG_BLK_DEV_HD_IDE is not set
678 > CONFIG_BLK_DEV_IDEDISK=y
679 > CONFIG_IDEDISK_MULTI_MODE=y
680 > # CONFIG_BLK_DEV_IDECS is not set
681 > # CONFIG_BLK_DEV_DELKIN is not set
682 > CONFIG_BLK_DEV_IDECD=y
683 > CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
684 > # CONFIG_BLK_DEV_IDETAPE is not set
685 > # CONFIG_BLK_DEV_IDEFLOPPY is not set
686 > # CONFIG_BLK_DEV_IDESCSI is not set
687 > CONFIG_BLK_DEV_IDEACPI=y
688 > CONFIG_IDE_TASK_IOCTL=y
689 > CONFIG_IDE_PROC_FS=y
690 >
691 > #
692 > # IDE chipset support/bugfixes
693 > #
694 > CONFIG_IDE_GENERIC=y
695 > # CONFIG_BLK_DEV_PLATFORM is not set
696 > # CONFIG_BLK_DEV_CMD640 is not set
697 > # CONFIG_BLK_DEV_IDEPNP is not set
698 > CONFIG_BLK_DEV_IDEDMA_SFF=y
699 >
700 > #
701 > # PCI IDE chipsets support
702 > #
703 > CONFIG_BLK_DEV_IDEPCI=y
704 > CONFIG_IDEPCI_PCIBUS_ORDER=y
705 > # CONFIG_BLK_DEV_GENERIC is not set
706 > # CONFIG_BLK_DEV_OPTI621 is not set
707 > # CONFIG_BLK_DEV_RZ1000 is not set
708 > CONFIG_BLK_DEV_IDEDMA_PCI=y
709 > # CONFIG_BLK_DEV_AEC62XX is not set
710 > # CONFIG_BLK_DEV_ALI15X3 is not set
711 > CONFIG_BLK_DEV_AMD74XX=y
712 > # CONFIG_BLK_DEV_ATIIXP is not set
713 > # CONFIG_BLK_DEV_CMD64X is not set
714 > # CONFIG_BLK_DEV_TRIFLEX is not set
715 > # CONFIG_BLK_DEV_CY82C693 is not set
716 > # CONFIG_BLK_DEV_CS5520 is not set
717 > # CONFIG_BLK_DEV_CS5530 is not set
718 > # CONFIG_BLK_DEV_CS5535 is not set
719 > # CONFIG_BLK_DEV_HPT34X is not set
720 > # CONFIG_BLK_DEV_HPT366 is not set
721 > # CONFIG_BLK_DEV_JMICRON is not set
722 > # CONFIG_BLK_DEV_SC1200 is not set
723 > CONFIG_BLK_DEV_PIIX=y
724 > # CONFIG_BLK_DEV_IT8213 is not set
725 > # CONFIG_BLK_DEV_IT821X is not set
726 > # CONFIG_BLK_DEV_NS87415 is not set
727 > # CONFIG_BLK_DEV_PDC202XX_OLD is not set
728 > # CONFIG_BLK_DEV_PDC202XX_NEW is not set
729 > # CONFIG_BLK_DEV_SVWKS is not set
730 > # CONFIG_BLK_DEV_SIIMAGE is not set
731 > CONFIG_BLK_DEV_SIS5513=y
732 > # CONFIG_BLK_DEV_SLC90E66 is not set
733 > # CONFIG_BLK_DEV_TRM290 is not set
734 > # CONFIG_BLK_DEV_VIA82CXXX is not set
735 > # CONFIG_BLK_DEV_TC86C001 is not set
736 >
737 > #
738 > # Other IDE chipsets support
739 > #
740 >
741 > #
742 > # Note: most of these also require special kernel boot parameters
743 > #
744 > # CONFIG_BLK_DEV_4DRIVES is not set
745 > # CONFIG_BLK_DEV_ALI14XX is not set
746 > # CONFIG_BLK_DEV_DTC2278 is not set
747 > # CONFIG_BLK_DEV_HT6560B is not set
748 > # CONFIG_BLK_DEV_QD65XX is not set
749 > # CONFIG_BLK_DEV_UMC8672 is not set
750 > CONFIG_BLK_DEV_IDEDMA=y
751 > CONFIG_IDE_ARCH_OBSOLETE_INIT=y
752 > # CONFIG_BLK_DEV_HD is not set
753 >
754 > #
755 > # SCSI device support
756 > #
757 > # CONFIG_RAID_ATTRS is not set
758 > CONFIG_SCSI=y
759 > CONFIG_SCSI_DMA=y
760 > # CONFIG_SCSI_TGT is not set
761 > CONFIG_SCSI_NETLINK=y
762 > # CONFIG_SCSI_PROC_FS is not set
763 >
764 > #
765 > # SCSI support type (disk, tape, CD-ROM)
766 > #
767 > CONFIG_BLK_DEV_SD=y
768 > # CONFIG_CHR_DEV_ST is not set
769 > # CONFIG_CHR_DEV_OSST is not set
770 > CONFIG_BLK_DEV_SR=y
771 > # CONFIG_BLK_DEV_SR_VENDOR is not set
772 > CONFIG_CHR_DEV_SG=y
773 > # CONFIG_CHR_DEV_SCH is not set
774 >
775 > #
776 > # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
777 > #
778 > # CONFIG_SCSI_MULTI_LUN is not set
779 > # CONFIG_SCSI_CONSTANTS is not set
780 > # CONFIG_SCSI_LOGGING is not set
781 > # CONFIG_SCSI_SCAN_ASYNC is not set
782 > CONFIG_SCSI_WAIT_SCAN=m
783 >
784 > #
785 > # SCSI Transports
786 > #
787 > CONFIG_SCSI_SPI_ATTRS=y
788 > CONFIG_SCSI_FC_ATTRS=y
789 > # CONFIG_SCSI_ISCSI_ATTRS is not set
790 > # CONFIG_SCSI_SAS_LIBSAS is not set
791 > # CONFIG_SCSI_SRP_ATTRS is not set
792 > CONFIG_SCSI_LOWLEVEL=y
793 > # CONFIG_ISCSI_TCP is not set
794 > CONFIG_BLK_DEV_3W_XXXX_RAID=y
795 > # CONFIG_SCSI_3W_9XXX is not set
796 > # CONFIG_SCSI_7000FASST is not set
797 > # CONFIG_SCSI_ACARD is not set
798 > # CONFIG_SCSI_AHA152X is not set
799 > # CONFIG_SCSI_AHA1542 is not set
800 > # CONFIG_SCSI_AACRAID is not set
801 > CONFIG_SCSI_AIC7XXX=y
802 > CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
803 > CONFIG_AIC7XXX_RESET_DELAY_MS=5000
804 > CONFIG_AIC7XXX_DEBUG_ENABLE=y
805 > CONFIG_AIC7XXX_DEBUG_MASK=0
806 > CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
807 > # CONFIG_SCSI_AIC7XXX_OLD is not set
808 > CONFIG_SCSI_AIC79XX=y
809 > CONFIG_AIC79XX_CMDS_PER_DEVICE=32
810 > CONFIG_AIC79XX_RESET_DELAY_MS=4000
811 > # CONFIG_AIC79XX_DEBUG_ENABLE is not set
812 > CONFIG_AIC79XX_DEBUG_MASK=0
813 > # CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
814 > # CONFIG_SCSI_AIC94XX is not set
815 > # CONFIG_SCSI_DPT_I2O is not set
816 > # CONFIG_SCSI_ADVANSYS is not set
817 > # CONFIG_SCSI_IN2000 is not set
818 > # CONFIG_SCSI_ARCMSR is not set
819 > # CONFIG_MEGARAID_NEWGEN is not set
820 > # CONFIG_MEGARAID_LEGACY is not set
821 > # CONFIG_MEGARAID_SAS is not set
822 > # CONFIG_SCSI_HPTIOP is not set
823 > # CONFIG_SCSI_BUSLOGIC is not set
824 > # CONFIG_SCSI_DMX3191D is not set
825 > # CONFIG_SCSI_DTC3280 is not set
826 > # CONFIG_SCSI_EATA is not set
827 > # CONFIG_SCSI_FUTURE_DOMAIN is not set
828 > # CONFIG_SCSI_GDTH is not set
829 > # CONFIG_SCSI_GENERIC_NCR5380 is not set
830 > # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
831 > # CONFIG_SCSI_IPS is not set
832 > # CONFIG_SCSI_INITIO is not set
833 > # CONFIG_SCSI_INIA100 is not set
834 > # CONFIG_SCSI_MVSAS is not set
835 > # CONFIG_SCSI_NCR53C406A is not set
836 > # CONFIG_SCSI_STEX is not set
837 > # CONFIG_SCSI_SYM53C8XX_2 is not set
838 > # CONFIG_SCSI_IPR is not set
839 > # CONFIG_SCSI_PAS16 is not set
840 > # CONFIG_SCSI_QLOGIC_FAS is not set
841 > # CONFIG_SCSI_QLOGIC_1280 is not set
842 > # CONFIG_SCSI_QLA_FC is not set
843 > # CONFIG_SCSI_QLA_ISCSI is not set
844 > # CONFIG_SCSI_LPFC is not set
845 > # CONFIG_SCSI_SYM53C416 is not set
846 > # CONFIG_SCSI_DC395x is not set
847 > # CONFIG_SCSI_DC390T is not set
848 > # CONFIG_SCSI_T128 is not set
849 > # CONFIG_SCSI_U14_34F is not set
850 > # CONFIG_SCSI_ULTRASTOR is not set
851 > # CONFIG_SCSI_NSP32 is not set
852 > # CONFIG_SCSI_DEBUG is not set
853 > # CONFIG_SCSI_SRP is not set
854 > # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
855 > CONFIG_ATA=y
856 > # CONFIG_ATA_NONSTANDARD is not set
857 > CONFIG_ATA_ACPI=y
858 > CONFIG_SATA_AHCI=y
859 > CONFIG_SATA_SVW=y
860 > CONFIG_ATA_PIIX=y
861 > # CONFIG_SATA_MV is not set
862 > CONFIG_SATA_NV=y
863 > # CONFIG_PDC_ADMA is not set
864 > # CONFIG_SATA_QSTOR is not set
865 > # CONFIG_SATA_PROMISE is not set
866 > # CONFIG_SATA_SX4 is not set
867 > CONFIG_SATA_SIL=y
868 > # CONFIG_SATA_SIL24 is not set
869 > # CONFIG_SATA_SIS is not set
870 > # CONFIG_SATA_ULI is not set
871 > CONFIG_SATA_VIA=y
872 > # CONFIG_SATA_VITESSE is not set
873 > # CONFIG_SATA_INIC162X is not set
874 > # CONFIG_PATA_ACPI is not set
875 > # CONFIG_PATA_ALI is not set
876 > # CONFIG_PATA_AMD is not set
877 > # CONFIG_PATA_ARTOP is not set
878 > # CONFIG_PATA_ATIIXP is not set
879 > # CONFIG_PATA_CMD640_PCI is not set
880 > # CONFIG_PATA_CMD64X is not set
881 > # CONFIG_PATA_CS5520 is not set
882 > # CONFIG_PATA_CS5530 is not set
883 > # CONFIG_PATA_CS5535 is not set
884 > # CONFIG_PATA_CS5536 is not set
885 > # CONFIG_PATA_CYPRESS is not set
886 > # CONFIG_PATA_EFAR is not set
887 > # CONFIG_ATA_GENERIC is not set
888 > # CONFIG_PATA_HPT366 is not set
889 > # CONFIG_PATA_HPT37X is not set
890 > # CONFIG_PATA_HPT3X2N is not set
891 > # CONFIG_PATA_HPT3X3 is not set
892 > # CONFIG_PATA_IT821X is not set
893 > # CONFIG_PATA_IT8213 is not set
894 > # CONFIG_PATA_JMICRON is not set
895 > # CONFIG_PATA_LEGACY is not set
896 > # CONFIG_PATA_TRIFLEX is not set
897 > # CONFIG_PATA_MARVELL is not set
898 > # CONFIG_PATA_MPIIX is not set
899 > # CONFIG_PATA_OLDPIIX is not set
900 > # CONFIG_PATA_NETCELL is not set
901 > # CONFIG_PATA_NINJA32 is not set
902 > # CONFIG_PATA_NS87410 is not set
903 > # CONFIG_PATA_NS87415 is not set
904 > # CONFIG_PATA_OPTI is not set
905 > # CONFIG_PATA_OPTIDMA is not set
906 > # CONFIG_PATA_PCMCIA is not set
907 > # CONFIG_PATA_PDC_OLD is not set
908 > # CONFIG_PATA_QDI is not set
909 > # CONFIG_PATA_RADISYS is not set
910 > # CONFIG_PATA_RZ1000 is not set
911 > # CONFIG_PATA_SC1200 is not set
912 > # CONFIG_PATA_SERVERWORKS is not set
913 > # CONFIG_PATA_PDC2027X is not set
914 > # CONFIG_PATA_SIL680 is not set
915 > # CONFIG_PATA_SIS is not set
916 > # CONFIG_PATA_VIA is not set
917 > # CONFIG_PATA_WINBOND is not set
918 > # CONFIG_PATA_WINBOND_VLB is not set
919 > CONFIG_MD=y
920 > # CONFIG_BLK_DEV_MD is not set
921 > CONFIG_BLK_DEV_DM=y
922 > # CONFIG_DM_DEBUG is not set
923 > # CONFIG_DM_CRYPT is not set
924 > # CONFIG_DM_SNAPSHOT is not set
925 > # CONFIG_DM_MIRROR is not set
926 > # CONFIG_DM_ZERO is not set
927 > # CONFIG_DM_MULTIPATH is not set
928 > # CONFIG_DM_DELAY is not set
929 > # CONFIG_DM_UEVENT is not set
930 > # CONFIG_BLK_DEV_DM_BBR is not set
931 > CONFIG_FUSION=y
932 > CONFIG_FUSION_SPI=y
933 > # CONFIG_FUSION_FC is not set
934 > # CONFIG_FUSION_SAS is not set
935 > CONFIG_FUSION_MAX_SGE=128
936 > # CONFIG_FUSION_CTL is not set
937 > # CONFIG_FUSION_LOGGING is not set
938 >
939 > #
940 > # IEEE 1394 (FireWire) support
941 > #
942 > # CONFIG_FIREWIRE is not set
943 > CONFIG_IEEE1394=y
944 >
945 > #
946 > # Subsystem Options
947 > #
948 > # CONFIG_IEEE1394_VERBOSEDEBUG is not set
949 >
950 > #
951 > # Controllers
952 > #
953 >
954 > #
955 > # Texas Instruments PCILynx requires I2C
956 > #
957 > CONFIG_IEEE1394_OHCI1394=y
958 >
959 > #
960 > # Protocols
961 > #
962 > # CONFIG_IEEE1394_VIDEO1394 is not set
963 > # CONFIG_IEEE1394_SBP2 is not set
964 > # CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set
965 > # CONFIG_IEEE1394_ETH1394 is not set
966 > # CONFIG_IEEE1394_DV1394 is not set
967 > CONFIG_IEEE1394_RAWIO=y
968 > # CONFIG_I2O is not set
969 > CONFIG_MACINTOSH_DRIVERS=y
970 > # CONFIG_MAC_EMUMOUSEBTN is not set
971 > CONFIG_NETDEVICES=y
972 > CONFIG_NETDEVICES_MULTIQUEUE=y
973 > # CONFIG_DUMMY is not set
974 > # CONFIG_BONDING is not set
975 > # CONFIG_MACVLAN is not set
976 > # CONFIG_EQUALIZER is not set
977 > # CONFIG_TUN is not set
978 > # CONFIG_VETH is not set
979 > # CONFIG_NET_SB1000 is not set
980 > # CONFIG_ARCNET is not set
981 > # CONFIG_PHYLIB is not set
982 > CONFIG_NET_ETHERNET=y
983 > CONFIG_MII=y
984 > # CONFIG_HAPPYMEAL is not set
985 > # CONFIG_SUNGEM is not set
986 > # CONFIG_CASSINI is not set
987 > CONFIG_NET_VENDOR_3COM=y
988 > # CONFIG_EL1 is not set
989 > # CONFIG_EL2 is not set
990 > # CONFIG_ELPLUS is not set
991 > # CONFIG_EL16 is not set
992 > # CONFIG_EL3 is not set
993 > # CONFIG_3C515 is not set
994 > CONFIG_VORTEX=y
995 > # CONFIG_TYPHOON is not set
996 > # CONFIG_LANCE is not set
997 > # CONFIG_NET_VENDOR_SMC is not set
998 > # CONFIG_NET_VENDOR_RACAL is not set
999 > CONFIG_NET_TULIP=y
1000 > # CONFIG_DE2104X is not set
1001 > CONFIG_TULIP=y
1002 > # CONFIG_TULIP_MWI is not set
1003 > # CONFIG_TULIP_MMIO is not set
1004 > # CONFIG_TULIP_NAPI is not set
1005 > # CONFIG_DE4X5 is not set
1006 > # CONFIG_WINBOND_840 is not set
1007 > # CONFIG_DM9102 is not set
1008 > # CONFIG_ULI526X is not set
1009 > CONFIG_PCMCIA_XIRCOM=y
1010 > # CONFIG_AT1700 is not set
1011 > # CONFIG_DEPCA is not set
1012 > # CONFIG_HP100 is not set
1013 > # CONFIG_NET_ISA is not set
1014 > # CONFIG_IBM_NEW_EMAC_ZMII is not set
1015 > # CONFIG_IBM_NEW_EMAC_RGMII is not set
1016 > # CONFIG_IBM_NEW_EMAC_TAH is not set
1017 > # CONFIG_IBM_NEW_EMAC_EMAC4 is not set
1018 > CONFIG_NET_PCI=y
1019 > # CONFIG_PCNET32 is not set
1020 > # CONFIG_AMD8111_ETH is not set
1021 > # CONFIG_ADAPTEC_STARFIRE is not set
1022 > # CONFIG_AC3200 is not set
1023 > # CONFIG_APRICOT is not set
1024 > CONFIG_B44=y
1025 > CONFIG_B44_PCI_AUTOSELECT=y
1026 > CONFIG_B44_PCICORE_AUTOSELECT=y
1027 > CONFIG_B44_PCI=y
1028 > CONFIG_FORCEDETH=y
1029 > # CONFIG_FORCEDETH_NAPI is not set
1030 > # CONFIG_CS89x0 is not set
1031 > # CONFIG_EEPRO100 is not set
1032 > CONFIG_E100=y
1033 > # CONFIG_FEALNX is not set
1034 > # CONFIG_NATSEMI is not set
1035 > # CONFIG_NE2K_PCI is not set
1036 > CONFIG_8139CP=y
1037 > CONFIG_8139TOO=y
1038 > CONFIG_8139TOO_PIO=y
1039 > CONFIG_8139TOO_TUNE_TWISTER=y
1040 > CONFIG_8139TOO_8129=y
1041 > CONFIG_8139_OLD_RX_RESET=y
1042 > # CONFIG_R6040 is not set
1043 > # CONFIG_SIS900 is not set
1044 > # CONFIG_EPIC100 is not set
1045 > # CONFIG_SUNDANCE is not set
1046 > # CONFIG_TLAN is not set
1047 > # CONFIG_VIA_RHINE is not set
1048 > # CONFIG_SC92031 is not set
1049 > # CONFIG_NET_POCKET is not set
1050 > CONFIG_NETDEV_1000=y
1051 > # CONFIG_ACENIC is not set
1052 > # CONFIG_DL2K is not set
1053 > CONFIG_E1000=y
1054 > # CONFIG_E1000_NAPI is not set
1055 > # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
1056 > # CONFIG_E1000E is not set
1057 > # CONFIG_E1000E_ENABLED is not set
1058 > # CONFIG_IP1000 is not set
1059 > # CONFIG_IGB is not set
1060 > # CONFIG_NS83820 is not set
1061 > # CONFIG_HAMACHI is not set
1062 > # CONFIG_YELLOWFIN is not set
1063 > CONFIG_R8169=y
1064 > # CONFIG_R8169_NAPI is not set
1065 > # CONFIG_SIS190 is not set
1066 > # CONFIG_SKGE is not set
1067 > CONFIG_SKY2=y
1068 > # CONFIG_SK98LIN is not set
1069 > # CONFIG_VIA_VELOCITY is not set
1070 > CONFIG_TIGON3=y
1071 > CONFIG_BNX2=y
1072 > # CONFIG_QLA3XXX is not set
1073 > # CONFIG_ATL1 is not set
1074 > CONFIG_NETDEV_10000=y
1075 > # CONFIG_CHELSIO_T1 is not set
1076 > # CONFIG_CHELSIO_T3 is not set
1077 > # CONFIG_IXGBE is not set
1078 > # CONFIG_IXGB is not set
1079 > # CONFIG_S2IO is not set
1080 > # CONFIG_MYRI10GE is not set
1081 > # CONFIG_NETXEN_NIC is not set
1082 > # CONFIG_NIU is not set
1083 > # CONFIG_MLX4_CORE is not set
1084 > # CONFIG_TEHUTI is not set
1085 > # CONFIG_BNX2X is not set
1086 > # CONFIG_TR is not set
1087 >
1088 > #
1089 > # Wireless LAN
1090 > #
1091 > # CONFIG_WLAN_PRE80211 is not set
1092 > # CONFIG_WLAN_80211 is not set
1093 >
1094 > #
1095 > # USB Network Adapters
1096 > #
1097 > # CONFIG_USB_CATC is not set
1098 > # CONFIG_USB_KAWETH is not set
1099 > # CONFIG_USB_PEGASUS is not set
1100 > CONFIG_USB_RTL8150=y
1101 > # CONFIG_USB_USBNET is not set
1102 > CONFIG_NET_PCMCIA=y
1103 > CONFIG_PCMCIA_3C589=y
1104 > CONFIG_PCMCIA_3C574=y
1105 > CONFIG_PCMCIA_FMVJ18X=y
1106 > CONFIG_PCMCIA_PCNET=y
1107 > CONFIG_PCMCIA_NMCLAN=y
1108 > CONFIG_PCMCIA_SMC91C92=y
1109 > CONFIG_PCMCIA_XIRC2PS=y
1110 > CONFIG_PCMCIA_AXNET=y
1111 > # CONFIG_WAN is not set
1112 > # CONFIG_FDDI is not set
1113 > # CONFIG_HIPPI is not set
1114 > # CONFIG_PLIP is not set
1115 > CONFIG_PPP=y
1116 > CONFIG_PPP_MULTILINK=y
1117 > CONFIG_PPP_FILTER=y
1118 > CONFIG_PPP_ASYNC=y
1119 > CONFIG_PPP_SYNC_TTY=y
1120 > CONFIG_PPP_DEFLATE=y
1121 > CONFIG_PPP_BSDCOMP=y
1122 > # CONFIG_PPP_MPPE is not set
1123 > # CONFIG_PPPOE is not set
1124 > # CONFIG_PPPOL2TP is not set
1125 > CONFIG_SLIP=y
1126 > # CONFIG_SLIP_COMPRESSED is not set
1127 > CONFIG_SLHC=y
1128 > # CONFIG_SLIP_SMART is not set
1129 > # CONFIG_SLIP_MODE_SLIP6 is not set
1130 > # CONFIG_NET_FC is not set
1131 > CONFIG_NETCONSOLE=y
1132 > # CONFIG_NETCONSOLE_DYNAMIC is not set
1133 > CONFIG_NETPOLL=y
1134 > # CONFIG_NETPOLL_TRAP is not set
1135 > CONFIG_NET_POLL_CONTROLLER=y
1136 > # CONFIG_ISDN is not set
1137 > # CONFIG_PHONE is not set
1138 >
1139 > #
1140 > # Input device support
1141 > #
1142 > CONFIG_INPUT=y
1143 > # CONFIG_INPUT_FF_MEMLESS is not set
1144 > # CONFIG_INPUT_POLLDEV is not set
1145 >
1146 > #
1147 > # Userland interfaces
1148 > #
1149 > CONFIG_INPUT_MOUSEDEV=y
1150 > CONFIG_INPUT_MOUSEDEV_PSAUX=y
1151 > CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
1152 > CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
1153 > # CONFIG_INPUT_JOYDEV is not set
1154 > CONFIG_INPUT_EVDEV=y
1155 > # CONFIG_INPUT_EVBUG is not set
1156 >
1157 > #
1158 > # Input Device Drivers
1159 > #
1160 > CONFIG_INPUT_KEYBOARD=y
1161 > CONFIG_KEYBOARD_ATKBD=y
1162 > # CONFIG_KEYBOARD_SUNKBD is not set
1163 > # CONFIG_KEYBOARD_LKKBD is not set
1164 > # CONFIG_KEYBOARD_XTKBD is not set
1165 > # CONFIG_KEYBOARD_NEWTON is not set
1166 > # CONFIG_KEYBOARD_STOWAWAY is not set
1167 > CONFIG_INPUT_MOUSE=y
1168 > CONFIG_MOUSE_PS2=y
1169 > CONFIG_MOUSE_PS2_ALPS=y
1170 > CONFIG_MOUSE_PS2_LOGIPS2PP=y
1171 > CONFIG_MOUSE_PS2_SYNAPTICS=y
1172 > CONFIG_MOUSE_PS2_LIFEBOOK=y
1173 > CONFIG_MOUSE_PS2_TRACKPOINT=y
1174 > CONFIG_MOUSE_PS2_TOUCHKIT=y
1175 > CONFIG_MOUSE_SERIAL=y
1176 > # CONFIG_MOUSE_APPLETOUCH is not set
1177 > # CONFIG_MOUSE_INPORT is not set
1178 > # CONFIG_MOUSE_LOGIBM is not set
1179 > # CONFIG_MOUSE_PC110PAD is not set
1180 > # CONFIG_MOUSE_VSXXXAA is not set
1181 > # CONFIG_INPUT_JOYSTICK is not set
1182 > # CONFIG_INPUT_TABLET is not set
1183 > # CONFIG_INPUT_TOUCHSCREEN is not set
1184 > # CONFIG_INPUT_MISC is not set
1185 >
1186 > #
1187 > # Hardware I/O ports
1188 > #
1189 > CONFIG_SERIO=y
1190 > CONFIG_SERIO_I8042=y
1191 > CONFIG_SERIO_SERPORT=y
1192 > # CONFIG_SERIO_CT82C710 is not set
1193 > # CONFIG_SERIO_PARKBD is not set
1194 > CONFIG_SERIO_PCIPS2=y
1195 > CONFIG_SERIO_LIBPS2=y
1196 > # CONFIG_SERIO_RAW is not set
1197 > # CONFIG_GAMEPORT is not set
1198 >
1199 > #
1200 > # Character devices
1201 > #
1202 > CONFIG_VT=y
1203 > CONFIG_VT_CONSOLE=y
1204 > CONFIG_HW_CONSOLE=y
1205 > # CONFIG_VT_HW_CONSOLE_BINDING is not set
1206 > # CONFIG_SERIAL_NONSTANDARD is not set
1207 > # CONFIG_NOZOMI is not set
1208 >
1209 > #
1210 > # Serial drivers
1211 > #
1212 > CONFIG_SERIAL_8250=y
1213 > CONFIG_SERIAL_8250_CONSOLE=y
1214 > CONFIG_FIX_EARLYCON_MEM=y
1215 > CONFIG_SERIAL_8250_PCI=y
1216 > CONFIG_SERIAL_8250_PNP=y
1217 > # CONFIG_SERIAL_8250_CS is not set
1218 > CONFIG_SERIAL_8250_NR_UARTS=4
1219 > CONFIG_SERIAL_8250_RUNTIME_UARTS=4
1220 > # CONFIG_SERIAL_8250_EXTENDED is not set
1221 >
1222 > #
1223 > # Non-8250 serial port support
1224 > #
1225 > CONFIG_SERIAL_CORE=y
1226 > CONFIG_SERIAL_CORE_CONSOLE=y
1227 > # CONFIG_SERIAL_JSM is not set
1228 > CONFIG_UNIX98_PTYS=y
1229 > CONFIG_LEGACY_PTYS=y
1230 > CONFIG_LEGACY_PTY_COUNT=256
1231 > # CONFIG_PRINTER is not set
1232 > # CONFIG_PPDEV is not set
1233 > # CONFIG_IPMI_HANDLER is not set
1234 > CONFIG_HW_RANDOM=y
1235 > CONFIG_HW_RANDOM_INTEL=y
1236 > CONFIG_HW_RANDOM_AMD=y
1237 > CONFIG_HW_RANDOM_GEODE=y
1238 > CONFIG_HW_RANDOM_VIA=y
1239 > # CONFIG_NVRAM is not set
1240 > CONFIG_RTC=y
1241 > # CONFIG_DTLK is not set
1242 > # CONFIG_R3964 is not set
1243 > # CONFIG_APPLICOM is not set
1244 > # CONFIG_SONYPI is not set
1245 >
1246 > #
1247 > # PCMCIA character devices
1248 > #
1249 > # CONFIG_SYNCLINK_CS is not set
1250 > # CONFIG_CARDMAN_4000 is not set
1251 > # CONFIG_CARDMAN_4040 is not set
1252 > # CONFIG_IPWIRELESS is not set
1253 > # CONFIG_MWAVE is not set
1254 > # CONFIG_PC8736x_GPIO is not set
1255 > # CONFIG_NSC_GPIO is not set
1256 > # CONFIG_CS5535_GPIO is not set
1257 > CONFIG_RAW_DRIVER=y
1258 > CONFIG_MAX_RAW_DEVS=256
1259 > CONFIG_HPET=y
1260 > # CONFIG_HPET_RTC_IRQ is not set
1261 > CONFIG_HPET_MMAP=y
1262 > # CONFIG_HANGCHECK_TIMER is not set
1263 > # CONFIG_TCG_TPM is not set
1264 > # CONFIG_TELCLOCK is not set
1265 > CONFIG_DEVPORT=y
1266 > # CONFIG_I2C is not set
1267 >
1268 > #
1269 > # SPI support
1270 > #
1271 > # CONFIG_SPI is not set
1272 > # CONFIG_SPI_MASTER is not set
1273 > # CONFIG_W1 is not set
1274 > CONFIG_POWER_SUPPLY=y
1275 > # CONFIG_POWER_SUPPLY_DEBUG is not set
1276 > # CONFIG_PDA_POWER is not set
1277 > # CONFIG_BATTERY_DS2760 is not set
1278 > # CONFIG_HWMON is not set
1279 > CONFIG_THERMAL=y
1280 > # CONFIG_WATCHDOG is not set
1281 >
1282 > #
1283 > # Sonics Silicon Backplane
1284 > #
1285 > CONFIG_SSB_POSSIBLE=y
1286 > CONFIG_SSB=y
1287 > CONFIG_SSB_PCIHOST_POSSIBLE=y
1288 > CONFIG_SSB_PCIHOST=y
1289 > # CONFIG_SSB_B43_PCI_BRIDGE is not set
1290 > CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
1291 > CONFIG_SSB_PCMCIAHOST=y
1292 > # CONFIG_SSB_DEBUG is not set
1293 > CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
1294 > CONFIG_SSB_DRIVER_PCICORE=y
1295 >
1296 > #
1297 > # Multifunction device drivers
1298 > #
1299 > # CONFIG_MFD_SM501 is not set
1300 >
1301 > #
1302 > # Multimedia devices
1303 > #
1304 > # CONFIG_VIDEO_DEV is not set
1305 > # CONFIG_DVB_CORE is not set
1306 > CONFIG_DAB=y
1307 > # CONFIG_USB_DABUSB is not set
1308 >
1309 > #
1310 > # Graphics support
1311 > #
1312 > CONFIG_AGP=y
1313 > # CONFIG_AGP_ALI is not set
1314 > # CONFIG_AGP_ATI is not set
1315 > # CONFIG_AGP_AMD is not set
1316 > CONFIG_AGP_AMD64=y
1317 > CONFIG_AGP_INTEL=y
1318 > # CONFIG_AGP_NVIDIA is not set
1319 > # CONFIG_AGP_SIS is not set
1320 > # CONFIG_AGP_SWORKS is not set
1321 > # CONFIG_AGP_VIA is not set
1322 > # CONFIG_AGP_EFFICEON is not set
1323 > # CONFIG_DRM is not set
1324 > # CONFIG_VGASTATE is not set
1325 > CONFIG_VIDEO_OUTPUT_CONTROL=y
1326 > CONFIG_FB=y
1327 > CONFIG_FIRMWARE_EDID=y
1328 > # CONFIG_FB_DDC is not set
1329 > CONFIG_FB_CFB_FILLRECT=y
1330 > CONFIG_FB_CFB_COPYAREA=y
1331 > CONFIG_FB_CFB_IMAGEBLIT=y
1332 > # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
1333 > # CONFIG_FB_SYS_FILLRECT is not set
1334 > # CONFIG_FB_SYS_COPYAREA is not set
1335 > # CONFIG_FB_SYS_IMAGEBLIT is not set
1336 > # CONFIG_FB_SYS_FOPS is not set
1337 > CONFIG_FB_DEFERRED_IO=y
1338 > # CONFIG_FB_SVGALIB is not set
1339 > # CONFIG_FB_MACMODES is not set
1340 > # CONFIG_FB_BACKLIGHT is not set
1341 > CONFIG_FB_MODE_HELPERS=y
1342 > CONFIG_FB_TILEBLITTING=y
1343 >
1344 > #
1345 > # Frame buffer hardware drivers
1346 > #
1347 > # CONFIG_FB_CIRRUS is not set
1348 > # CONFIG_FB_PM2 is not set
1349 > # CONFIG_FB_CYBER2000 is not set
1350 > # CONFIG_FB_ARC is not set
1351 > # CONFIG_FB_ASILIANT is not set
1352 > # CONFIG_FB_IMSTT is not set
1353 > # CONFIG_FB_VGA16 is not set
1354 > # CONFIG_FB_VESA is not set
1355 > # CONFIG_FB_EFI is not set
1356 > # CONFIG_FB_HECUBA is not set
1357 > # CONFIG_FB_HGA is not set
1358 > # CONFIG_FB_S1D13XXX is not set
1359 > # CONFIG_FB_NVIDIA is not set
1360 > # CONFIG_FB_RIVA is not set
1361 > # CONFIG_FB_I810 is not set
1362 > # CONFIG_FB_LE80578 is not set
1363 > # CONFIG_FB_INTEL is not set
1364 > # CONFIG_FB_MATROX is not set
1365 > # CONFIG_FB_RADEON is not set
1366 > # CONFIG_FB_ATY128 is not set
1367 > # CONFIG_FB_ATY is not set
1368 > # CONFIG_FB_S3 is not set
1369 > # CONFIG_FB_SAVAGE is not set
1370 > # CONFIG_FB_SIS is not set
1371 > # CONFIG_FB_NEOMAGIC is not set
1372 > # CONFIG_FB_KYRO is not set
1373 > # CONFIG_FB_3DFX is not set
1374 > # CONFIG_FB_VOODOO1 is not set
1375 > # CONFIG_FB_VT8623 is not set
1376 > CONFIG_FB_CYBLA=y
1377 > CONFIG_FB_TRIDENT=y
1378 > CONFIG_FB_TRIDENT_ACCEL=y
1379 > # CONFIG_FB_ARK is not set
1380 > # CONFIG_FB_PM3 is not set
1381 > # CONFIG_FB_GEODE is not set
1382 > # CONFIG_FB_VIRTUAL is not set
1383 > CONFIG_BACKLIGHT_LCD_SUPPORT=y
1384 > CONFIG_LCD_CLASS_DEVICE=y
1385 > CONFIG_BACKLIGHT_CLASS_DEVICE=y
1386 > CONFIG_BACKLIGHT_CORGI=y
1387 > CONFIG_BACKLIGHT_PROGEAR=y
1388 >
1389 > #
1390 > # Display device support
1391 > #
1392 > CONFIG_DISPLAY_SUPPORT=y
1393 >
1394 > #
1395 > # Display hardware drivers
1396 > #
1397 >
1398 > #
1399 > # Console display driver support
1400 > #
1401 > CONFIG_VGA_CONSOLE=y
1402 > CONFIG_VGACON_SOFT_SCROLLBACK=y
1403 > CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=128
1404 > CONFIG_VIDEO_SELECT=y
1405 > # CONFIG_MDA_CONSOLE is not set
1406 > CONFIG_DUMMY_CONSOLE=y
1407 > CONFIG_FRAMEBUFFER_CONSOLE=y
1408 > # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
1409 > # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
1410 > CONFIG_FONTS=y
1411 > CONFIG_FONT_8x8=y
1412 > # CONFIG_FONT_8x16 is not set
1413 > # CONFIG_FONT_6x11 is not set
1414 > # CONFIG_FONT_7x14 is not set
1415 > # CONFIG_FONT_PEARL_8x8 is not set
1416 > # CONFIG_FONT_ACORN_8x8 is not set
1417 > # CONFIG_FONT_MINI_4x6 is not set
1418 > # CONFIG_FONT_SUN8x16 is not set
1419 > # CONFIG_FONT_SUN12x22 is not set
1420 > # CONFIG_FONT_10x18 is not set
1421 > # CONFIG_LOGO is not set
1422 >
1423 > #
1424 > # Sound
1425 > #
1426 > CONFIG_SOUND=m
1427 >
1428 > #
1429 > # Advanced Linux Sound Architecture
1430 > #
1431 > CONFIG_SND=m
1432 > CONFIG_SND_TIMER=m
1433 > CONFIG_SND_PCM=m
1434 > CONFIG_SND_RAWMIDI=m
1435 > CONFIG_SND_SEQUENCER=m
1436 > CONFIG_SND_SEQ_DUMMY=m
1437 > CONFIG_SND_OSSEMUL=y
1438 > CONFIG_SND_MIXER_OSS=m
1439 > CONFIG_SND_PCM_OSS=m
1440 > # CONFIG_SND_PCM_OSS_PLUGINS is not set
1441 > # CONFIG_SND_SEQUENCER_OSS is not set
1442 > # CONFIG_SND_RTCTIMER is not set
1443 > # CONFIG_SND_DYNAMIC_MINORS is not set
1444 > # CONFIG_SND_SUPPORT_OLD_API is not set
1445 > # CONFIG_SND_VERBOSE_PROCFS is not set
1446 > # CONFIG_SND_VERBOSE_PRINTK is not set
1447 > # CONFIG_SND_DEBUG is not set
1448 >
1449 > #
1450 > # Generic devices
1451 > #
1452 > CONFIG_SND_MPU401_UART=m
1453 > CONFIG_SND_AC97_CODEC=m
1454 > # CONFIG_SND_DUMMY is not set
1455 > # CONFIG_SND_VIRMIDI is not set
1456 > # CONFIG_SND_MTPAV is not set
1457 > # CONFIG_SND_MTS64 is not set
1458 > # CONFIG_SND_SERIAL_U16550 is not set
1459 > # CONFIG_SND_MPU401 is not set
1460 > # CONFIG_SND_PORTMAN2X4 is not set
1461 >
1462 > #
1463 > # ISA devices
1464 > #
1465 > # CONFIG_SND_ADLIB is not set
1466 > # CONFIG_SND_AD1816A is not set
1467 > # CONFIG_SND_AD1848 is not set
1468 > # CONFIG_SND_ALS100 is not set
1469 > # CONFIG_SND_AZT2320 is not set
1470 > # CONFIG_SND_CMI8330 is not set
1471 > # CONFIG_SND_CS4231 is not set
1472 > # CONFIG_SND_CS4232 is not set
1473 > # CONFIG_SND_CS4236 is not set
1474 > # CONFIG_SND_DT019X is not set
1475 > # CONFIG_SND_ES968 is not set
1476 > # CONFIG_SND_ES1688 is not set
1477 > # CONFIG_SND_ES18XX is not set
1478 > # CONFIG_SND_SC6000 is not set
1479 > # CONFIG_SND_GUSCLASSIC is not set
1480 > # CONFIG_SND_GUSEXTREME is not set
1481 > # CONFIG_SND_GUSMAX is not set
1482 > # CONFIG_SND_INTERWAVE is not set
1483 > # CONFIG_SND_INTERWAVE_STB is not set
1484 > # CONFIG_SND_OPL3SA2 is not set
1485 > # CONFIG_SND_OPTI92X_AD1848 is not set
1486 > # CONFIG_SND_OPTI92X_CS4231 is not set
1487 > # CONFIG_SND_OPTI93X is not set
1488 > # CONFIG_SND_MIRO is not set
1489 > # CONFIG_SND_SB8 is not set
1490 > # CONFIG_SND_SB16 is not set
1491 > # CONFIG_SND_SBAWE is not set
1492 > # CONFIG_SND_SGALAXY is not set
1493 > # CONFIG_SND_SSCAPE is not set
1494 > # CONFIG_SND_WAVEFRONT is not set
1495 >
1496 > #
1497 > # PCI devices
1498 > #
1499 > # CONFIG_SND_AD1889 is not set
1500 > # CONFIG_SND_ALS300 is not set
1501 > # CONFIG_SND_ALS4000 is not set
1502 > # CONFIG_SND_ALI5451 is not set
1503 > # CONFIG_SND_ATIIXP is not set
1504 > # CONFIG_SND_ATIIXP_MODEM is not set
1505 > # CONFIG_SND_AU8810 is not set
1506 > # CONFIG_SND_AU8820 is not set
1507 > # CONFIG_SND_AU8830 is not set
1508 > # CONFIG_SND_AZT3328 is not set
1509 > # CONFIG_SND_BT87X is not set
1510 > # CONFIG_SND_CA0106 is not set
1511 > # CONFIG_SND_CMIPCI is not set
1512 > # CONFIG_SND_OXYGEN is not set
1513 > # CONFIG_SND_CS4281 is not set
1514 > # CONFIG_SND_CS46XX is not set
1515 > # CONFIG_SND_CS5530 is not set
1516 > # CONFIG_SND_CS5535AUDIO is not set
1517 > # CONFIG_SND_DARLA20 is not set
1518 > # CONFIG_SND_GINA20 is not set
1519 > # CONFIG_SND_LAYLA20 is not set
1520 > # CONFIG_SND_DARLA24 is not set
1521 > # CONFIG_SND_GINA24 is not set
1522 > # CONFIG_SND_LAYLA24 is not set
1523 > # CONFIG_SND_MONA is not set
1524 > # CONFIG_SND_MIA is not set
1525 > # CONFIG_SND_ECHO3G is not set
1526 > # CONFIG_SND_INDIGO is not set
1527 > # CONFIG_SND_INDIGOIO is not set
1528 > # CONFIG_SND_INDIGODJ is not set
1529 > # CONFIG_SND_EMU10K1 is not set
1530 > # CONFIG_SND_EMU10K1X is not set
1531 > # CONFIG_SND_ENS1370 is not set
1532 > # CONFIG_SND_ENS1371 is not set
1533 > # CONFIG_SND_ES1938 is not set
1534 > # CONFIG_SND_ES1968 is not set
1535 > # CONFIG_SND_FM801 is not set
1536 > # CONFIG_SND_HDA_INTEL is not set
1537 > # CONFIG_SND_HDSP is not set
1538 > # CONFIG_SND_HDSPM is not set
1539 > # CONFIG_SND_HIFIER is not set
1540 > # CONFIG_SND_ICE1712 is not set
1541 > # CONFIG_SND_ICE1724 is not set
1542 > # CONFIG_SND_INTEL8X0 is not set
1543 > # CONFIG_SND_INTEL8X0M is not set
1544 > # CONFIG_SND_KORG1212 is not set
1545 > # CONFIG_SND_MAESTRO3 is not set
1546 > # CONFIG_SND_MIXART is not set
1547 > # CONFIG_SND_NM256 is not set
1548 > # CONFIG_SND_PCXHR is not set
1549 > # CONFIG_SND_RIPTIDE is not set
1550 > # CONFIG_SND_RME32 is not set
1551 > # CONFIG_SND_RME96 is not set
1552 > # CONFIG_SND_RME9652 is not set
1553 > # CONFIG_SND_SIS7019 is not set
1554 > # CONFIG_SND_SONICVIBES is not set
1555 > # CONFIG_SND_TRIDENT is not set
1556 > CONFIG_SND_VIA82XX=m
1557 > # CONFIG_SND_VIA82XX_MODEM is not set
1558 > # CONFIG_SND_VIRTUOSO is not set
1559 > # CONFIG_SND_VX222 is not set
1560 > # CONFIG_SND_YMFPCI is not set
1561 > # CONFIG_SND_AC97_POWER_SAVE is not set
1562 >
1563 > #
1564 > # USB devices
1565 > #
1566 > # CONFIG_SND_USB_AUDIO is not set
1567 > # CONFIG_SND_USB_USX2Y is not set
1568 > # CONFIG_SND_USB_CAIAQ is not set
1569 >
1570 > #
1571 > # PCMCIA devices
1572 > #
1573 > # CONFIG_SND_VXPOCKET is not set
1574 > # CONFIG_SND_PDAUDIOCF is not set
1575 >
1576 > #
1577 > # System on Chip audio support
1578 > #
1579 > # CONFIG_SND_SOC is not set
1580 >
1581 > #
1582 > # SoC Audio support for SuperH
1583 > #
1584 >
1585 > #
1586 > # ALSA SoC audio for Freescale SOCs
1587 > #
1588 >
1589 > #
1590 > # Open Sound System
1591 > #
1592 > # CONFIG_SOUND_PRIME is not set
1593 > CONFIG_AC97_BUS=m
1594 > CONFIG_HID_SUPPORT=y
1595 > CONFIG_HID=y
1596 > # CONFIG_HID_DEBUG is not set
1597 > # CONFIG_HIDRAW is not set
1598 >
1599 > #
1600 > # USB Input Devices
1601 > #
1602 > CONFIG_USB_HID=y
1603 > # CONFIG_USB_HIDINPUT_POWERBOOK is not set
1604 > # CONFIG_HID_FF is not set
1605 > # CONFIG_USB_HIDDEV is not set
1606 > CONFIG_USB_SUPPORT=y
1607 > CONFIG_USB_ARCH_HAS_HCD=y
1608 > CONFIG_USB_ARCH_HAS_OHCI=y
1609 > CONFIG_USB_ARCH_HAS_EHCI=y
1610 > CONFIG_USB=y
1611 > # CONFIG_USB_DEBUG is not set
1612 > # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
1613 >
1614 > #
1615 > # Miscellaneous USB options
1616 > #
1617 > CONFIG_USB_DEVICEFS=y
1618 > # CONFIG_USB_DEVICE_CLASS is not set
1619 > # CONFIG_USB_DYNAMIC_MINORS is not set
1620 > # CONFIG_USB_SUSPEND is not set
1621 > # CONFIG_USB_PERSIST is not set
1622 > # CONFIG_USB_OTG is not set
1623 >
1624 > #
1625 > # USB Host Controller Drivers
1626 > #
1627 > CONFIG_USB_EHCI_HCD=y
1628 > # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
1629 > # CONFIG_USB_EHCI_TT_NEWSCHED is not set
1630 > # CONFIG_USB_ISP116X_HCD is not set
1631 > CONFIG_USB_OHCI_HCD=y
1632 > # CONFIG_USB_OHCI_HCD_SSB is not set
1633 > # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
1634 > # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
1635 > CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1636 > CONFIG_USB_UHCI_HCD=y
1637 > # CONFIG_USB_SL811_HCD is not set
1638 > # CONFIG_USB_R8A66597_HCD is not set
1639 >
1640 > #
1641 > # USB Device Class drivers
1642 > #
1643 > # CONFIG_USB_ACM is not set
1644 > CONFIG_USB_PRINTER=y
1645 >
1646 > #
1647 > # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
1648 > #
1649 >
1650 > #
1651 > # may also be needed; see USB_STORAGE Help for more information
1652 > #
1653 > CONFIG_USB_STORAGE=y
1654 > # CONFIG_USB_STORAGE_DEBUG is not set
1655 > # CONFIG_USB_STORAGE_DATAFAB is not set
1656 > # CONFIG_USB_STORAGE_FREECOM is not set
1657 > # CONFIG_USB_STORAGE_ISD200 is not set
1658 > # CONFIG_USB_STORAGE_DPCM is not set
1659 > # CONFIG_USB_STORAGE_USBAT is not set
1660 > # CONFIG_USB_STORAGE_SDDR09 is not set
1661 > # CONFIG_USB_STORAGE_SDDR55 is not set
1662 > # CONFIG_USB_STORAGE_JUMPSHOT is not set
1663 > # CONFIG_USB_STORAGE_ALAUDA is not set
1664 > # CONFIG_USB_STORAGE_KARMA is not set
1665 > # CONFIG_USB_LIBUSUAL is not set
1666 >
1667 > #
1668 > # USB Imaging devices
1669 > #
1670 > # CONFIG_USB_MDC800 is not set
1671 > # CONFIG_USB_MICROTEK is not set
1672 > CONFIG_USB_MON=y
1673 >
1674 > #
1675 > # USB port drivers
1676 > #
1677 > # CONFIG_USB_USS720 is not set
1678 > # CONFIG_USB_SERIAL is not set
1679 >
1680 > #
1681 > # USB Miscellaneous drivers
1682 > #
1683 > # CONFIG_USB_EMI62 is not set
1684 > # CONFIG_USB_EMI26 is not set
1685 > # CONFIG_USB_ADUTUX is not set
1686 > # CONFIG_USB_AUERSWALD is not set
1687 > # CONFIG_USB_RIO500 is not set
1688 > # CONFIG_USB_LEGOTOWER is not set
1689 > # CONFIG_USB_LCD is not set
1690 > # CONFIG_USB_BERRY_CHARGE is not set
1691 > # CONFIG_USB_LED is not set
1692 > # CONFIG_USB_CYPRESS_CY7C63 is not set
1693 > # CONFIG_USB_CYTHERM is not set
1694 > # CONFIG_USB_PHIDGET is not set
1695 > # CONFIG_USB_IDMOUSE is not set
1696 > # CONFIG_USB_FTDI_ELAN is not set
1697 > # CONFIG_USB_APPLEDISPLAY is not set
1698 > # CONFIG_USB_SISUSBVGA is not set
1699 > # CONFIG_USB_LD is not set
1700 > # CONFIG_USB_TRANCEVIBRATOR is not set
1701 > # CONFIG_USB_IOWARRIOR is not set
1702 > # CONFIG_USB_TEST is not set
1703 > # CONFIG_USB_GADGET is not set
1704 > # CONFIG_MMC is not set
1705 > # CONFIG_MEMSTICK is not set
1706 > # CONFIG_NEW_LEDS is not set
1707 > # CONFIG_INFINIBAND is not set
1708 > # CONFIG_EDAC is not set
1709 > # CONFIG_RTC_CLASS is not set
1710 > # CONFIG_DMADEVICES is not set
1711 > # CONFIG_AUXDISPLAY is not set
1712 >
1713 > #
1714 > # Userspace I/O
1715 > #
1716 > # CONFIG_UIO is not set
1717 >
1718 > #
1719 > # Firmware Drivers
1720 > #
1721 > # CONFIG_EDD is not set
1722 > # CONFIG_DELL_RBU is not set
1723 > # CONFIG_DCDBAS is not set
1724 > CONFIG_DMIID=y
1725 >
1726 > #
1727 > # File systems
1728 > #
1729 > CONFIG_EXT2_FS=y
1730 > CONFIG_EXT2_FS_XATTR=y
1731 > CONFIG_EXT2_FS_POSIX_ACL=y
1732 > # CONFIG_EXT2_FS_SECURITY is not set
1733 > # CONFIG_EXT2_FS_XIP is not set
1734 > CONFIG_EXT3_FS=y
1735 > CONFIG_EXT3_FS_XATTR=y
1736 > CONFIG_EXT3_FS_POSIX_ACL=y
1737 > # CONFIG_EXT3_FS_SECURITY is not set
1738 > # CONFIG_EXT4DEV_FS is not set
1739 > CONFIG_JBD=y
1740 > CONFIG_FS_MBCACHE=y
1741 > CONFIG_REISERFS_FS=y
1742 > # CONFIG_REISERFS_CHECK is not set
1743 > # CONFIG_REISERFS_PROC_INFO is not set
1744 > CONFIG_REISERFS_FS_XATTR=y
1745 > CONFIG_REISERFS_FS_POSIX_ACL=y
1746 > # CONFIG_REISERFS_FS_SECURITY is not set
1747 > # CONFIG_JFS_FS is not set
1748 > CONFIG_FS_POSIX_ACL=y
1749 > # CONFIG_XFS_FS is not set
1750 > # CONFIG_GFS2_FS is not set
1751 > # CONFIG_OCFS2_FS is not set
1752 > CONFIG_DNOTIFY=y
1753 > CONFIG_INOTIFY=y
1754 > CONFIG_INOTIFY_USER=y
1755 > # CONFIG_QUOTA is not set
1756 > # CONFIG_AUTOFS_FS is not set
1757 > CONFIG_AUTOFS4_FS=y
1758 > # CONFIG_FUSE_FS is not set
1759 > CONFIG_GENERIC_ACL=y
1760 >
1761 > #
1762 > # CD-ROM/DVD Filesystems
1763 > #
1764 > CONFIG_ISO9660_FS=y
1765 > # CONFIG_JOLIET is not set
1766 > # CONFIG_ZISOFS is not set
1767 > # CONFIG_UDF_FS is not set
1768 >
1769 > #
1770 > # DOS/FAT/NT Filesystems
1771 > #
1772 > CONFIG_FAT_FS=y
1773 > CONFIG_MSDOS_FS=y
1774 > CONFIG_VFAT_FS=y
1775 > CONFIG_FAT_DEFAULT_CODEPAGE=437
1776 > CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1777 > # CONFIG_NTFS_FS is not set
1778 >
1779 > #
1780 > # Pseudo filesystems
1781 > #
1782 > CONFIG_PROC_FS=y
1783 > CONFIG_PROC_KCORE=y
1784 > CONFIG_PROC_SYSCTL=y
1785 > CONFIG_SYSFS=y
1786 > CONFIG_TMPFS=y
1787 > CONFIG_TMPFS_POSIX_ACL=y
1788 > CONFIG_HUGETLBFS=y
1789 > CONFIG_HUGETLB_PAGE=y
1790 > # CONFIG_CONFIGFS_FS is not set
1791 >
1792 > #
1793 > # Miscellaneous filesystems
1794 > #
1795 > # CONFIG_ADFS_FS is not set
1796 > # CONFIG_AFFS_FS is not set
1797 > # CONFIG_HFS_FS is not set
1798 > # CONFIG_HFSPLUS_FS is not set
1799 > # CONFIG_BEFS_FS is not set
1800 > # CONFIG_BFS_FS is not set
1801 > # CONFIG_EFS_FS is not set
1802 > # CONFIG_CRAMFS is not set
1803 > # CONFIG_SQUASHFS is not set
1804 > # CONFIG_VXFS_FS is not set
1805 > # CONFIG_MINIX_FS is not set
1806 > # CONFIG_HPFS_FS is not set
1807 > # CONFIG_QNX4FS_FS is not set
1808 > # CONFIG_ROMFS_FS is not set
1809 > # CONFIG_SYSV_FS is not set
1810 > # CONFIG_UFS_FS is not set
1811 > CONFIG_NETWORK_FILESYSTEMS=y
1812 > CONFIG_NFS_FS=y
1813 > CONFIG_NFS_V3=y
1814 > # CONFIG_NFS_V3_ACL is not set
1815 > # CONFIG_NFS_V4 is not set
1816 > # CONFIG_NFS_DIRECTIO is not set
1817 > CONFIG_NFSD=y
1818 > CONFIG_NFSD_V3=y
1819 > # CONFIG_NFSD_V3_ACL is not set
1820 > # CONFIG_NFSD_V4 is not set
1821 > CONFIG_NFSD_TCP=y
1822 > CONFIG_ROOT_NFS=y
1823 > CONFIG_LOCKD=y
1824 > CONFIG_LOCKD_V4=y
1825 > CONFIG_EXPORTFS=y
1826 > CONFIG_NFS_COMMON=y
1827 > CONFIG_SUNRPC=y
1828 > # CONFIG_SUNRPC_BIND34 is not set
1829 > # CONFIG_RPCSEC_GSS_KRB5 is not set
1830 > # CONFIG_RPCSEC_GSS_SPKM3 is not set
1831 > # CONFIG_SMB_FS is not set
1832 > # CONFIG_CIFS is not set
1833 > # CONFIG_NCP_FS is not set
1834 > # CONFIG_CODA_FS is not set
1835 > # CONFIG_AFS_FS is not set
1836 >
1837 > #
1838 > # Partition Types
1839 > #
1840 > # CONFIG_PARTITION_ADVANCED is not set
1841 > CONFIG_MSDOS_PARTITION=y
1842 > CONFIG_NLS=y
1843 > CONFIG_NLS_DEFAULT="iso8859-1"
1844 > CONFIG_NLS_CODEPAGE_437=y
1845 > # CONFIG_NLS_CODEPAGE_737 is not set
1846 > # CONFIG_NLS_CODEPAGE_775 is not set
1847 > # CONFIG_NLS_CODEPAGE_850 is not set
1848 > # CONFIG_NLS_CODEPAGE_852 is not set
1849 > # CONFIG_NLS_CODEPAGE_855 is not set
1850 > # CONFIG_NLS_CODEPAGE_857 is not set
1851 > # CONFIG_NLS_CODEPAGE_860 is not set
1852 > # CONFIG_NLS_CODEPAGE_861 is not set
1853 > # CONFIG_NLS_CODEPAGE_862 is not set
1854 > # CONFIG_NLS_CODEPAGE_863 is not set
1855 > # CONFIG_NLS_CODEPAGE_864 is not set
1856 > # CONFIG_NLS_CODEPAGE_865 is not set
1857 > # CONFIG_NLS_CODEPAGE_866 is not set
1858 > # CONFIG_NLS_CODEPAGE_869 is not set
1859 > # CONFIG_NLS_CODEPAGE_936 is not set
1860 > # CONFIG_NLS_CODEPAGE_950 is not set
1861 > # CONFIG_NLS_CODEPAGE_932 is not set
1862 > # CONFIG_NLS_CODEPAGE_949 is not set
1863 > # CONFIG_NLS_CODEPAGE_874 is not set
1864 > # CONFIG_NLS_ISO8859_8 is not set
1865 > # CONFIG_NLS_CODEPAGE_1250 is not set
1866 > # CONFIG_NLS_CODEPAGE_1251 is not set
1867 > CONFIG_NLS_ASCII=y
1868 > CONFIG_NLS_ISO8859_1=y
1869 > # CONFIG_NLS_ISO8859_2 is not set
1870 > # CONFIG_NLS_ISO8859_3 is not set
1871 > # CONFIG_NLS_ISO8859_4 is not set
1872 > # CONFIG_NLS_ISO8859_5 is not set
1873 > # CONFIG_NLS_ISO8859_6 is not set
1874 > # CONFIG_NLS_ISO8859_7 is not set
1875 > # CONFIG_NLS_ISO8859_9 is not set
1876 > # CONFIG_NLS_ISO8859_13 is not set
1877 > # CONFIG_NLS_ISO8859_14 is not set
1878 > CONFIG_NLS_ISO8859_15=y
1879 > # CONFIG_NLS_KOI8_R is not set
1880 > # CONFIG_NLS_KOI8_U is not set
1881 > CONFIG_NLS_UTF8=y
1882 > # CONFIG_DLM is not set
1883 >
1884 > #
1885 > # Kernel hacking
1886 > #
1887 > CONFIG_TRACE_IRQFLAGS_SUPPORT=y
1888 > # CONFIG_PRINTK_TIME is not set
1889 > CONFIG_ENABLE_WARN_DEPRECATED=y
1890 > # CONFIG_ENABLE_MUST_CHECK is not set
1891 > CONFIG_MAGIC_SYSRQ=y
1892 > CONFIG_UNUSED_SYMBOLS=y
1893 > # CONFIG_DEBUG_FS is not set
1894 > # CONFIG_HEADERS_CHECK is not set
1895 > CONFIG_DEBUG_KERNEL=y
1896 > # CONFIG_DEBUG_SHIRQ is not set
1897 > CONFIG_DETECT_SOFTLOCKUP=y
1898 > # CONFIG_SCHED_DEBUG is not set
1899 > # CONFIG_SCHEDSTATS is not set
1900 > CONFIG_TIMER_STATS=y
1901 > # CONFIG_SLUB_DEBUG_ON is not set
1902 > # CONFIG_SLUB_STATS is not set
1903 > # CONFIG_DEBUG_RT_MUTEXES is not set
1904 > # CONFIG_RT_MUTEX_TESTER is not set
1905 > # CONFIG_DEBUG_SPINLOCK is not set
1906 > # CONFIG_DEBUG_MUTEXES is not set
1907 > # CONFIG_DEBUG_LOCK_ALLOC is not set
1908 > # CONFIG_PROVE_LOCKING is not set
1909 > # CONFIG_LOCK_STAT is not set
1910 > # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1911 > # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1912 > # CONFIG_DEBUG_KOBJECT is not set
1913 > # CONFIG_DEBUG_HIGHMEM is not set
1914 > CONFIG_DEBUG_BUGVERBOSE=y
1915 > # CONFIG_DEBUG_INFO is not set
1916 > # CONFIG_DEBUG_VM is not set
1917 > # CONFIG_DEBUG_LIST is not set
1918 > # CONFIG_DEBUG_SG is not set
1919 > # CONFIG_FRAME_POINTER is not set
1920 > # CONFIG_BOOT_PRINTK_DELAY is not set
1921 > # CONFIG_RCU_TORTURE_TEST is not set
1922 > # CONFIG_KPROBES_SANITY_TEST is not set
1923 > # CONFIG_BACKTRACE_SELF_TEST is not set
1924 > # CONFIG_LKDTM is not set
1925 > # CONFIG_FAULT_INJECTION is not set
1926 > # CONFIG_LATENCYTOP is not set
1927 > # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
1928 > # CONFIG_SAMPLES is not set
1929 > CONFIG_EARLY_PRINTK=y
1930 > CONFIG_DEBUG_STACKOVERFLOW=y
1931 > # CONFIG_DEBUG_STACK_USAGE is not set
1932 > # CONFIG_DEBUG_PAGEALLOC is not set
1933 > # CONFIG_DEBUG_RODATA is not set
1934 > # CONFIG_DEBUG_NX_TEST is not set
1935 > # CONFIG_4KSTACKS is not set
1936 > CONFIG_X86_FIND_SMP_CONFIG=y
1937 > CONFIG_X86_MPPARSE=y
1938 > CONFIG_DOUBLEFAULT=y
1939 > CONFIG_IO_DELAY_TYPE_0X80=0
1940 > CONFIG_IO_DELAY_TYPE_0XED=1
1941 > CONFIG_IO_DELAY_TYPE_UDELAY=2
1942 > CONFIG_IO_DELAY_TYPE_NONE=3
1943 > CONFIG_IO_DELAY_0X80=y
1944 > # CONFIG_IO_DELAY_0XED is not set
1945 > # CONFIG_IO_DELAY_UDELAY is not set
1946 > # CONFIG_IO_DELAY_NONE is not set
1947 > CONFIG_DEFAULT_IO_DELAY_TYPE=0
1948 > # CONFIG_CPA_DEBUG is not set
1949 >
1950 > #
1951 > # Security options
1952 > #
1953 > # CONFIG_KEYS is not set
1954 > # CONFIG_SECURITY is not set
1955 > # CONFIG_SECURITY_FILE_CAPABILITIES is not set
1956 > CONFIG_CRYPTO=y
1957 > # CONFIG_CRYPTO_SEQIV is not set
1958 > # CONFIG_CRYPTO_MANAGER is not set
1959 > # CONFIG_CRYPTO_HMAC is not set
1960 > # CONFIG_CRYPTO_XCBC is not set
1961 > # CONFIG_CRYPTO_NULL is not set
1962 > # CONFIG_CRYPTO_MD4 is not set
1963 > # CONFIG_CRYPTO_MD5 is not set
1964 > # CONFIG_CRYPTO_SHA1 is not set
1965 > # CONFIG_CRYPTO_SHA256 is not set
1966 > # CONFIG_CRYPTO_SHA512 is not set
1967 > # CONFIG_CRYPTO_WP512 is not set
1968 > # CONFIG_CRYPTO_TGR192 is not set
1969 > # CONFIG_CRYPTO_GF128MUL is not set
1970 > # CONFIG_CRYPTO_ECB is not set
1971 > # CONFIG_CRYPTO_CBC is not set
1972 > # CONFIG_CRYPTO_PCBC is not set
1973 > # CONFIG_CRYPTO_LRW is not set
1974 > # CONFIG_CRYPTO_XTS is not set
1975 > # CONFIG_CRYPTO_CTR is not set
1976 > # CONFIG_CRYPTO_GCM is not set
1977 > # CONFIG_CRYPTO_CCM is not set
1978 > # CONFIG_CRYPTO_CRYPTD is not set
1979 > # CONFIG_CRYPTO_DES is not set
1980 > # CONFIG_CRYPTO_FCRYPT is not set
1981 > # CONFIG_CRYPTO_BLOWFISH is not set
1982 > # CONFIG_CRYPTO_TWOFISH is not set
1983 > # CONFIG_CRYPTO_TWOFISH_586 is not set
1984 > # CONFIG_CRYPTO_SERPENT is not set
1985 > # CONFIG_CRYPTO_AES is not set
1986 > # CONFIG_CRYPTO_AES_586 is not set
1987 > # CONFIG_CRYPTO_CAST5 is not set
1988 > # CONFIG_CRYPTO_CAST6 is not set
1989 > # CONFIG_CRYPTO_TEA is not set
1990 > # CONFIG_CRYPTO_ARC4 is not set
1991 > # CONFIG_CRYPTO_KHAZAD is not set
1992 > # CONFIG_CRYPTO_ANUBIS is not set
1993 > # CONFIG_CRYPTO_SEED is not set
1994 > # CONFIG_CRYPTO_SALSA20 is not set
1995 > # CONFIG_CRYPTO_SALSA20_586 is not set
1996 > # CONFIG_CRYPTO_DEFLATE is not set
1997 > # CONFIG_CRYPTO_MICHAEL_MIC is not set
1998 > # CONFIG_CRYPTO_CRC32C is not set
1999 > # CONFIG_CRYPTO_CAMELLIA is not set
2000 > # CONFIG_CRYPTO_TEST is not set
2001 > # CONFIG_CRYPTO_AUTHENC is not set
2002 > # CONFIG_CRYPTO_LZO is not set
2003 > CONFIG_CRYPTO_HW=y
2004 > # CONFIG_CRYPTO_DEV_PADLOCK is not set
2005 > # CONFIG_CRYPTO_DEV_GEODE is not set
2006 > # CONFIG_CRYPTO_DEV_HIFN_795X is not set
2007 > CONFIG_HAVE_KVM=y
2008 > CONFIG_VIRTUALIZATION=y
2009 > # CONFIG_KVM is not set
2010 > # CONFIG_LGUEST is not set
2011 > # CONFIG_VIRTIO_PCI is not set
2012 > # CONFIG_VIRTIO_BALLOON is not set
2013 >
2014 > #
2015 > # Library routines
2016 > #
2017 > CONFIG_BITREVERSE=y
2018 > CONFIG_CRC_CCITT=y
2019 > # CONFIG_CRC16 is not set
2020 > # CONFIG_CRC_ITU_T is not set
2021 > CONFIG_CRC32=y
2022 > # CONFIG_CRC7 is not set
2023 > # CONFIG_LIBCRC32C is not set
2024 > CONFIG_ZLIB_INFLATE=y
2025 > CONFIG_ZLIB_DEFLATE=y
2026 > CONFIG_PLIST=y
2027 > CONFIG_HAS_IOMEM=y
2028 > CONFIG_HAS_IOPORT=y
2029 > CONFIG_HAS_DMA=y
2030 >
2031 >
2032 >
2033 > Xav' <xp@××××××××.fr> schrieb am 01.09.2008 14:45:56:
2034 >
2035 > > On Mon, 1 Sep 2008 12:33:28 +0200, Roland Puntaier
2036 > > <Roland.Puntaier@×××××××××××××.com> wrote:
2037 > > > Hi,
2038 > > >
2039 > > > I am installing Gentoo on an older notebook of mine and have the
2040 > > following
2041 > > > problem:
2042 > > >
2043 > > > After a first try to make sound work, where I had OSS checked in the
2044 > >
2045 > > For a first start, OSS is now deprecated, so you have to use ALSA
2046 > instead
2047 > > in the kernel.
2048 > >
2049 > > > kernel configuration,
2050 > > > I followed the gentoo alsa guide
2051 > > > http://www.gentoo.org/doc/en/alsa-guide.xml
2052 > > >
2053 > > > But got a lot of "unknown symbol" entries at boot (viewed afterwards
2054
2055 > via
2056 > > > dmesg).
2057 > > > The first seems to be the reason for the others: unknown symbol
2058 > > > request_module.
2059 > > >
2060 > > > request_module is defined in vmlinux (via "nm vmlinux | grep
2061 > > > request_module")
2062 > > > but not linked in soundcore.o ("nm soundcore.o | grep
2063 request_module"
2064 > > says
2065 > > >
2066 > > > U(ndefined))
2067 > > >
2068 > > > Since request_module is needed to load kernel modules, no kernel
2069 > modules
2070 > > > can be loaded, and therefore symbols from such modules are not
2071 there.
2072 > > > This leads to the other "unknown symbol" messages. So the question
2073 is,
2074 > > why
2075 > > > request_module does not get linked properly.
2076 > > >
2077 > > > What I already tried:
2078 > > > I saved the .config and did
2079 > > > make mrproper
2080 > > > and restored .config.
2081 > > > Then
2082 > > > make && make modules_install
2083 > > >
2084 > > > But that did not help.
2085 > > >
2086 > > > Did somebody experience anything similar?
2087 > > > Could somebody give me a hint how to solve this problem?
2088 > >
2089 > > I think your .config file will help us more than you expect, and also
2090 > the
2091 > > output of your dmesg :)
2092 > >
2093 > > > Thanks in advance.
2094 > > > Cheers. Roland
2095 > >
2096 > > Regards.
2097 > >
2098 > > Xavier Parizet
2099 > > --
2100 > > Xavier
2101 > >
2102 > >
2103 >
2104 >