Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: How does grub assemble a RAID1 for / ??
Date: Sun, 04 Apr 2010 18:44:18
Message-Id: w2t5bdc1c8b1004041143se12599dcs4e59c5a7dafc9fca@mail.gmail.com
In Reply to: [gentoo-user] Re: How does grub assemble a RAID1 for / ?? by Kerin Millar
1 On Sun, Apr 4, 2010 at 11:13 AM, Kerin Millar <kerframil@×××××.com> wrote:
2 > On 04/04/2010 18:50, Mark Knecht wrote:
3 >
4 > [snip]
5 >
6 >> No problem supplying it. I did the rebuild this morning but forced
7 >> metadata to Type 1.0. No change as you suggested there wouldn't be.
8 >>
9 >> OK, here's:
10 >>
11 >> 1) lspci to read&  lspci -k to see drivers both from the non-RAID kernel
12 >> 2) The RAID kernel config
13 >> 3) At the very end a diff between the kernel config in this email and
14 >> the running one without RAID. (I.e. - the changes I made to attempt to
15 >> mount / which is on RAID.)
16 >>
17 >> Note that the Marvell SATA controller is for two external eSATA ports
18 >> that have nothing attached at this time. It's the Intel controller
19 >> that's in play here.
20 >>
21 >> Thanks,
22 >> Mark
23 >
24 > [snip lspci data]
25 >
26 > OK.
27 >
28 > [snip kconfig data]
29 >
30 > Something isn't right here. This .config appears to be severely stunted.
31 > It's missing lots of options that should be defined (whether active or not).
32 > Indeed, a typical .config might easily exceed 2000 lines. It's also missing
33 > the comment at the top which describes the kernel version in use.
34 >
35 > Is this really the entire .config file that is currently residing within
36 > /mnt/gentoo/usr/src/linux, having mounted the root filesystem and that was
37 > used to build the kernel you're attempting to boot with? If so, it's broken
38 > and you should just delete it entirely and start anew with make menuconfig.
39 > If not, then please present the file in full (no diffs, no obfuscation
40 > please).
41 >
42 > Aside from all of that, notable options that are going to be required to
43 > boot in your case are:
44 >
45 > CONFIG_MD_RAID1
46 > CONFIG_SATA_AHCI
47 > CONFIG_BLK_DEV_SD
48 > CONFIG_BLK_DEV_SR
49 > CONFIG_MSDOS_PARTITION (normally implicit but worth mentioning)
50 >
51 > That, and the option corresponding with whichever filesystem you use. Also,
52 > make sure CONFIG_SYSFS_DEPRECATED_V2 is off or else udev will balk. You may
53 > use the forward slash key to search for option names in make menuconfig
54 > (never edit .config directly). All needed options should be enabled as <*>.
55 >
56 > Also, if you're not experienced with kernel configuration and need a
57 > skeleton .config with which to begin, I would suggest you take a look at
58 > http://kernel-seeds.org.
59 >
60 > Cheers,
61 >
62 > --Kerin
63
64 Sorry. I was on a Windows box and it looks like putty cut it off.
65 Booted into Linux and this looks more correct. (2424 lines in vi on
66 that machine and 2424 lines in late on this machine so I think it's
67 all there...)
68
69 I looked at your suggestions above and they are all set to =y.
70 CONFIG_SYSFS_DEPRECATED_V2 is 'not set'.
71
72 - Mark
73
74 #
75 # Automatically generated make config: don't edit
76 # Linux kernel version: 2.6.33-gentoo
77 # Sun Apr 4 09:56:49 2010
78 #
79 CONFIG_64BIT=y
80 # CONFIG_X86_32 is not set
81 CONFIG_X86_64=y
82 CONFIG_X86=y
83 CONFIG_OUTPUT_FORMAT="elf64-x86-64"
84 CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
85 CONFIG_GENERIC_TIME=y
86 CONFIG_GENERIC_CMOS_UPDATE=y
87 CONFIG_CLOCKSOURCE_WATCHDOG=y
88 CONFIG_GENERIC_CLOCKEVENTS=y
89 CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
90 CONFIG_LOCKDEP_SUPPORT=y
91 CONFIG_STACKTRACE_SUPPORT=y
92 CONFIG_HAVE_LATENCYTOP_SUPPORT=y
93 CONFIG_MMU=y
94 CONFIG_ZONE_DMA=y
95 CONFIG_GENERIC_ISA_DMA=y
96 CONFIG_GENERIC_IOMAP=y
97 CONFIG_GENERIC_BUG=y
98 CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
99 CONFIG_GENERIC_HWEIGHT=y
100 CONFIG_ARCH_MAY_HAVE_PC_FDC=y
101 CONFIG_RWSEM_GENERIC_SPINLOCK=y
102 # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
103 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
104 CONFIG_GENERIC_CALIBRATE_DELAY=y
105 CONFIG_GENERIC_TIME_VSYSCALL=y
106 CONFIG_ARCH_HAS_CPU_RELAX=y
107 CONFIG_ARCH_HAS_DEFAULT_IDLE=y
108 CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
109 CONFIG_HAVE_SETUP_PER_CPU_AREA=y
110 CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
111 CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
112 CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y
113 CONFIG_ARCH_HIBERNATION_POSSIBLE=y
114 CONFIG_ARCH_SUSPEND_POSSIBLE=y
115 CONFIG_ZONE_DMA32=y
116 CONFIG_ARCH_POPULATES_NODE_MAP=y
117 CONFIG_AUDIT_ARCH=y
118 CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
119 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
120 CONFIG_GENERIC_HARDIRQS=y
121 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
122 CONFIG_GENERIC_IRQ_PROBE=y
123 CONFIG_GENERIC_PENDING_IRQ=y
124 CONFIG_USE_GENERIC_SMP_HELPERS=y
125 CONFIG_X86_64_SMP=y
126 CONFIG_X86_HT=y
127 CONFIG_X86_TRAMPOLINE=y
128 # CONFIG_KTIME_SCALAR is not set
129 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
130 CONFIG_CONSTRUCTORS=y
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 is not set
140 CONFIG_HAVE_KERNEL_GZIP=y
141 CONFIG_HAVE_KERNEL_BZIP2=y
142 CONFIG_HAVE_KERNEL_LZMA=y
143 CONFIG_HAVE_KERNEL_LZO=y
144 CONFIG_KERNEL_GZIP=y
145 # CONFIG_KERNEL_BZIP2 is not set
146 # CONFIG_KERNEL_LZMA is not set
147 # CONFIG_KERNEL_LZO is not set
148 CONFIG_SWAP=y
149 CONFIG_SYSVIPC=y
150 CONFIG_SYSVIPC_SYSCTL=y
151 # CONFIG_POSIX_MQUEUE is not set
152 # CONFIG_BSD_PROCESS_ACCT is not set
153 # CONFIG_TASKSTATS is not set
154 # CONFIG_AUDIT is not set
155
156 #
157 # RCU Subsystem
158 #
159 # CONFIG_TREE_RCU is not set
160 CONFIG_TREE_PREEMPT_RCU=y
161 # CONFIG_TINY_RCU is not set
162 # CONFIG_RCU_TRACE is not set
163 CONFIG_RCU_FANOUT=64
164 # CONFIG_RCU_FANOUT_EXACT is not set
165 # CONFIG_TREE_RCU_TRACE is not set
166 CONFIG_IKCONFIG=y
167 CONFIG_IKCONFIG_PROC=y
168 CONFIG_LOG_BUF_SHIFT=15
169 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
170 # CONFIG_GROUP_SCHED is not set
171 # CONFIG_CGROUPS is not set
172 # CONFIG_SYSFS_DEPRECATED_V2 is not set
173 # CONFIG_RELAY is not set
174 # CONFIG_NAMESPACES is not set
175 # CONFIG_BLK_DEV_INITRD is not set
176 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
177 CONFIG_SYSCTL=y
178 CONFIG_ANON_INODES=y
179 CONFIG_EMBEDDED=y
180 # CONFIG_UID16 is not set
181 CONFIG_SYSCTL_SYSCALL=y
182 CONFIG_KALLSYMS=y
183 # CONFIG_KALLSYMS_ALL is not set
184 # CONFIG_KALLSYMS_EXTRA_PASS is not set
185 CONFIG_HOTPLUG=y
186 CONFIG_PRINTK=y
187 CONFIG_BUG=y
188 CONFIG_ELF_CORE=y
189 CONFIG_PCSPKR_PLATFORM=y
190 CONFIG_BASE_FULL=y
191 CONFIG_FUTEX=y
192 CONFIG_EPOLL=y
193 CONFIG_SIGNALFD=y
194 CONFIG_TIMERFD=y
195 CONFIG_EVENTFD=y
196 CONFIG_SHMEM=y
197 CONFIG_AIO=y
198 CONFIG_HAVE_PERF_EVENTS=y
199
200 #
201 # Kernel Performance Events And Counters
202 #
203 CONFIG_PERF_EVENTS=y
204 # CONFIG_PERF_COUNTERS is not set
205 # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
206 CONFIG_VM_EVENT_COUNTERS=y
207 CONFIG_PCI_QUIRKS=y
208 CONFIG_COMPAT_BRK=y
209 CONFIG_SLAB=y
210 # CONFIG_SLUB is not set
211 # CONFIG_SLOB is not set
212 # CONFIG_PROFILING is not set
213 CONFIG_HAVE_OPROFILE=y
214 # CONFIG_KPROBES is not set
215 CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
216 CONFIG_HAVE_IOREMAP_PROT=y
217 CONFIG_HAVE_KPROBES=y
218 CONFIG_HAVE_KRETPROBES=y
219 CONFIG_HAVE_ARCH_TRACEHOOK=y
220 CONFIG_HAVE_DMA_ATTRS=y
221 CONFIG_HAVE_DMA_API_DEBUG=y
222 CONFIG_HAVE_HW_BREAKPOINT=y
223 CONFIG_HAVE_USER_RETURN_NOTIFIER=y
224
225 #
226 # GCOV-based kernel profiling
227 #
228 CONFIG_SLOW_WORK=y
229 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
230 CONFIG_SLABINFO=y
231 CONFIG_RT_MUTEXES=y
232 CONFIG_BASE_SMALL=0
233 CONFIG_MODULES=y
234 # CONFIG_MODULE_FORCE_LOAD is not set
235 CONFIG_MODULE_UNLOAD=y
236 # CONFIG_MODULE_FORCE_UNLOAD is not set
237 CONFIG_MODVERSIONS=y
238 # CONFIG_MODULE_SRCVERSION_ALL is not set
239 CONFIG_STOP_MACHINE=y
240 CONFIG_BLOCK=y
241 CONFIG_BLK_DEV_BSG=y
242 # CONFIG_BLK_DEV_INTEGRITY is not set
243 CONFIG_BLOCK_COMPAT=y
244
245 #
246 # IO Schedulers
247 #
248 CONFIG_IOSCHED_NOOP=y
249 CONFIG_IOSCHED_DEADLINE=y
250 CONFIG_IOSCHED_CFQ=y
251 # CONFIG_DEFAULT_DEADLINE is not set
252 CONFIG_DEFAULT_CFQ=y
253 # CONFIG_DEFAULT_NOOP is not set
254 CONFIG_DEFAULT_IOSCHED="cfq"
255 # CONFIG_INLINE_SPIN_TRYLOCK is not set
256 # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
257 # CONFIG_INLINE_SPIN_LOCK is not set
258 # CONFIG_INLINE_SPIN_LOCK_BH is not set
259 # CONFIG_INLINE_SPIN_LOCK_IRQ is not set
260 # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
261 # CONFIG_INLINE_SPIN_UNLOCK is not set
262 # CONFIG_INLINE_SPIN_UNLOCK_BH is not set
263 # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
264 # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
265 # CONFIG_INLINE_READ_TRYLOCK is not set
266 # CONFIG_INLINE_READ_LOCK is not set
267 # CONFIG_INLINE_READ_LOCK_BH is not set
268 # CONFIG_INLINE_READ_LOCK_IRQ is not set
269 # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
270 # CONFIG_INLINE_READ_UNLOCK is not set
271 # CONFIG_INLINE_READ_UNLOCK_BH is not set
272 # CONFIG_INLINE_READ_UNLOCK_IRQ is not set
273 # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
274 # CONFIG_INLINE_WRITE_TRYLOCK is not set
275 # CONFIG_INLINE_WRITE_LOCK is not set
276 # CONFIG_INLINE_WRITE_LOCK_BH is not set
277 # CONFIG_INLINE_WRITE_LOCK_IRQ is not set
278 # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
279 # CONFIG_INLINE_WRITE_UNLOCK is not set
280 # CONFIG_INLINE_WRITE_UNLOCK_BH is not set
281 # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
282 # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
283 CONFIG_MUTEX_SPIN_ON_OWNER=y
284 # CONFIG_FREEZER is not set
285
286 #
287 # Processor type and features
288 #
289 CONFIG_TICK_ONESHOT=y
290 CONFIG_NO_HZ=y
291 CONFIG_HIGH_RES_TIMERS=y
292 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
293 CONFIG_SMP=y
294 # CONFIG_SPARSE_IRQ is not set
295 CONFIG_X86_MPPARSE=y
296 # CONFIG_X86_EXTENDED_PLATFORM is not set
297 CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
298 CONFIG_SCHED_OMIT_FRAME_POINTER=y
299 # CONFIG_PARAVIRT_GUEST is not set
300 # CONFIG_MEMTEST is not set
301 # CONFIG_M386 is not set
302 # CONFIG_M486 is not set
303 # CONFIG_M586 is not set
304 # CONFIG_M586TSC is not set
305 # CONFIG_M586MMX is not set
306 # CONFIG_M686 is not set
307 # CONFIG_MPENTIUMII is not set
308 # CONFIG_MPENTIUMIII is not set
309 # CONFIG_MPENTIUMM is not set
310 # CONFIG_MPENTIUM4 is not set
311 # CONFIG_MK6 is not set
312 # CONFIG_MK7 is not set
313 # CONFIG_MK8 is not set
314 # CONFIG_MCRUSOE is not set
315 # CONFIG_MEFFICEON is not set
316 # CONFIG_MWINCHIPC6 is not set
317 # CONFIG_MWINCHIP3D is not set
318 # CONFIG_MGEODEGX1 is not set
319 # CONFIG_MGEODE_LX is not set
320 # CONFIG_MCYRIXIII is not set
321 # CONFIG_MVIAC3_2 is not set
322 # CONFIG_MVIAC7 is not set
323 # CONFIG_MPSC is not set
324 CONFIG_MCORE2=y
325 # CONFIG_MATOM is not set
326 # CONFIG_GENERIC_CPU is not set
327 CONFIG_X86_CPU=y
328 CONFIG_X86_INTERNODE_CACHE_SHIFT=6
329 CONFIG_X86_CMPXCHG=y
330 CONFIG_X86_L1_CACHE_SHIFT=6
331 CONFIG_X86_WP_WORKS_OK=y
332 CONFIG_X86_INTEL_USERCOPY=y
333 CONFIG_X86_USE_PPRO_CHECKSUM=y
334 CONFIG_X86_P6_NOP=y
335 CONFIG_X86_TSC=y
336 CONFIG_X86_CMPXCHG64=y
337 CONFIG_X86_CMOV=y
338 CONFIG_X86_MINIMUM_CPU_FAMILY=64
339 CONFIG_X86_DEBUGCTLMSR=y
340 # CONFIG_PROCESSOR_SELECT is not set
341 CONFIG_CPU_SUP_INTEL=y
342 CONFIG_CPU_SUP_AMD=y
343 CONFIG_CPU_SUP_CENTAUR=y
344 # CONFIG_X86_DS is not set
345 CONFIG_HPET_TIMER=y
346 CONFIG_HPET_EMULATE_RTC=y
347 CONFIG_DMI=y
348 CONFIG_GART_IOMMU=y
349 # CONFIG_CALGARY_IOMMU is not set
350 # CONFIG_AMD_IOMMU is not set
351 CONFIG_SWIOTLB=y
352 CONFIG_IOMMU_HELPER=y
353 # CONFIG_IOMMU_API is not set
354 # CONFIG_MAXSMP is not set
355 CONFIG_NR_CPUS=8
356 CONFIG_SCHED_SMT=y
357 CONFIG_SCHED_MC=y
358 # CONFIG_PREEMPT_NONE is not set
359 # CONFIG_PREEMPT_VOLUNTARY is not set
360 CONFIG_PREEMPT=y
361 CONFIG_X86_LOCAL_APIC=y
362 CONFIG_X86_IO_APIC=y
363 # CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
364 CONFIG_X86_MCE=y
365 CONFIG_X86_MCE_INTEL=y
366 # CONFIG_X86_MCE_AMD is not set
367 CONFIG_X86_MCE_THRESHOLD=y
368 # CONFIG_X86_MCE_INJECT is not set
369 CONFIG_X86_THERMAL_VECTOR=y
370 # CONFIG_I8K is not set
371 # CONFIG_MICROCODE is not set
372 # CONFIG_X86_MSR is not set
373 # CONFIG_X86_CPUID is not set
374 CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
375 # CONFIG_DIRECT_GBPAGES is not set
376 # CONFIG_NUMA is not set
377 CONFIG_ARCH_SPARSEMEM_DEFAULT=y
378 CONFIG_ARCH_SPARSEMEM_ENABLE=y
379 CONFIG_ARCH_SELECT_MEMORY_MODEL=y
380 CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
381 CONFIG_SELECT_MEMORY_MODEL=y
382 # CONFIG_FLATMEM_MANUAL is not set
383 # CONFIG_DISCONTIGMEM_MANUAL is not set
384 CONFIG_SPARSEMEM_MANUAL=y
385 CONFIG_SPARSEMEM=y
386 CONFIG_HAVE_MEMORY_PRESENT=y
387 CONFIG_SPARSEMEM_EXTREME=y
388 CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
389 CONFIG_SPARSEMEM_VMEMMAP=y
390 # CONFIG_MEMORY_HOTPLUG is not set
391 CONFIG_PAGEFLAGS_EXTENDED=y
392 CONFIG_SPLIT_PTLOCK_CPUS=4
393 CONFIG_PHYS_ADDR_T_64BIT=y
394 CONFIG_ZONE_DMA_FLAG=1
395 CONFIG_BOUNCE=y
396 CONFIG_VIRT_TO_BUS=y
397 # CONFIG_KSM is not set
398 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
399 CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
400 # CONFIG_MEMORY_FAILURE is not set
401 # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
402 CONFIG_X86_RESERVE_LOW_64K=y
403 CONFIG_MTRR=y
404 CONFIG_MTRR_SANITIZER=y
405 CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
406 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
407 CONFIG_X86_PAT=y
408 CONFIG_ARCH_USES_PG_UNCACHED=y
409 CONFIG_EFI=y
410 CONFIG_SECCOMP=y
411 # CONFIG_CC_STACKPROTECTOR is not set
412 # CONFIG_HZ_100 is not set
413 # CONFIG_HZ_250 is not set
414 # CONFIG_HZ_300 is not set
415 CONFIG_HZ_1000=y
416 CONFIG_HZ=1000
417 CONFIG_SCHED_HRTICK=y
418 # CONFIG_KEXEC is not set
419 # CONFIG_CRASH_DUMP is not set
420 CONFIG_PHYSICAL_START=0x200000
421 CONFIG_RELOCATABLE=y
422 CONFIG_PHYSICAL_ALIGN=0x1000000
423 # CONFIG_HOTPLUG_CPU is not set
424 # CONFIG_COMPAT_VDSO is not set
425 # CONFIG_CMDLINE_BOOL is not set
426 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
427
428 #
429 # Power management and ACPI options
430 #
431 CONFIG_PM=y
432 # CONFIG_PM_DEBUG is not set
433 # CONFIG_SUSPEND is not set
434 # CONFIG_HIBERNATION is not set
435 # CONFIG_PM_RUNTIME is not set
436 CONFIG_ACPI=y
437 # CONFIG_ACPI_PROCFS is not set
438 # CONFIG_ACPI_PROCFS_POWER is not set
439 # CONFIG_ACPI_POWER_METER is not set
440 CONFIG_ACPI_SYSFS_POWER=y
441 CONFIG_ACPI_PROC_EVENT=y
442 CONFIG_ACPI_AC=m
443 CONFIG_ACPI_BATTERY=m
444 CONFIG_ACPI_BUTTON=y
445 CONFIG_ACPI_VIDEO=m
446 CONFIG_ACPI_FAN=m
447 CONFIG_ACPI_DOCK=y
448 CONFIG_ACPI_PROCESSOR=m
449 # CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
450 CONFIG_ACPI_THERMAL=m
451 # CONFIG_ACPI_CUSTOM_DSDT is not set
452 CONFIG_ACPI_BLACKLIST_YEAR=0
453 # CONFIG_ACPI_DEBUG is not set
454 # CONFIG_ACPI_PCI_SLOT is not set
455 # CONFIG_X86_PM_TIMER is not set
456 CONFIG_ACPI_CONTAINER=m
457 # CONFIG_ACPI_SBS is not set
458 # CONFIG_SFI is not set
459
460 #
461 # CPU Frequency scaling
462 #
463 CONFIG_CPU_FREQ=y
464 CONFIG_CPU_FREQ_TABLE=m
465 # CONFIG_CPU_FREQ_DEBUG is not set
466 CONFIG_CPU_FREQ_STAT=m
467 # CONFIG_CPU_FREQ_STAT_DETAILS is not set
468 CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
469 # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
470 # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
471 # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
472 # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
473 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
474 CONFIG_CPU_FREQ_GOV_POWERSAVE=m
475 CONFIG_CPU_FREQ_GOV_USERSPACE=m
476 CONFIG_CPU_FREQ_GOV_ONDEMAND=m
477 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
478
479 #
480 # CPUFreq processor drivers
481 #
482 CONFIG_X86_ACPI_CPUFREQ=m
483 CONFIG_X86_POWERNOW_K8=m
484 CONFIG_X86_SPEEDSTEP_CENTRINO=m
485 CONFIG_X86_P4_CLOCKMOD=m
486
487 #
488 # shared options
489 #
490 CONFIG_X86_SPEEDSTEP_LIB=m
491 CONFIG_CPU_IDLE=y
492 CONFIG_CPU_IDLE_GOV_LADDER=y
493 CONFIG_CPU_IDLE_GOV_MENU=y
494
495 #
496 # Memory power savings
497 #
498 # CONFIG_I7300_IDLE is not set
499
500 #
501 # Bus options (PCI etc.)
502 #
503 CONFIG_PCI=y
504 CONFIG_PCI_DIRECT=y
505 CONFIG_PCI_MMCONFIG=y
506 CONFIG_PCI_DOMAINS=y
507 CONFIG_PCIEPORTBUS=y
508 CONFIG_PCIEAER=y
509 # CONFIG_PCIE_ECRC is not set
510 # CONFIG_PCIEAER_INJECT is not set
511 # CONFIG_PCIEASPM is not set
512 CONFIG_ARCH_SUPPORTS_MSI=y
513 # CONFIG_PCI_MSI is not set
514 CONFIG_PCI_LEGACY=y
515 # CONFIG_PCI_DEBUG is not set
516 # CONFIG_PCI_STUB is not set
517 CONFIG_HT_IRQ=y
518 # CONFIG_PCI_IOV is not set
519 CONFIG_PCI_IOAPIC=y
520 CONFIG_ISA_DMA_API=y
521 CONFIG_K8_NB=y
522 CONFIG_PCCARD=m
523 CONFIG_PCMCIA=m
524 CONFIG_PCMCIA_LOAD_CIS=y
525 CONFIG_PCMCIA_IOCTL=y
526 CONFIG_CARDBUS=y
527
528 #
529 # PC-card bridges
530 #
531 CONFIG_YENTA=m
532 CONFIG_YENTA_O2=y
533 CONFIG_YENTA_RICOH=y
534 CONFIG_YENTA_TI=y
535 CONFIG_YENTA_ENE_TUNE=y
536 CONFIG_YENTA_TOSHIBA=y
537 CONFIG_PD6729=m
538 CONFIG_I82092=m
539 CONFIG_PCCARD_NONSTATIC=m
540 # CONFIG_HOTPLUG_PCI is not set
541
542 #
543 # Executable file formats / Emulations
544 #
545 CONFIG_BINFMT_ELF=y
546 CONFIG_COMPAT_BINFMT_ELF=y
547 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
548 # CONFIG_HAVE_AOUT is not set
549 # CONFIG_BINFMT_MISC is not set
550 CONFIG_IA32_EMULATION=y
551 CONFIG_IA32_AOUT=y
552 CONFIG_COMPAT=y
553 CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
554 CONFIG_SYSVIPC_COMPAT=y
555 CONFIG_NET=y
556
557 #
558 # Networking options
559 #
560 CONFIG_PACKET=y
561 CONFIG_PACKET_MMAP=y
562 CONFIG_UNIX=y
563 CONFIG_XFRM=y
564 CONFIG_XFRM_USER=m
565 # CONFIG_XFRM_SUB_POLICY is not set
566 # CONFIG_XFRM_MIGRATE is not set
567 # CONFIG_XFRM_STATISTICS is not set
568 CONFIG_XFRM_IPCOMP=m
569 CONFIG_NET_KEY=m
570 # CONFIG_NET_KEY_MIGRATE is not set
571 CONFIG_INET=y
572 # CONFIG_IP_MULTICAST is not set
573 # CONFIG_IP_ADVANCED_ROUTER is not set
574 CONFIG_IP_FIB_HASH=y
575 CONFIG_IP_PNP=y
576 CONFIG_IP_PNP_DHCP=y
577 # CONFIG_IP_PNP_BOOTP is not set
578 # CONFIG_IP_PNP_RARP is not set
579 CONFIG_NET_IPIP=m
580 CONFIG_NET_IPGRE=m
581 # CONFIG_ARPD is not set
582 # CONFIG_SYN_COOKIES is not set
583 CONFIG_INET_AH=m
584 CONFIG_INET_ESP=m
585 CONFIG_INET_IPCOMP=m
586 CONFIG_INET_XFRM_TUNNEL=m
587 CONFIG_INET_TUNNEL=m
588 CONFIG_INET_XFRM_MODE_TRANSPORT=m
589 CONFIG_INET_XFRM_MODE_TUNNEL=m
590 CONFIG_INET_XFRM_MODE_BEET=m
591 CONFIG_INET_LRO=y
592 # CONFIG_INET_DIAG is not set
593 # CONFIG_TCP_CONG_ADVANCED is not set
594 CONFIG_TCP_CONG_CUBIC=y
595 CONFIG_DEFAULT_TCP_CONG="cubic"
596 # CONFIG_TCP_MD5SIG is not set
597 CONFIG_IPV6=m
598 # CONFIG_IPV6_PRIVACY is not set
599 # CONFIG_IPV6_ROUTER_PREF is not set
600 # CONFIG_IPV6_OPTIMISTIC_DAD is not set
601 # CONFIG_INET6_AH is not set
602 # CONFIG_INET6_ESP is not set
603 # CONFIG_INET6_IPCOMP is not set
604 # CONFIG_IPV6_MIP6 is not set
605 # CONFIG_INET6_XFRM_TUNNEL is not set
606 # CONFIG_INET6_TUNNEL is not set
607 CONFIG_INET6_XFRM_MODE_TRANSPORT=m
608 CONFIG_INET6_XFRM_MODE_TUNNEL=m
609 CONFIG_INET6_XFRM_MODE_BEET=m
610 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
611 CONFIG_IPV6_SIT=m
612 # CONFIG_IPV6_SIT_6RD is not set
613 CONFIG_IPV6_NDISC_NODETYPE=y
614 # CONFIG_IPV6_TUNNEL is not set
615 # CONFIG_IPV6_MULTIPLE_TABLES is not set
616 # CONFIG_IPV6_MROUTE is not set
617 # CONFIG_NETLABEL is not set
618 # CONFIG_NETWORK_SECMARK is not set
619 # CONFIG_NETFILTER is not set
620 # CONFIG_IP_DCCP is not set
621 CONFIG_IP_SCTP=m
622 # CONFIG_SCTP_DBG_MSG is not set
623 # CONFIG_SCTP_DBG_OBJCNT is not set
624 # CONFIG_SCTP_HMAC_NONE is not set
625 # CONFIG_SCTP_HMAC_SHA1 is not set
626 CONFIG_SCTP_HMAC_MD5=y
627 # CONFIG_RDS is not set
628 # CONFIG_TIPC is not set
629 # CONFIG_ATM is not set
630 # CONFIG_BRIDGE is not set
631 # CONFIG_NET_DSA is not set
632 CONFIG_VLAN_8021Q=m
633 # CONFIG_VLAN_8021Q_GVRP is not set
634 # CONFIG_DECNET is not set
635 # CONFIG_LLC2 is not set
636 # CONFIG_IPX is not set
637 # CONFIG_ATALK is not set
638 # CONFIG_X25 is not set
639 # CONFIG_LAPB is not set
640 # CONFIG_ECONET is not set
641 # CONFIG_WAN_ROUTER is not set
642 # CONFIG_PHONET is not set
643 # CONFIG_IEEE802154 is not set
644 # CONFIG_NET_SCHED is not set
645 # CONFIG_DCB is not set
646
647 #
648 # Network testing
649 #
650 # CONFIG_NET_PKTGEN is not set
651 # CONFIG_HAMRADIO is not set
652 # CONFIG_CAN is not set
653 # CONFIG_IRDA is not set
654 # CONFIG_BT is not set
655 # CONFIG_AF_RXRPC is not set
656 # CONFIG_WIRELESS is not set
657 # CONFIG_WIMAX is not set
658 # CONFIG_RFKILL is not set
659 # CONFIG_NET_9P is not set
660
661 #
662 # Device Drivers
663 #
664
665 #
666 # Generic Driver Options
667 #
668 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
669 # CONFIG_DEVTMPFS is not set
670 CONFIG_STANDALONE=y
671 CONFIG_PREVENT_FIRMWARE_BUILD=y
672 CONFIG_FW_LOADER=m
673 CONFIG_FIRMWARE_IN_KERNEL=y
674 CONFIG_EXTRA_FIRMWARE=""
675 # CONFIG_DEBUG_DRIVER is not set
676 # CONFIG_DEBUG_DEVRES is not set
677 # CONFIG_SYS_HYPERVISOR is not set
678 # CONFIG_CONNECTOR is not set
679 # CONFIG_MTD is not set
680 # CONFIG_PARPORT is not set
681 CONFIG_PNP=y
682 # CONFIG_PNP_DEBUG_MESSAGES is not set
683
684 #
685 # Protocols
686 #
687 CONFIG_PNPACPI=y
688 CONFIG_BLK_DEV=y
689 # CONFIG_BLK_DEV_FD is not set
690 # CONFIG_BLK_CPQ_DA is not set
691 # CONFIG_BLK_CPQ_CISS_DA is not set
692 # CONFIG_BLK_DEV_DAC960 is not set
693 # CONFIG_BLK_DEV_UMEM is not set
694 # CONFIG_BLK_DEV_COW_COMMON is not set
695 CONFIG_BLK_DEV_LOOP=y
696 # CONFIG_BLK_DEV_CRYPTOLOOP is not set
697
698 #
699 # DRBD disabled because PROC_FS, INET or CONNECTOR not selected
700 #
701 # CONFIG_BLK_DEV_NBD is not set
702 # CONFIG_BLK_DEV_SX8 is not set
703 # CONFIG_BLK_DEV_UB is not set
704 CONFIG_BLK_DEV_RAM=y
705 CONFIG_BLK_DEV_RAM_COUNT=16
706 CONFIG_BLK_DEV_RAM_SIZE=8192
707 # CONFIG_BLK_DEV_XIP is not set
708 # CONFIG_CDROM_PKTCDVD is not set
709 # CONFIG_ATA_OVER_ETH is not set
710 # CONFIG_VIRTIO_BLK is not set
711 # CONFIG_BLK_DEV_HD is not set
712 CONFIG_MISC_DEVICES=y
713 # CONFIG_AD525X_DPOT is not set
714 # CONFIG_IBM_ASM is not set
715 # CONFIG_PHANTOM is not set
716 # CONFIG_SGI_IOC4 is not set
717 # CONFIG_TIFM_CORE is not set
718 # CONFIG_ICS932S401 is not set
719 # CONFIG_ENCLOSURE_SERVICES is not set
720 # CONFIG_CS5535_MFGPT is not set
721 # CONFIG_HP_ILO is not set
722 # CONFIG_ISL29003 is not set
723 # CONFIG_DS1682 is not set
724 # CONFIG_C2PORT is not set
725
726 #
727 # EEPROM support
728 #
729 # CONFIG_EEPROM_AT24 is not set
730 # CONFIG_EEPROM_LEGACY is not set
731 # CONFIG_EEPROM_MAX6875 is not set
732 # CONFIG_EEPROM_93CX6 is not set
733 # CONFIG_CB710_CORE is not set
734 CONFIG_HAVE_IDE=y
735 CONFIG_IDE=y
736
737 #
738 # Please see Documentation/ide/ide.txt for help/info on IDE drives
739 #
740 CONFIG_IDE_XFER_MODE=y
741 CONFIG_IDE_ATAPI=y
742 # CONFIG_BLK_DEV_IDE_SATA is not set
743 CONFIG_IDE_GD=y
744 CONFIG_IDE_GD_ATA=y
745 # CONFIG_IDE_GD_ATAPI is not set
746 # CONFIG_BLK_DEV_IDECS is not set
747 # CONFIG_BLK_DEV_DELKIN is not set
748 CONFIG_BLK_DEV_IDECD=y
749 CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
750 # CONFIG_BLK_DEV_IDETAPE is not set
751 CONFIG_BLK_DEV_IDEACPI=y
752 CONFIG_IDE_TASK_IOCTL=y
753 CONFIG_IDE_PROC_FS=y
754
755 #
756 # IDE chipset support/bugfixes
757 #
758 CONFIG_IDE_GENERIC=y
759 CONFIG_BLK_DEV_PLATFORM=y
760 # CONFIG_BLK_DEV_CMD640 is not set
761 CONFIG_BLK_DEV_IDEPNP=y
762 CONFIG_BLK_DEV_IDEDMA_SFF=y
763
764 #
765 # PCI IDE chipsets support
766 #
767 CONFIG_BLK_DEV_IDEPCI=y
768 # CONFIG_IDEPCI_PCIBUS_ORDER is not set
769 # CONFIG_BLK_DEV_GENERIC is not set
770 # CONFIG_BLK_DEV_OPTI621 is not set
771 # CONFIG_BLK_DEV_RZ1000 is not set
772 CONFIG_BLK_DEV_IDEDMA_PCI=y
773 # CONFIG_BLK_DEV_AEC62XX is not set
774 # CONFIG_BLK_DEV_ALI15X3 is not set
775 # CONFIG_BLK_DEV_AMD74XX is not set
776 # CONFIG_BLK_DEV_ATIIXP is not set
777 # CONFIG_BLK_DEV_CMD64X is not set
778 # CONFIG_BLK_DEV_TRIFLEX is not set
779 # CONFIG_BLK_DEV_CS5520 is not set
780 # CONFIG_BLK_DEV_CS5530 is not set
781 # CONFIG_BLK_DEV_HPT366 is not set
782 # CONFIG_BLK_DEV_JMICRON is not set
783 # CONFIG_BLK_DEV_SC1200 is not set
784 CONFIG_BLK_DEV_PIIX=y
785 # CONFIG_BLK_DEV_IT8172 is not set
786 # CONFIG_BLK_DEV_IT8213 is not set
787 # CONFIG_BLK_DEV_IT821X is not set
788 # CONFIG_BLK_DEV_NS87415 is not set
789 # CONFIG_BLK_DEV_PDC202XX_OLD is not set
790 # CONFIG_BLK_DEV_PDC202XX_NEW is not set
791 # CONFIG_BLK_DEV_SVWKS is not set
792 # CONFIG_BLK_DEV_SIIMAGE is not set
793 # CONFIG_BLK_DEV_SIS5513 is not set
794 # CONFIG_BLK_DEV_SLC90E66 is not set
795 # CONFIG_BLK_DEV_TRM290 is not set
796 # CONFIG_BLK_DEV_VIA82CXXX is not set
797 # CONFIG_BLK_DEV_TC86C001 is not set
798 CONFIG_BLK_DEV_IDEDMA=y
799
800 #
801 # SCSI device support
802 #
803 CONFIG_RAID_ATTRS=m
804 CONFIG_SCSI=y
805 CONFIG_SCSI_DMA=y
806 CONFIG_SCSI_TGT=m
807 CONFIG_SCSI_NETLINK=y
808 CONFIG_SCSI_PROC_FS=y
809
810 #
811 # SCSI support type (disk, tape, CD-ROM)
812 #
813 CONFIG_BLK_DEV_SD=y
814 # CONFIG_CHR_DEV_ST is not set
815 # CONFIG_CHR_DEV_OSST is not set
816 CONFIG_BLK_DEV_SR=y
817 CONFIG_BLK_DEV_SR_VENDOR=y
818 CONFIG_CHR_DEV_SG=m
819 CONFIG_CHR_DEV_SCH=y
820 CONFIG_SCSI_MULTI_LUN=y
821 CONFIG_SCSI_CONSTANTS=y
822 CONFIG_SCSI_LOGGING=y
823 CONFIG_SCSI_SCAN_ASYNC=y
824 CONFIG_SCSI_WAIT_SCAN=m
825
826 #
827 # SCSI Transports
828 #
829 CONFIG_SCSI_SPI_ATTRS=m
830 CONFIG_SCSI_FC_ATTRS=m
831 CONFIG_SCSI_FC_TGT_ATTRS=y
832 CONFIG_SCSI_ISCSI_ATTRS=y
833 CONFIG_SCSI_SAS_ATTRS=m
834 CONFIG_SCSI_SAS_LIBSAS=m
835 CONFIG_SCSI_SAS_ATA=y
836 CONFIG_SCSI_SAS_HOST_SMP=y
837 # CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set
838 CONFIG_SCSI_SRP_ATTRS=m
839 CONFIG_SCSI_SRP_TGT_ATTRS=y
840 CONFIG_SCSI_LOWLEVEL=y
841 # CONFIG_ISCSI_TCP is not set
842 # CONFIG_SCSI_BNX2_ISCSI is not set
843 # CONFIG_BE2ISCSI is not set
844 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
845 # CONFIG_SCSI_HPSA is not set
846 # CONFIG_SCSI_3W_9XXX is not set
847 # CONFIG_SCSI_3W_SAS is not set
848 # CONFIG_SCSI_ACARD is not set
849 # CONFIG_SCSI_AACRAID is not set
850 # CONFIG_SCSI_AIC7XXX is not set
851 # CONFIG_SCSI_AIC7XXX_OLD is not set
852 # CONFIG_SCSI_AIC79XX is not set
853 # CONFIG_SCSI_AIC94XX is not set
854 # CONFIG_SCSI_MVSAS is not set
855 # CONFIG_SCSI_DPT_I2O is not set
856 # CONFIG_SCSI_ADVANSYS is not set
857 # CONFIG_SCSI_ARCMSR is not set
858 # CONFIG_MEGARAID_NEWGEN is not set
859 # CONFIG_MEGARAID_LEGACY is not set
860 # CONFIG_MEGARAID_SAS is not set
861 # CONFIG_SCSI_MPT2SAS is not set
862 # CONFIG_SCSI_HPTIOP is not set
863 # CONFIG_SCSI_BUSLOGIC is not set
864 # CONFIG_VMWARE_PVSCSI is not set
865 # CONFIG_LIBFC is not set
866 # CONFIG_LIBFCOE is not set
867 # CONFIG_FCOE is not set
868 # CONFIG_FCOE_FNIC is not set
869 # CONFIG_SCSI_DMX3191D is not set
870 # CONFIG_SCSI_EATA is not set
871 # CONFIG_SCSI_FUTURE_DOMAIN is not set
872 # CONFIG_SCSI_GDTH is not set
873 # CONFIG_SCSI_IPS is not set
874 # CONFIG_SCSI_INITIO is not set
875 # CONFIG_SCSI_INIA100 is not set
876 # CONFIG_SCSI_STEX is not set
877 # CONFIG_SCSI_SYM53C8XX_2 is not set
878 # CONFIG_SCSI_IPR is not set
879 # CONFIG_SCSI_QLOGIC_1280 is not set
880 # CONFIG_SCSI_QLA_FC is not set
881 # CONFIG_SCSI_QLA_ISCSI is not set
882 # CONFIG_SCSI_LPFC is not set
883 # CONFIG_SCSI_DC395x is not set
884 # CONFIG_SCSI_DC390T is not set
885 # CONFIG_SCSI_DEBUG is not set
886 # CONFIG_SCSI_PMCRAID is not set
887 # CONFIG_SCSI_PM8001 is not set
888 # CONFIG_SCSI_SRP is not set
889 # CONFIG_SCSI_BFA_FC is not set
890 CONFIG_SCSI_LOWLEVEL_PCMCIA=y
891 CONFIG_PCMCIA_FDOMAIN=m
892 CONFIG_PCMCIA_QLOGIC=m
893 CONFIG_PCMCIA_SYM53C500=m
894 # CONFIG_SCSI_DH is not set
895 # CONFIG_SCSI_OSD_INITIATOR is not set
896 CONFIG_ATA=y
897 # CONFIG_ATA_NONSTANDARD is not set
898 CONFIG_ATA_VERBOSE_ERROR=y
899 CONFIG_ATA_ACPI=y
900 # CONFIG_SATA_PMP is not set
901 CONFIG_SATA_AHCI=y
902 # CONFIG_SATA_SIL24 is not set
903 CONFIG_ATA_SFF=y
904 # CONFIG_SATA_SVW is not set
905 CONFIG_ATA_PIIX=y
906 # CONFIG_SATA_MV is not set
907 # CONFIG_SATA_NV is not set
908 # CONFIG_PDC_ADMA is not set
909 # CONFIG_SATA_QSTOR is not set
910 # CONFIG_SATA_PROMISE is not set
911 # CONFIG_SATA_SX4 is not set
912 # CONFIG_SATA_SIL is not set
913 # CONFIG_SATA_SIS is not set
914 # CONFIG_SATA_ULI is not set
915 # CONFIG_SATA_VIA is not set
916 # CONFIG_SATA_VITESSE is not set
917 # CONFIG_SATA_INIC162X is not set
918 # CONFIG_PATA_ACPI is not set
919 # CONFIG_PATA_ALI is not set
920 # CONFIG_PATA_AMD is not set
921 # CONFIG_PATA_ARTOP is not set
922 # CONFIG_PATA_ATP867X is not set
923 # CONFIG_PATA_ATIIXP is not set
924 # CONFIG_PATA_CMD640_PCI is not set
925 # CONFIG_PATA_CMD64X is not set
926 # CONFIG_PATA_CS5520 is not set
927 # CONFIG_PATA_CS5530 is not set
928 # CONFIG_PATA_CYPRESS is not set
929 # CONFIG_PATA_EFAR is not set
930 CONFIG_ATA_GENERIC=y
931 # CONFIG_PATA_HPT366 is not set
932 # CONFIG_PATA_HPT37X is not set
933 # CONFIG_PATA_HPT3X2N is not set
934 # CONFIG_PATA_HPT3X3 is not set
935 # CONFIG_PATA_IT821X is not set
936 # CONFIG_PATA_IT8213 is not set
937 # CONFIG_PATA_JMICRON is not set
938 # CONFIG_PATA_TRIFLEX is not set
939 # CONFIG_PATA_MARVELL is not set
940 CONFIG_PATA_MPIIX=y
941 # CONFIG_PATA_OLDPIIX is not set
942 # CONFIG_PATA_NETCELL is not set
943 # CONFIG_PATA_NINJA32 is not set
944 # CONFIG_PATA_NS87410 is not set
945 # CONFIG_PATA_NS87415 is not set
946 # CONFIG_PATA_OPTI is not set
947 # CONFIG_PATA_OPTIDMA is not set
948 # CONFIG_PATA_PCMCIA is not set
949 # CONFIG_PATA_PDC2027X is not set
950 # CONFIG_PATA_PDC_OLD is not set
951 # CONFIG_PATA_RADISYS is not set
952 # CONFIG_PATA_RDC is not set
953 # CONFIG_PATA_RZ1000 is not set
954 # CONFIG_PATA_SC1200 is not set
955 # CONFIG_PATA_SERVERWORKS is not set
956 # CONFIG_PATA_SIL680 is not set
957 # CONFIG_PATA_SIS is not set
958 # CONFIG_PATA_TOSHIBA is not set
959 # CONFIG_PATA_VIA is not set
960 # CONFIG_PATA_WINBOND is not set
961 # CONFIG_PATA_PLATFORM is not set
962 # CONFIG_PATA_SCH is not set
963 CONFIG_MD=y
964 CONFIG_BLK_DEV_MD=y
965 CONFIG_MD_AUTODETECT=y
966 # CONFIG_MD_LINEAR is not set
967 CONFIG_MD_RAID0=y
968 CONFIG_MD_RAID1=y
969 # CONFIG_MD_RAID10 is not set
970 # CONFIG_MD_RAID456 is not set
971 # CONFIG_MD_MULTIPATH is not set
972 # CONFIG_MD_FAULTY is not set
973 CONFIG_BLK_DEV_DM=y
974 # CONFIG_DM_DEBUG is not set
975 # CONFIG_DM_CRYPT is not set
976 # CONFIG_DM_SNAPSHOT is not set
977 # CONFIG_DM_MIRROR is not set
978 # CONFIG_DM_ZERO is not set
979 # CONFIG_DM_MULTIPATH is not set
980 # CONFIG_DM_DELAY is not set
981 # CONFIG_DM_UEVENT is not set
982 # CONFIG_BLK_DEV_DM_BBR is not set
983 # CONFIG_FUSION is not set
984
985 #
986 # IEEE 1394 (FireWire) support
987 #
988
989 #
990 # You can enable one or both FireWire driver stacks.
991 #
992
993 #
994 # The newer stack is recommended.
995 #
996 CONFIG_FIREWIRE=m
997 CONFIG_FIREWIRE_OHCI=m
998 CONFIG_FIREWIRE_OHCI_DEBUG=y
999 CONFIG_FIREWIRE_SBP2=m
1000 # CONFIG_FIREWIRE_NET is not set
1001 # CONFIG_IEEE1394 is not set
1002 # CONFIG_I2O is not set
1003 # CONFIG_MACINTOSH_DRIVERS is not set
1004 CONFIG_NETDEVICES=y
1005 # CONFIG_DUMMY is not set
1006 CONFIG_BONDING=m
1007 # CONFIG_MACVLAN is not set
1008 # CONFIG_EQUALIZER is not set
1009 # CONFIG_TUN is not set
1010 # CONFIG_VETH is not set
1011 # CONFIG_NET_SB1000 is not set
1012 # CONFIG_ARCNET is not set
1013 CONFIG_PHYLIB=m
1014
1015 #
1016 # MII PHY device drivers
1017 #
1018 # CONFIG_MARVELL_PHY is not set
1019 # CONFIG_DAVICOM_PHY is not set
1020 # CONFIG_QSEMI_PHY is not set
1021 CONFIG_LXT_PHY=m
1022 # CONFIG_CICADA_PHY is not set
1023 # CONFIG_VITESSE_PHY is not set
1024 # CONFIG_SMSC_PHY is not set
1025 # CONFIG_BROADCOM_PHY is not set
1026 # CONFIG_ICPLUS_PHY is not set
1027 # CONFIG_REALTEK_PHY is not set
1028 # CONFIG_NATIONAL_PHY is not set
1029 # CONFIG_STE10XP is not set
1030 # CONFIG_LSI_ET1011C_PHY is not set
1031 CONFIG_MDIO_BITBANG=m
1032 CONFIG_NET_ETHERNET=y
1033 CONFIG_MII=y
1034 # CONFIG_HAPPYMEAL is not set
1035 # CONFIG_SUNGEM is not set
1036 # CONFIG_CASSINI is not set
1037 CONFIG_NET_VENDOR_3COM=y
1038 CONFIG_VORTEX=m
1039 CONFIG_TYPHOON=m
1040 # CONFIG_ETHOC is not set
1041 # CONFIG_DNET is not set
1042 CONFIG_NET_TULIP=y
1043 CONFIG_DE2104X=m
1044 CONFIG_DE2104X_DSL=0
1045 CONFIG_TULIP=m
1046 CONFIG_TULIP_MWI=y
1047 CONFIG_TULIP_MMIO=y
1048 CONFIG_TULIP_NAPI=y
1049 CONFIG_TULIP_NAPI_HW_MITIGATION=y
1050 CONFIG_DE4X5=m
1051 CONFIG_WINBOND_840=m
1052 CONFIG_DM9102=m
1053 CONFIG_ULI526X=m
1054 CONFIG_PCMCIA_XIRCOM=m
1055 # CONFIG_HP100 is not set
1056 # CONFIG_IBM_NEW_EMAC_ZMII is not set
1057 # CONFIG_IBM_NEW_EMAC_RGMII is not set
1058 # CONFIG_IBM_NEW_EMAC_TAH is not set
1059 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set
1060 # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
1061 # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
1062 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
1063 CONFIG_NET_PCI=y
1064 # CONFIG_PCNET32 is not set
1065 # CONFIG_AMD8111_ETH is not set
1066 # CONFIG_ADAPTEC_STARFIRE is not set
1067 # CONFIG_B44 is not set
1068 # CONFIG_FORCEDETH is not set
1069 CONFIG_E100=m
1070 # CONFIG_FEALNX is not set
1071 # CONFIG_NATSEMI is not set
1072 # CONFIG_NE2K_PCI is not set
1073 # CONFIG_8139CP is not set
1074 # CONFIG_8139TOO is not set
1075 # CONFIG_R6040 is not set
1076 # CONFIG_SIS900 is not set
1077 # CONFIG_EPIC100 is not set
1078 # CONFIG_SMSC9420 is not set
1079 # CONFIG_SUNDANCE is not set
1080 # CONFIG_TLAN is not set
1081 # CONFIG_KS8842 is not set
1082 # CONFIG_KS8851_MLL is not set
1083 # CONFIG_VIA_RHINE is not set
1084 # CONFIG_SC92031 is not set
1085 # CONFIG_ATL2 is not set
1086 CONFIG_NETDEV_1000=y
1087 CONFIG_ACENIC=m
1088 # CONFIG_ACENIC_OMIT_TIGON_I is not set
1089 # CONFIG_DL2K is not set
1090 CONFIG_E1000=m
1091 CONFIG_E1000E=m
1092 # CONFIG_IP1000 is not set
1093 CONFIG_IGB=m
1094 CONFIG_IGB_DCA=y
1095 CONFIG_IGBVF=m
1096 # CONFIG_NS83820 is not set
1097 # CONFIG_HAMACHI is not set
1098 # CONFIG_YELLOWFIN is not set
1099 # CONFIG_R8169 is not set
1100 # CONFIG_SIS190 is not set
1101 # CONFIG_SKGE is not set
1102 # CONFIG_SKY2 is not set
1103 # CONFIG_VIA_VELOCITY is not set
1104 # CONFIG_TIGON3 is not set
1105 # CONFIG_BNX2 is not set
1106 # CONFIG_CNIC is not set
1107 # CONFIG_QLA3XXX is not set
1108 # CONFIG_ATL1 is not set
1109 # CONFIG_ATL1E is not set
1110 # CONFIG_ATL1C is not set
1111 # CONFIG_JME is not set
1112 # CONFIG_NETDEV_10000 is not set
1113 # CONFIG_TR is not set
1114 # CONFIG_WLAN is not set
1115
1116 #
1117 # Enable WiMAX (Networking options) to see the WiMAX drivers
1118 #
1119
1120 #
1121 # USB Network Adapters
1122 #
1123 # CONFIG_USB_CATC is not set
1124 # CONFIG_USB_KAWETH is not set
1125 # CONFIG_USB_PEGASUS is not set
1126 # CONFIG_USB_RTL8150 is not set
1127 # CONFIG_USB_USBNET is not set
1128 # CONFIG_NET_PCMCIA is not set
1129 CONFIG_WAN=y
1130 # CONFIG_HDLC is not set
1131 # CONFIG_DLCI is not set
1132 # CONFIG_SBNI is not set
1133 # CONFIG_FDDI is not set
1134 # CONFIG_HIPPI is not set
1135 CONFIG_PPP=m
1136 CONFIG_PPP_MULTILINK=y
1137 CONFIG_PPP_FILTER=y
1138 CONFIG_PPP_ASYNC=m
1139 CONFIG_PPP_SYNC_TTY=m
1140 CONFIG_PPP_DEFLATE=m
1141 CONFIG_PPP_BSDCOMP=m
1142 CONFIG_PPP_MPPE=m
1143 CONFIG_PPPOE=m
1144 CONFIG_PPPOL2TP=m
1145 CONFIG_SLIP=m
1146 CONFIG_SLIP_COMPRESSED=y
1147 CONFIG_SLHC=m
1148 CONFIG_SLIP_SMART=y
1149 CONFIG_SLIP_MODE_SLIP6=y
1150 # CONFIG_NET_FC is not set
1151 # CONFIG_NETCONSOLE is not set
1152 # CONFIG_NETPOLL is not set
1153 # CONFIG_NET_POLL_CONTROLLER is not set
1154 CONFIG_VIRTIO_NET=m
1155 CONFIG_VMXNET3=m
1156 # CONFIG_ISDN is not set
1157 # CONFIG_PHONE is not set
1158
1159 #
1160 # Input device support
1161 #
1162 CONFIG_INPUT=y
1163 # CONFIG_INPUT_FF_MEMLESS is not set
1164 CONFIG_INPUT_POLLDEV=m
1165 # CONFIG_INPUT_SPARSEKMAP is not set
1166
1167 #
1168 # Userland interfaces
1169 #
1170 CONFIG_INPUT_MOUSEDEV=y
1171 CONFIG_INPUT_MOUSEDEV_PSAUX=y
1172 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
1173 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
1174 # CONFIG_INPUT_JOYDEV is not set
1175 CONFIG_INPUT_EVDEV=y
1176 # CONFIG_INPUT_EVBUG is not set
1177
1178 #
1179 # Input Device Drivers
1180 #
1181 CONFIG_INPUT_KEYBOARD=y
1182 # CONFIG_KEYBOARD_ADP5588 is not set
1183 CONFIG_KEYBOARD_ATKBD=y
1184 # CONFIG_QT2160 is not set
1185 # CONFIG_KEYBOARD_LKKBD is not set
1186 # CONFIG_KEYBOARD_LM8323 is not set
1187 # CONFIG_KEYBOARD_MAX7359 is not set
1188 # CONFIG_KEYBOARD_NEWTON is not set
1189 # CONFIG_KEYBOARD_OPENCORES is not set
1190 # CONFIG_KEYBOARD_STOWAWAY is not set
1191 # CONFIG_KEYBOARD_SUNKBD is not set
1192 # CONFIG_KEYBOARD_XTKBD is not set
1193 CONFIG_INPUT_MOUSE=y
1194 CONFIG_MOUSE_PS2=y
1195 CONFIG_MOUSE_PS2_ALPS=y
1196 CONFIG_MOUSE_PS2_LOGIPS2PP=y
1197 CONFIG_MOUSE_PS2_SYNAPTICS=y
1198 CONFIG_MOUSE_PS2_LIFEBOOK=y
1199 CONFIG_MOUSE_PS2_TRACKPOINT=y
1200 # CONFIG_MOUSE_PS2_ELANTECH is not set
1201 # CONFIG_MOUSE_PS2_SENTELIC is not set
1202 CONFIG_MOUSE_PS2_TOUCHKIT=y
1203 CONFIG_MOUSE_SERIAL=m
1204 CONFIG_MOUSE_APPLETOUCH=m
1205 CONFIG_MOUSE_BCM5974=m
1206 # CONFIG_MOUSE_VSXXXAA is not set
1207 # CONFIG_MOUSE_SYNAPTICS_I2C is not set
1208 # CONFIG_INPUT_JOYSTICK is not set
1209 # CONFIG_INPUT_TABLET is not set
1210 # CONFIG_INPUT_TOUCHSCREEN is not set
1211 # CONFIG_INPUT_MISC is not set
1212
1213 #
1214 # Hardware I/O ports
1215 #
1216 CONFIG_SERIO=y
1217 CONFIG_SERIO_I8042=y
1218 CONFIG_SERIO_SERPORT=m
1219 CONFIG_SERIO_CT82C710=m
1220 CONFIG_SERIO_PCIPS2=m
1221 CONFIG_SERIO_LIBPS2=y
1222 # CONFIG_SERIO_RAW is not set
1223 # CONFIG_SERIO_ALTERA_PS2 is not set
1224 # CONFIG_GAMEPORT is not set
1225
1226 #
1227 # Character devices
1228 #
1229 CONFIG_VT=y
1230 CONFIG_CONSOLE_TRANSLATIONS=y
1231 CONFIG_VT_CONSOLE=y
1232 CONFIG_HW_CONSOLE=y
1233 # CONFIG_VT_HW_CONSOLE_BINDING is not set
1234 CONFIG_DEVKMEM=y
1235 # CONFIG_SERIAL_NONSTANDARD is not set
1236 CONFIG_NOZOMI=m
1237
1238 #
1239 # Serial drivers
1240 #
1241 CONFIG_SERIAL_8250=y
1242 CONFIG_SERIAL_8250_CONSOLE=y
1243 CONFIG_FIX_EARLYCON_MEM=y
1244 CONFIG_SERIAL_8250_PCI=y
1245 CONFIG_SERIAL_8250_PNP=y
1246 CONFIG_SERIAL_8250_CS=m
1247 CONFIG_SERIAL_8250_NR_UARTS=4
1248 CONFIG_SERIAL_8250_RUNTIME_UARTS=4
1249 CONFIG_SERIAL_8250_EXTENDED=y
1250 CONFIG_SERIAL_8250_MANY_PORTS=y
1251 CONFIG_SERIAL_8250_SHARE_IRQ=y
1252 # CONFIG_SERIAL_8250_DETECT_IRQ is not set
1253 CONFIG_SERIAL_8250_RSA=y
1254
1255 #
1256 # Non-8250 serial port support
1257 #
1258 CONFIG_SERIAL_CORE=y
1259 CONFIG_SERIAL_CORE_CONSOLE=y
1260 # CONFIG_SERIAL_JSM is not set
1261 CONFIG_UNIX98_PTYS=y
1262 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
1263 # CONFIG_LEGACY_PTYS is not set
1264 # CONFIG_VIRTIO_CONSOLE is not set
1265 CONFIG_IPMI_HANDLER=m
1266 CONFIG_IPMI_PANIC_EVENT=y
1267 CONFIG_IPMI_PANIC_STRING=y
1268 CONFIG_IPMI_DEVICE_INTERFACE=m
1269 CONFIG_IPMI_SI=m
1270 CONFIG_IPMI_WATCHDOG=m
1271 CONFIG_IPMI_POWEROFF=m
1272 CONFIG_HW_RANDOM=y
1273 # CONFIG_HW_RANDOM_TIMERIOMEM is not set
1274 CONFIG_HW_RANDOM_INTEL=y
1275 # CONFIG_HW_RANDOM_AMD is not set
1276 # CONFIG_HW_RANDOM_VIA is not set
1277 # CONFIG_HW_RANDOM_VIRTIO is not set
1278 CONFIG_NVRAM=m
1279 # CONFIG_R3964 is not set
1280 # CONFIG_APPLICOM is not set
1281
1282 #
1283 # PCMCIA character devices
1284 #
1285 # CONFIG_SYNCLINK_CS is not set
1286 # CONFIG_CARDMAN_4000 is not set
1287 # CONFIG_CARDMAN_4040 is not set
1288 # CONFIG_IPWIRELESS is not set
1289 # CONFIG_MWAVE is not set
1290 # CONFIG_PC8736x_GPIO is not set
1291 # CONFIG_RAW_DRIVER is not set
1292 # CONFIG_HPET is not set
1293 # CONFIG_HANGCHECK_TIMER is not set
1294 # CONFIG_TCG_TPM is not set
1295 # CONFIG_TELCLOCK is not set
1296 CONFIG_DEVPORT=y
1297 CONFIG_I2C=y
1298 CONFIG_I2C_BOARDINFO=y
1299 CONFIG_I2C_COMPAT=y
1300 # CONFIG_I2C_CHARDEV is not set
1301 CONFIG_I2C_HELPER_AUTO=y
1302 CONFIG_I2C_ALGOBIT=m
1303
1304 #
1305 # I2C Hardware Bus support
1306 #
1307
1308 #
1309 # PC SMBus host controller drivers
1310 #
1311 # CONFIG_I2C_ALI1535 is not set
1312 # CONFIG_I2C_ALI1563 is not set
1313 # CONFIG_I2C_ALI15X3 is not set
1314 # CONFIG_I2C_AMD756 is not set
1315 # CONFIG_I2C_AMD8111 is not set
1316 # CONFIG_I2C_I801 is not set
1317 # CONFIG_I2C_ISCH is not set
1318 # CONFIG_I2C_PIIX4 is not set
1319 # CONFIG_I2C_NFORCE2 is not set
1320 # CONFIG_I2C_SIS5595 is not set
1321 # CONFIG_I2C_SIS630 is not set
1322 # CONFIG_I2C_SIS96X is not set
1323 # CONFIG_I2C_VIA is not set
1324 # CONFIG_I2C_VIAPRO is not set
1325
1326 #
1327 # ACPI drivers
1328 #
1329 # CONFIG_I2C_SCMI is not set
1330
1331 #
1332 # I2C system bus drivers (mostly embedded / system-on-chip)
1333 #
1334 # CONFIG_I2C_OCORES is not set
1335 # CONFIG_I2C_SIMTEC is not set
1336
1337 #
1338 # External I2C/SMBus adapter drivers
1339 #
1340 # CONFIG_I2C_PARPORT_LIGHT is not set
1341 # CONFIG_I2C_TAOS_EVM is not set
1342 # CONFIG_I2C_TINY_USB is not set
1343
1344 #
1345 # Other I2C/SMBus bus drivers
1346 #
1347 # CONFIG_I2C_PCA_PLATFORM is not set
1348 # CONFIG_I2C_STUB is not set
1349
1350 #
1351 # Miscellaneous I2C Chip support
1352 #
1353 # CONFIG_SENSORS_TSL2550 is not set
1354 # CONFIG_I2C_DEBUG_CORE is not set
1355 # CONFIG_I2C_DEBUG_ALGO is not set
1356 # CONFIG_I2C_DEBUG_BUS is not set
1357 # CONFIG_I2C_DEBUG_CHIP is not set
1358 # CONFIG_SPI is not set
1359
1360 #
1361 # PPS support
1362 #
1363 # CONFIG_PPS is not set
1364 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
1365 # CONFIG_GPIOLIB is not set
1366 # CONFIG_W1 is not set
1367 CONFIG_POWER_SUPPLY=y
1368 # CONFIG_POWER_SUPPLY_DEBUG is not set
1369 # CONFIG_PDA_POWER is not set
1370 # CONFIG_BATTERY_DS2760 is not set
1371 # CONFIG_BATTERY_DS2782 is not set
1372 CONFIG_BATTERY_BQ27x00=m
1373 # CONFIG_BATTERY_MAX17040 is not set
1374 CONFIG_HWMON=m
1375 # CONFIG_HWMON_VID is not set
1376 # CONFIG_HWMON_DEBUG_CHIP is not set
1377
1378 #
1379 # Native drivers
1380 #
1381 # CONFIG_SENSORS_ABITUGURU is not set
1382 # CONFIG_SENSORS_ABITUGURU3 is not set
1383 # CONFIG_SENSORS_AD7414 is not set
1384 # CONFIG_SENSORS_AD7418 is not set
1385 # CONFIG_SENSORS_ADM1021 is not set
1386 # CONFIG_SENSORS_ADM1025 is not set
1387 # CONFIG_SENSORS_ADM1026 is not set
1388 # CONFIG_SENSORS_ADM1029 is not set
1389 # CONFIG_SENSORS_ADM1031 is not set
1390 # CONFIG_SENSORS_ADM9240 is not set
1391 # CONFIG_SENSORS_ADT7462 is not set
1392 # CONFIG_SENSORS_ADT7470 is not set
1393 # CONFIG_SENSORS_ADT7473 is not set
1394 # CONFIG_SENSORS_ADT7475 is not set
1395 # CONFIG_SENSORS_K8TEMP is not set
1396 # CONFIG_SENSORS_K10TEMP is not set
1397 # CONFIG_SENSORS_ASB100 is not set
1398 # CONFIG_SENSORS_ATXP1 is not set
1399 # CONFIG_SENSORS_DS1621 is not set
1400 # CONFIG_SENSORS_I5K_AMB is not set
1401 # CONFIG_SENSORS_F71805F is not set
1402 # CONFIG_SENSORS_F71882FG is not set
1403 # CONFIG_SENSORS_F75375S is not set
1404 # CONFIG_SENSORS_FSCHMD is not set
1405 # CONFIG_SENSORS_G760A is not set
1406 # CONFIG_SENSORS_GL518SM is not set
1407 # CONFIG_SENSORS_GL520SM is not set
1408 # CONFIG_SENSORS_CORETEMP is not set
1409 # CONFIG_SENSORS_IBMAEM is not set
1410 # CONFIG_SENSORS_IBMPEX is not set
1411 # CONFIG_SENSORS_IT87 is not set
1412 # CONFIG_SENSORS_LM63 is not set
1413 # CONFIG_SENSORS_LM73 is not set
1414 # CONFIG_SENSORS_LM75 is not set
1415 # CONFIG_SENSORS_LM77 is not set
1416 # CONFIG_SENSORS_LM78 is not set
1417 # CONFIG_SENSORS_LM80 is not set
1418 # CONFIG_SENSORS_LM83 is not set
1419 # CONFIG_SENSORS_LM85 is not set
1420 # CONFIG_SENSORS_LM87 is not set
1421 # CONFIG_SENSORS_LM90 is not set
1422 # CONFIG_SENSORS_LM92 is not set
1423 # CONFIG_SENSORS_LM93 is not set
1424 # CONFIG_SENSORS_LTC4215 is not set
1425 # CONFIG_SENSORS_LTC4245 is not set
1426 # CONFIG_SENSORS_LM95241 is not set
1427 # CONFIG_SENSORS_MAX1619 is not set
1428 # CONFIG_SENSORS_MAX6650 is not set
1429 # CONFIG_SENSORS_PC87360 is not set
1430 # CONFIG_SENSORS_PC87427 is not set
1431 # CONFIG_SENSORS_PCF8591 is not set
1432 # CONFIG_SENSORS_SIS5595 is not set
1433 # CONFIG_SENSORS_DME1737 is not set
1434 # CONFIG_SENSORS_SMSC47M1 is not set
1435 # CONFIG_SENSORS_SMSC47M192 is not set
1436 # CONFIG_SENSORS_SMSC47B397 is not set
1437 # CONFIG_SENSORS_ADS7828 is not set
1438 # CONFIG_SENSORS_AMC6821 is not set
1439 # CONFIG_SENSORS_THMC50 is not set
1440 # CONFIG_SENSORS_TMP401 is not set
1441 # CONFIG_SENSORS_TMP421 is not set
1442 # CONFIG_SENSORS_VIA_CPUTEMP is not set
1443 # CONFIG_SENSORS_VIA686A is not set
1444 # CONFIG_SENSORS_VT1211 is not set
1445 # CONFIG_SENSORS_VT8231 is not set
1446 # CONFIG_SENSORS_W83781D is not set
1447 # CONFIG_SENSORS_W83791D is not set
1448 # CONFIG_SENSORS_W83792D is not set
1449 # CONFIG_SENSORS_W83793 is not set
1450 # CONFIG_SENSORS_W83L785TS is not set
1451 # CONFIG_SENSORS_W83L786NG is not set
1452 # CONFIG_SENSORS_W83627HF is not set
1453 # CONFIG_SENSORS_W83627EHF is not set
1454 CONFIG_SENSORS_HDAPS=m
1455 # CONFIG_SENSORS_LIS3_I2C is not set
1456 CONFIG_SENSORS_APPLESMC=m
1457
1458 #
1459 # ACPI drivers
1460 #
1461 # CONFIG_SENSORS_ATK0110 is not set
1462 # CONFIG_SENSORS_LIS3LV02D is not set
1463 CONFIG_THERMAL=y
1464 # CONFIG_WATCHDOG is not set
1465 CONFIG_SSB_POSSIBLE=y
1466
1467 #
1468 # Sonics Silicon Backplane
1469 #
1470 CONFIG_SSB=m
1471 CONFIG_SSB_SPROM=y
1472 CONFIG_SSB_PCIHOST_POSSIBLE=y
1473 CONFIG_SSB_PCIHOST=y
1474 # CONFIG_SSB_B43_PCI_BRIDGE is not set
1475 CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
1476 CONFIG_SSB_PCMCIAHOST=y
1477 # CONFIG_SSB_SILENT is not set
1478 # CONFIG_SSB_DEBUG is not set
1479 CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
1480 CONFIG_SSB_DRIVER_PCICORE=y
1481
1482 #
1483 # Multifunction device drivers
1484 #
1485 # CONFIG_MFD_CORE is not set
1486 # CONFIG_MFD_SM501 is not set
1487 # CONFIG_HTC_PASIC3 is not set
1488 # CONFIG_TWL4030_CORE is not set
1489 # CONFIG_MFD_TMIO is not set
1490 # CONFIG_PMIC_DA903X is not set
1491 # CONFIG_PMIC_ADP5520 is not set
1492 # CONFIG_MFD_WM8400 is not set
1493 # CONFIG_MFD_WM831X is not set
1494 # CONFIG_MFD_WM8350_I2C is not set
1495 # CONFIG_MFD_PCF50633 is not set
1496 # CONFIG_AB3100_CORE is not set
1497 # CONFIG_MFD_88PM8607 is not set
1498 # CONFIG_REGULATOR is not set
1499 # CONFIG_MEDIA_SUPPORT is not set
1500
1501 #
1502 # Graphics support
1503 #
1504 CONFIG_AGP=m
1505 # CONFIG_AGP_AMD64 is not set
1506 CONFIG_AGP_INTEL=m
1507 # CONFIG_AGP_SIS is not set
1508 # CONFIG_AGP_VIA is not set
1509 # CONFIG_VGA_ARB is not set
1510 CONFIG_DRM=m
1511 CONFIG_DRM_KMS_HELPER=m
1512 # CONFIG_DRM_TDFX is not set
1513 # CONFIG_DRM_R128 is not set
1514 # CONFIG_DRM_RADEON is not set
1515 # CONFIG_DRM_I810 is not set
1516 # CONFIG_DRM_I830 is not set
1517 CONFIG_DRM_I915=m
1518 CONFIG_DRM_I915_KMS=y
1519 # CONFIG_DRM_MGA is not set
1520 # CONFIG_DRM_SIS is not set
1521 # CONFIG_DRM_VIA is not set
1522 # CONFIG_DRM_SAVAGE is not set
1523 # CONFIG_VGASTATE is not set
1524 CONFIG_VIDEO_OUTPUT_CONTROL=m
1525 CONFIG_FB=y
1526 CONFIG_FIRMWARE_EDID=y
1527 # CONFIG_FB_DDC is not set
1528 # CONFIG_FB_BOOT_VESA_SUPPORT is not set
1529 CONFIG_FB_CFB_FILLRECT=m
1530 CONFIG_FB_CFB_COPYAREA=m
1531 CONFIG_FB_CFB_IMAGEBLIT=m
1532 # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
1533 # CONFIG_FB_SYS_FILLRECT is not set
1534 # CONFIG_FB_SYS_COPYAREA is not set
1535 # CONFIG_FB_SYS_IMAGEBLIT is not set
1536 # CONFIG_FB_FOREIGN_ENDIAN is not set
1537 # CONFIG_FB_SYS_FOPS is not set
1538 # CONFIG_FB_SVGALIB is not set
1539 # CONFIG_FB_MACMODES is not set
1540 # CONFIG_FB_BACKLIGHT is not set
1541 # CONFIG_FB_MODE_HELPERS is not set
1542 # CONFIG_FB_TILEBLITTING is not set
1543
1544 #
1545 # Frame buffer hardware drivers
1546 #
1547 # CONFIG_FB_CIRRUS is not set
1548 # CONFIG_FB_PM2 is not set
1549 # CONFIG_FB_CYBER2000 is not set
1550 # CONFIG_FB_ARC is not set
1551 # CONFIG_FB_ASILIANT is not set
1552 # CONFIG_FB_IMSTT is not set
1553 # CONFIG_FB_VGA16 is not set
1554 # CONFIG_FB_VESA is not set
1555 # CONFIG_FB_EFI is not set
1556 # CONFIG_FB_N411 is not set
1557 # CONFIG_FB_HGA is not set
1558 # CONFIG_FB_S1D13XXX is not set
1559 # CONFIG_FB_NVIDIA is not set
1560 # CONFIG_FB_RIVA is not set
1561 # CONFIG_FB_LE80578 is not set
1562 # CONFIG_FB_INTEL is not set
1563 # CONFIG_FB_MATROX is not set
1564 # CONFIG_FB_RADEON is not set
1565 # CONFIG_FB_ATY128 is not set
1566 # CONFIG_FB_ATY is not set
1567 # CONFIG_FB_S3 is not set
1568 # CONFIG_FB_SAVAGE is not set
1569 # CONFIG_FB_SIS is not set
1570 # CONFIG_FB_VIA is not set
1571 # CONFIG_FB_NEOMAGIC is not set
1572 # CONFIG_FB_KYRO is not set
1573 # CONFIG_FB_3DFX is not set
1574 # CONFIG_FB_VOODOO1 is not set
1575 # CONFIG_FB_VT8623 is not set
1576 # CONFIG_FB_TRIDENT is not set
1577 # CONFIG_FB_ARK is not set
1578 # CONFIG_FB_PM3 is not set
1579 # CONFIG_FB_CARMINE is not set
1580 # CONFIG_FB_GEODE is not set
1581 # CONFIG_FB_VIRTUAL is not set
1582 # CONFIG_FB_METRONOME is not set
1583 # CONFIG_FB_MB862XX is not set
1584 # CONFIG_FB_BROADSHEET is not set
1585 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1586 CONFIG_BACKLIGHT_CLASS_DEVICE=m
1587 # CONFIG_BACKLIGHT_GENERIC is not set
1588 # CONFIG_BACKLIGHT_PROGEAR is not set
1589 # CONFIG_BACKLIGHT_MBP_NVIDIA is not set
1590 # CONFIG_BACKLIGHT_SAHARA is not set
1591
1592 #
1593 # Display device support
1594 #
1595 # CONFIG_DISPLAY_SUPPORT is not set
1596
1597 #
1598 # Console display driver support
1599 #
1600 CONFIG_VGA_CONSOLE=y
1601 CONFIG_VGACON_SOFT_SCROLLBACK=y
1602 CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
1603 CONFIG_DUMMY_CONSOLE=y
1604 CONFIG_FRAMEBUFFER_CONSOLE=y
1605 # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
1606 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
1607 # CONFIG_FB_CON_DECOR is not set
1608 # CONFIG_FONTS is not set
1609 CONFIG_FONT_8x8=y
1610 CONFIG_FONT_8x16=y
1611 # CONFIG_LOGO is not set
1612 CONFIG_SOUND=m
1613 # CONFIG_SOUND_OSS_CORE is not set
1614 CONFIG_SND=m
1615 CONFIG_SND_TIMER=m
1616 CONFIG_SND_PCM=m
1617 CONFIG_SND_HWDEP=m
1618 CONFIG_SND_RAWMIDI=m
1619 # CONFIG_SND_SEQUENCER is not set
1620 # CONFIG_SND_MIXER_OSS is not set
1621 # CONFIG_SND_PCM_OSS is not set
1622 # CONFIG_SND_HRTIMER is not set
1623 # CONFIG_SND_DYNAMIC_MINORS is not set
1624 CONFIG_SND_SUPPORT_OLD_API=y
1625 CONFIG_SND_VERBOSE_PROCFS=y
1626 # CONFIG_SND_VERBOSE_PRINTK is not set
1627 # CONFIG_SND_DEBUG is not set
1628 CONFIG_SND_VMASTER=y
1629 CONFIG_SND_DMA_SGBUF=y
1630 # CONFIG_SND_RAWMIDI_SEQ is not set
1631 # CONFIG_SND_OPL3_LIB_SEQ is not set
1632 # CONFIG_SND_OPL4_LIB_SEQ is not set
1633 # CONFIG_SND_SBAWE_SEQ is not set
1634 # CONFIG_SND_EMU10K1_SEQ is not set
1635 CONFIG_SND_AC97_CODEC=m
1636 CONFIG_SND_DRIVERS=y
1637 # CONFIG_SND_PCSP is not set
1638 # CONFIG_SND_DUMMY is not set
1639 # CONFIG_SND_MTPAV is not set
1640 # CONFIG_SND_SERIAL_U16550 is not set
1641 # CONFIG_SND_MPU401 is not set
1642 # CONFIG_SND_AC97_POWER_SAVE is not set
1643 CONFIG_SND_PCI=y
1644 # CONFIG_SND_AD1889 is not set
1645 # CONFIG_SND_ALS300 is not set
1646 # CONFIG_SND_ALS4000 is not set
1647 # CONFIG_SND_ALI5451 is not set
1648 # CONFIG_SND_ATIIXP is not set
1649 # CONFIG_SND_ATIIXP_MODEM is not set
1650 # CONFIG_SND_AU8810 is not set
1651 # CONFIG_SND_AU8820 is not set
1652 # CONFIG_SND_AU8830 is not set
1653 # CONFIG_SND_AW2 is not set
1654 # CONFIG_SND_AZT3328 is not set
1655 # CONFIG_SND_BT87X is not set
1656 # CONFIG_SND_CA0106 is not set
1657 # CONFIG_SND_CMIPCI is not set
1658 # CONFIG_SND_OXYGEN is not set
1659 # CONFIG_SND_CS4281 is not set
1660 # CONFIG_SND_CS46XX is not set
1661 # CONFIG_SND_CS5530 is not set
1662 # CONFIG_SND_CS5535AUDIO is not set
1663 # CONFIG_SND_CTXFI is not set
1664 # CONFIG_SND_DARLA20 is not set
1665 # CONFIG_SND_GINA20 is not set
1666 # CONFIG_SND_LAYLA20 is not set
1667 # CONFIG_SND_DARLA24 is not set
1668 # CONFIG_SND_GINA24 is not set
1669 # CONFIG_SND_LAYLA24 is not set
1670 # CONFIG_SND_MONA is not set
1671 # CONFIG_SND_MIA is not set
1672 # CONFIG_SND_ECHO3G is not set
1673 # CONFIG_SND_INDIGO is not set
1674 # CONFIG_SND_INDIGOIO is not set
1675 # CONFIG_SND_INDIGODJ is not set
1676 # CONFIG_SND_INDIGOIOX is not set
1677 # CONFIG_SND_INDIGODJX is not set
1678 # CONFIG_SND_EMU10K1 is not set
1679 # CONFIG_SND_EMU10K1X is not set
1680 # CONFIG_SND_ENS1370 is not set
1681 CONFIG_SND_ENS1371=m
1682 # CONFIG_SND_ES1938 is not set
1683 # CONFIG_SND_ES1968 is not set
1684 # CONFIG_SND_FM801 is not set
1685 CONFIG_SND_HDA_INTEL=m
1686 # CONFIG_SND_HDA_HWDEP is not set
1687 # CONFIG_SND_HDA_INPUT_BEEP is not set
1688 # CONFIG_SND_HDA_INPUT_JACK is not set
1689 # CONFIG_SND_HDA_PATCH_LOADER is not set
1690 CONFIG_SND_HDA_CODEC_REALTEK=y
1691 CONFIG_SND_HDA_CODEC_ANALOG=y
1692 CONFIG_SND_HDA_CODEC_SIGMATEL=y
1693 CONFIG_SND_HDA_CODEC_VIA=y
1694 CONFIG_SND_HDA_CODEC_ATIHDMI=y
1695 CONFIG_SND_HDA_CODEC_NVHDMI=y
1696 CONFIG_SND_HDA_CODEC_INTELHDMI=y
1697 CONFIG_SND_HDA_ELD=y
1698 CONFIG_SND_HDA_CODEC_CIRRUS=y
1699 CONFIG_SND_HDA_CODEC_CONEXANT=y
1700 CONFIG_SND_HDA_CODEC_CA0110=y
1701 CONFIG_SND_HDA_CODEC_CMEDIA=y
1702 CONFIG_SND_HDA_CODEC_SI3054=y
1703 CONFIG_SND_HDA_GENERIC=y
1704 # CONFIG_SND_HDA_POWER_SAVE is not set
1705 CONFIG_SND_HDSP=m
1706 # CONFIG_SND_HDSPM is not set
1707 # CONFIG_SND_HIFIER is not set
1708 # CONFIG_SND_ICE1712 is not set
1709 # CONFIG_SND_ICE1724 is not set
1710 # CONFIG_SND_INTEL8X0 is not set
1711 # CONFIG_SND_INTEL8X0M is not set
1712 # CONFIG_SND_KORG1212 is not set
1713 # CONFIG_SND_LX6464ES is not set
1714 # CONFIG_SND_MAESTRO3 is not set
1715 # CONFIG_SND_MIXART is not set
1716 # CONFIG_SND_NM256 is not set
1717 # CONFIG_SND_PCXHR is not set
1718 # CONFIG_SND_RIPTIDE is not set
1719 # CONFIG_SND_RME32 is not set
1720 # CONFIG_SND_RME96 is not set
1721 CONFIG_SND_RME9652=m
1722 # CONFIG_SND_SONICVIBES is not set
1723 # CONFIG_SND_TRIDENT is not set
1724 # CONFIG_SND_VIA82XX is not set
1725 # CONFIG_SND_VIA82XX_MODEM is not set
1726 # CONFIG_SND_VIRTUOSO is not set
1727 # CONFIG_SND_VX222 is not set
1728 # CONFIG_SND_YMFPCI is not set
1729 CONFIG_SND_USB=y
1730 CONFIG_SND_USB_AUDIO=m
1731 # CONFIG_SND_USB_USX2Y is not set
1732 # CONFIG_SND_USB_CAIAQ is not set
1733 # CONFIG_SND_USB_US122L is not set
1734 CONFIG_SND_PCMCIA=y
1735 # CONFIG_SND_VXPOCKET is not set
1736 # CONFIG_SND_PDAUDIOCF is not set
1737 # CONFIG_SND_SOC is not set
1738 # CONFIG_SOUND_PRIME is not set
1739 CONFIG_AC97_BUS=m
1740 CONFIG_HID_SUPPORT=y
1741 CONFIG_HID=y
1742 CONFIG_HIDRAW=y
1743
1744 #
1745 # USB Input Devices
1746 #
1747 CONFIG_USB_HID=m
1748 # CONFIG_HID_PID is not set
1749 CONFIG_USB_HIDDEV=y
1750
1751 #
1752 # USB HID Boot Protocol drivers
1753 #
1754 # CONFIG_USB_KBD is not set
1755 # CONFIG_USB_MOUSE is not set
1756
1757 #
1758 # Special HID drivers
1759 #
1760 CONFIG_HID_A4TECH=m
1761 CONFIG_HID_APPLE=m
1762 CONFIG_HID_BELKIN=m
1763 CONFIG_HID_CHERRY=m
1764 CONFIG_HID_CHICONY=m
1765 CONFIG_HID_CYPRESS=m
1766 # CONFIG_HID_DRAGONRISE is not set
1767 CONFIG_HID_EZKEY=m
1768 # CONFIG_HID_KYE is not set
1769 CONFIG_HID_GYRATION=m
1770 # CONFIG_HID_TWINHAN is not set
1771 # CONFIG_HID_KENSINGTON is not set
1772 CONFIG_HID_LOGITECH=m
1773 # CONFIG_LOGITECH_FF is not set
1774 # CONFIG_LOGIRUMBLEPAD2_FF is not set
1775 CONFIG_HID_MICROSOFT=m
1776 CONFIG_HID_MONTEREY=m
1777 # CONFIG_HID_NTRIG is not set
1778 CONFIG_HID_PANTHERLORD=m
1779 # CONFIG_PANTHERLORD_FF is not set
1780 CONFIG_HID_PETALYNX=m
1781 CONFIG_HID_SAMSUNG=m
1782 CONFIG_HID_SONY=m
1783 CONFIG_HID_SUNPLUS=m
1784 # CONFIG_HID_GREENASIA is not set
1785 # CONFIG_HID_SMARTJOYPLUS is not set
1786 # CONFIG_HID_TOPSEED is not set
1787 # CONFIG_HID_THRUSTMASTER is not set
1788 # CONFIG_HID_ZEROPLUS is not set
1789 CONFIG_USB_SUPPORT=y
1790 CONFIG_USB_ARCH_HAS_HCD=y
1791 CONFIG_USB_ARCH_HAS_OHCI=y
1792 CONFIG_USB_ARCH_HAS_EHCI=y
1793 CONFIG_USB=m
1794 # CONFIG_USB_DEBUG is not set
1795 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
1796
1797 #
1798 # Miscellaneous USB options
1799 #
1800 CONFIG_USB_DEVICEFS=y
1801 # CONFIG_USB_DEVICE_CLASS is not set
1802 # CONFIG_USB_DYNAMIC_MINORS is not set
1803 # CONFIG_USB_SUSPEND is not set
1804 # CONFIG_USB_OTG is not set
1805 # CONFIG_USB_OTG_WHITELIST is not set
1806 # CONFIG_USB_OTG_BLACKLIST_HUB is not set
1807 # CONFIG_USB_MON is not set
1808 # CONFIG_USB_WUSB is not set
1809 # CONFIG_USB_WUSB_CBAF is not set
1810
1811 #
1812 # USB Host Controller Drivers
1813 #
1814 # CONFIG_USB_C67X00_HCD is not set
1815 # CONFIG_USB_XHCI_HCD is not set
1816 CONFIG_USB_EHCI_HCD=m
1817 CONFIG_USB_EHCI_ROOT_HUB_TT=y
1818 CONFIG_USB_EHCI_TT_NEWSCHED=y
1819 # CONFIG_USB_OXU210HP_HCD is not set
1820 CONFIG_USB_ISP116X_HCD=m
1821 # CONFIG_USB_ISP1760_HCD is not set
1822 # CONFIG_USB_ISP1362_HCD is not set
1823 CONFIG_USB_OHCI_HCD=m
1824 # CONFIG_USB_OHCI_HCD_SSB is not set
1825 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
1826 # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
1827 CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1828 CONFIG_USB_UHCI_HCD=m
1829 CONFIG_USB_U132_HCD=m
1830 CONFIG_USB_SL811_HCD=m
1831 CONFIG_USB_SL811_CS=m
1832 CONFIG_USB_R8A66597_HCD=m
1833 # CONFIG_USB_WHCI_HCD is not set
1834 # CONFIG_USB_HWA_HCD is not set
1835
1836 #
1837 # Enable Host or Gadget support to see Inventra options
1838 #
1839
1840 #
1841 # USB Device Class drivers
1842 #
1843 CONFIG_USB_ACM=m
1844 # CONFIG_USB_PRINTER is not set
1845 # CONFIG_USB_WDM is not set
1846 # CONFIG_USB_TMC is not set
1847
1848 #
1849 # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
1850 #
1851
1852 #
1853 # also be needed; see USB_STORAGE Help for more info
1854 #
1855 CONFIG_USB_STORAGE=m
1856 CONFIG_USB_STORAGE_DEBUG=y
1857 CONFIG_USB_STORAGE_DATAFAB=m
1858 CONFIG_USB_STORAGE_FREECOM=m
1859 CONFIG_USB_STORAGE_ISD200=m
1860 CONFIG_USB_STORAGE_USBAT=m
1861 CONFIG_USB_STORAGE_SDDR09=m
1862 CONFIG_USB_STORAGE_SDDR55=m
1863 CONFIG_USB_STORAGE_JUMPSHOT=m
1864 CONFIG_USB_STORAGE_ALAUDA=m
1865 # CONFIG_USB_STORAGE_ONETOUCH is not set
1866 CONFIG_USB_STORAGE_KARMA=m
1867 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
1868 # CONFIG_USB_LIBUSUAL is not set
1869
1870 #
1871 # USB Imaging devices
1872 #
1873 # CONFIG_USB_MDC800 is not set
1874 # CONFIG_USB_MICROTEK is not set
1875
1876 #
1877 # USB port drivers
1878 #
1879 # CONFIG_USB_SERIAL is not set
1880
1881 #
1882 # USB Miscellaneous drivers
1883 #
1884 # CONFIG_USB_EMI62 is not set
1885 # CONFIG_USB_EMI26 is not set
1886 # CONFIG_USB_ADUTUX is not set
1887 # CONFIG_USB_SEVSEG is not set
1888 # CONFIG_USB_RIO500 is not set
1889 # CONFIG_USB_LEGOTOWER is not set
1890 # CONFIG_USB_LCD is not set
1891 # CONFIG_USB_BERRY_CHARGE is not set
1892 # CONFIG_USB_LED is not set
1893 # CONFIG_USB_CYPRESS_CY7C63 is not set
1894 # CONFIG_USB_CYTHERM is not set
1895 # CONFIG_USB_IDMOUSE is not set
1896 CONFIG_USB_FTDI_ELAN=m
1897 # CONFIG_USB_APPLEDISPLAY is not set
1898 CONFIG_USB_SISUSBVGA=m
1899 CONFIG_USB_SISUSBVGA_CON=y
1900 # CONFIG_USB_LD is not set
1901 # CONFIG_USB_TRANCEVIBRATOR is not set
1902 # CONFIG_USB_IOWARRIOR is not set
1903 # CONFIG_USB_TEST is not set
1904 # CONFIG_USB_ISIGHTFW is not set
1905 # CONFIG_USB_VST is not set
1906 # CONFIG_USB_GADGET is not set
1907
1908 #
1909 # OTG and related infrastructure
1910 #
1911 # CONFIG_NOP_USB_XCEIV is not set
1912 # CONFIG_UWB is not set
1913 # CONFIG_MMC is not set
1914 # CONFIG_MEMSTICK is not set
1915 CONFIG_NEW_LEDS=y
1916 CONFIG_LEDS_CLASS=m
1917
1918 #
1919 # LED drivers
1920 #
1921 # CONFIG_LEDS_ALIX2 is not set
1922 # CONFIG_LEDS_PCA9532 is not set
1923 # CONFIG_LEDS_LP3944 is not set
1924 # CONFIG_LEDS_CLEVO_MAIL is not set
1925 # CONFIG_LEDS_PCA955X is not set
1926 # CONFIG_LEDS_BD2802 is not set
1927 # CONFIG_LEDS_INTEL_SS4200 is not set
1928
1929 #
1930 # LED Triggers
1931 #
1932 CONFIG_LEDS_TRIGGERS=y
1933 # CONFIG_LEDS_TRIGGER_TIMER is not set
1934 # CONFIG_LEDS_TRIGGER_IDE_DISK is not set
1935 # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
1936 # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
1937 # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
1938
1939 #
1940 # iptables trigger is under Netfilter config (LED target)
1941 #
1942 # CONFIG_ACCESSIBILITY is not set
1943 # CONFIG_INFINIBAND is not set
1944 # CONFIG_EDAC is not set
1945 CONFIG_RTC_LIB=m
1946 CONFIG_RTC_CLASS=m
1947
1948 #
1949 # RTC interfaces
1950 #
1951 CONFIG_RTC_INTF_SYSFS=y
1952 CONFIG_RTC_INTF_PROC=y
1953 CONFIG_RTC_INTF_DEV=y
1954 # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
1955 # CONFIG_RTC_DRV_TEST is not set
1956
1957 #
1958 # I2C RTC drivers
1959 #
1960 # CONFIG_RTC_DRV_DS1307 is not set
1961 # CONFIG_RTC_DRV_DS1374 is not set
1962 # CONFIG_RTC_DRV_DS1672 is not set
1963 # CONFIG_RTC_DRV_MAX6900 is not set
1964 # CONFIG_RTC_DRV_RS5C372 is not set
1965 # CONFIG_RTC_DRV_ISL1208 is not set
1966 # CONFIG_RTC_DRV_X1205 is not set
1967 # CONFIG_RTC_DRV_PCF8563 is not set
1968 # CONFIG_RTC_DRV_PCF8583 is not set
1969 # CONFIG_RTC_DRV_M41T80 is not set
1970 # CONFIG_RTC_DRV_BQ32K is not set
1971 # CONFIG_RTC_DRV_S35390A is not set
1972 # CONFIG_RTC_DRV_FM3130 is not set
1973 # CONFIG_RTC_DRV_RX8581 is not set
1974 # CONFIG_RTC_DRV_RX8025 is not set
1975
1976 #
1977 # SPI RTC drivers
1978 #
1979
1980 #
1981 # Platform RTC drivers
1982 #
1983 CONFIG_RTC_DRV_CMOS=m
1984 # CONFIG_RTC_DRV_DS1286 is not set
1985 # CONFIG_RTC_DRV_DS1511 is not set
1986 # CONFIG_RTC_DRV_DS1553 is not set
1987 # CONFIG_RTC_DRV_DS1742 is not set
1988 # CONFIG_RTC_DRV_STK17TA8 is not set
1989 # CONFIG_RTC_DRV_M48T86 is not set
1990 # CONFIG_RTC_DRV_M48T35 is not set
1991 # CONFIG_RTC_DRV_M48T59 is not set
1992 # CONFIG_RTC_DRV_MSM6242 is not set
1993 # CONFIG_RTC_DRV_BQ4802 is not set
1994 # CONFIG_RTC_DRV_RP5C01 is not set
1995 # CONFIG_RTC_DRV_V3020 is not set
1996
1997 #
1998 # on-CPU RTC drivers
1999 #
2000 CONFIG_DMADEVICES=y
2001
2002 #
2003 # DMA Devices
2004 #
2005 CONFIG_ASYNC_TX_DISABLE_CHANNEL_SWITCH=y
2006 CONFIG_INTEL_IOATDMA=y
2007 CONFIG_DMA_ENGINE=y
2008
2009 #
2010 # DMA Clients
2011 #
2012 CONFIG_NET_DMA=y
2013 # CONFIG_ASYNC_TX_DMA is not set
2014 # CONFIG_DMATEST is not set
2015 CONFIG_DCA=y
2016 # CONFIG_AUXDISPLAY is not set
2017 CONFIG_UIO=m
2018 # CONFIG_UIO_CIF is not set
2019 # CONFIG_UIO_PDRV is not set
2020 # CONFIG_UIO_PDRV_GENIRQ is not set
2021 # CONFIG_UIO_SMX is not set
2022 # CONFIG_UIO_AEC is not set
2023 # CONFIG_UIO_SERCOS3 is not set
2024 # CONFIG_UIO_PCI_GENERIC is not set
2025
2026 #
2027 # TI VLYNQ
2028 #
2029 # CONFIG_STAGING is not set
2030 # CONFIG_X86_PLATFORM_DEVICES is not set
2031
2032 #
2033 # Firmware Drivers
2034 #
2035 # CONFIG_EDD is not set
2036 CONFIG_FIRMWARE_MEMMAP=y
2037 CONFIG_EFI_VARS=m
2038 CONFIG_DELL_RBU=m
2039 CONFIG_DCDBAS=m
2040 CONFIG_DMIID=y
2041 # CONFIG_ISCSI_IBFT_FIND is not set
2042
2043 #
2044 # File systems
2045 #
2046 CONFIG_EXT2_FS=y
2047 CONFIG_EXT2_FS_XATTR=y
2048 CONFIG_EXT2_FS_POSIX_ACL=y
2049 CONFIG_EXT2_FS_SECURITY=y
2050 # CONFIG_EXT2_FS_XIP is not set
2051 CONFIG_EXT3_FS=y
2052 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
2053 CONFIG_EXT3_FS_XATTR=y
2054 CONFIG_EXT3_FS_POSIX_ACL=y
2055 CONFIG_EXT3_FS_SECURITY=y
2056 CONFIG_EXT4_FS=y
2057 CONFIG_EXT4_FS_XATTR=y
2058 CONFIG_EXT4_FS_POSIX_ACL=y
2059 CONFIG_EXT4_FS_SECURITY=y
2060 # CONFIG_EXT4_DEBUG is not set
2061 CONFIG_JBD=y
2062 CONFIG_JBD2=y
2063 CONFIG_FS_MBCACHE=y
2064 # CONFIG_REISERFS_FS is not set
2065 # CONFIG_JFS_FS is not set
2066 CONFIG_FS_POSIX_ACL=y
2067 # CONFIG_XFS_FS is not set
2068 # CONFIG_GFS2_FS is not set
2069 # CONFIG_OCFS2_FS is not set
2070 # CONFIG_BTRFS_FS is not set
2071 # CONFIG_NILFS2_FS is not set
2072 CONFIG_FILE_LOCKING=y
2073 CONFIG_FSNOTIFY=y
2074 CONFIG_DNOTIFY=y
2075 CONFIG_INOTIFY=y
2076 CONFIG_INOTIFY_USER=y
2077 CONFIG_QUOTA=y
2078 # CONFIG_QUOTA_NETLINK_INTERFACE is not set
2079 CONFIG_PRINT_QUOTA_WARNING=y
2080 # CONFIG_QFMT_V1 is not set
2081 # CONFIG_QFMT_V2 is not set
2082 CONFIG_QUOTACTL=y
2083 # CONFIG_AUTOFS_FS is not set
2084 # CONFIG_AUTOFS4_FS is not set
2085 CONFIG_FUSE_FS=m
2086 # CONFIG_CUSE is not set
2087 CONFIG_GENERIC_ACL=y
2088
2089 #
2090 # Caches
2091 #
2092 # CONFIG_FSCACHE is not set
2093
2094 #
2095 # CD-ROM/DVD Filesystems
2096 #
2097 CONFIG_ISO9660_FS=y
2098 CONFIG_JOLIET=y
2099 CONFIG_ZISOFS=y
2100 CONFIG_UDF_FS=y
2101 CONFIG_UDF_NLS=y
2102
2103 #
2104 # DOS/FAT/NT Filesystems
2105 #
2106 CONFIG_FAT_FS=y
2107 CONFIG_MSDOS_FS=y
2108 CONFIG_VFAT_FS=y
2109 CONFIG_FAT_DEFAULT_CODEPAGE=437
2110 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
2111 CONFIG_NTFS_FS=y
2112 # CONFIG_NTFS_DEBUG is not set
2113 CONFIG_NTFS_RW=y
2114
2115 #
2116 # Pseudo filesystems
2117 #
2118 CONFIG_PROC_FS=y
2119 # CONFIG_PROC_KCORE is not set
2120 CONFIG_PROC_SYSCTL=y
2121 CONFIG_PROC_PAGE_MONITOR=y
2122 CONFIG_SYSFS=y
2123 CONFIG_TMPFS=y
2124 CONFIG_TMPFS_POSIX_ACL=y
2125 # CONFIG_HUGETLBFS is not set
2126 # CONFIG_HUGETLB_PAGE is not set
2127 CONFIG_CONFIGFS_FS=m
2128 CONFIG_MISC_FILESYSTEMS=y
2129 # CONFIG_ADFS_FS is not set
2130 # CONFIG_AFFS_FS is not set
2131 CONFIG_HFS_FS=y
2132 CONFIG_HFSPLUS_FS=y
2133 # CONFIG_BEFS_FS is not set
2134 # CONFIG_BFS_FS is not set
2135 # CONFIG_EFS_FS is not set
2136 # CONFIG_CRAMFS is not set
2137 CONFIG_SQUASHFS=y
2138 # CONFIG_SQUASHFS_EMBEDDED is not set
2139 CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
2140 # CONFIG_VXFS_FS is not set
2141 # CONFIG_MINIX_FS is not set
2142 # CONFIG_OMFS_FS is not set
2143 # CONFIG_HPFS_FS is not set
2144 # CONFIG_QNX4FS_FS is not set
2145 # CONFIG_ROMFS_FS is not set
2146 # CONFIG_SYSV_FS is not set
2147 # CONFIG_UFS_FS is not set
2148 CONFIG_NETWORK_FILESYSTEMS=y
2149 CONFIG_NFS_FS=y
2150 CONFIG_NFS_V3=y
2151 CONFIG_NFS_V3_ACL=y
2152 CONFIG_NFS_V4=y
2153 # CONFIG_NFS_V4_1 is not set
2154 CONFIG_ROOT_NFS=y
2155 # CONFIG_NFSD is not set
2156 CONFIG_LOCKD=y
2157 CONFIG_LOCKD_V4=y
2158 CONFIG_NFS_ACL_SUPPORT=y
2159 CONFIG_NFS_COMMON=y
2160 CONFIG_SUNRPC=y
2161 CONFIG_SUNRPC_GSS=y
2162 CONFIG_RPCSEC_GSS_KRB5=y
2163 CONFIG_RPCSEC_GSS_SPKM3=m
2164 # CONFIG_SMB_FS is not set
2165 CONFIG_CIFS=m
2166 # CONFIG_CIFS_STATS is not set
2167 # CONFIG_CIFS_WEAK_PW_HASH is not set
2168 CONFIG_CIFS_XATTR=y
2169 CONFIG_CIFS_POSIX=y
2170 # CONFIG_CIFS_DEBUG2 is not set
2171 # CONFIG_CIFS_EXPERIMENTAL is not set
2172 # CONFIG_NCP_FS is not set
2173 # CONFIG_CODA_FS is not set
2174 # CONFIG_AFS_FS is not set
2175
2176 #
2177 # Partition Types
2178 #
2179 CONFIG_PARTITION_ADVANCED=y
2180 # CONFIG_ACORN_PARTITION is not set
2181 # CONFIG_OSF_PARTITION is not set
2182 # CONFIG_AMIGA_PARTITION is not set
2183 # CONFIG_ATARI_PARTITION is not set
2184 CONFIG_MAC_PARTITION=y
2185 CONFIG_MSDOS_PARTITION=y
2186 CONFIG_BSD_DISKLABEL=y
2187 # CONFIG_MINIX_SUBPARTITION is not set
2188 CONFIG_SOLARIS_X86_PARTITION=y
2189 # CONFIG_UNIXWARE_DISKLABEL is not set
2190 CONFIG_LDM_PARTITION=y
2191 # CONFIG_LDM_DEBUG is not set
2192 # CONFIG_SGI_PARTITION is not set
2193 # CONFIG_ULTRIX_PARTITION is not set
2194 # CONFIG_SUN_PARTITION is not set
2195 # CONFIG_KARMA_PARTITION is not set
2196 CONFIG_EFI_PARTITION=y
2197 # CONFIG_SYSV68_PARTITION is not set
2198 CONFIG_NLS=y
2199 CONFIG_NLS_DEFAULT="iso8859-1"
2200 CONFIG_NLS_CODEPAGE_437=y
2201 CONFIG_NLS_CODEPAGE_737=m
2202 CONFIG_NLS_CODEPAGE_775=m
2203 CONFIG_NLS_CODEPAGE_850=m
2204 CONFIG_NLS_CODEPAGE_852=m
2205 CONFIG_NLS_CODEPAGE_855=m
2206 CONFIG_NLS_CODEPAGE_857=m
2207 CONFIG_NLS_CODEPAGE_860=m
2208 CONFIG_NLS_CODEPAGE_861=m
2209 CONFIG_NLS_CODEPAGE_862=m
2210 CONFIG_NLS_CODEPAGE_863=m
2211 CONFIG_NLS_CODEPAGE_864=m
2212 CONFIG_NLS_CODEPAGE_865=m
2213 CONFIG_NLS_CODEPAGE_866=m
2214 CONFIG_NLS_CODEPAGE_869=m
2215 CONFIG_NLS_CODEPAGE_936=m
2216 CONFIG_NLS_CODEPAGE_950=m
2217 CONFIG_NLS_CODEPAGE_932=m
2218 CONFIG_NLS_CODEPAGE_949=m
2219 CONFIG_NLS_CODEPAGE_874=m
2220 CONFIG_NLS_ISO8859_8=m
2221 CONFIG_NLS_CODEPAGE_1250=m
2222 CONFIG_NLS_CODEPAGE_1251=m
2223 CONFIG_NLS_ASCII=m
2224 CONFIG_NLS_ISO8859_1=y
2225 CONFIG_NLS_ISO8859_2=m
2226 CONFIG_NLS_ISO8859_3=m
2227 CONFIG_NLS_ISO8859_4=m
2228 CONFIG_NLS_ISO8859_5=m
2229 CONFIG_NLS_ISO8859_6=m
2230 CONFIG_NLS_ISO8859_7=m
2231 CONFIG_NLS_ISO8859_9=m
2232 CONFIG_NLS_ISO8859_13=m
2233 CONFIG_NLS_ISO8859_14=m
2234 CONFIG_NLS_ISO8859_15=y
2235 CONFIG_NLS_KOI8_R=m
2236 CONFIG_NLS_KOI8_U=m
2237 CONFIG_NLS_UTF8=y
2238 CONFIG_DLM=m
2239 # CONFIG_DLM_DEBUG is not set
2240
2241 #
2242 # Kernel hacking
2243 #
2244 CONFIG_TRACE_IRQFLAGS_SUPPORT=y
2245 # CONFIG_PRINTK_TIME is not set
2246 CONFIG_ENABLE_WARN_DEPRECATED=y
2247 CONFIG_ENABLE_MUST_CHECK=y
2248 CONFIG_FRAME_WARN=1024
2249 CONFIG_MAGIC_SYSRQ=y
2250 # CONFIG_STRIP_ASM_SYMS is not set
2251 # CONFIG_UNUSED_SYMBOLS is not set
2252 # CONFIG_DEBUG_FS is not set
2253 # CONFIG_HEADERS_CHECK is not set
2254 CONFIG_DEBUG_KERNEL=y
2255 # CONFIG_DEBUG_SHIRQ is not set
2256 CONFIG_DETECT_SOFTLOCKUP=y
2257 # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
2258 CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
2259 CONFIG_DETECT_HUNG_TASK=y
2260 # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
2261 CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
2262 CONFIG_SCHED_DEBUG=y
2263 # CONFIG_SCHEDSTATS is not set
2264 # CONFIG_TIMER_STATS is not set
2265 # CONFIG_DEBUG_OBJECTS is not set
2266 # CONFIG_DEBUG_SLAB is not set
2267 # CONFIG_DEBUG_KMEMLEAK is not set
2268 CONFIG_DEBUG_PREEMPT=y
2269 # CONFIG_DEBUG_RT_MUTEXES is not set
2270 # CONFIG_RT_MUTEX_TESTER is not set
2271 # CONFIG_DEBUG_SPINLOCK is not set
2272 # CONFIG_DEBUG_MUTEXES is not set
2273 # CONFIG_DEBUG_LOCK_ALLOC is not set
2274 # CONFIG_PROVE_LOCKING is not set
2275 # CONFIG_LOCK_STAT is not set
2276 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
2277 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
2278 # CONFIG_DEBUG_KOBJECT is not set
2279 CONFIG_DEBUG_BUGVERBOSE=y
2280 # CONFIG_DEBUG_INFO is not set
2281 # CONFIG_DEBUG_VM is not set
2282 # CONFIG_DEBUG_VIRTUAL is not set
2283 # CONFIG_DEBUG_WRITECOUNT is not set
2284 # CONFIG_DEBUG_MEMORY_INIT is not set
2285 # CONFIG_DEBUG_LIST is not set
2286 # CONFIG_DEBUG_SG is not set
2287 # CONFIG_DEBUG_NOTIFIERS is not set
2288 # CONFIG_DEBUG_CREDENTIALS is not set
2289 CONFIG_ARCH_WANT_FRAME_POINTERS=y
2290 # CONFIG_FRAME_POINTER is not set
2291 # CONFIG_BOOT_PRINTK_DELAY is not set
2292 # CONFIG_RCU_TORTURE_TEST is not set
2293 # CONFIG_RCU_CPU_STALL_DETECTOR is not set
2294 # CONFIG_BACKTRACE_SELF_TEST is not set
2295 # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
2296 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
2297 # CONFIG_FAULT_INJECTION is not set
2298 # CONFIG_LATENCYTOP is not set
2299 # CONFIG_SYSCTL_SYSCALL_CHECK is not set
2300 # CONFIG_DEBUG_PAGEALLOC is not set
2301 CONFIG_USER_STACKTRACE_SUPPORT=y
2302 CONFIG_HAVE_FUNCTION_TRACER=y
2303 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
2304 CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
2305 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
2306 CONFIG_HAVE_DYNAMIC_FTRACE=y
2307 CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
2308 CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
2309 CONFIG_TRACING_SUPPORT=y
2310 # CONFIG_FTRACE is not set
2311 # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
2312 # CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set
2313 # CONFIG_DMA_API_DEBUG is not set
2314 # CONFIG_SAMPLES is not set
2315 CONFIG_HAVE_ARCH_KGDB=y
2316 # CONFIG_KGDB is not set
2317 CONFIG_HAVE_ARCH_KMEMCHECK=y
2318 # CONFIG_STRICT_DEVMEM is not set
2319 CONFIG_X86_VERBOSE_BOOTUP=y
2320 CONFIG_EARLY_PRINTK=y
2321 # CONFIG_EARLY_PRINTK_DBGP is not set
2322 # CONFIG_DEBUG_STACKOVERFLOW is not set
2323 # CONFIG_DEBUG_STACK_USAGE is not set
2324 # CONFIG_DEBUG_PER_CPU_MAPS is not set
2325 # CONFIG_X86_PTDUMP is not set
2326 CONFIG_DEBUG_RODATA=y
2327 # CONFIG_DEBUG_RODATA_TEST is not set
2328 # CONFIG_DEBUG_NX_TEST is not set
2329 # CONFIG_IOMMU_DEBUG is not set
2330 # CONFIG_IOMMU_STRESS is not set
2331 CONFIG_HAVE_MMIOTRACE_SUPPORT=y
2332 CONFIG_IO_DELAY_TYPE_0X80=0
2333 CONFIG_IO_DELAY_TYPE_0XED=1
2334 CONFIG_IO_DELAY_TYPE_UDELAY=2
2335 CONFIG_IO_DELAY_TYPE_NONE=3
2336 CONFIG_IO_DELAY_0X80=y
2337 # CONFIG_IO_DELAY_0XED is not set
2338 # CONFIG_IO_DELAY_UDELAY is not set
2339 # CONFIG_IO_DELAY_NONE is not set
2340 CONFIG_DEFAULT_IO_DELAY_TYPE=0
2341 # CONFIG_CPA_DEBUG is not set
2342 # CONFIG_OPTIMIZE_INLINING is not set
2343 # CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
2344
2345 #
2346 # Security options
2347 #
2348 # CONFIG_KEYS is not set
2349 CONFIG_SECURITY=y
2350 # CONFIG_SECURITYFS is not set
2351 # CONFIG_SECURITY_NETWORK is not set
2352 # CONFIG_SECURITY_PATH is not set
2353 # CONFIG_SECURITY_TOMOYO is not set
2354 # CONFIG_IMA is not set
2355 # CONFIG_DEFAULT_SECURITY_SELINUX is not set
2356 # CONFIG_DEFAULT_SECURITY_SMACK is not set
2357 # CONFIG_DEFAULT_SECURITY_TOMOYO is not set
2358 CONFIG_DEFAULT_SECURITY_DAC=y
2359 CONFIG_DEFAULT_SECURITY=""
2360 CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y
2361 CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y
2362 CONFIG_CRYPTO=y
2363
2364 #
2365 # Crypto core or helper
2366 #
2367 CONFIG_CRYPTO_ALGAPI=y
2368 CONFIG_CRYPTO_ALGAPI2=y
2369 CONFIG_CRYPTO_AEAD=m
2370 CONFIG_CRYPTO_AEAD2=y
2371 CONFIG_CRYPTO_BLKCIPHER=y
2372 CONFIG_CRYPTO_BLKCIPHER2=y
2373 CONFIG_CRYPTO_HASH=y
2374 CONFIG_CRYPTO_HASH2=y
2375 CONFIG_CRYPTO_RNG2=y
2376 CONFIG_CRYPTO_PCOMP=y
2377 CONFIG_CRYPTO_MANAGER=y
2378 CONFIG_CRYPTO_MANAGER2=y
2379 CONFIG_CRYPTO_GF128MUL=m
2380 CONFIG_CRYPTO_NULL=m
2381 CONFIG_CRYPTO_WORKQUEUE=y
2382 CONFIG_CRYPTO_CRYPTD=m
2383 CONFIG_CRYPTO_AUTHENC=m
2384 CONFIG_CRYPTO_TEST=m
2385
2386 #
2387 # Authenticated Encryption with Associated Data
2388 #
2389 # CONFIG_CRYPTO_CCM is not set
2390 # CONFIG_CRYPTO_GCM is not set
2391 # CONFIG_CRYPTO_SEQIV is not set
2392
2393 #
2394 # Block modes
2395 #
2396 CONFIG_CRYPTO_CBC=y
2397 # CONFIG_CRYPTO_CTR is not set
2398 # CONFIG_CRYPTO_CTS is not set
2399 CONFIG_CRYPTO_ECB=m
2400 CONFIG_CRYPTO_LRW=m
2401 CONFIG_CRYPTO_PCBC=m
2402 CONFIG_CRYPTO_XTS=m
2403
2404 #
2405 # Hash modes
2406 #
2407 CONFIG_CRYPTO_HMAC=y
2408 CONFIG_CRYPTO_XCBC=m
2409 # CONFIG_CRYPTO_VMAC is not set
2410
2411 #
2412 # Digest
2413 #
2414 CONFIG_CRYPTO_CRC32C=y
2415 # CONFIG_CRYPTO_CRC32C_INTEL is not set
2416 # CONFIG_CRYPTO_GHASH is not set
2417 CONFIG_CRYPTO_MD4=m
2418 CONFIG_CRYPTO_MD5=y
2419 CONFIG_CRYPTO_MICHAEL_MIC=m
2420 # CONFIG_CRYPTO_RMD128 is not set
2421 # CONFIG_CRYPTO_RMD160 is not set
2422 # CONFIG_CRYPTO_RMD256 is not set
2423 # CONFIG_CRYPTO_RMD320 is not set
2424 CONFIG_CRYPTO_SHA1=m
2425 CONFIG_CRYPTO_SHA256=m
2426 CONFIG_CRYPTO_SHA512=m
2427 CONFIG_CRYPTO_TGR192=m
2428 CONFIG_CRYPTO_WP512=m
2429 # CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set
2430
2431 #
2432 # Ciphers
2433 #
2434 CONFIG_CRYPTO_AES=m
2435 CONFIG_CRYPTO_AES_X86_64=m
2436 # CONFIG_CRYPTO_AES_NI_INTEL is not set
2437 CONFIG_CRYPTO_ANUBIS=m
2438 CONFIG_CRYPTO_ARC4=m
2439 CONFIG_CRYPTO_BLOWFISH=m
2440 CONFIG_CRYPTO_CAMELLIA=m
2441 CONFIG_CRYPTO_CAST5=m
2442 CONFIG_CRYPTO_CAST6=m
2443 CONFIG_CRYPTO_DES=y
2444 CONFIG_CRYPTO_FCRYPT=m
2445 CONFIG_CRYPTO_KHAZAD=m
2446 # CONFIG_CRYPTO_SALSA20 is not set
2447 CONFIG_CRYPTO_SALSA20_X86_64=m
2448 CONFIG_CRYPTO_SEED=m
2449 CONFIG_CRYPTO_SERPENT=m
2450 CONFIG_CRYPTO_TEA=m
2451 CONFIG_CRYPTO_TWOFISH=m
2452 CONFIG_CRYPTO_TWOFISH_COMMON=m
2453 CONFIG_CRYPTO_TWOFISH_X86_64=m
2454
2455 #
2456 # Compression
2457 #
2458 CONFIG_CRYPTO_DEFLATE=m
2459 # CONFIG_CRYPTO_ZLIB is not set
2460 # CONFIG_CRYPTO_LZO is not set
2461
2462 #
2463 # Random Number Generation
2464 #
2465 # CONFIG_CRYPTO_ANSI_CPRNG is not set
2466 CONFIG_CRYPTO_HW=y
2467 # CONFIG_CRYPTO_DEV_PADLOCK is not set
2468 # CONFIG_CRYPTO_DEV_HIFN_795X is not set
2469 CONFIG_HAVE_KVM=y
2470 CONFIG_VIRTUALIZATION=y
2471 # CONFIG_KVM is not set
2472 CONFIG_VIRTIO=m
2473 CONFIG_VIRTIO_RING=m
2474 CONFIG_VIRTIO_PCI=m
2475 CONFIG_VIRTIO_BALLOON=m
2476 # CONFIG_BINARY_PRINTF is not set
2477
2478 #
2479 # Library routines
2480 #
2481 CONFIG_BITREVERSE=y
2482 CONFIG_GENERIC_FIND_FIRST_BIT=y
2483 CONFIG_GENERIC_FIND_NEXT_BIT=y
2484 CONFIG_GENERIC_FIND_LAST_BIT=y
2485 CONFIG_CRC_CCITT=m
2486 CONFIG_CRC16=y
2487 # CONFIG_CRC_T10DIF is not set
2488 CONFIG_CRC_ITU_T=y
2489 CONFIG_CRC32=y
2490 # CONFIG_CRC7 is not set
2491 CONFIG_LIBCRC32C=y
2492 CONFIG_ZLIB_INFLATE=y
2493 CONFIG_ZLIB_DEFLATE=m
2494 CONFIG_HAS_IOMEM=y
2495 CONFIG_HAS_IOPORT=y
2496 CONFIG_HAS_DMA=y
2497 CONFIG_NLATTR=y

Replies

Subject Author
[gentoo-user] Re: How does grub assemble a RAID1 for / ?? Kerin Millar <kerframil@×××××.com>