Gentoo Archives: gentoo-hardened

From: Grant <emailgrant@×××××.com>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] Hardened laptop: am I nuts?
Date: Wed, 05 Dec 2007 15:13:04
Message-Id: 49bf44f10712050711p524c238eh5894525d533ea08@mail.gmail.com
In Reply to: Re: [gentoo-hardened] Hardened laptop: am I nuts? by Alex Howells
1 > > > > execve("/opt/wengophone/qtwengophone", ["./qtwengophone"...], [/* 41
2 > > > > vars */]) = -1 ENOENT (No such file or directory)
3 > > >
4 > > > is /opt/wengophone/qtwengophone present? also, did you enable\
5 > >
6 > > Yeah, very strange:
7 > >
8 > > $ ls -l /opt/wengophone/qtwengophone
9 > > -rwxr-xr-x 1 root root 16000265 Dec 4 14:52 /opt/wengophone/qtwengophone
10 > >
11 > > > IA32 support in your kernel .config?
12 > >
13 > > I did enable it, but after I had built pretty much the whole system.
14 > > wengo was built afterward though. I have all four options enabled
15 > > under "Executable file formats / Emulations" on
16 > > hardened-sources-2.66-r8.
17 > >
18 >
19 > Would you mind pasting your kernel configuration?
20
21 Sorry about the length but here's the whole thing:
22
23 CONFIG_X86_64=y
24 CONFIG_64BIT=y
25 CONFIG_X86=y
26 CONFIG_GENERIC_TIME=y
27 CONFIG_GENERIC_TIME_VSYSCALL=y
28 CONFIG_ZONE_DMA32=y
29 CONFIG_LOCKDEP_SUPPORT=y
30 CONFIG_STACKTRACE_SUPPORT=y
31 CONFIG_SEMAPHORE_SLEEPERS=y
32 CONFIG_MMU=y
33 CONFIG_ZONE_DMA=y
34 CONFIG_RWSEM_GENERIC_SPINLOCK=y
35 CONFIG_GENERIC_HWEIGHT=y
36 CONFIG_GENERIC_CALIBRATE_DELAY=y
37 CONFIG_X86_CMPXCHG=y
38 CONFIG_EARLY_PRINTK=y
39 CONFIG_GENERIC_ISA_DMA=y
40 CONFIG_GENERIC_IOMAP=y
41 CONFIG_ARCH_MAY_HAVE_PC_FDC=y
42 CONFIG_ARCH_POPULATES_NODE_MAP=y
43 CONFIG_DMI=y
44 CONFIG_AUDIT_ARCH=y
45 CONFIG_GENERIC_BUG=y
46 # CONFIG_ARCH_HAS_ILOG2_U32 is not set
47 # CONFIG_ARCH_HAS_ILOG2_U64 is not set
48 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
49
50 #
51 # Code maturity level options
52 #
53 CONFIG_EXPERIMENTAL=y
54 CONFIG_LOCK_KERNEL=y
55 CONFIG_INIT_ENV_ARG_LIMIT=32
56
57 #
58 # General setup
59 #
60 CONFIG_LOCALVERSION=""
61 CONFIG_LOCALVERSION_AUTO=y
62 CONFIG_SWAP=y
63 CONFIG_SYSVIPC=y
64 # CONFIG_IPC_NS is not set
65 CONFIG_SYSVIPC_SYSCTL=y
66 CONFIG_POSIX_MQUEUE=y
67 # CONFIG_BSD_PROCESS_ACCT is not set
68 # CONFIG_TASKSTATS is not set
69 # CONFIG_UTS_NS is not set
70 # CONFIG_AUDIT is not set
71 CONFIG_IKCONFIG=y
72 CONFIG_IKCONFIG_PROC=y
73 CONFIG_LOG_BUF_SHIFT=18
74 # CONFIG_CPUSETS is not set
75 # CONFIG_SYSFS_DEPRECATED is not set
76 # CONFIG_RELAY is not set
77 CONFIG_BLK_DEV_INITRD=y
78 CONFIG_INITRAMFS_SOURCE=""
79 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
80 CONFIG_SYSCTL=y
81 # CONFIG_EMBEDDED is not set
82 CONFIG_UID16=y
83 CONFIG_SYSCTL_SYSCALL=y
84 CONFIG_KALLSYMS=y
85 CONFIG_KALLSYMS_ALL=y
86 # CONFIG_KALLSYMS_EXTRA_PASS is not set
87 CONFIG_HOTPLUG=y
88 CONFIG_PRINTK=y
89 CONFIG_BUG=y
90 CONFIG_ELF_CORE=y
91 CONFIG_BASE_FULL=y
92 CONFIG_FUTEX=y
93 CONFIG_ANON_INODES=y
94 CONFIG_EPOLL=y
95 CONFIG_SIGNALFD=y
96 CONFIG_EVENTFD=y
97 CONFIG_SHMEM=y
98 CONFIG_VM_EVENT_COUNTERS=y
99 CONFIG_SLAB=y
100 # CONFIG_SLUB is not set
101 # CONFIG_SLOB is not set
102 CONFIG_RT_MUTEXES=y
103 # CONFIG_TINY_SHMEM is not set
104 CONFIG_BASE_SMALL=0
105
106 #
107 # Loadable module support
108 #
109 CONFIG_MODULES=y
110 CONFIG_MODULE_UNLOAD=y
111 CONFIG_MODULE_FORCE_UNLOAD=y
112 # CONFIG_MODVERSIONS is not set
113 # CONFIG_MODULE_SRCVERSION_ALL is not set
114 CONFIG_KMOD=y
115 CONFIG_STOP_MACHINE=y
116
117 #
118 # Block layer
119 #
120 CONFIG_BLOCK=y
121 # CONFIG_BLK_DEV_IO_TRACE is not set
122
123 #
124 # IO Schedulers
125 #
126 CONFIG_IOSCHED_NOOP=y
127 CONFIG_IOSCHED_AS=y
128 CONFIG_IOSCHED_DEADLINE=y
129 CONFIG_IOSCHED_CFQ=y
130 CONFIG_DEFAULT_AS=y
131 # CONFIG_DEFAULT_DEADLINE is not set
132 # CONFIG_DEFAULT_CFQ is not set
133 # CONFIG_DEFAULT_NOOP is not set
134 CONFIG_DEFAULT_IOSCHED="anticipatory"
135
136 # Processor type and features
137 #
138 CONFIG_X86_PC=y
139 # CONFIG_X86_VSMP is not set
140 # CONFIG_MK8 is not set
141 # CONFIG_MPSC is not set
142 # CONFIG_MCORE2 is not set
143 CONFIG_GENERIC_CPU=y
144 CONFIG_X86_L1_CACHE_BYTES=128
145 CONFIG_X86_L1_CACHE_SHIFT=7
146 CONFIG_X86_INTERNODE_CACHE_BYTES=128
147 CONFIG_X86_TSC=y
148 CONFIG_X86_GOOD_APIC=y
149 CONFIG_MICROCODE=y
150 CONFIG_MICROCODE_OLD_INTERFACE=y
151 CONFIG_X86_MSR=y
152 CONFIG_X86_CPUID=y
153 CONFIG_X86_HT=y
154 CONFIG_X86_IO_APIC=y
155 CONFIG_X86_LOCAL_APIC=y
156 CONFIG_MTRR=y
157 CONFIG_SMP=y
158 CONFIG_SCHED_SMT=y
159 CONFIG_SCHED_MC=y
160 # CONFIG_PREEMPT_NONE is not set
161 CONFIG_PREEMPT_VOLUNTARY=y
162 # CONFIG_PREEMPT is not set
163 CONFIG_PREEMPT_BKL=y
164 # CONFIG_NUMA is not set
165 CONFIG_ARCH_SPARSEMEM_ENABLE=y
166 CONFIG_ARCH_FLATMEM_ENABLE=y
167 CONFIG_SELECT_MEMORY_MODEL=y
168 CONFIG_FLATMEM_MANUAL=y
169 # CONFIG_DISCONTIGMEM_MANUAL is not set
170 # CONFIG_SPARSEMEM_MANUAL is not set
171 CONFIG_FLATMEM=y
172 CONFIG_FLAT_NODE_MEM_MAP=y
173 # CONFIG_SPARSEMEM_STATIC is not set
174 CONFIG_SPLIT_PTLOCK_CPUS=4
175 CONFIG_RESOURCES_64BIT=y
176 CONFIG_ZONE_DMA_FLAG=1
177 CONFIG_NR_CPUS=2
178 # CONFIG_HOTPLUG_CPU is not set
179 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
180 CONFIG_HPET_TIMER=y
181 CONFIG_HPET_EMULATE_RTC=y
182 CONFIG_IOMMU=y
183 # CONFIG_CALGARY_IOMMU is not set
184 CONFIG_SWIOTLB=y
185 CONFIG_X86_MCE=y
186 CONFIG_X86_MCE_INTEL=y
187 CONFIG_X86_MCE_AMD=y
188 # CONFIG_KEXEC is not set
189 # CONFIG_CRASH_DUMP is not set
190 # CONFIG_RELOCATABLE is not set
191 CONFIG_PHYSICAL_START=0x200000
192 CONFIG_SECCOMP=y
193 # CONFIG_CC_STACKPROTECTOR is not set
194 # CONFIG_HZ_100 is not set
195 CONFIG_HZ_250=y
196 # CONFIG_HZ_300 is not set
197 # CONFIG_HZ_1000 is not set
198 CONFIG_HZ=250
199 CONFIG_K8_NB=y
200 CONFIG_GENERIC_HARDIRQS=y
201 CONFIG_GENERIC_IRQ_PROBE=y
202 CONFIG_ISA_DMA_API=y
203 CONFIG_GENERIC_PENDING_IRQ=y
204
205 #
206 # Power management options
207 #
208 CONFIG_PM=y
209 # CONFIG_PM_LEGACY is not set
210 # CONFIG_PM_DEBUG is not set
211 # CONFIG_PM_SYSFS_DEPRECATED is not set
212
213 #
214 # ACPI (Advanced Configuration and Power Interface) Support
215 #
216 CONFIG_ACPI=y
217 # CONFIG_ACPI_PROCFS is not set
218 CONFIG_ACPI_AC=y
219 CONFIG_ACPI_BATTERY=y
220 CONFIG_ACPI_BUTTON=y
221 # CONFIG_ACPI_VIDEO is not set
222 CONFIG_ACPI_FAN=y
223 # CONFIG_ACPI_DOCK is not set
224 CONFIG_ACPI_PROCESSOR=y
225 CONFIG_ACPI_THERMAL=y
226 # CONFIG_ACPI_ASUS is not set
227 # CONFIG_ACPI_TOSHIBA is not set
228 CONFIG_ACPI_BLACKLIST_YEAR=0
229 # CONFIG_ACPI_DEBUG is not set
230 CONFIG_ACPI_EC=y
231 CONFIG_ACPI_POWER=y
232 CONFIG_ACPI_SYSTEM=y
233 CONFIG_X86_PM_TIMER=y
234 # CONFIG_ACPI_CONTAINER is not set
235 # CONFIG_ACPI_SBS is not set
236
237 #
238 # CPU Frequency scaling
239 #
240 CONFIG_CPU_FREQ=y
241 CONFIG_CPU_FREQ_TABLE=y
242 # CONFIG_CPU_FREQ_DEBUG is not set
243 CONFIG_CPU_FREQ_STAT=y
244 # CONFIG_CPU_FREQ_STAT_DETAILS is not set
245 CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
246 # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
247 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
248 # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
249 CONFIG_CPU_FREQ_GOV_USERSPACE=y
250 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
251 # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
252
253 #
254 # CPUFreq processor drivers
255 #
256 # CONFIG_X86_POWERNOW_K8 is not set
257 # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
258 CONFIG_X86_ACPI_CPUFREQ=y
259
260 #
261 # shared options
262 #
263 # CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
264 # CONFIG_X86_SPEEDSTEP_LIB is not set
265
266 #
267 # Bus options (PCI etc.)
268 #
269 CONFIG_PCI=y
270 CONFIG_PCI_DIRECT=y
271 CONFIG_PCI_MMCONFIG=y
272 # CONFIG_PCIEPORTBUS is not set
273 CONFIG_ARCH_SUPPORTS_MSI=y
274 CONFIG_PCI_MSI=y
275 # CONFIG_PCI_DEBUG is not set
276 CONFIG_HT_IRQ=y
277
278 #
279 # PCCARD (PCMCIA/CardBus) support
280 #
281 # CONFIG_PCCARD is not set
282 # CONFIG_HOTPLUG_PCI is not set
283
284 #
285 # Executable file formats / Emulations
286 #
287 CONFIG_BINFMT_ELF=y
288 CONFIG_BINFMT_MISC=y
289 CONFIG_IA32_EMULATION=y
290 CONFIG_IA32_AOUT=y
291 CONFIG_COMPAT=y
292 CONFIG_SYSVIPC_COMPAT=y
293
294 #
295 # Networking
296 #
297 CONFIG_NET=y
298
299 #
300 # Networking options
301 #
302 CONFIG_PACKET=y
303 # CONFIG_PACKET_MMAP is not set
304 CONFIG_UNIX=y
305 CONFIG_XFRM=y
306 # CONFIG_XFRM_USER is not set
307 # CONFIG_XFRM_SUB_POLICY is not set
308 # CONFIG_XFRM_MIGRATE is not set
309 # CONFIG_NET_KEY is not set
310 CONFIG_INET=y
311 CONFIG_IP_MULTICAST=y
312 # CONFIG_IP_ADVANCED_ROUTER is not set
313 CONFIG_IP_FIB_HASH=y
314 CONFIG_IP_PNP=y
315 CONFIG_IP_PNP_DHCP=y
316 # CONFIG_IP_PNP_BOOTP is not set
317 # CONFIG_IP_PNP_RARP is not set
318 # CONFIG_NET_IPIP is not set
319 # CONFIG_NET_IPGRE is not set
320 # CONFIG_IP_MROUTE is not set
321 # CONFIG_ARPD is not set
322 # CONFIG_SYN_COOKIES is not set
323 # CONFIG_INET_AH is not set
324 # CONFIG_INET_ESP is not set
325 # CONFIG_INET_IPCOMP is not set
326 # CONFIG_INET_XFRM_TUNNEL is not set
327 CONFIG_INET_TUNNEL=y
328 CONFIG_INET_XFRM_MODE_TRANSPORT=y
329 CONFIG_INET_XFRM_MODE_TUNNEL=y
330 CONFIG_INET_XFRM_MODE_BEET=y
331 CONFIG_INET_DIAG=y
332 CONFIG_INET_TCP_DIAG=y
333 # CONFIG_TCP_CONG_ADVANCED is not set
334 CONFIG_TCP_CONG_CUBIC=y
335 CONFIG_DEFAULT_TCP_CONG="cubic"
336 # CONFIG_TCP_MD5SIG is not set
337 CONFIG_IPV6=y
338 # CONFIG_IPV6_PRIVACY is not set
339 # CONFIG_IPV6_ROUTER_PREF is not set
340 # CONFIG_IPV6_OPTIMISTIC_DAD is not set
341 # CONFIG_INET6_AH is not set
342 # CONFIG_INET6_ESP is not set
343 # CONFIG_INET6_IPCOMP is not set
344 # CONFIG_IPV6_MIP6 is not set
345 # CONFIG_INET6_XFRM_TUNNEL is not set
346 # CONFIG_INET6_TUNNEL is not set
347 CONFIG_INET6_XFRM_MODE_TRANSPORT=y
348 CONFIG_INET6_XFRM_MODE_TUNNEL=y
349 CONFIG_INET6_XFRM_MODE_BEET=y
350 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
351 CONFIG_IPV6_SIT=y
352 # CONFIG_IPV6_TUNNEL is not set
353 # CONFIG_IPV6_MULTIPLE_TABLES is not set
354 # CONFIG_NETWORK_SECMARK is not set
355 # CONFIG_NETFILTER is not set
356 # CONFIG_IP_DCCP is not set
357 # CONFIG_IP_SCTP is not set
358 # CONFIG_TIPC is not set
359 # CONFIG_ATM is not set
360 # CONFIG_BRIDGE is not set
361 # CONFIG_VLAN_8021Q is not set
362 # CONFIG_DECNET is not set
363 # CONFIG_LLC2 is not set
364 # CONFIG_IPX is not set
365 # CONFIG_ATALK is not set
366 # CONFIG_X25 is not set
367 # CONFIG_LAPB is not set
368 # CONFIG_ECONET is not set
369 # CONFIG_WAN_ROUTER is not set
370
371 #
372 # QoS and/or fair queueing
373 #
374 # CONFIG_NET_SCHED is not set
375
376 #
377 # Network testing
378 #
379 # CONFIG_NET_PKTGEN is not set
380 # CONFIG_NET_TCPPROBE is not set
381 # CONFIG_HAMRADIO is not set
382 # CONFIG_IRDA is not set
383 # CONFIG_BT is not set
384 # CONFIG_AF_RXRPC is not set
385
386 #
387 # Wireless
388 #
389 CONFIG_CFG80211=y
390 CONFIG_WIRELESS_EXT=y
391 # CONFIG_MAC80211 is not set
392 # CONFIG_IEEE80211 is not set
393 # CONFIG_RFKILL is not set
394
395 #
396 # Device Drivers
397 #
398
399 #
400 # Generic Driver Options
401 #
402 CONFIG_STANDALONE=y
403 CONFIG_PREVENT_FIRMWARE_BUILD=y
404 CONFIG_FW_LOADER=y
405 # CONFIG_DEBUG_DRIVER is not set
406 # CONFIG_DEBUG_DEVRES is not set
407 # CONFIG_SYS_HYPERVISOR is not set
408
409 #
410 # Connector - unified userspace <-> kernelspace linker
411 #
412 # CONFIG_CONNECTOR is not set
413 # CONFIG_MTD is not set
414
415 #
416 # Parallel port support
417 #
418 # CONFIG_PARPORT is not set
419
420 #
421 # Plug and Play support
422 #
423 CONFIG_PNP=y
424 # CONFIG_PNP_DEBUG is not set
425
426 #
427 # Protocols
428 #
429 CONFIG_PNPACPI=y
430
431 #
432 # Block devices
433 #
434 CONFIG_BLK_DEV_FD=y
435 # CONFIG_BLK_CPQ_DA is not set
436 # CONFIG_BLK_CPQ_CISS_DA is not set
437 # CONFIG_BLK_DEV_DAC960 is not set
438 # CONFIG_BLK_DEV_UMEM is not set
439 # CONFIG_BLK_DEV_COW_COMMON is not set
440 CONFIG_BLK_DEV_LOOP=y
441 # CONFIG_BLK_DEV_CRYPTOLOOP is not set
442 # CONFIG_BLK_DEV_NBD is not set
443 # CONFIG_BLK_DEV_SX8 is not set
444 # CONFIG_BLK_DEV_UB is not set
445 CONFIG_BLK_DEV_RAM=y
446 CONFIG_BLK_DEV_RAM_COUNT=16
447 CONFIG_BLK_DEV_RAM_SIZE=4096
448 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
449 # CONFIG_CDROM_PKTCDVD is not set
450 # CONFIG_ATA_OVER_ETH is not set
451
452 #
453 # Misc devices
454 #
455 # CONFIG_IBM_ASM is not set
456 # CONFIG_PHANTOM is not set
457 # CONFIG_SGI_IOC4 is not set
458 # CONFIG_TIFM_CORE is not set
459 # CONFIG_ASUS_LAPTOP is not set
460 # CONFIG_MSI_LAPTOP is not set
461 # CONFIG_SONY_LAPTOP is not set
462 # CONFIG_THINKPAD_ACPI is not set
463 CONFIG_IDE=y
464 CONFIG_BLK_DEV_IDE=y
465
466 #
467 # Please see Documentation/ide.txt for help/info on IDE drives
468 #
469 # CONFIG_BLK_DEV_IDE_SATA is not set
470 # CONFIG_BLK_DEV_HD_IDE is not set
471 CONFIG_BLK_DEV_IDEDISK=y
472 CONFIG_IDEDISK_MULTI_MODE=y
473 CONFIG_BLK_DEV_IDECD=y
474 # CONFIG_BLK_DEV_IDETAPE is not set
475 # CONFIG_BLK_DEV_IDEFLOPPY is not set
476 # CONFIG_BLK_DEV_IDESCSI is not set
477 CONFIG_BLK_DEV_IDEACPI=y
478 # CONFIG_IDE_TASK_IOCTL is not set
479 CONFIG_IDE_PROC_FS=y
480
481 #
482 # IDE chipset support/bugfixes
483 #
484 CONFIG_IDE_GENERIC=y
485 # CONFIG_BLK_DEV_CMD640 is not set
486 CONFIG_BLK_DEV_IDEPNP=y
487 CONFIG_BLK_DEV_IDEPCI=y
488 # CONFIG_IDEPCI_SHARE_IRQ is not set
489 CONFIG_IDEPCI_PCIBUS_ORDER=y
490 # CONFIG_BLK_DEV_OFFBOARD is not set
491 CONFIG_BLK_DEV_GENERIC=y
492 # CONFIG_BLK_DEV_OPTI621 is not set
493 # CONFIG_BLK_DEV_RZ1000 is not set
494 CONFIG_BLK_DEV_IDEDMA_PCI=y
495 # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
496 # CONFIG_IDEDMA_ONLYDISK is not set
497 # CONFIG_BLK_DEV_AEC62XX is not set
498 # CONFIG_BLK_DEV_ALI15X3 is not set
499 # CONFIG_BLK_DEV_AMD74XX is not set
500 # CONFIG_BLK_DEV_ATIIXP is not set
501 # CONFIG_BLK_DEV_CMD64X is not set
502 # CONFIG_BLK_DEV_TRIFLEX is not set
503 # CONFIG_BLK_DEV_CY82C693 is not set
504 # CONFIG_BLK_DEV_CS5520 is not set
505 # CONFIG_BLK_DEV_CS5530 is not set
506 # CONFIG_BLK_DEV_HPT34X is not set
507 # CONFIG_BLK_DEV_HPT366 is not set
508 # CONFIG_BLK_DEV_JMICRON is not set
509 # CONFIG_BLK_DEV_SC1200 is not set
510 # CONFIG_BLK_DEV_PIIX is not set
511 # CONFIG_BLK_DEV_IT8213 is not set
512 # CONFIG_BLK_DEV_IT821X is not set
513 # CONFIG_BLK_DEV_NS87415 is not set
514 # CONFIG_BLK_DEV_PDC202XX_OLD is not set
515 # CONFIG_BLK_DEV_PDC202XX_NEW is not set
516 # CONFIG_BLK_DEV_SVWKS is not set
517 # CONFIG_BLK_DEV_SIIMAGE is not set
518 # CONFIG_BLK_DEV_SIS5513 is not set
519 # CONFIG_BLK_DEV_SLC90E66 is not set
520 # CONFIG_BLK_DEV_TRM290 is not set
521 # CONFIG_BLK_DEV_VIA82CXXX is not set
522 # CONFIG_BLK_DEV_TC86C001 is not set
523 # CONFIG_IDE_ARM is not set
524 CONFIG_BLK_DEV_IDEDMA=y
525 # CONFIG_IDEDMA_IVB is not set
526 # CONFIG_BLK_DEV_HD is not set
527
528 #
529 # SCSI device support
530 #
531 # CONFIG_RAID_ATTRS is not set
532 CONFIG_SCSI=y
533 # CONFIG_SCSI_TGT is not set
534 # CONFIG_SCSI_NETLINK is not set
535 # CONFIG_SCSI_PROC_FS is not set
536
537 #
538 # SCSI support type (disk, tape, CD-ROM)
539 #
540 CONFIG_BLK_DEV_SD=y
541 # CONFIG_CHR_DEV_ST is not set
542 # CONFIG_CHR_DEV_OSST is not set
543 # CONFIG_BLK_DEV_SR is not set
544 # CONFIG_CHR_DEV_SG is not set
545 # CONFIG_CHR_DEV_SCH is not set
546
547 #
548 # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
549 #
550 # CONFIG_SCSI_MULTI_LUN is not set
551 # CONFIG_SCSI_CONSTANTS is not set
552 # CONFIG_SCSI_LOGGING is not set
553 # CONFIG_SCSI_SCAN_ASYNC is not set
554 CONFIG_SCSI_WAIT_SCAN=m
555
556 #
557 # SCSI Transports
558 #
559 CONFIG_SCSI_SPI_ATTRS=y
560 # CONFIG_SCSI_FC_ATTRS is not set
561 # CONFIG_SCSI_ISCSI_ATTRS is not set
562 # CONFIG_SCSI_SAS_ATTRS is not set
563 # CONFIG_SCSI_SAS_LIBSAS is not set
564
565 #
566 # SCSI low-level drivers
567 #
568 # CONFIG_ISCSI_TCP is not set
569 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
570 # CONFIG_SCSI_3W_9XXX is not set
571 # CONFIG_SCSI_ACARD is not set
572 # CONFIG_SCSI_AACRAID is not set
573 # CONFIG_SCSI_AIC7XXX is not set
574 # CONFIG_SCSI_AIC7XXX_OLD is not set
575 # CONFIG_SCSI_AIC79XX is not set
576 # CONFIG_SCSI_AIC94XX is not set
577 # CONFIG_SCSI_ARCMSR is not set
578 # CONFIG_MEGARAID_NEWGEN is not set
579 # CONFIG_MEGARAID_LEGACY is not set
580 # CONFIG_MEGARAID_SAS is not set
581 # CONFIG_SCSI_HPTIOP is not set
582 # CONFIG_SCSI_BUSLOGIC is not set
583 # CONFIG_SCSI_DMX3191D is not set
584 # CONFIG_SCSI_EATA is not set
585 # CONFIG_SCSI_FUTURE_DOMAIN is not set
586 # CONFIG_SCSI_GDTH is not set
587 # CONFIG_SCSI_IPS is not set
588 # CONFIG_SCSI_INITIO is not set
589 # CONFIG_SCSI_INIA100 is not set
590 # CONFIG_SCSI_STEX is not set
591 # CONFIG_SCSI_SYM53C8XX_2 is not set
592 # CONFIG_SCSI_IPR is not set
593 # CONFIG_SCSI_QLOGIC_1280 is not set
594 # CONFIG_SCSI_QLA_FC is not set
595 # CONFIG_SCSI_QLA_ISCSI is not set
596 # CONFIG_SCSI_LPFC is not set
597 # CONFIG_SCSI_DC395x is not set
598 # CONFIG_SCSI_DC390T is not set
599 # CONFIG_SCSI_DEBUG is not set
600 # CONFIG_SCSI_SRP is not set
601 CONFIG_ATA=y
602 # CONFIG_ATA_NONSTANDARD is not set
603 CONFIG_ATA_ACPI=y
604 CONFIG_SATA_AHCI=y
605 # CONFIG_SATA_SVW is not set
606 CONFIG_ATA_PIIX=y
607 # CONFIG_SATA_MV is not set
608 # CONFIG_SATA_NV is not set
609 # CONFIG_PDC_ADMA is not set
610 # CONFIG_SATA_QSTOR is not set
611 # CONFIG_SATA_PROMISE is not set
612 # CONFIG_SATA_SX4 is not set
613 # CONFIG_SATA_SIL is not set
614 # CONFIG_SATA_SIL24 is not set
615 # CONFIG_SATA_SIS is not set
616 # CONFIG_SATA_ULI is not set
617 # CONFIG_SATA_VIA is not set
618 # CONFIG_SATA_VITESSE is not set
619 # CONFIG_SATA_INIC162X is not set
620 # CONFIG_PATA_ALI is not set
621 # CONFIG_PATA_AMD is not set
622 # CONFIG_PATA_ARTOP is not set
623 # CONFIG_PATA_ATIIXP is not set
624 # CONFIG_PATA_CMD640_PCI is not set
625 # CONFIG_PATA_CMD64X is not set
626 # CONFIG_PATA_CS5520 is not set
627 # CONFIG_PATA_CS5530 is not set
628 # CONFIG_PATA_CYPRESS is not set
629 # CONFIG_PATA_EFAR is not set
630 # CONFIG_ATA_GENERIC is not set
631 # CONFIG_PATA_HPT366 is not set
632 # CONFIG_PATA_HPT37X is not set
633 # CONFIG_PATA_HPT3X2N is not set
634 # CONFIG_PATA_HPT3X3 is not set
635 # CONFIG_PATA_IT821X is not set
636 # CONFIG_PATA_IT8213 is not set
637 # CONFIG_PATA_JMICRON is not set
638 # CONFIG_PATA_TRIFLEX is not set
639 # CONFIG_PATA_MARVELL is not set
640 # CONFIG_PATA_MPIIX is not set
641 # CONFIG_PATA_OLDPIIX is not set
642 # CONFIG_PATA_NETCELL is not set
643 # CONFIG_PATA_NS87410 is not set
644 # CONFIG_PATA_OPTI is not set
645 # CONFIG_PATA_OPTIDMA is not set
646 # CONFIG_PATA_PDC_OLD is not set
647 # CONFIG_PATA_RADISYS is not set
648 # CONFIG_PATA_RZ1000 is not set
649 # CONFIG_PATA_SC1200 is not set
650 # CONFIG_PATA_SERVERWORKS is not set
651 # CONFIG_PATA_PDC2027X is not set
652 # CONFIG_PATA_SIL680 is not set
653 # CONFIG_PATA_SIS is not set
654 # CONFIG_PATA_VIA is not set
655 # CONFIG_PATA_WINBOND is not set
656
657 #
658 # Multi-device support (RAID and LVM)
659 #
660 # CONFIG_MD is not set
661
662 #
663 # Fusion MPT device support
664 #
665 CONFIG_FUSION=y
666 CONFIG_FUSION_SPI=y
667 # CONFIG_FUSION_FC is not set
668 # CONFIG_FUSION_SAS is not set
669 CONFIG_FUSION_MAX_SGE=128
670 # CONFIG_FUSION_CTL is not set
671
672 #
673 # IEEE 1394 (FireWire) support
674 #
675 # CONFIG_FIREWIRE is not set
676 CONFIG_IEEE1394=y
677
678 #
679 # Subsystem Options
680 #
681 # CONFIG_IEEE1394_VERBOSEDEBUG is not set
682
683 #
684 # Controllers
685 #
686
687 #
688 # Texas Instruments PCILynx requires I2C
689 #
690 CONFIG_IEEE1394_OHCI1394=y
691
692 #
693 # Protocols
694 #
695 # CONFIG_IEEE1394_VIDEO1394 is not set
696 # CONFIG_IEEE1394_SBP2 is not set
697 # CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set
698 # CONFIG_IEEE1394_ETH1394 is not set
699 # CONFIG_IEEE1394_DV1394 is not set
700 CONFIG_IEEE1394_RAWIO=y
701
702 #
703 # I2O device support
704 #
705 # CONFIG_I2O is not set
706 # CONFIG_MACINTOSH_DRIVERS is not set
707
708 #
709 # Network device support
710 #
711 CONFIG_NETDEVICES=y
712 # CONFIG_DUMMY is not set
713 # CONFIG_BONDING is not set
714 # CONFIG_EQUALIZER is not set
715 CONFIG_TUN=y
716 # CONFIG_NET_SB1000 is not set
717 # CONFIG_ARCNET is not set
718
719 #
720 # Ethernet (10 or 100Mbit)
721 #
722 # CONFIG_NET_ETHERNET is not set
723 CONFIG_NETDEV_1000=y
724 # CONFIG_ACENIC is not set
725 # CONFIG_DL2K is not set
726 # CONFIG_E1000 is not set
727 # CONFIG_NS83820 is not set
728 # CONFIG_HAMACHI is not set
729 # CONFIG_YELLOWFIN is not set
730 # CONFIG_R8169 is not set
731 # CONFIG_SIS190 is not set
732 # CONFIG_SKGE is not set
733 # CONFIG_SKY2 is not set
734 # CONFIG_SK98LIN is not set
735 # CONFIG_VIA_VELOCITY is not set
736 CONFIG_TIGON3=y
737 # CONFIG_BNX2 is not set
738 # CONFIG_QLA3XXX is not set
739 # CONFIG_ATL1 is not set
740 # CONFIG_NETDEV_10000 is not set
741 # CONFIG_TR is not set
742
743 #
744 # Wireless LAN
745 #
746 # CONFIG_WLAN_PRE80211 is not set
747 # CONFIG_WLAN_80211 is not set
748
749 #
750 # USB Network Adapters
751 #
752 # CONFIG_USB_CATC is not set
753 # CONFIG_USB_KAWETH is not set
754 # CONFIG_USB_PEGASUS is not set
755 # CONFIG_USB_RTL8150 is not set
756 # CONFIG_USB_USBNET_MII is not set
757 # CONFIG_USB_USBNET is not set
758 # CONFIG_WAN is not set
759 # CONFIG_FDDI is not set
760 # CONFIG_HIPPI is not set
761 # CONFIG_PPP is not set
762 # CONFIG_SLIP is not set
763 # CONFIG_NET_FC is not set
764 # CONFIG_SHAPER is not set
765 # CONFIG_NETCONSOLE is not set
766 # CONFIG_NETPOLL is not set
767 # CONFIG_NET_POLL_CONTROLLER is not set
768
769 #
770 # ISDN subsystem
771 #
772 # CONFIG_ISDN is not set
773
774 #
775 # Telephony Support
776 #
777 # CONFIG_PHONE is not set
778
779 #
780 # Input device support
781 #
782 CONFIG_INPUT=y
783 # CONFIG_INPUT_FF_MEMLESS is not set
784 # CONFIG_INPUT_POLLDEV is not set
785
786 #
787 # Userland interfaces
788 #
789 CONFIG_INPUT_MOUSEDEV=y
790 CONFIG_INPUT_MOUSEDEV_PSAUX=y
791 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
792 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
793 # CONFIG_INPUT_JOYDEV is not set
794 # CONFIG_INPUT_TSDEV is not set
795 CONFIG_INPUT_EVDEV=y
796 # CONFIG_INPUT_EVBUG is not set
797
798 #
799 # Input Device Drivers
800 #
801 CONFIG_INPUT_KEYBOARD=y
802 CONFIG_KEYBOARD_ATKBD=y
803 # CONFIG_KEYBOARD_SUNKBD is not set
804 # CONFIG_KEYBOARD_LKKBD is not set
805 # CONFIG_KEYBOARD_XTKBD is not set
806 # CONFIG_KEYBOARD_NEWTON is not set
807 # CONFIG_KEYBOARD_STOWAWAY is not set
808 CONFIG_INPUT_MOUSE=y
809 CONFIG_MOUSE_PS2=y
810 CONFIG_MOUSE_PS2_ALPS=y
811 CONFIG_MOUSE_PS2_LOGIPS2PP=y
812 CONFIG_MOUSE_PS2_SYNAPTICS=y
813 CONFIG_MOUSE_PS2_LIFEBOOK=y
814 CONFIG_MOUSE_PS2_TRACKPOINT=y
815 # CONFIG_MOUSE_PS2_TOUCHKIT is not set
816 # CONFIG_MOUSE_SERIAL is not set
817 # CONFIG_MOUSE_APPLETOUCH is not set
818 # CONFIG_MOUSE_VSXXXAA is not set
819 # CONFIG_INPUT_JOYSTICK is not set
820 # CONFIG_INPUT_TABLET is not set
821 # CONFIG_INPUT_TOUCHSCREEN is not set
822 # CONFIG_INPUT_MISC is not set
823
824 #
825 # Hardware I/O ports
826 #
827 CONFIG_SERIO=y
828 CONFIG_SERIO_I8042=y
829 # CONFIG_SERIO_SERPORT is not set
830 # CONFIG_SERIO_CT82C710 is not set
831 # CONFIG_SERIO_PCIPS2 is not set
832 CONFIG_SERIO_LIBPS2=y
833 # CONFIG_SERIO_RAW is not set
834 # CONFIG_GAMEPORT is not set
835
836 #
837 # Character devices
838 #
839 CONFIG_VT=y
840 CONFIG_VT_CONSOLE=y
841 CONFIG_HW_CONSOLE=y
842 # CONFIG_VT_HW_CONSOLE_BINDING is not set
843 # CONFIG_SERIAL_NONSTANDARD is not set
844
845 #
846 # Serial drivers
847 #
848 CONFIG_SERIAL_8250=y
849 CONFIG_SERIAL_8250_CONSOLE=y
850 CONFIG_SERIAL_8250_PCI=y
851 CONFIG_SERIAL_8250_PNP=y
852 CONFIG_SERIAL_8250_NR_UARTS=4
853 CONFIG_SERIAL_8250_RUNTIME_UARTS=4
854 # CONFIG_SERIAL_8250_EXTENDED is not set
855
856 #
857 # Non-8250 serial port support
858 #
859 CONFIG_SERIAL_CORE=y
860 CONFIG_SERIAL_CORE_CONSOLE=y
861 # CONFIG_SERIAL_JSM is not set
862 CONFIG_UNIX98_PTYS=y
863 CONFIG_LEGACY_PTYS=y
864 CONFIG_LEGACY_PTY_COUNT=256
865
866 #
867 # IPMI
868 #
869 # CONFIG_IPMI_HANDLER is not set
870 # CONFIG_WATCHDOG is not set
871 CONFIG_HW_RANDOM=y
872 CONFIG_HW_RANDOM_INTEL=y
873 # CONFIG_HW_RANDOM_AMD is not set
874 # CONFIG_HW_RANDOM_GEODE is not set
875 # CONFIG_NVRAM is not set
876 CONFIG_RTC=y
877 # CONFIG_R3964 is not set
878 # CONFIG_APPLICOM is not set
879 CONFIG_AGP=y
880 CONFIG_AGP_AMD64=y
881 CONFIG_AGP_INTEL=y
882 # CONFIG_AGP_SIS is not set
883 # CONFIG_AGP_VIA is not set
884 # CONFIG_DRM is not set
885 # CONFIG_MWAVE is not set
886 # CONFIG_PC8736x_GPIO is not set
887 CONFIG_RAW_DRIVER=y
888 CONFIG_MAX_RAW_DEVS=256
889 CONFIG_HPET=y
890 # CONFIG_HPET_RTC_IRQ is not set
891 CONFIG_HPET_MMAP=y
892 CONFIG_HANGCHECK_TIMER=y
893
894 #
895 # TPM devices
896 #
897 # CONFIG_TCG_TPM is not set
898 # CONFIG_TELCLOCK is not set
899 CONFIG_DEVPORT=y
900 # CONFIG_I2C is not set
901
902 #
903 # SPI support
904 #
905 # CONFIG_SPI is not set
906 # CONFIG_SPI_MASTER is not set
907
908 #
909 # Dallas's 1-wire bus
910 #
911 # CONFIG_W1 is not set
912 # CONFIG_HWMON is not set
913
914 #
915 # Multifunction device drivers
916 #
917 # CONFIG_MFD_SM501 is not set
918
919 #
920 # Multimedia devices
921 #
922 # CONFIG_VIDEO_DEV is not set
923 # CONFIG_DVB_CORE is not set
924 CONFIG_DAB=y
925 # CONFIG_USB_DABUSB is not set
926
927 #
928 # Graphics support
929 #
930 CONFIG_BACKLIGHT_LCD_SUPPORT=y
931 CONFIG_BACKLIGHT_CLASS_DEVICE=y
932 CONFIG_LCD_CLASS_DEVICE=y
933 # CONFIG_BACKLIGHT_PROGEAR is not set
934
935 #
936 # Display device support
937 #
938 CONFIG_DISPLAY_SUPPORT=y
939
940 #
941 # Display hardware drivers
942 #
943 # CONFIG_VGASTATE is not set
944 # CONFIG_FB is not set
945
946 #
947 # Console display driver support
948 #
949 CONFIG_VGA_CONSOLE=y
950 CONFIG_VGACON_SOFT_SCROLLBACK=y
951 CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=128
952 # CONFIG_VIDEO_SELECT is not set
953 CONFIG_DUMMY_CONSOLE=y
954
955 #
956 # Sound
957 #
958 CONFIG_SOUND=y
959
960 #
961 # Advanced Linux Sound Architecture
962 #
963 # CONFIG_SND is not set
964
965 #
966 # Open Sound System
967 #
968 # CONFIG_SOUND_PRIME is not set
969
970 #
971 # HID Devices
972 #
973 CONFIG_HID=y
974 # CONFIG_HID_DEBUG is not set
975
976 #
977 # USB Input Devices
978 #
979 CONFIG_USB_HID=y
980 # CONFIG_USB_HIDINPUT_POWERBOOK is not set
981 # CONFIG_HID_FF is not set
982 # CONFIG_USB_HIDDEV is not set
983
984 #
985 # USB support
986 #
987 CONFIG_USB_ARCH_HAS_HCD=y
988 CONFIG_USB_ARCH_HAS_OHCI=y
989 CONFIG_USB_ARCH_HAS_EHCI=y
990 CONFIG_USB=y
991 # CONFIG_USB_DEBUG is not set
992
993 #
994 # Miscellaneous USB options
995 #
996 CONFIG_USB_DEVICEFS=y
997 # CONFIG_USB_DEVICE_CLASS is not set
998 # CONFIG_USB_DYNAMIC_MINORS is not set
999 # CONFIG_USB_SUSPEND is not set
1000 # CONFIG_USB_OTG is not set
1001
1002 #
1003 # USB Host Controller Drivers
1004 #
1005 CONFIG_USB_EHCI_HCD=y
1006 # CONFIG_USB_EHCI_SPLIT_ISO is not set
1007 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
1008 # CONFIG_USB_EHCI_TT_NEWSCHED is not set
1009 # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set
1010 # CONFIG_USB_ISP116X_HCD is not set
1011 CONFIG_USB_OHCI_HCD=y
1012 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
1013 # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
1014 CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1015 CONFIG_USB_UHCI_HCD=y
1016 # CONFIG_USB_SL811_HCD is not set
1017
1018 #
1019 # USB Device Class drivers
1020 #
1021 # CONFIG_USB_ACM is not set
1022 CONFIG_USB_PRINTER=y
1023
1024 #
1025 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
1026 #
1027
1028 #
1029 # may also be needed; see USB_STORAGE Help for more information
1030 #
1031 CONFIG_USB_STORAGE=y
1032 # CONFIG_USB_STORAGE_DEBUG is not set
1033 # CONFIG_USB_STORAGE_DATAFAB is not set
1034 # CONFIG_USB_STORAGE_FREECOM is not set
1035 # CONFIG_USB_STORAGE_ISD200 is not set
1036 # CONFIG_USB_STORAGE_DPCM is not set
1037 # CONFIG_USB_STORAGE_USBAT is not set
1038 # CONFIG_USB_STORAGE_SDDR09 is not set
1039 # CONFIG_USB_STORAGE_SDDR55 is not set
1040 # CONFIG_USB_STORAGE_JUMPSHOT is not set
1041 # CONFIG_USB_STORAGE_ALAUDA is not set
1042 # CONFIG_USB_STORAGE_KARMA is not set
1043 # CONFIG_USB_LIBUSUAL is not set
1044
1045 #
1046 # USB Imaging devices
1047 #
1048 # CONFIG_USB_MDC800 is not set
1049 # CONFIG_USB_MICROTEK is not set
1050 CONFIG_USB_MON=y
1051
1052 #
1053 # USB port drivers
1054 #
1055
1056 #
1057 # USB Serial Converter support
1058 #
1059 # CONFIG_USB_SERIAL is not set
1060
1061 #
1062 # USB Miscellaneous drivers
1063 #
1064 # CONFIG_USB_EMI62 is not set
1065 # CONFIG_USB_EMI26 is not set
1066 # CONFIG_USB_ADUTUX is not set
1067 # CONFIG_USB_AUERSWALD is not set
1068 # CONFIG_USB_RIO500 is not set
1069 # CONFIG_USB_LEGOTOWER is not set
1070 # CONFIG_USB_LCD is not set
1071 # CONFIG_USB_BERRY_CHARGE is not set
1072 # CONFIG_USB_LED is not set
1073 # CONFIG_USB_CYPRESS_CY7C63 is not set
1074 # CONFIG_USB_CYTHERM is not set
1075 # CONFIG_USB_PHIDGET is not set
1076 # CONFIG_USB_IDMOUSE is not set
1077 # CONFIG_USB_FTDI_ELAN is not set
1078 # CONFIG_USB_APPLEDISPLAY is not set
1079 # CONFIG_USB_SISUSBVGA is not set
1080 # CONFIG_USB_LD is not set
1081 # CONFIG_USB_TRANCEVIBRATOR is not set
1082 # CONFIG_USB_IOWARRIOR is not set
1083 # CONFIG_USB_TEST is not set
1084
1085 #
1086 # USB DSL modem support
1087 #
1088
1089 #
1090 # USB Gadget Support
1091 #
1092 # CONFIG_USB_GADGET is not set
1093 # CONFIG_MMC is not set
1094
1095 #
1096 # LED devices
1097 #
1098 CONFIG_NEW_LEDS=y
1099 CONFIG_LEDS_CLASS=y
1100
1101 #
1102 # LED drivers
1103 #
1104
1105 #
1106 # LED Triggers
1107 #
1108 CONFIG_LEDS_TRIGGERS=y
1109 CONFIG_LEDS_TRIGGER_TIMER=y
1110 CONFIG_LEDS_TRIGGER_IDE_DISK=y
1111 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
1112
1113 #
1114 # InfiniBand support
1115 #
1116 # CONFIG_INFINIBAND is not set
1117
1118 #
1119 # EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
1120 #
1121 # CONFIG_EDAC is not set
1122
1123 #
1124 # Real Time Clock
1125 #
1126 # CONFIG_RTC_CLASS is not set
1127
1128 #
1129 # DMA Engine support
1130 #
1131 # CONFIG_DMA_ENGINE is not set
1132
1133 #
1134 # DMA Clients
1135 #
1136
1137 #
1138 # DMA Devices
1139 #
1140
1141 #
1142 # Virtualization
1143 #
1144 # CONFIG_KVM is not set
1145
1146 #
1147 # Firmware Drivers
1148 #
1149 # CONFIG_EDD is not set
1150 # CONFIG_DELL_RBU is not set
1151 # CONFIG_DCDBAS is not set
1152
1153 #
1154 # File systems
1155 #
1156 CONFIG_EXT2_FS=y
1157 CONFIG_EXT2_FS_XATTR=y
1158 CONFIG_EXT2_FS_POSIX_ACL=y
1159 # CONFIG_EXT2_FS_SECURITY is not set
1160 # CONFIG_EXT2_FS_XIP is not set
1161 CONFIG_EXT3_FS=y
1162 CONFIG_EXT3_FS_XATTR=y
1163 CONFIG_EXT3_FS_POSIX_ACL=y
1164 # CONFIG_EXT3_FS_SECURITY is not set
1165 # CONFIG_EXT4DEV_FS is not set
1166 CONFIG_JBD=y
1167 # CONFIG_JBD_DEBUG is not set
1168 CONFIG_FS_MBCACHE=y
1169 # CONFIG_REISERFS_FS is not set
1170 # CONFIG_JFS_FS is not set
1171 CONFIG_FS_POSIX_ACL=y
1172 # CONFIG_XFS_FS is not set
1173 # CONFIG_GFS2_FS is not set
1174 # CONFIG_OCFS2_FS is not set
1175 # CONFIG_MINIX_FS is not set
1176 # CONFIG_ROMFS_FS is not set
1177 CONFIG_INOTIFY=y
1178 CONFIG_INOTIFY_USER=y
1179 # CONFIG_QUOTA is not set
1180 CONFIG_DNOTIFY=y
1181 # CONFIG_AUTOFS_FS is not set
1182 CONFIG_AUTOFS4_FS=y
1183 # CONFIG_FUSE_FS is not set
1184
1185 #
1186 # CD-ROM/DVD Filesystems
1187 #
1188 CONFIG_ISO9660_FS=y
1189 # CONFIG_JOLIET is not set
1190 # CONFIG_ZISOFS is not set
1191 # CONFIG_UDF_FS is not set
1192
1193 #
1194 # DOS/FAT/NT Filesystems
1195 #
1196 CONFIG_FAT_FS=y
1197 CONFIG_MSDOS_FS=y
1198 CONFIG_VFAT_FS=y
1199 CONFIG_FAT_DEFAULT_CODEPAGE=437
1200 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1201 # CONFIG_NTFS_FS is not set
1202
1203 #
1204 # Pseudo filesystems
1205 #
1206 CONFIG_PROC_FS=y
1207 CONFIG_PROC_KCORE=y
1208 CONFIG_PROC_SYSCTL=y
1209 CONFIG_SYSFS=y
1210 CONFIG_TMPFS=y
1211 # CONFIG_TMPFS_POSIX_ACL is not set
1212 CONFIG_HUGETLBFS=y
1213 CONFIG_HUGETLB_PAGE=y
1214 CONFIG_RAMFS=y
1215 # CONFIG_CONFIGFS_FS is not set
1216
1217 #
1218 # Miscellaneous filesystems
1219 #
1220 # CONFIG_ADFS_FS is not set
1221 # CONFIG_AFFS_FS is not set
1222 # CONFIG_HFS_FS is not set
1223 # CONFIG_HFSPLUS_FS is not set
1224 # CONFIG_BEFS_FS is not set
1225 # CONFIG_BFS_FS is not set
1226 # CONFIG_EFS_FS is not set
1227 # CONFIG_CRAMFS is not set
1228 # CONFIG_SQUASHFS is not set
1229 # CONFIG_VXFS_FS is not set
1230 # CONFIG_HPFS_FS is not set
1231 # CONFIG_QNX4FS_FS is not set
1232 # CONFIG_SYSV_FS is not set
1233 # CONFIG_UFS_FS is not set
1234
1235 #
1236 # Network File Systems
1237 #
1238 CONFIG_NFS_FS=y
1239 CONFIG_NFS_V3=y
1240 # CONFIG_NFS_V3_ACL is not set
1241 # CONFIG_NFS_V4 is not set
1242 # CONFIG_NFS_DIRECTIO is not set
1243 CONFIG_NFSD=y
1244 CONFIG_NFSD_V3=y
1245 # CONFIG_NFSD_V3_ACL is not set
1246 # CONFIG_NFSD_V4 is not set
1247 CONFIG_NFSD_TCP=y
1248 CONFIG_ROOT_NFS=y
1249 CONFIG_LOCKD=y
1250 CONFIG_LOCKD_V4=y
1251 CONFIG_EXPORTFS=y
1252 CONFIG_NFS_COMMON=y
1253 CONFIG_SUNRPC=y
1254 # CONFIG_SUNRPC_BIND34 is not set
1255 # CONFIG_RPCSEC_GSS_KRB5 is not set
1256 # CONFIG_RPCSEC_GSS_SPKM3 is not set
1257 # CONFIG_SMB_FS is not set
1258 # CONFIG_CIFS is not set
1259 # CONFIG_NCP_FS is not set
1260 # CONFIG_CODA_FS is not set
1261 # CONFIG_AFS_FS is not set
1262 # CONFIG_9P_FS is not set
1263
1264 #
1265 # Partition Types
1266 #
1267 # CONFIG_PARTITION_ADVANCED is not set
1268 CONFIG_MSDOS_PARTITION=y
1269
1270 #
1271 # Native Language Support
1272 #
1273 CONFIG_NLS=y
1274 CONFIG_NLS_DEFAULT="iso8859-1"
1275 CONFIG_NLS_CODEPAGE_437=y
1276 # CONFIG_NLS_CODEPAGE_737 is not set
1277 # CONFIG_NLS_CODEPAGE_775 is not set
1278 # CONFIG_NLS_CODEPAGE_850 is not set
1279 # CONFIG_NLS_CODEPAGE_852 is not set
1280 # CONFIG_NLS_CODEPAGE_855 is not set
1281 # CONFIG_NLS_CODEPAGE_857 is not set
1282 # CONFIG_NLS_CODEPAGE_860 is not set
1283 # CONFIG_NLS_CODEPAGE_861 is not set
1284 # CONFIG_NLS_CODEPAGE_862 is not set
1285 # CONFIG_NLS_CODEPAGE_863 is not set
1286 # CONFIG_NLS_CODEPAGE_864 is not set
1287 # CONFIG_NLS_CODEPAGE_865 is not set
1288 # CONFIG_NLS_CODEPAGE_866 is not set
1289 # CONFIG_NLS_CODEPAGE_869 is not set
1290 # CONFIG_NLS_CODEPAGE_936 is not set
1291 # CONFIG_NLS_CODEPAGE_950 is not set
1292 # CONFIG_NLS_CODEPAGE_932 is not set
1293 # CONFIG_NLS_CODEPAGE_949 is not set
1294 # CONFIG_NLS_CODEPAGE_874 is not set
1295 # CONFIG_NLS_ISO8859_8 is not set
1296 # CONFIG_NLS_CODEPAGE_1250 is not set
1297 # CONFIG_NLS_CODEPAGE_1251 is not set
1298 CONFIG_NLS_ASCII=y
1299 CONFIG_NLS_ISO8859_1=y
1300 # CONFIG_NLS_ISO8859_2 is not set
1301 # CONFIG_NLS_ISO8859_3 is not set
1302 # CONFIG_NLS_ISO8859_4 is not set
1303 # CONFIG_NLS_ISO8859_5 is not set
1304 # CONFIG_NLS_ISO8859_6 is not set
1305 # CONFIG_NLS_ISO8859_7 is not set
1306 # CONFIG_NLS_ISO8859_9 is not set
1307 # CONFIG_NLS_ISO8859_13 is not set
1308 # CONFIG_NLS_ISO8859_14 is not set
1309 CONFIG_NLS_ISO8859_15=y
1310 # CONFIG_NLS_KOI8_R is not set
1311 # CONFIG_NLS_KOI8_U is not set
1312 CONFIG_NLS_UTF8=y
1313
1314 #
1315 # Distributed Lock Manager
1316 #
1317 # CONFIG_DLM is not set
1318
1319 #
1320 # Instrumentation Support
1321 #
1322 CONFIG_PROFILING=y
1323 CONFIG_OPROFILE=y
1324 CONFIG_KPROBES=y
1325
1326 #
1327 # Kernel hacking
1328 #
1329 CONFIG_TRACE_IRQFLAGS_SUPPORT=y
1330 # CONFIG_PRINTK_TIME is not set
1331 CONFIG_ENABLE_MUST_CHECK=y
1332 CONFIG_MAGIC_SYSRQ=y
1333 CONFIG_UNUSED_SYMBOLS=y
1334 # CONFIG_DEBUG_FS is not set
1335 # CONFIG_HEADERS_CHECK is not set
1336 CONFIG_DEBUG_KERNEL=y
1337 # CONFIG_DEBUG_SHIRQ is not set
1338 CONFIG_DETECT_SOFTLOCKUP=y
1339 # CONFIG_SCHEDSTATS is not set
1340 # CONFIG_TIMER_STATS is not set
1341 # CONFIG_DEBUG_SLAB is not set
1342 # CONFIG_DEBUG_RT_MUTEXES is not set
1343 # CONFIG_RT_MUTEX_TESTER is not set
1344 # CONFIG_DEBUG_SPINLOCK is not set
1345 # CONFIG_DEBUG_MUTEXES is not set
1346 # CONFIG_DEBUG_LOCK_ALLOC is not set
1347 # CONFIG_PROVE_LOCKING is not set
1348 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1349 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1350 # CONFIG_DEBUG_KOBJECT is not set
1351 CONFIG_DEBUG_BUGVERBOSE=y
1352 # CONFIG_DEBUG_INFO is not set
1353 # CONFIG_DEBUG_VM is not set
1354 # CONFIG_DEBUG_LIST is not set
1355 # CONFIG_FRAME_POINTER is not set
1356 # CONFIG_FORCED_INLINING is not set
1357 # CONFIG_RCU_TORTURE_TEST is not set
1358 # CONFIG_LKDTM is not set
1359 # CONFIG_FAULT_INJECTION is not set
1360 # CONFIG_DEBUG_RODATA is not set
1361 # CONFIG_IOMMU_DEBUG is not set
1362 CONFIG_DEBUG_STACKOVERFLOW=y
1363 # CONFIG_DEBUG_STACK_USAGE is not set
1364
1365 #
1366 # Security options
1367 #
1368
1369 #
1370 # Grsecurity
1371 #
1372 # CONFIG_GRKERNSEC is not set
1373
1374 #
1375 # PaX
1376 #
1377 # CONFIG_PAX is not set
1378
1379 #
1380 # Miscellaneous hardening features
1381 #
1382 # CONFIG_PAX_MEMORY_SANITIZE is not set
1383 # CONFIG_KEYS is not set
1384 # CONFIG_SECURITY is not set
1385
1386 #
1387 # Cryptographic options
1388 #
1389 CONFIG_CRYPTO=y
1390 # CONFIG_CRYPTO_MANAGER is not set
1391 # CONFIG_CRYPTO_HMAC is not set
1392 # CONFIG_CRYPTO_XCBC is not set
1393 # CONFIG_CRYPTO_NULL is not set
1394 # CONFIG_CRYPTO_MD4 is not set
1395 # CONFIG_CRYPTO_MD5 is not set
1396 # CONFIG_CRYPTO_SHA1 is not set
1397 # CONFIG_CRYPTO_SHA256 is not set
1398 # CONFIG_CRYPTO_SHA512 is not set
1399 # CONFIG_CRYPTO_WP512 is not set
1400 # CONFIG_CRYPTO_TGR192 is not set
1401 # CONFIG_CRYPTO_GF128MUL is not set
1402 # CONFIG_CRYPTO_ECB is not set
1403 # CONFIG_CRYPTO_CBC is not set
1404 # CONFIG_CRYPTO_PCBC is not set
1405 # CONFIG_CRYPTO_LRW is not set
1406 # CONFIG_CRYPTO_CRYPTD is not set
1407 # CONFIG_CRYPTO_DES is not set
1408 # CONFIG_CRYPTO_FCRYPT is not set
1409 # CONFIG_CRYPTO_BLOWFISH is not set
1410 # CONFIG_CRYPTO_TWOFISH is not set
1411 # CONFIG_CRYPTO_TWOFISH_X86_64 is not set
1412 # CONFIG_CRYPTO_SERPENT is not set
1413 # CONFIG_CRYPTO_AES is not set
1414 # CONFIG_CRYPTO_AES_X86_64 is not set
1415 # CONFIG_CRYPTO_CAST5 is not set
1416 # CONFIG_CRYPTO_CAST6 is not set
1417 # CONFIG_CRYPTO_TEA is not set
1418 # CONFIG_CRYPTO_ARC4 is not set
1419 # CONFIG_CRYPTO_KHAZAD is not set
1420 # CONFIG_CRYPTO_ANUBIS is not set
1421 # CONFIG_CRYPTO_DEFLATE is not set
1422 # CONFIG_CRYPTO_MICHAEL_MIC is not set
1423 # CONFIG_CRYPTO_CRC32C is not set
1424 # CONFIG_CRYPTO_CAMELLIA is not set
1425 # CONFIG_CRYPTO_TEST is not set
1426
1427 #
1428 # Hardware crypto devices
1429 #
1430
1431 #
1432 # Library routines
1433 #
1434 CONFIG_BITREVERSE=y
1435 # CONFIG_CRC_CCITT is not set
1436 # CONFIG_CRC16 is not set
1437 # CONFIG_CRC_ITU_T is not set
1438 CONFIG_CRC32=y
1439 # CONFIG_LIBCRC32C is not set
1440 CONFIG_PLIST=y
1441 CONFIG_HAS_IOMEM=y
1442 CONFIG_HAS_IOPORT=y
1443 CONFIG_HAS_DMA=y
1444
1445 - Grant
1446 --
1447 gentoo-hardened@g.o mailing list