diff options
author | Tony Luck <tony.luck@intel.com> | 2010-07-13 14:42:54 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2010-07-13 14:42:54 -0400 |
commit | 8f72bad1baf19a53459661343e21d6491c3908d3 (patch) | |
tree | b9250f74d06979206a2e405c8ac7b64b858e8b4b /arch/ia64/configs/gensparse_defconfig | |
parent | 1c5474a65bf15a4cb162dfff86d6d0b5a08a740c (diff) |
[IA64] Put ia64 config files on the Uwe Kleine-König diet
arch/arm config files were slimmed down using a python script
(See commit c2330e286f68f1c408b4aa6515ba49d57f05beae comment)
Do the same for ia64 so we can have sleek & trim looking
defconfig files too.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/configs/gensparse_defconfig')
-rw-r--r-- | arch/ia64/configs/gensparse_defconfig | 1493 |
1 files changed, 156 insertions, 1337 deletions
diff --git a/arch/ia64/configs/gensparse_defconfig b/arch/ia64/configs/gensparse_defconfig index 2dc185b0f9a3..18989a084143 100644 --- a/arch/ia64/configs/gensparse_defconfig +++ b/arch/ia64/configs/gensparse_defconfig | |||
@@ -1,1267 +1,110 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.16-rc5 | ||
4 | # Thu Mar 2 16:39:10 2006 | ||
5 | # | ||
6 | |||
7 | # | ||
8 | # Code maturity level options | ||
9 | # | ||
10 | CONFIG_EXPERIMENTAL=y | ||
11 | CONFIG_LOCK_KERNEL=y | ||
12 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
13 | |||
14 | # | ||
15 | # General setup | ||
16 | # | ||
17 | CONFIG_LOCALVERSION="" | ||
18 | CONFIG_LOCALVERSION_AUTO=y | ||
19 | CONFIG_SWAP=y | ||
20 | CONFIG_SYSVIPC=y | ||
21 | CONFIG_POSIX_MQUEUE=y | ||
22 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
23 | CONFIG_SYSCTL=y | ||
24 | # CONFIG_AUDIT is not set | ||
25 | CONFIG_IKCONFIG=y | ||
26 | CONFIG_IKCONFIG_PROC=y | ||
27 | # CONFIG_CPUSETS is not set | ||
28 | CONFIG_INITRAMFS_SOURCE="" | ||
29 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
30 | # CONFIG_EMBEDDED is not set | ||
31 | CONFIG_KALLSYMS=y | ||
32 | CONFIG_KALLSYMS_ALL=y | ||
33 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
34 | CONFIG_HOTPLUG=y | ||
35 | CONFIG_PRINTK=y | ||
36 | CONFIG_BUG=y | ||
37 | CONFIG_ELF_CORE=y | ||
38 | CONFIG_BASE_FULL=y | ||
39 | CONFIG_FUTEX=y | ||
40 | CONFIG_EPOLL=y | ||
41 | CONFIG_SHMEM=y | ||
42 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
43 | CONFIG_CC_ALIGN_LABELS=0 | ||
44 | CONFIG_CC_ALIGN_LOOPS=0 | ||
45 | CONFIG_CC_ALIGN_JUMPS=0 | ||
46 | CONFIG_SLUB=y | ||
47 | # CONFIG_TINY_SHMEM is not set | ||
48 | CONFIG_BASE_SMALL=0 | ||
49 | # CONFIG_SLOB is not set | ||
50 | |||
51 | # | ||
52 | # Loadable module support | ||
53 | # | ||
54 | CONFIG_MODULES=y | ||
55 | CONFIG_MODULE_UNLOAD=y | ||
56 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
57 | CONFIG_OBSOLETE_MODPARM=y | ||
58 | CONFIG_MODVERSIONS=y | ||
59 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
60 | CONFIG_KMOD=y | ||
61 | CONFIG_STOP_MACHINE=y | ||
62 | |||
63 | # | ||
64 | # Block layer | ||
65 | # | ||
66 | |||
67 | # | ||
68 | # IO Schedulers | ||
69 | # | ||
70 | CONFIG_IOSCHED_NOOP=y | ||
71 | CONFIG_IOSCHED_AS=y | ||
72 | CONFIG_IOSCHED_DEADLINE=y | ||
73 | CONFIG_IOSCHED_CFQ=y | ||
74 | CONFIG_DEFAULT_AS=y | ||
75 | # CONFIG_DEFAULT_DEADLINE is not set | ||
76 | # CONFIG_DEFAULT_CFQ is not set | ||
77 | # CONFIG_DEFAULT_NOOP is not set | ||
78 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
79 | |||
80 | # | ||
81 | # Processor type and features | ||
82 | # | ||
83 | CONFIG_IA64=y | ||
84 | CONFIG_64BIT=y | ||
85 | CONFIG_MMU=y | ||
86 | CONFIG_SWIOTLB=y | ||
87 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
88 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
89 | CONFIG_GENERIC_TIME=y | ||
90 | CONFIG_EFI=y | ||
91 | CONFIG_GENERIC_IOMAP=y | ||
92 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
93 | CONFIG_DMA_IS_DMA32=y | ||
94 | CONFIG_IA64_GENERIC=y | ||
95 | # CONFIG_IA64_DIG is not set | ||
96 | # CONFIG_IA64_HP_ZX1 is not set | ||
97 | # CONFIG_IA64_HP_ZX1_SWIOTLB is not set | ||
98 | # CONFIG_IA64_SGI_SN2 is not set | ||
99 | # CONFIG_IA64_HP_SIM is not set | ||
100 | # CONFIG_ITANIUM is not set | ||
101 | CONFIG_MCKINLEY=y | ||
102 | # CONFIG_IA64_PAGE_SIZE_4KB is not set | ||
103 | # CONFIG_IA64_PAGE_SIZE_8KB is not set | ||
104 | CONFIG_IA64_PAGE_SIZE_16KB=y | ||
105 | # CONFIG_IA64_PAGE_SIZE_64KB is not set | ||
106 | CONFIG_PGTABLE_3=y | ||
107 | # CONFIG_PGTABLE_4 is not set | ||
108 | # CONFIG_HZ_100 is not set | ||
109 | CONFIG_HZ_250=y | ||
110 | # CONFIG_HZ_1000 is not set | ||
111 | CONFIG_HZ=250 | ||
112 | CONFIG_IA64_L1_CACHE_SHIFT=7 | ||
113 | CONFIG_IA64_CYCLONE=y | ||
114 | CONFIG_IOSAPIC=y | ||
115 | # CONFIG_IA64_SGI_SN_XP is not set | ||
116 | CONFIG_FORCE_MAX_ZONEORDER=17 | ||
117 | CONFIG_SMP=y | ||
118 | CONFIG_NR_CPUS=512 | ||
119 | CONFIG_IA64_NR_NODES=256 | ||
120 | CONFIG_HOTPLUG_CPU=y | ||
121 | # CONFIG_SCHED_SMT is not set | ||
122 | # CONFIG_PREEMPT is not set | ||
123 | CONFIG_SELECT_MEMORY_MODEL=y | ||
124 | # CONFIG_FLATMEM_MANUAL is not set | ||
125 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
126 | CONFIG_SPARSEMEM_MANUAL=y | ||
127 | CONFIG_SPARSEMEM=y | ||
128 | CONFIG_NEED_MULTIPLE_NODES=y | ||
129 | CONFIG_HAVE_MEMORY_PRESENT=y | ||
130 | # CONFIG_SPARSEMEM_STATIC is not set | ||
131 | CONFIG_SPARSEMEM_EXTREME=y | ||
132 | # CONFIG_MEMORY_HOTPLUG is not set | ||
133 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
134 | CONFIG_MIGRATION=y | ||
135 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
136 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
137 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
138 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
139 | CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y | ||
140 | CONFIG_NUMA=y | ||
141 | CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y | ||
142 | CONFIG_IA64_MCA_RECOVERY=y | ||
143 | CONFIG_PERFMON=y | ||
144 | CONFIG_IA64_PALINFO=y | ||
145 | CONFIG_SGI_SN=y | ||
146 | |||
147 | # | ||
148 | # Firmware Drivers | ||
149 | # | ||
150 | CONFIG_EFI_VARS=y | ||
151 | CONFIG_EFI_PCDP=y | ||
152 | CONFIG_BINFMT_ELF=y | ||
153 | CONFIG_BINFMT_MISC=m | ||
154 | |||
155 | # | ||
156 | # Power management and ACPI | ||
157 | # | ||
158 | CONFIG_PM=y | ||
159 | CONFIG_PM_LEGACY=y | ||
160 | # CONFIG_PM_DEBUG is not set | ||
161 | |||
162 | # | ||
163 | # ACPI (Advanced Configuration and Power Interface) Support | ||
164 | # | ||
165 | CONFIG_ACPI=y | ||
166 | CONFIG_ACPI_BUTTON=m | 1 | CONFIG_ACPI_BUTTON=m |
2 | CONFIG_ACPI_CONTAINER=m | ||
167 | CONFIG_ACPI_FAN=m | 3 | CONFIG_ACPI_FAN=m |
168 | CONFIG_ACPI_PROCESSOR=m | 4 | CONFIG_ACPI_PROCESSOR=m |
169 | CONFIG_ACPI_HOTPLUG_CPU=y | 5 | CONFIG_AGP_HP_ZX1=m |
170 | CONFIG_ACPI_THERMAL=m | 6 | CONFIG_AGP_I460=m |
171 | CONFIG_ACPI_NUMA=y | 7 | CONFIG_AGP=m |
172 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 8 | CONFIG_AGP_SGI_TIOCA=m |
173 | # CONFIG_ACPI_DEBUG is not set | ||
174 | CONFIG_ACPI_EC=y | ||
175 | CONFIG_ACPI_POWER=y | ||
176 | CONFIG_ACPI_SYSTEM=y | ||
177 | CONFIG_ACPI_CONTAINER=m | ||
178 | |||
179 | # | ||
180 | # CPU Frequency scaling | ||
181 | # | ||
182 | # CONFIG_CPU_FREQ is not set | ||
183 | |||
184 | # | ||
185 | # Bus options (PCI, PCMCIA) | ||
186 | # | ||
187 | CONFIG_PCI=y | ||
188 | CONFIG_PCI_DOMAINS=y | ||
189 | # CONFIG_PCI_MSI is not set | ||
190 | CONFIG_PCI_LEGACY_PROC=y | ||
191 | # CONFIG_PCI_DEBUG is not set | ||
192 | |||
193 | # | ||
194 | # PCI Hotplug Support | ||
195 | # | ||
196 | CONFIG_HOTPLUG_PCI=m | ||
197 | # CONFIG_HOTPLUG_PCI_FAKE is not set | ||
198 | CONFIG_HOTPLUG_PCI_ACPI=m | ||
199 | # CONFIG_HOTPLUG_PCI_ACPI_IBM is not set | ||
200 | # CONFIG_HOTPLUG_PCI_CPCI is not set | ||
201 | # CONFIG_HOTPLUG_PCI_SHPC is not set | ||
202 | # CONFIG_HOTPLUG_PCI_SGI is not set | ||
203 | |||
204 | # | ||
205 | # PCCARD (PCMCIA/CardBus) support | ||
206 | # | ||
207 | # CONFIG_PCCARD is not set | ||
208 | |||
209 | # | ||
210 | # Networking | ||
211 | # | ||
212 | CONFIG_NET=y | ||
213 | |||
214 | # | ||
215 | # Networking options | ||
216 | # | ||
217 | # CONFIG_NETDEBUG is not set | ||
218 | CONFIG_PACKET=y | ||
219 | # CONFIG_PACKET_MMAP is not set | ||
220 | CONFIG_UNIX=y | ||
221 | # CONFIG_NET_KEY is not set | ||
222 | CONFIG_INET=y | ||
223 | CONFIG_IP_MULTICAST=y | ||
224 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
225 | CONFIG_IP_FIB_HASH=y | ||
226 | # CONFIG_IP_PNP is not set | ||
227 | # CONFIG_NET_IPIP is not set | ||
228 | # CONFIG_NET_IPGRE is not set | ||
229 | # CONFIG_IP_MROUTE is not set | ||
230 | CONFIG_ARPD=y | 9 | CONFIG_ARPD=y |
231 | CONFIG_SYN_COOKIES=y | 10 | CONFIG_AUTOFS4_FS=y |
232 | # CONFIG_INET_AH is not set | 11 | CONFIG_AUTOFS_FS=y |
233 | # CONFIG_INET_ESP is not set | 12 | CONFIG_BINFMT_MISC=m |
234 | # CONFIG_INET_IPCOMP is not set | 13 | CONFIG_BLK_DEV_CMD64X=y |
235 | # CONFIG_INET_TUNNEL is not set | ||
236 | CONFIG_INET_DIAG=y | ||
237 | CONFIG_INET_TCP_DIAG=y | ||
238 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
239 | CONFIG_TCP_CONG_BIC=y | ||
240 | # CONFIG_IPV6 is not set | ||
241 | # CONFIG_NETFILTER is not set | ||
242 | |||
243 | # | ||
244 | # DCCP Configuration (EXPERIMENTAL) | ||
245 | # | ||
246 | # CONFIG_IP_DCCP is not set | ||
247 | |||
248 | # | ||
249 | # SCTP Configuration (EXPERIMENTAL) | ||
250 | # | ||
251 | # CONFIG_IP_SCTP is not set | ||
252 | |||
253 | # | ||
254 | # TIPC Configuration (EXPERIMENTAL) | ||
255 | # | ||
256 | # CONFIG_TIPC is not set | ||
257 | # CONFIG_ATM is not set | ||
258 | # CONFIG_BRIDGE is not set | ||
259 | # CONFIG_VLAN_8021Q is not set | ||
260 | # CONFIG_DECNET is not set | ||
261 | # CONFIG_LLC2 is not set | ||
262 | # CONFIG_IPX is not set | ||
263 | # CONFIG_ATALK is not set | ||
264 | # CONFIG_X25 is not set | ||
265 | # CONFIG_LAPB is not set | ||
266 | # CONFIG_NET_DIVERT is not set | ||
267 | # CONFIG_ECONET is not set | ||
268 | # CONFIG_WAN_ROUTER is not set | ||
269 | |||
270 | # | ||
271 | # QoS and/or fair queueing | ||
272 | # | ||
273 | # CONFIG_NET_SCHED is not set | ||
274 | |||
275 | # | ||
276 | # Network testing | ||
277 | # | ||
278 | # CONFIG_NET_PKTGEN is not set | ||
279 | # CONFIG_HAMRADIO is not set | ||
280 | # CONFIG_IRDA is not set | ||
281 | # CONFIG_BT is not set | ||
282 | # CONFIG_IEEE80211 is not set | ||
283 | |||
284 | # | ||
285 | # Device Drivers | ||
286 | # | ||
287 | |||
288 | # | ||
289 | # Generic Driver Options | ||
290 | # | ||
291 | CONFIG_STANDALONE=y | ||
292 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
293 | CONFIG_FW_LOADER=m | ||
294 | # CONFIG_DEBUG_DRIVER is not set | ||
295 | |||
296 | # | ||
297 | # Connector - unified userspace <-> kernelspace linker | ||
298 | # | ||
299 | # CONFIG_CONNECTOR is not set | ||
300 | |||
301 | # | ||
302 | # Memory Technology Devices (MTD) | ||
303 | # | ||
304 | # CONFIG_MTD is not set | ||
305 | |||
306 | # | ||
307 | # Parallel port support | ||
308 | # | ||
309 | # CONFIG_PARPORT is not set | ||
310 | |||
311 | # | ||
312 | # Plug and Play support | ||
313 | # | ||
314 | CONFIG_PNP=y | ||
315 | # CONFIG_PNP_DEBUG is not set | ||
316 | |||
317 | # | ||
318 | # Protocols | ||
319 | # | ||
320 | CONFIG_PNPACPI=y | ||
321 | |||
322 | # | ||
323 | # Block devices | ||
324 | # | ||
325 | # CONFIG_BLK_CPQ_DA is not set | ||
326 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
327 | # CONFIG_BLK_DEV_DAC960 is not set | ||
328 | # CONFIG_BLK_DEV_UMEM is not set | ||
329 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
330 | CONFIG_BLK_DEV_LOOP=m | ||
331 | CONFIG_BLK_DEV_CRYPTOLOOP=m | 14 | CONFIG_BLK_DEV_CRYPTOLOOP=m |
332 | CONFIG_BLK_DEV_NBD=m | 15 | CONFIG_BLK_DEV_DM=m |
333 | # CONFIG_BLK_DEV_SX8 is not set | ||
334 | # CONFIG_BLK_DEV_UB is not set | ||
335 | CONFIG_BLK_DEV_RAM=y | ||
336 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
337 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
338 | CONFIG_BLK_DEV_INITRD=y | ||
339 | # CONFIG_CDROM_PKTCDVD is not set | ||
340 | # CONFIG_ATA_OVER_ETH is not set | ||
341 | |||
342 | # | ||
343 | # ATA/ATAPI/MFM/RLL support | ||
344 | # | ||
345 | CONFIG_IDE=y | ||
346 | CONFIG_IDE_MAX_HWIFS=4 | ||
347 | CONFIG_BLK_DEV_IDE=y | ||
348 | |||
349 | # | ||
350 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
351 | # | ||
352 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
353 | CONFIG_BLK_DEV_IDEDISK=y | ||
354 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
355 | CONFIG_BLK_DEV_IDECD=y | ||
356 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
357 | CONFIG_BLK_DEV_IDEFLOPPY=y | ||
358 | CONFIG_BLK_DEV_IDESCSI=m | ||
359 | # CONFIG_IDE_TASK_IOCTL is not set | ||
360 | |||
361 | # | ||
362 | # IDE chipset support/bugfixes | ||
363 | # | ||
364 | CONFIG_IDE_GENERIC=y | ||
365 | # CONFIG_BLK_DEV_IDEPNP is not set | ||
366 | CONFIG_BLK_DEV_IDEPCI=y | ||
367 | # CONFIG_IDEPCI_SHARE_IRQ is not set | ||
368 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
369 | CONFIG_BLK_DEV_GENERIC=y | 16 | CONFIG_BLK_DEV_GENERIC=y |
370 | # CONFIG_BLK_DEV_OPTI621 is not set | 17 | CONFIG_BLK_DEV_IDECD=y |
371 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 18 | CONFIG_BLK_DEV_INITRD=y |
372 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | 19 | CONFIG_BLK_DEV_LOOP=m |
373 | CONFIG_IDEDMA_PCI_AUTO=y | 20 | CONFIG_BLK_DEV_MD=m |
374 | # CONFIG_IDEDMA_ONLYDISK is not set | 21 | CONFIG_BLK_DEV_NBD=m |
375 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
376 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
377 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
378 | CONFIG_BLK_DEV_CMD64X=y | ||
379 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
380 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
381 | # CONFIG_BLK_DEV_CS5520 is not set | ||
382 | # CONFIG_BLK_DEV_CS5530 is not set | ||
383 | # CONFIG_BLK_DEV_HPT34X is not set | ||
384 | # CONFIG_BLK_DEV_HPT366 is not set | ||
385 | # CONFIG_BLK_DEV_SC1200 is not set | ||
386 | CONFIG_BLK_DEV_PIIX=y | 22 | CONFIG_BLK_DEV_PIIX=y |
387 | # CONFIG_BLK_DEV_IT821X is not set | 23 | CONFIG_BLK_DEV_RAM=y |
388 | # CONFIG_BLK_DEV_NS87415 is not set | ||
389 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
390 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
391 | # CONFIG_BLK_DEV_SVWKS is not set | ||
392 | CONFIG_BLK_DEV_SGIIOC4=y | ||
393 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
394 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
395 | # CONFIG_BLK_DEV_TRM290 is not set | ||
396 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
397 | # CONFIG_IDE_ARM is not set | ||
398 | CONFIG_BLK_DEV_IDEDMA=y | ||
399 | # CONFIG_IDEDMA_IVB is not set | ||
400 | CONFIG_IDEDMA_AUTO=y | ||
401 | # CONFIG_BLK_DEV_HD is not set | ||
402 | |||
403 | # | ||
404 | # SCSI device support | ||
405 | # | ||
406 | # CONFIG_RAID_ATTRS is not set | ||
407 | CONFIG_SCSI=y | ||
408 | CONFIG_SCSI_PROC_FS=y | ||
409 | |||
410 | # | ||
411 | # SCSI support type (disk, tape, CD-ROM) | ||
412 | # | ||
413 | CONFIG_BLK_DEV_SD=y | 24 | CONFIG_BLK_DEV_SD=y |
414 | CONFIG_CHR_DEV_ST=m | 25 | CONFIG_BLK_DEV_SGIIOC4=y |
415 | # CONFIG_CHR_DEV_OSST is not set | ||
416 | CONFIG_BLK_DEV_SR=m | 26 | CONFIG_BLK_DEV_SR=m |
417 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
418 | CONFIG_CHR_DEV_SG=m | 27 | CONFIG_CHR_DEV_SG=m |
419 | # CONFIG_CHR_DEV_SCH is not set | 28 | CONFIG_CHR_DEV_ST=m |
420 | 29 | CONFIG_CIFS=m | |
421 | # | 30 | CONFIG_CRYPTO_MD5=y |
422 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | 31 | CONFIG_DEBUG_KERNEL=y |
423 | # | 32 | CONFIG_DEBUG_MUTEXES=y |
424 | # CONFIG_SCSI_MULTI_LUN is not set | ||
425 | # CONFIG_SCSI_CONSTANTS is not set | ||
426 | # CONFIG_SCSI_LOGGING is not set | ||
427 | |||
428 | # | ||
429 | # SCSI Transport Attributes | ||
430 | # | ||
431 | CONFIG_SCSI_SPI_ATTRS=y | ||
432 | CONFIG_SCSI_FC_ATTRS=y | ||
433 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
434 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
435 | |||
436 | # | ||
437 | # SCSI low-level drivers | ||
438 | # | ||
439 | # CONFIG_ISCSI_TCP is not set | ||
440 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
441 | # CONFIG_SCSI_3W_9XXX is not set | ||
442 | # CONFIG_SCSI_ACARD is not set | ||
443 | # CONFIG_SCSI_AACRAID is not set | ||
444 | # CONFIG_SCSI_AIC7XXX is not set | ||
445 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
446 | # CONFIG_SCSI_AIC79XX is not set | ||
447 | # CONFIG_MEGARAID_NEWGEN is not set | ||
448 | # CONFIG_MEGARAID_LEGACY is not set | ||
449 | # CONFIG_MEGARAID_SAS is not set | ||
450 | CONFIG_SCSI_SATA=y | ||
451 | # CONFIG_SCSI_SATA_AHCI is not set | ||
452 | # CONFIG_SCSI_SATA_SVW is not set | ||
453 | # CONFIG_SCSI_ATA_PIIX is not set | ||
454 | # CONFIG_SCSI_SATA_MV is not set | ||
455 | # CONFIG_SCSI_SATA_NV is not set | ||
456 | # CONFIG_SCSI_PDC_ADMA is not set | ||
457 | # CONFIG_SCSI_SATA_QSTOR is not set | ||
458 | # CONFIG_SCSI_SATA_PROMISE is not set | ||
459 | # CONFIG_SCSI_SATA_SX4 is not set | ||
460 | # CONFIG_SCSI_SATA_SIL is not set | ||
461 | # CONFIG_SCSI_SATA_SIL24 is not set | ||
462 | # CONFIG_SCSI_SATA_SIS is not set | ||
463 | # CONFIG_SCSI_SATA_ULI is not set | ||
464 | # CONFIG_SCSI_SATA_VIA is not set | ||
465 | CONFIG_SCSI_SATA_VITESSE=y | ||
466 | # CONFIG_SCSI_DMX3191D is not set | ||
467 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
468 | # CONFIG_SCSI_IPS is not set | ||
469 | # CONFIG_SCSI_INITIO is not set | ||
470 | # CONFIG_SCSI_INIA100 is not set | ||
471 | CONFIG_SCSI_SYM53C8XX_2=y | ||
472 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 | ||
473 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | ||
474 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | ||
475 | # CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set | ||
476 | # CONFIG_SCSI_IPR is not set | ||
477 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
478 | CONFIG_SCSI_QLOGIC_1280=y | ||
479 | # CONFIG_SCSI_QLA_FC is not set | ||
480 | # CONFIG_SCSI_LPFC is not set | ||
481 | # CONFIG_SCSI_DC395x is not set | ||
482 | # CONFIG_SCSI_DC390T is not set | ||
483 | # CONFIG_SCSI_DEBUG is not set | ||
484 | |||
485 | # | ||
486 | # Multi-device support (RAID and LVM) | ||
487 | # | ||
488 | CONFIG_MD=y | ||
489 | CONFIG_BLK_DEV_MD=m | ||
490 | CONFIG_MD_LINEAR=m | ||
491 | CONFIG_MD_RAID0=m | ||
492 | CONFIG_MD_RAID1=m | ||
493 | # CONFIG_MD_RAID10 is not set | ||
494 | CONFIG_MD_RAID5=m | ||
495 | CONFIG_MD_RAID6=m | ||
496 | CONFIG_MD_MULTIPATH=m | ||
497 | # CONFIG_MD_FAULTY is not set | ||
498 | CONFIG_BLK_DEV_DM=m | ||
499 | CONFIG_DM_CRYPT=m | 33 | CONFIG_DM_CRYPT=m |
500 | CONFIG_DM_SNAPSHOT=m | ||
501 | CONFIG_DM_MIRROR=m | 34 | CONFIG_DM_MIRROR=m |
502 | CONFIG_DM_ZERO=m | ||
503 | CONFIG_DM_MULTIPATH=m | 35 | CONFIG_DM_MULTIPATH=m |
504 | # CONFIG_DM_MULTIPATH_EMC is not set | 36 | CONFIG_DM_SNAPSHOT=m |
505 | 37 | CONFIG_DM_ZERO=m | |
506 | # | ||
507 | # Fusion MPT device support | ||
508 | # | ||
509 | CONFIG_FUSION=y | ||
510 | CONFIG_FUSION_SPI=y | ||
511 | CONFIG_FUSION_FC=m | ||
512 | # CONFIG_FUSION_SAS is not set | ||
513 | CONFIG_FUSION_MAX_SGE=128 | ||
514 | # CONFIG_FUSION_CTL is not set | ||
515 | |||
516 | # | ||
517 | # IEEE 1394 (FireWire) support | ||
518 | # | ||
519 | # CONFIG_IEEE1394 is not set | ||
520 | |||
521 | # | ||
522 | # I2O device support | ||
523 | # | ||
524 | # CONFIG_I2O is not set | ||
525 | |||
526 | # | ||
527 | # Network device support | ||
528 | # | ||
529 | CONFIG_NETDEVICES=y | ||
530 | CONFIG_DUMMY=m | ||
531 | # CONFIG_BONDING is not set | ||
532 | # CONFIG_EQUALIZER is not set | ||
533 | # CONFIG_TUN is not set | ||
534 | # CONFIG_NET_SB1000 is not set | ||
535 | |||
536 | # | ||
537 | # ARCnet devices | ||
538 | # | ||
539 | # CONFIG_ARCNET is not set | ||
540 | |||
541 | # | ||
542 | # PHY device support | ||
543 | # | ||
544 | # CONFIG_PHYLIB is not set | ||
545 | |||
546 | # | ||
547 | # Ethernet (10 or 100Mbit) | ||
548 | # | ||
549 | CONFIG_NET_ETHERNET=y | ||
550 | CONFIG_MII=m | ||
551 | # CONFIG_HAPPYMEAL is not set | ||
552 | # CONFIG_SUNGEM is not set | ||
553 | # CONFIG_CASSINI is not set | ||
554 | # CONFIG_NET_VENDOR_3COM is not set | ||
555 | |||
556 | # | ||
557 | # Tulip family network device support | ||
558 | # | ||
559 | CONFIG_NET_TULIP=y | ||
560 | # CONFIG_DE2104X is not set | ||
561 | CONFIG_TULIP=m | ||
562 | # CONFIG_TULIP_MWI is not set | ||
563 | # CONFIG_TULIP_MMIO is not set | ||
564 | # CONFIG_TULIP_NAPI is not set | ||
565 | # CONFIG_DE4X5 is not set | ||
566 | # CONFIG_WINBOND_840 is not set | ||
567 | # CONFIG_DM9102 is not set | ||
568 | # CONFIG_ULI526X is not set | ||
569 | # CONFIG_HP100 is not set | ||
570 | CONFIG_NET_PCI=y | ||
571 | # CONFIG_PCNET32 is not set | ||
572 | # CONFIG_AMD8111_ETH is not set | ||
573 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
574 | # CONFIG_B44 is not set | ||
575 | # CONFIG_FORCEDETH is not set | ||
576 | # CONFIG_DGRS is not set | ||
577 | CONFIG_EEPRO100=m | ||
578 | CONFIG_E100=m | ||
579 | # CONFIG_FEALNX is not set | ||
580 | # CONFIG_NATSEMI is not set | ||
581 | # CONFIG_NE2K_PCI is not set | ||
582 | # CONFIG_8139CP is not set | ||
583 | # CONFIG_8139TOO is not set | ||
584 | # CONFIG_SIS900 is not set | ||
585 | # CONFIG_EPIC100 is not set | ||
586 | # CONFIG_SUNDANCE is not set | ||
587 | # CONFIG_VIA_RHINE is not set | ||
588 | |||
589 | # | ||
590 | # Ethernet (1000 Mbit) | ||
591 | # | ||
592 | # CONFIG_ACENIC is not set | ||
593 | # CONFIG_DL2K is not set | ||
594 | CONFIG_E1000=y | ||
595 | # CONFIG_E1000_NAPI is not set | ||
596 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | ||
597 | # CONFIG_NS83820 is not set | ||
598 | # CONFIG_HAMACHI is not set | ||
599 | # CONFIG_YELLOWFIN is not set | ||
600 | # CONFIG_R8169 is not set | ||
601 | # CONFIG_SIS190 is not set | ||
602 | # CONFIG_SKGE is not set | ||
603 | # CONFIG_SKY2 is not set | ||
604 | # CONFIG_SK98LIN is not set | ||
605 | # CONFIG_VIA_VELOCITY is not set | ||
606 | CONFIG_TIGON3=y | ||
607 | # CONFIG_BNX2 is not set | ||
608 | |||
609 | # | ||
610 | # Ethernet (10000 Mbit) | ||
611 | # | ||
612 | # CONFIG_CHELSIO_T1 is not set | ||
613 | # CONFIG_IXGB is not set | ||
614 | # CONFIG_S2IO is not set | ||
615 | |||
616 | # | ||
617 | # Token Ring devices | ||
618 | # | ||
619 | # CONFIG_TR is not set | ||
620 | |||
621 | # | ||
622 | # Wireless LAN (non-hamradio) | ||
623 | # | ||
624 | # CONFIG_NET_RADIO is not set | ||
625 | |||
626 | # | ||
627 | # Wan interfaces | ||
628 | # | ||
629 | # CONFIG_WAN is not set | ||
630 | # CONFIG_FDDI is not set | ||
631 | # CONFIG_HIPPI is not set | ||
632 | # CONFIG_PPP is not set | ||
633 | # CONFIG_SLIP is not set | ||
634 | # CONFIG_NET_FC is not set | ||
635 | # CONFIG_SHAPER is not set | ||
636 | CONFIG_NETCONSOLE=y | ||
637 | CONFIG_NETPOLL=y | ||
638 | # CONFIG_NETPOLL_RX is not set | ||
639 | # CONFIG_NETPOLL_TRAP is not set | ||
640 | CONFIG_NET_POLL_CONTROLLER=y | ||
641 | |||
642 | # | ||
643 | # ISDN subsystem | ||
644 | # | ||
645 | # CONFIG_ISDN is not set | ||
646 | |||
647 | # | ||
648 | # Telephony Support | ||
649 | # | ||
650 | # CONFIG_PHONE is not set | ||
651 | |||
652 | # | ||
653 | # Input device support | ||
654 | # | ||
655 | CONFIG_INPUT=y | ||
656 | |||
657 | # | ||
658 | # Userland interfaces | ||
659 | # | ||
660 | CONFIG_INPUT_MOUSEDEV=y | ||
661 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
662 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
663 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
664 | # CONFIG_INPUT_JOYDEV is not set | ||
665 | # CONFIG_INPUT_TSDEV is not set | ||
666 | # CONFIG_INPUT_EVDEV is not set | ||
667 | # CONFIG_INPUT_EVBUG is not set | ||
668 | |||
669 | # | ||
670 | # Input Device Drivers | ||
671 | # | ||
672 | CONFIG_INPUT_KEYBOARD=y | ||
673 | CONFIG_KEYBOARD_ATKBD=y | ||
674 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
675 | # CONFIG_KEYBOARD_LKKBD is not set | ||
676 | # CONFIG_KEYBOARD_XTKBD is not set | ||
677 | # CONFIG_KEYBOARD_NEWTON is not set | ||
678 | CONFIG_INPUT_MOUSE=y | ||
679 | CONFIG_MOUSE_PS2=y | ||
680 | # CONFIG_MOUSE_SERIAL is not set | ||
681 | # CONFIG_MOUSE_VSXXXAA is not set | ||
682 | # CONFIG_INPUT_JOYSTICK is not set | ||
683 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
684 | # CONFIG_INPUT_MISC is not set | ||
685 | |||
686 | # | ||
687 | # Hardware I/O ports | ||
688 | # | ||
689 | CONFIG_SERIO=y | ||
690 | CONFIG_SERIO_I8042=y | ||
691 | # CONFIG_SERIO_SERPORT is not set | ||
692 | # CONFIG_SERIO_PCIPS2 is not set | ||
693 | CONFIG_SERIO_LIBPS2=y | ||
694 | # CONFIG_SERIO_RAW is not set | ||
695 | CONFIG_GAMEPORT=m | ||
696 | # CONFIG_GAMEPORT_NS558 is not set | ||
697 | # CONFIG_GAMEPORT_L4 is not set | ||
698 | # CONFIG_GAMEPORT_EMU10K1 is not set | ||
699 | # CONFIG_GAMEPORT_FM801 is not set | ||
700 | |||
701 | # | ||
702 | # Character devices | ||
703 | # | ||
704 | CONFIG_VT=y | ||
705 | CONFIG_VT_CONSOLE=y | ||
706 | CONFIG_HW_CONSOLE=y | ||
707 | CONFIG_SERIAL_NONSTANDARD=y | ||
708 | # CONFIG_COMPUTONE is not set | ||
709 | # CONFIG_ROCKETPORT is not set | ||
710 | # CONFIG_CYCLADES is not set | ||
711 | # CONFIG_DIGIEPCA is not set | ||
712 | # CONFIG_MOXA_INTELLIO is not set | ||
713 | # CONFIG_MOXA_SMARTIO is not set | ||
714 | # CONFIG_ISI is not set | ||
715 | # CONFIG_SYNCLINKMP is not set | ||
716 | # CONFIG_SYNCLINK_GT is not set | ||
717 | # CONFIG_N_HDLC is not set | ||
718 | # CONFIG_SPECIALIX is not set | ||
719 | # CONFIG_SX is not set | ||
720 | # CONFIG_STALDRV is not set | ||
721 | CONFIG_SGI_SNSC=y | ||
722 | CONFIG_SGI_TIOCX=y | ||
723 | CONFIG_SGI_MBCS=m | ||
724 | |||
725 | # | ||
726 | # Serial drivers | ||
727 | # | ||
728 | CONFIG_SERIAL_8250=y | ||
729 | CONFIG_SERIAL_8250_CONSOLE=y | ||
730 | CONFIG_SERIAL_8250_ACPI=y | ||
731 | CONFIG_SERIAL_8250_NR_UARTS=6 | ||
732 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
733 | CONFIG_SERIAL_8250_EXTENDED=y | ||
734 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
735 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | ||
736 | # CONFIG_SERIAL_8250_RSA is not set | ||
737 | |||
738 | # | ||
739 | # Non-8250 serial port support | ||
740 | # | ||
741 | CONFIG_SERIAL_CORE=y | ||
742 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
743 | CONFIG_SERIAL_SGI_L1_CONSOLE=y | ||
744 | # CONFIG_SERIAL_JSM is not set | ||
745 | CONFIG_SERIAL_SGI_IOC4=y | ||
746 | CONFIG_SERIAL_SGI_IOC3=y | ||
747 | CONFIG_UNIX98_PTYS=y | ||
748 | CONFIG_LEGACY_PTYS=y | ||
749 | CONFIG_LEGACY_PTY_COUNT=256 | ||
750 | |||
751 | # | ||
752 | # IPMI | ||
753 | # | ||
754 | # CONFIG_IPMI_HANDLER is not set | ||
755 | |||
756 | # | ||
757 | # Watchdog Cards | ||
758 | # | ||
759 | # CONFIG_WATCHDOG is not set | ||
760 | # CONFIG_HW_RANDOM is not set | ||
761 | CONFIG_EFI_RTC=y | ||
762 | # CONFIG_DTLK is not set | ||
763 | # CONFIG_R3964 is not set | ||
764 | # CONFIG_APPLICOM is not set | ||
765 | |||
766 | # | ||
767 | # Ftape, the floppy tape device driver | ||
768 | # | ||
769 | CONFIG_AGP=m | ||
770 | CONFIG_AGP_I460=m | ||
771 | CONFIG_AGP_HP_ZX1=m | ||
772 | CONFIG_AGP_SGI_TIOCA=m | ||
773 | CONFIG_DRM=m | 38 | CONFIG_DRM=m |
774 | CONFIG_DRM_TDFX=m | 39 | CONFIG_DRM_MGA=m |
775 | CONFIG_DRM_R128=m | 40 | CONFIG_DRM_R128=m |
776 | CONFIG_DRM_RADEON=m | 41 | CONFIG_DRM_RADEON=m |
777 | CONFIG_DRM_MGA=m | ||
778 | CONFIG_DRM_SIS=m | 42 | CONFIG_DRM_SIS=m |
779 | # CONFIG_DRM_VIA is not set | 43 | CONFIG_DRM_TDFX=m |
780 | # CONFIG_DRM_SAVAGE is not set | 44 | CONFIG_DUMMY=m |
781 | CONFIG_RAW_DRIVER=m | 45 | CONFIG_E1000=y |
782 | CONFIG_MAX_RAW_DEVS=256 | 46 | CONFIG_E100=m |
783 | CONFIG_HPET=y | 47 | CONFIG_EFI_PARTITION=y |
784 | # CONFIG_HPET_RTC_IRQ is not set | 48 | CONFIG_EFI_RTC=y |
785 | CONFIG_HPET_MMAP=y | 49 | CONFIG_EFI_VARS=y |
786 | # CONFIG_HANGCHECK_TIMER is not set | 50 | CONFIG_EXPERIMENTAL=y |
787 | CONFIG_MMTIMER=y | ||
788 | |||
789 | # | ||
790 | # TPM devices | ||
791 | # | ||
792 | # CONFIG_TCG_TPM is not set | ||
793 | # CONFIG_TELCLOCK is not set | ||
794 | |||
795 | # | ||
796 | # I2C support | ||
797 | # | ||
798 | # CONFIG_I2C is not set | ||
799 | |||
800 | # | ||
801 | # SPI support | ||
802 | # | ||
803 | # CONFIG_SPI is not set | ||
804 | # CONFIG_SPI_MASTER is not set | ||
805 | |||
806 | # | ||
807 | # Dallas's 1-wire bus | ||
808 | # | ||
809 | # CONFIG_W1 is not set | ||
810 | |||
811 | # | ||
812 | # Hardware Monitoring support | ||
813 | # | ||
814 | CONFIG_HWMON=y | ||
815 | # CONFIG_HWMON_VID is not set | ||
816 | # CONFIG_SENSORS_F71805F is not set | ||
817 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
818 | |||
819 | # | ||
820 | # Misc devices | ||
821 | # | ||
822 | |||
823 | # | ||
824 | # Multimedia Capabilities Port drivers | ||
825 | # | ||
826 | |||
827 | # | ||
828 | # Multimedia devices | ||
829 | # | ||
830 | # CONFIG_VIDEO_DEV is not set | ||
831 | |||
832 | # | ||
833 | # Digital Video Broadcasting Devices | ||
834 | # | ||
835 | # CONFIG_DVB is not set | ||
836 | |||
837 | # | ||
838 | # Graphics support | ||
839 | # | ||
840 | # CONFIG_FB is not set | ||
841 | |||
842 | # | ||
843 | # Console display driver support | ||
844 | # | ||
845 | CONFIG_VGA_CONSOLE=y | ||
846 | CONFIG_DUMMY_CONSOLE=y | ||
847 | |||
848 | # | ||
849 | # Sound | ||
850 | # | ||
851 | CONFIG_SOUND=m | ||
852 | |||
853 | # | ||
854 | # Advanced Linux Sound Architecture | ||
855 | # | ||
856 | CONFIG_SND=m | ||
857 | CONFIG_SND_TIMER=m | ||
858 | CONFIG_SND_PCM=m | ||
859 | CONFIG_SND_HWDEP=m | ||
860 | CONFIG_SND_RAWMIDI=m | ||
861 | CONFIG_SND_SEQUENCER=m | ||
862 | CONFIG_SND_SEQ_DUMMY=m | ||
863 | CONFIG_SND_OSSEMUL=y | ||
864 | CONFIG_SND_MIXER_OSS=m | ||
865 | CONFIG_SND_PCM_OSS=m | ||
866 | CONFIG_SND_SEQUENCER_OSS=y | ||
867 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
868 | CONFIG_SND_SUPPORT_OLD_API=y | ||
869 | CONFIG_SND_VERBOSE_PRINTK=y | ||
870 | # CONFIG_SND_DEBUG is not set | ||
871 | |||
872 | # | ||
873 | # Generic devices | ||
874 | # | ||
875 | CONFIG_SND_MPU401_UART=m | ||
876 | CONFIG_SND_OPL3_LIB=m | ||
877 | CONFIG_SND_AC97_CODEC=m | ||
878 | CONFIG_SND_AC97_BUS=m | ||
879 | CONFIG_SND_DUMMY=m | ||
880 | CONFIG_SND_VIRMIDI=m | ||
881 | CONFIG_SND_MTPAV=m | ||
882 | CONFIG_SND_SERIAL_U16550=m | ||
883 | CONFIG_SND_MPU401=m | ||
884 | |||
885 | # | ||
886 | # PCI devices | ||
887 | # | ||
888 | # CONFIG_SND_AD1889 is not set | ||
889 | # CONFIG_SND_ALI5451 is not set | ||
890 | # CONFIG_SND_ATIIXP is not set | ||
891 | # CONFIG_SND_ATIIXP_MODEM is not set | ||
892 | # CONFIG_SND_AU8810 is not set | ||
893 | # CONFIG_SND_AU8820 is not set | ||
894 | # CONFIG_SND_AU8830 is not set | ||
895 | # CONFIG_SND_AZT3328 is not set | ||
896 | # CONFIG_SND_BT87X is not set | ||
897 | # CONFIG_SND_CA0106 is not set | ||
898 | # CONFIG_SND_CMIPCI is not set | ||
899 | CONFIG_SND_CS4281=m | ||
900 | CONFIG_SND_CS46XX=m | ||
901 | CONFIG_SND_CS46XX_NEW_DSP=y | ||
902 | CONFIG_SND_EMU10K1=m | ||
903 | # CONFIG_SND_EMU10K1X is not set | ||
904 | # CONFIG_SND_ENS1370 is not set | ||
905 | # CONFIG_SND_ENS1371 is not set | ||
906 | # CONFIG_SND_ES1938 is not set | ||
907 | # CONFIG_SND_ES1968 is not set | ||
908 | CONFIG_SND_FM801=m | ||
909 | # CONFIG_SND_FM801_TEA575X is not set | ||
910 | # CONFIG_SND_HDA_INTEL is not set | ||
911 | # CONFIG_SND_HDSP is not set | ||
912 | # CONFIG_SND_HDSPM is not set | ||
913 | # CONFIG_SND_ICE1712 is not set | ||
914 | # CONFIG_SND_ICE1724 is not set | ||
915 | # CONFIG_SND_INTEL8X0 is not set | ||
916 | # CONFIG_SND_INTEL8X0M is not set | ||
917 | # CONFIG_SND_KORG1212 is not set | ||
918 | # CONFIG_SND_MAESTRO3 is not set | ||
919 | # CONFIG_SND_MIXART is not set | ||
920 | # CONFIG_SND_NM256 is not set | ||
921 | # CONFIG_SND_PCXHR is not set | ||
922 | # CONFIG_SND_RME32 is not set | ||
923 | # CONFIG_SND_RME96 is not set | ||
924 | # CONFIG_SND_RME9652 is not set | ||
925 | # CONFIG_SND_SONICVIBES is not set | ||
926 | # CONFIG_SND_TRIDENT is not set | ||
927 | # CONFIG_SND_VIA82XX is not set | ||
928 | # CONFIG_SND_VIA82XX_MODEM is not set | ||
929 | # CONFIG_SND_VX222 is not set | ||
930 | # CONFIG_SND_YMFPCI is not set | ||
931 | |||
932 | # | ||
933 | # USB devices | ||
934 | # | ||
935 | # CONFIG_SND_USB_AUDIO is not set | ||
936 | |||
937 | # | ||
938 | # Open Sound System | ||
939 | # | ||
940 | # CONFIG_SOUND_PRIME is not set | ||
941 | |||
942 | # | ||
943 | # USB support | ||
944 | # | ||
945 | CONFIG_USB_ARCH_HAS_HCD=y | ||
946 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
947 | CONFIG_USB=m | ||
948 | # CONFIG_USB_DEBUG is not set | ||
949 | |||
950 | # | ||
951 | # Miscellaneous USB options | ||
952 | # | ||
953 | CONFIG_USB_DEVICEFS=y | ||
954 | # CONFIG_USB_BANDWIDTH is not set | ||
955 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
956 | # CONFIG_USB_SUSPEND is not set | ||
957 | # CONFIG_USB_OTG is not set | ||
958 | |||
959 | # | ||
960 | # USB Host Controller Drivers | ||
961 | # | ||
962 | CONFIG_USB_EHCI_HCD=m | ||
963 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | ||
964 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
965 | # CONFIG_USB_ISP116X_HCD is not set | ||
966 | CONFIG_USB_OHCI_HCD=m | ||
967 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
968 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
969 | CONFIG_USB_UHCI_HCD=m | ||
970 | # CONFIG_USB_SL811_HCD is not set | ||
971 | |||
972 | # | ||
973 | # USB Device Class drivers | ||
974 | # | ||
975 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set | ||
976 | # CONFIG_USB_ACM is not set | ||
977 | # CONFIG_USB_PRINTER is not set | ||
978 | |||
979 | # | ||
980 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
981 | # | ||
982 | |||
983 | # | ||
984 | # may also be needed; see USB_STORAGE Help for more information | ||
985 | # | ||
986 | CONFIG_USB_STORAGE=m | ||
987 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
988 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
989 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
990 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
991 | # CONFIG_USB_STORAGE_DPCM is not set | ||
992 | # CONFIG_USB_STORAGE_USBAT is not set | ||
993 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
994 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
995 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
996 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
997 | # CONFIG_USB_LIBUSUAL is not set | ||
998 | |||
999 | # | ||
1000 | # USB Input Devices | ||
1001 | # | ||
1002 | CONFIG_USB_HID=m | ||
1003 | CONFIG_USB_HIDINPUT=y | ||
1004 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
1005 | # CONFIG_HID_FF is not set | ||
1006 | # CONFIG_USB_HIDDEV is not set | ||
1007 | |||
1008 | # | ||
1009 | # USB HID Boot Protocol drivers | ||
1010 | # | ||
1011 | # CONFIG_USB_KBD is not set | ||
1012 | # CONFIG_USB_MOUSE is not set | ||
1013 | # CONFIG_USB_AIPTEK is not set | ||
1014 | # CONFIG_USB_WACOM is not set | ||
1015 | # CONFIG_USB_ACECAD is not set | ||
1016 | # CONFIG_USB_KBTAB is not set | ||
1017 | # CONFIG_USB_POWERMATE is not set | ||
1018 | # CONFIG_USB_MTOUCH is not set | ||
1019 | # CONFIG_USB_ITMTOUCH is not set | ||
1020 | # CONFIG_USB_EGALAX is not set | ||
1021 | # CONFIG_USB_YEALINK is not set | ||
1022 | # CONFIG_USB_XPAD is not set | ||
1023 | # CONFIG_USB_ATI_REMOTE is not set | ||
1024 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1025 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1026 | # CONFIG_USB_APPLETOUCH is not set | ||
1027 | |||
1028 | # | ||
1029 | # USB Imaging devices | ||
1030 | # | ||
1031 | # CONFIG_USB_MDC800 is not set | ||
1032 | # CONFIG_USB_MICROTEK is not set | ||
1033 | |||
1034 | # | ||
1035 | # USB Multimedia devices | ||
1036 | # | ||
1037 | # CONFIG_USB_DABUSB is not set | ||
1038 | |||
1039 | # | ||
1040 | # Video4Linux support is needed for USB Multimedia device support | ||
1041 | # | ||
1042 | |||
1043 | # | ||
1044 | # USB Network Adapters | ||
1045 | # | ||
1046 | # CONFIG_USB_CATC is not set | ||
1047 | # CONFIG_USB_KAWETH is not set | ||
1048 | # CONFIG_USB_PEGASUS is not set | ||
1049 | # CONFIG_USB_RTL8150 is not set | ||
1050 | # CONFIG_USB_USBNET is not set | ||
1051 | CONFIG_USB_MON=y | ||
1052 | |||
1053 | # | ||
1054 | # USB port drivers | ||
1055 | # | ||
1056 | |||
1057 | # | ||
1058 | # USB Serial Converter support | ||
1059 | # | ||
1060 | # CONFIG_USB_SERIAL is not set | ||
1061 | |||
1062 | # | ||
1063 | # USB Miscellaneous drivers | ||
1064 | # | ||
1065 | # CONFIG_USB_EMI62 is not set | ||
1066 | # CONFIG_USB_EMI26 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_LED is not set | ||
1072 | # CONFIG_USB_CYTHERM is not set | ||
1073 | # CONFIG_USB_PHIDGETKIT is not set | ||
1074 | # CONFIG_USB_PHIDGETSERVO is not set | ||
1075 | # CONFIG_USB_IDMOUSE is not set | ||
1076 | # CONFIG_USB_SISUSBVGA is not set | ||
1077 | # CONFIG_USB_LD is not set | ||
1078 | # CONFIG_USB_TEST is not set | ||
1079 | |||
1080 | # | ||
1081 | # USB DSL modem support | ||
1082 | # | ||
1083 | |||
1084 | # | ||
1085 | # USB Gadget Support | ||
1086 | # | ||
1087 | # CONFIG_USB_GADGET is not set | ||
1088 | |||
1089 | # | ||
1090 | # MMC/SD Card support | ||
1091 | # | ||
1092 | # CONFIG_MMC is not set | ||
1093 | |||
1094 | # | ||
1095 | # InfiniBand support | ||
1096 | # | ||
1097 | CONFIG_INFINIBAND=m | ||
1098 | # CONFIG_INFINIBAND_USER_MAD is not set | ||
1099 | # CONFIG_INFINIBAND_USER_ACCESS is not set | ||
1100 | CONFIG_INFINIBAND_MTHCA=m | ||
1101 | # CONFIG_INFINIBAND_MTHCA_DEBUG is not set | ||
1102 | CONFIG_INFINIBAND_IPOIB=m | ||
1103 | # CONFIG_INFINIBAND_IPOIB_DEBUG is not set | ||
1104 | # CONFIG_INFINIBAND_SRP is not set | ||
1105 | |||
1106 | # | ||
1107 | # SN Devices | ||
1108 | # | ||
1109 | CONFIG_SGI_IOC4=y | ||
1110 | CONFIG_SGI_IOC3=y | ||
1111 | |||
1112 | # | ||
1113 | # EDAC - error detection and reporting (RAS) | ||
1114 | # | ||
1115 | |||
1116 | # | ||
1117 | # File systems | ||
1118 | # | ||
1119 | CONFIG_EXT2_FS=y | ||
1120 | CONFIG_EXT2_FS_XATTR=y | ||
1121 | CONFIG_EXT2_FS_POSIX_ACL=y | 51 | CONFIG_EXT2_FS_POSIX_ACL=y |
1122 | CONFIG_EXT2_FS_SECURITY=y | 52 | CONFIG_EXT2_FS_SECURITY=y |
1123 | # CONFIG_EXT2_FS_XIP is not set | 53 | CONFIG_EXT2_FS_XATTR=y |
1124 | CONFIG_EXT3_FS=y | 54 | CONFIG_EXT2_FS=y |
1125 | CONFIG_EXT3_FS_XATTR=y | ||
1126 | CONFIG_EXT3_FS_POSIX_ACL=y | 55 | CONFIG_EXT3_FS_POSIX_ACL=y |
1127 | CONFIG_EXT3_FS_SECURITY=y | 56 | CONFIG_EXT3_FS_SECURITY=y |
1128 | CONFIG_JBD=y | 57 | CONFIG_EXT3_FS=y |
1129 | # CONFIG_JBD_DEBUG is not set | 58 | CONFIG_FUSION_FC=m |
1130 | CONFIG_FS_MBCACHE=y | 59 | CONFIG_FUSION_SPI=y |
1131 | CONFIG_REISERFS_FS=y | 60 | CONFIG_FUSION=y |
1132 | # CONFIG_REISERFS_CHECK is not set | 61 | CONFIG_GAMEPORT=m |
1133 | # CONFIG_REISERFS_PROC_INFO is not set | 62 | CONFIG_HOTPLUG_CPU=y |
1134 | CONFIG_REISERFS_FS_XATTR=y | 63 | CONFIG_HOTPLUG_PCI_ACPI=m |
1135 | CONFIG_REISERFS_FS_POSIX_ACL=y | 64 | CONFIG_HOTPLUG_PCI=m |
1136 | CONFIG_REISERFS_FS_SECURITY=y | 65 | CONFIG_HPET=y |
1137 | # CONFIG_JFS_FS is not set | 66 | CONFIG_HUGETLBFS=y |
1138 | CONFIG_FS_POSIX_ACL=y | 67 | # CONFIG_HW_RANDOM is not set |
1139 | CONFIG_XFS_FS=y | 68 | CONFIG_IA64_CYCLONE=y |
1140 | CONFIG_XFS_EXPORT=y | 69 | CONFIG_IA64_MCA_RECOVERY=y |
1141 | # CONFIG_XFS_QUOTA is not set | 70 | CONFIG_IA64_PALINFO=y |
1142 | # CONFIG_XFS_SECURITY is not set | 71 | CONFIG_IDE_GENERIC=y |
1143 | # CONFIG_XFS_POSIX_ACL is not set | 72 | CONFIG_IDE=y |
1144 | # CONFIG_XFS_RT is not set | 73 | CONFIG_IKCONFIG_PROC=y |
1145 | # CONFIG_OCFS2_FS is not set | 74 | CONFIG_IKCONFIG=y |
1146 | # CONFIG_MINIX_FS is not set | 75 | CONFIG_INET=y |
1147 | # CONFIG_ROMFS_FS is not set | 76 | CONFIG_INFINIBAND_IPOIB=m |
77 | CONFIG_INFINIBAND=m | ||
78 | CONFIG_INFINIBAND_MTHCA=m | ||
1148 | CONFIG_INOTIFY=y | 79 | CONFIG_INOTIFY=y |
1149 | # CONFIG_QUOTA is not set | 80 | CONFIG_IP_MULTICAST=y |
1150 | CONFIG_DNOTIFY=y | 81 | # CONFIG_IPV6 is not set |
1151 | CONFIG_AUTOFS_FS=y | ||
1152 | CONFIG_AUTOFS4_FS=y | ||
1153 | # CONFIG_FUSE_FS is not set | ||
1154 | |||
1155 | # | ||
1156 | # CD-ROM/DVD Filesystems | ||
1157 | # | ||
1158 | CONFIG_ISO9660_FS=m | 82 | CONFIG_ISO9660_FS=m |
1159 | CONFIG_JOLIET=y | 83 | CONFIG_JOLIET=y |
1160 | # CONFIG_ZISOFS is not set | 84 | CONFIG_KALLSYMS_ALL=y |
1161 | CONFIG_UDF_FS=m | 85 | CONFIG_LOG_BUF_SHIFT=20 |
1162 | CONFIG_UDF_NLS=y | 86 | CONFIG_MAGIC_SYSRQ=y |
1163 | 87 | CONFIG_MCKINLEY=y | |
1164 | # | 88 | CONFIG_MD_LINEAR=m |
1165 | # DOS/FAT/NT Filesystems | 89 | CONFIG_MD_MULTIPATH=m |
1166 | # | 90 | CONFIG_MD_RAID0=m |
1167 | CONFIG_FAT_FS=y | 91 | CONFIG_MD_RAID1=m |
1168 | # CONFIG_MSDOS_FS is not set | 92 | CONFIG_MD=y |
1169 | CONFIG_VFAT_FS=y | 93 | CONFIG_MODULES=y |
1170 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | 94 | CONFIG_MODULE_UNLOAD=y |
1171 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | 95 | CONFIG_MODVERSIONS=y |
1172 | CONFIG_NTFS_FS=m | 96 | CONFIG_NETCONSOLE=y |
1173 | # CONFIG_NTFS_DEBUG is not set | 97 | CONFIG_NETDEVICES=y |
1174 | # CONFIG_NTFS_RW is not set | 98 | CONFIG_NET_ETHERNET=y |
1175 | 99 | CONFIG_NET_PCI=y | |
1176 | # | 100 | CONFIG_NET_TULIP=y |
1177 | # Pseudo filesystems | 101 | CONFIG_NFSD=m |
1178 | # | 102 | CONFIG_NFSD_V4=y |
1179 | CONFIG_PROC_FS=y | ||
1180 | CONFIG_PROC_KCORE=y | ||
1181 | CONFIG_SYSFS=y | ||
1182 | CONFIG_TMPFS=y | ||
1183 | CONFIG_HUGETLBFS=y | ||
1184 | CONFIG_HUGETLB_PAGE=y | ||
1185 | CONFIG_RAMFS=y | ||
1186 | # CONFIG_RELAYFS_FS is not set | ||
1187 | # CONFIG_CONFIGFS_FS is not set | ||
1188 | |||
1189 | # | ||
1190 | # Miscellaneous filesystems | ||
1191 | # | ||
1192 | # CONFIG_ADFS_FS is not set | ||
1193 | # CONFIG_AFFS_FS is not set | ||
1194 | # CONFIG_HFS_FS is not set | ||
1195 | # CONFIG_HFSPLUS_FS is not set | ||
1196 | # CONFIG_BEFS_FS is not set | ||
1197 | # CONFIG_BFS_FS is not set | ||
1198 | # CONFIG_EFS_FS is not set | ||
1199 | # CONFIG_CRAMFS is not set | ||
1200 | # CONFIG_VXFS_FS is not set | ||
1201 | # CONFIG_HPFS_FS is not set | ||
1202 | # CONFIG_QNX4FS_FS is not set | ||
1203 | # CONFIG_SYSV_FS is not set | ||
1204 | # CONFIG_UFS_FS is not set | ||
1205 | |||
1206 | # | ||
1207 | # Network File Systems | ||
1208 | # | ||
1209 | CONFIG_NFS_FS=m | 103 | CONFIG_NFS_FS=m |
1210 | CONFIG_NFS_V3=y | 104 | CONFIG_NFS_V3=y |
1211 | # CONFIG_NFS_V3_ACL is not set | ||
1212 | CONFIG_NFS_V4=y | 105 | CONFIG_NFS_V4=y |
1213 | CONFIG_NFS_DIRECTIO=y | 106 | CONFIG_NLS_CODEPAGE_1250=m |
1214 | CONFIG_NFSD=m | 107 | CONFIG_NLS_CODEPAGE_1251=m |
1215 | CONFIG_NFSD_V3=y | ||
1216 | # CONFIG_NFSD_V3_ACL is not set | ||
1217 | CONFIG_NFSD_V4=y | ||
1218 | CONFIG_NFSD_TCP=y | ||
1219 | CONFIG_LOCKD=m | ||
1220 | CONFIG_LOCKD_V4=y | ||
1221 | CONFIG_EXPORTFS=y | ||
1222 | CONFIG_NFS_COMMON=y | ||
1223 | CONFIG_SUNRPC=m | ||
1224 | CONFIG_SUNRPC_GSS=m | ||
1225 | CONFIG_RPCSEC_GSS_KRB5=m | ||
1226 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1227 | CONFIG_SMB_FS=m | ||
1228 | CONFIG_SMB_NLS_DEFAULT=y | ||
1229 | CONFIG_SMB_NLS_REMOTE="cp437" | ||
1230 | CONFIG_CIFS=m | ||
1231 | # CONFIG_CIFS_STATS is not set | ||
1232 | # CONFIG_CIFS_XATTR is not set | ||
1233 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
1234 | # CONFIG_NCP_FS is not set | ||
1235 | # CONFIG_CODA_FS is not set | ||
1236 | # CONFIG_AFS_FS is not set | ||
1237 | # CONFIG_9P_FS is not set | ||
1238 | |||
1239 | # | ||
1240 | # Partition Types | ||
1241 | # | ||
1242 | CONFIG_PARTITION_ADVANCED=y | ||
1243 | # CONFIG_ACORN_PARTITION is not set | ||
1244 | # CONFIG_OSF_PARTITION is not set | ||
1245 | # CONFIG_AMIGA_PARTITION is not set | ||
1246 | # CONFIG_ATARI_PARTITION is not set | ||
1247 | # CONFIG_MAC_PARTITION is not set | ||
1248 | CONFIG_MSDOS_PARTITION=y | ||
1249 | # CONFIG_BSD_DISKLABEL is not set | ||
1250 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1251 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1252 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1253 | # CONFIG_LDM_PARTITION is not set | ||
1254 | CONFIG_SGI_PARTITION=y | ||
1255 | # CONFIG_ULTRIX_PARTITION is not set | ||
1256 | # CONFIG_SUN_PARTITION is not set | ||
1257 | # CONFIG_KARMA_PARTITION is not set | ||
1258 | CONFIG_EFI_PARTITION=y | ||
1259 | |||
1260 | # | ||
1261 | # Native Language Support | ||
1262 | # | ||
1263 | CONFIG_NLS=y | ||
1264 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1265 | CONFIG_NLS_CODEPAGE_437=y | 108 | CONFIG_NLS_CODEPAGE_437=y |
1266 | CONFIG_NLS_CODEPAGE_737=m | 109 | CONFIG_NLS_CODEPAGE_737=m |
1267 | CONFIG_NLS_CODEPAGE_775=m | 110 | CONFIG_NLS_CODEPAGE_775=m |
@@ -1277,15 +120,14 @@ CONFIG_NLS_CODEPAGE_864=m | |||
1277 | CONFIG_NLS_CODEPAGE_865=m | 120 | CONFIG_NLS_CODEPAGE_865=m |
1278 | CONFIG_NLS_CODEPAGE_866=m | 121 | CONFIG_NLS_CODEPAGE_866=m |
1279 | CONFIG_NLS_CODEPAGE_869=m | 122 | CONFIG_NLS_CODEPAGE_869=m |
1280 | CONFIG_NLS_CODEPAGE_936=m | 123 | CONFIG_NLS_CODEPAGE_874=m |
1281 | CONFIG_NLS_CODEPAGE_950=m | ||
1282 | CONFIG_NLS_CODEPAGE_932=m | 124 | CONFIG_NLS_CODEPAGE_932=m |
125 | CONFIG_NLS_CODEPAGE_936=m | ||
1283 | CONFIG_NLS_CODEPAGE_949=m | 126 | CONFIG_NLS_CODEPAGE_949=m |
1284 | CONFIG_NLS_CODEPAGE_874=m | 127 | CONFIG_NLS_CODEPAGE_950=m |
1285 | CONFIG_NLS_ISO8859_8=m | 128 | CONFIG_NLS_ISO8859_13=m |
1286 | CONFIG_NLS_CODEPAGE_1250=m | 129 | CONFIG_NLS_ISO8859_14=m |
1287 | CONFIG_NLS_CODEPAGE_1251=m | 130 | CONFIG_NLS_ISO8859_15=m |
1288 | # CONFIG_NLS_ASCII is not set | ||
1289 | CONFIG_NLS_ISO8859_1=y | 131 | CONFIG_NLS_ISO8859_1=y |
1290 | CONFIG_NLS_ISO8859_2=m | 132 | CONFIG_NLS_ISO8859_2=m |
1291 | CONFIG_NLS_ISO8859_3=m | 133 | CONFIG_NLS_ISO8859_3=m |
@@ -1293,100 +135,77 @@ CONFIG_NLS_ISO8859_4=m | |||
1293 | CONFIG_NLS_ISO8859_5=m | 135 | CONFIG_NLS_ISO8859_5=m |
1294 | CONFIG_NLS_ISO8859_6=m | 136 | CONFIG_NLS_ISO8859_6=m |
1295 | CONFIG_NLS_ISO8859_7=m | 137 | CONFIG_NLS_ISO8859_7=m |
138 | CONFIG_NLS_ISO8859_8=m | ||
1296 | CONFIG_NLS_ISO8859_9=m | 139 | CONFIG_NLS_ISO8859_9=m |
1297 | CONFIG_NLS_ISO8859_13=m | ||
1298 | CONFIG_NLS_ISO8859_14=m | ||
1299 | CONFIG_NLS_ISO8859_15=m | ||
1300 | CONFIG_NLS_KOI8_R=m | 140 | CONFIG_NLS_KOI8_R=m |
1301 | CONFIG_NLS_KOI8_U=m | 141 | CONFIG_NLS_KOI8_U=m |
1302 | CONFIG_NLS_UTF8=m | 142 | CONFIG_NLS_UTF8=m |
1303 | 143 | CONFIG_NR_CPUS=512 | |
1304 | # | 144 | CONFIG_NTFS_FS=m |
1305 | # Library routines | 145 | CONFIG_PACKET=y |
1306 | # | 146 | CONFIG_PARTITION_ADVANCED=y |
1307 | # CONFIG_CRC_CCITT is not set | 147 | CONFIG_PERFMON=y |
1308 | # CONFIG_CRC16 is not set | 148 | CONFIG_POSIX_MQUEUE=y |
1309 | CONFIG_CRC32=y | 149 | CONFIG_PROC_KCORE=y |
1310 | # CONFIG_LIBCRC32C is not set | 150 | CONFIG_RAW_DRIVER=m |
1311 | CONFIG_GENERIC_HARDIRQS=y | 151 | CONFIG_REISERFS_FS_POSIX_ACL=y |
1312 | CONFIG_GENERIC_IRQ_PROBE=y | 152 | CONFIG_REISERFS_FS_SECURITY=y |
1313 | CONFIG_GENERIC_PENDING_IRQ=y | 153 | CONFIG_REISERFS_FS_XATTR=y |
1314 | 154 | CONFIG_REISERFS_FS=y | |
1315 | # | 155 | CONFIG_SCSI_FC_ATTRS=y |
1316 | # HP Simulator drivers | 156 | CONFIG_SCSI_QLOGIC_1280=y |
1317 | # | 157 | CONFIG_SCSI_SYM53C8XX_2=y |
1318 | # CONFIG_HP_SIMETH is not set | 158 | CONFIG_SCSI=y |
1319 | # CONFIG_HP_SIMSERIAL is not set | 159 | CONFIG_SERIAL_8250_CONSOLE=y |
1320 | # CONFIG_HP_SIMSCSI is not set | 160 | CONFIG_SERIAL_8250_EXTENDED=y |
1321 | 161 | CONFIG_SERIAL_8250_NR_UARTS=6 | |
1322 | # | 162 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
1323 | # Instrumentation Support | 163 | CONFIG_SERIAL_8250=y |
1324 | # | 164 | CONFIG_SERIAL_NONSTANDARD=y |
1325 | # CONFIG_PROFILING is not set | 165 | CONFIG_SERIAL_SGI_IOC3=y |
1326 | # CONFIG_KPROBES is not set | 166 | CONFIG_SERIAL_SGI_IOC4=y |
1327 | 167 | CONFIG_SERIAL_SGI_L1_CONSOLE=y | |
1328 | # | 168 | # CONFIG_SERIO_SERPORT is not set |
1329 | # Kernel hacking | 169 | CONFIG_SGI_IOC3=y |
1330 | # | 170 | CONFIG_SGI_IOC4=y |
1331 | # CONFIG_PRINTK_TIME is not set | 171 | CONFIG_SGI_MBCS=m |
1332 | CONFIG_MAGIC_SYSRQ=y | 172 | CONFIG_SGI_PARTITION=y |
1333 | CONFIG_DEBUG_KERNEL=y | 173 | CONFIG_SGI_SNSC=y |
1334 | CONFIG_LOG_BUF_SHIFT=20 | 174 | CONFIG_SGI_TIOCX=y |
1335 | CONFIG_DETECT_SOFTLOCKUP=y | 175 | CONFIG_SMB_FS=m |
1336 | # CONFIG_SCHEDSTATS is not set | 176 | CONFIG_SMB_NLS_DEFAULT=y |
1337 | # CONFIG_DEBUG_SLAB is not set | 177 | CONFIG_SMP=y |
1338 | CONFIG_DEBUG_MUTEXES=y | 178 | CONFIG_SND_CS4281=m |
1339 | # CONFIG_DEBUG_SPINLOCK is not set | 179 | CONFIG_SND_CS46XX=m |
1340 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 180 | CONFIG_SND_DUMMY=m |
1341 | # CONFIG_DEBUG_KOBJECT is not set | 181 | CONFIG_SND_EMU10K1=m |
1342 | # CONFIG_DEBUG_INFO is not set | 182 | CONFIG_SND_FM801=m |
1343 | # CONFIG_DEBUG_FS is not set | 183 | CONFIG_SND=m |
1344 | # CONFIG_DEBUG_VM is not set | 184 | CONFIG_SND_MIXER_OSS=m |
1345 | CONFIG_FORCED_INLINING=y | 185 | CONFIG_SND_MPU401=m |
1346 | # CONFIG_RCU_TORTURE_TEST is not set | 186 | CONFIG_SND_MTPAV=m |
1347 | CONFIG_IA64_GRANULE_16MB=y | 187 | CONFIG_SND_PCM_OSS=m |
1348 | # CONFIG_IA64_GRANULE_64MB is not set | 188 | CONFIG_SND_SEQ_DUMMY=m |
1349 | # CONFIG_IA64_PRINT_HAZARDS is not set | 189 | CONFIG_SND_SEQUENCER=m |
1350 | # CONFIG_DISABLE_VHPT is not set | 190 | CONFIG_SND_SEQUENCER_OSS=y |
1351 | # CONFIG_IA64_DEBUG_CMPXCHG is not set | 191 | CONFIG_SND_SERIAL_U16550=m |
1352 | # CONFIG_IA64_DEBUG_IRQ is not set | 192 | CONFIG_SND_VERBOSE_PRINTK=y |
1353 | CONFIG_SYSVIPC_COMPAT=y | 193 | CONFIG_SND_VIRMIDI=m |
1354 | 194 | CONFIG_SOUND=m | |
1355 | # | 195 | CONFIG_SPARSEMEM_MANUAL=y |
1356 | # Security options | 196 | CONFIG_SYN_COOKIES=y |
1357 | # | 197 | CONFIG_SYSVIPC=y |
1358 | # CONFIG_KEYS is not set | 198 | CONFIG_TIGON3=y |
1359 | # CONFIG_SECURITY is not set | 199 | CONFIG_TMPFS=y |
1360 | 200 | CONFIG_TULIP=m | |
1361 | # | 201 | CONFIG_UDF_FS=m |
1362 | # Cryptographic options | 202 | CONFIG_UNIX=y |
1363 | # | 203 | CONFIG_USB_DEVICEFS=y |
1364 | CONFIG_CRYPTO=y | 204 | CONFIG_USB_EHCI_HCD=m |
1365 | # CONFIG_CRYPTO_HMAC is not set | 205 | CONFIG_USB=m |
1366 | # CONFIG_CRYPTO_NULL is not set | 206 | CONFIG_USB_MON=m |
1367 | # CONFIG_CRYPTO_MD4 is not set | 207 | CONFIG_USB_OHCI_HCD=m |
1368 | CONFIG_CRYPTO_MD5=y | 208 | CONFIG_USB_STORAGE=m |
1369 | # CONFIG_CRYPTO_SHA1 is not set | 209 | CONFIG_USB_UHCI_HCD=m |
1370 | # CONFIG_CRYPTO_SHA256 is not set | 210 | CONFIG_VFAT_FS=y |
1371 | # CONFIG_CRYPTO_SHA512 is not set | 211 | CONFIG_XFS_FS=y |
1372 | # CONFIG_CRYPTO_WP512 is not set | ||
1373 | # CONFIG_CRYPTO_TGR192 is not set | ||
1374 | CONFIG_CRYPTO_DES=m | ||
1375 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1376 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1377 | # CONFIG_CRYPTO_SERPENT is not set | ||
1378 | # CONFIG_CRYPTO_AES is not set | ||
1379 | # CONFIG_CRYPTO_CAST5 is not set | ||
1380 | # CONFIG_CRYPTO_CAST6 is not set | ||
1381 | # CONFIG_CRYPTO_TEA is not set | ||
1382 | # CONFIG_CRYPTO_ARC4 is not set | ||
1383 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1384 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1385 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1386 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1387 | # CONFIG_CRYPTO_CRC32C is not set | ||
1388 | # CONFIG_CRYPTO_TEST is not set | ||
1389 | |||
1390 | # | ||
1391 | # Hardware crypto devices | ||
1392 | # | ||