diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-05 11:57:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-05 11:57:50 -0400 |
commit | 93b9e9a2d91b8a6c93f14e98382694f83de9f02e (patch) | |
tree | 0344741b0dbac09aea7f289ad25f412923c9d165 /arch/ia64 | |
parent | c3d1f1746b966907ba5ad2f75ddca24db8b21147 (diff) | |
parent | 9354a55f9490aff8e5d4abedec3db78093772cae (diff) |
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
[IA64] increase ia64 static per cpu area
[IA64] Put ia64 config files on the Uwe Kleine-König diet
[IA64] perfmon: convert to unlocked_ioctl
[IA64] beautify vmlinux.lds.h
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/configs/bigsur_defconfig | 1428 | ||||
-rw-r--r-- | arch/ia64/configs/generic_defconfig | 1788 | ||||
-rw-r--r-- | arch/ia64/configs/gensparse_defconfig | 1493 | ||||
-rw-r--r-- | arch/ia64/configs/sim_defconfig | 756 | ||||
-rw-r--r-- | arch/ia64/configs/tiger_defconfig | 1356 | ||||
-rw-r--r-- | arch/ia64/configs/xen_domu_defconfig | 1678 | ||||
-rw-r--r-- | arch/ia64/configs/zx1_defconfig | 1681 | ||||
-rw-r--r-- | arch/ia64/include/asm/page.h | 2 | ||||
-rw-r--r-- | arch/ia64/kernel/perfmon.c | 22 | ||||
-rw-r--r-- | arch/ia64/kernel/vmlinux.lds.S | 362 |
10 files changed, 1058 insertions, 9508 deletions
diff --git a/arch/ia64/configs/bigsur_defconfig b/arch/ia64/configs/bigsur_defconfig index 312b12094a1d..c5fe20553dad 100644 --- a/arch/ia64/configs/bigsur_defconfig +++ b/arch/ia64/configs/bigsur_defconfig | |||
@@ -1,1358 +1,118 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.16-rc5 | ||
4 | # Mon Feb 27 16:10:42 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 is not set | ||
26 | # CONFIG_CPUSETS is not set | ||
27 | CONFIG_INITRAMFS_SOURCE="" | ||
28 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
29 | # CONFIG_EMBEDDED is not set | ||
30 | CONFIG_KALLSYMS=y | ||
31 | # CONFIG_KALLSYMS_ALL is not set | ||
32 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
33 | CONFIG_HOTPLUG=y | ||
34 | CONFIG_PRINTK=y | ||
35 | CONFIG_BUG=y | ||
36 | CONFIG_ELF_CORE=y | ||
37 | CONFIG_BASE_FULL=y | ||
38 | CONFIG_FUTEX=y | ||
39 | CONFIG_EPOLL=y | ||
40 | CONFIG_SHMEM=y | ||
41 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
42 | CONFIG_CC_ALIGN_LABELS=0 | ||
43 | CONFIG_CC_ALIGN_LOOPS=0 | ||
44 | CONFIG_CC_ALIGN_JUMPS=0 | ||
45 | CONFIG_SLUB=y | ||
46 | # CONFIG_TINY_SHMEM is not set | ||
47 | CONFIG_BASE_SMALL=0 | ||
48 | # CONFIG_SLOB is not set | ||
49 | |||
50 | # | ||
51 | # Loadable module support | ||
52 | # | ||
53 | CONFIG_MODULES=y | ||
54 | CONFIG_MODULE_UNLOAD=y | ||
55 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
56 | CONFIG_OBSOLETE_MODPARM=y | ||
57 | # CONFIG_MODVERSIONS is not set | ||
58 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
59 | CONFIG_KMOD=y | ||
60 | CONFIG_STOP_MACHINE=y | ||
61 | |||
62 | # | ||
63 | # Block layer | ||
64 | # | ||
65 | |||
66 | # | ||
67 | # IO Schedulers | ||
68 | # | ||
69 | CONFIG_IOSCHED_NOOP=y | ||
70 | CONFIG_IOSCHED_AS=y | ||
71 | CONFIG_IOSCHED_DEADLINE=y | ||
72 | CONFIG_IOSCHED_CFQ=y | ||
73 | CONFIG_DEFAULT_AS=y | ||
74 | # CONFIG_DEFAULT_DEADLINE is not set | ||
75 | # CONFIG_DEFAULT_CFQ is not set | ||
76 | # CONFIG_DEFAULT_NOOP is not set | ||
77 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
78 | |||
79 | # | ||
80 | # Processor type and features | ||
81 | # | ||
82 | CONFIG_IA64=y | ||
83 | CONFIG_64BIT=y | ||
84 | CONFIG_MMU=y | ||
85 | CONFIG_SWIOTLB=y | ||
86 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
87 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
88 | CONFIG_GENERIC_TIME=y | ||
89 | CONFIG_EFI=y | ||
90 | CONFIG_GENERIC_IOMAP=y | ||
91 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
92 | CONFIG_DMA_IS_DMA32=y | ||
93 | # CONFIG_IA64_GENERIC is not set | ||
94 | CONFIG_IA64_DIG=y | ||
95 | # CONFIG_IA64_HP_ZX1 is not set | ||
96 | # CONFIG_IA64_HP_ZX1_SWIOTLB is not set | ||
97 | # CONFIG_IA64_SGI_SN2 is not set | ||
98 | # CONFIG_IA64_HP_SIM is not set | ||
99 | CONFIG_ITANIUM=y | ||
100 | # CONFIG_MCKINLEY is not set | ||
101 | # CONFIG_IA64_PAGE_SIZE_4KB is not set | ||
102 | # CONFIG_IA64_PAGE_SIZE_8KB is not set | ||
103 | CONFIG_IA64_PAGE_SIZE_16KB=y | ||
104 | # CONFIG_IA64_PAGE_SIZE_64KB is not set | ||
105 | CONFIG_PGTABLE_3=y | ||
106 | # CONFIG_PGTABLE_4 is not set | ||
107 | # CONFIG_HZ_100 is not set | ||
108 | CONFIG_HZ_250=y | ||
109 | # CONFIG_HZ_1000 is not set | ||
110 | CONFIG_HZ=250 | ||
111 | CONFIG_IA64_BRL_EMU=y | ||
112 | CONFIG_IA64_L1_CACHE_SHIFT=6 | ||
113 | # CONFIG_IA64_CYCLONE is not set | ||
114 | CONFIG_IOSAPIC=y | ||
115 | CONFIG_FORCE_MAX_ZONEORDER=17 | ||
116 | CONFIG_SMP=y | ||
117 | CONFIG_NR_CPUS=2 | ||
118 | # CONFIG_HOTPLUG_CPU is not set | ||
119 | # CONFIG_SCHED_SMT is not set | ||
120 | CONFIG_PREEMPT=y | ||
121 | CONFIG_SELECT_MEMORY_MODEL=y | ||
122 | CONFIG_FLATMEM_MANUAL=y | ||
123 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
124 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
125 | CONFIG_FLATMEM=y | ||
126 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
127 | # CONFIG_SPARSEMEM_STATIC is not set | ||
128 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
129 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
130 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
131 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
132 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
133 | # CONFIG_VIRTUAL_MEM_MAP is not set | ||
134 | # CONFIG_IA64_MCA_RECOVERY is not set | ||
135 | CONFIG_PERFMON=y | ||
136 | CONFIG_IA64_PALINFO=y | ||
137 | |||
138 | # | ||
139 | # Firmware Drivers | ||
140 | # | ||
141 | CONFIG_EFI_VARS=y | ||
142 | CONFIG_EFI_PCDP=y | ||
143 | CONFIG_BINFMT_ELF=y | ||
144 | CONFIG_BINFMT_MISC=m | ||
145 | |||
146 | # | ||
147 | # Power management and ACPI | ||
148 | # | ||
149 | CONFIG_PM=y | ||
150 | CONFIG_PM_LEGACY=y | ||
151 | # CONFIG_PM_DEBUG is not set | ||
152 | |||
153 | # | ||
154 | # ACPI (Advanced Configuration and Power Interface) Support | ||
155 | # | ||
156 | CONFIG_ACPI=y | ||
157 | CONFIG_ACPI_BUTTON=m | 1 | CONFIG_ACPI_BUTTON=m |
158 | CONFIG_ACPI_FAN=m | 2 | CONFIG_ACPI_FAN=m |
159 | CONFIG_ACPI_PROCESSOR=m | 3 | CONFIG_ACPI_PROCESSOR=m |
160 | CONFIG_ACPI_THERMAL=m | 4 | CONFIG_AGP_I460=m |
161 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 5 | CONFIG_AGP=m |
162 | # CONFIG_ACPI_DEBUG is not set | 6 | CONFIG_AUTOFS4_FS=m |
163 | CONFIG_ACPI_EC=y | 7 | CONFIG_AUTOFS_FS=m |
164 | CONFIG_ACPI_POWER=y | 8 | CONFIG_BINFMT_MISC=m |
165 | CONFIG_ACPI_SYSTEM=y | ||
166 | # CONFIG_ACPI_CONTAINER is not set | ||
167 | |||
168 | # | ||
169 | # CPU Frequency scaling | ||
170 | # | ||
171 | # CONFIG_CPU_FREQ is not set | ||
172 | |||
173 | # | ||
174 | # Bus options (PCI, PCMCIA) | ||
175 | # | ||
176 | CONFIG_PCI=y | ||
177 | CONFIG_PCI_DOMAINS=y | ||
178 | # CONFIG_PCI_MSI is not set | ||
179 | CONFIG_PCI_LEGACY_PROC=y | ||
180 | # CONFIG_PCI_DEBUG is not set | ||
181 | |||
182 | # | ||
183 | # PCI Hotplug Support | ||
184 | # | ||
185 | # CONFIG_HOTPLUG_PCI is not set | ||
186 | |||
187 | # | ||
188 | # PCCARD (PCMCIA/CardBus) support | ||
189 | # | ||
190 | # CONFIG_PCCARD is not set | ||
191 | |||
192 | # | ||
193 | # Networking | ||
194 | # | ||
195 | CONFIG_NET=y | ||
196 | |||
197 | # | ||
198 | # Networking options | ||
199 | # | ||
200 | # CONFIG_NETDEBUG is not set | ||
201 | CONFIG_PACKET=y | ||
202 | CONFIG_PACKET_MMAP=y | ||
203 | CONFIG_UNIX=y | ||
204 | # CONFIG_NET_KEY is not set | ||
205 | CONFIG_INET=y | ||
206 | # CONFIG_IP_MULTICAST is not set | ||
207 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
208 | CONFIG_IP_FIB_HASH=y | ||
209 | # CONFIG_IP_PNP is not set | ||
210 | # CONFIG_NET_IPIP is not set | ||
211 | # CONFIG_NET_IPGRE is not set | ||
212 | # CONFIG_ARPD is not set | ||
213 | # CONFIG_SYN_COOKIES is not set | ||
214 | # CONFIG_INET_AH is not set | ||
215 | # CONFIG_INET_ESP is not set | ||
216 | # CONFIG_INET_IPCOMP is not set | ||
217 | # CONFIG_INET_TUNNEL is not set | ||
218 | CONFIG_INET_DIAG=y | ||
219 | CONFIG_INET_TCP_DIAG=y | ||
220 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
221 | CONFIG_TCP_CONG_BIC=y | ||
222 | # CONFIG_IPV6 is not set | ||
223 | # CONFIG_NETFILTER is not set | ||
224 | |||
225 | # | ||
226 | # DCCP Configuration (EXPERIMENTAL) | ||
227 | # | ||
228 | # CONFIG_IP_DCCP is not set | ||
229 | |||
230 | # | ||
231 | # SCTP Configuration (EXPERIMENTAL) | ||
232 | # | ||
233 | # CONFIG_IP_SCTP is not set | ||
234 | |||
235 | # | ||
236 | # TIPC Configuration (EXPERIMENTAL) | ||
237 | # | ||
238 | # CONFIG_TIPC is not set | ||
239 | # CONFIG_ATM is not set | ||
240 | # CONFIG_BRIDGE is not set | ||
241 | # CONFIG_VLAN_8021Q is not set | ||
242 | # CONFIG_DECNET is not set | ||
243 | # CONFIG_LLC2 is not set | ||
244 | # CONFIG_IPX is not set | ||
245 | # CONFIG_ATALK is not set | ||
246 | # CONFIG_X25 is not set | ||
247 | # CONFIG_LAPB is not set | ||
248 | # CONFIG_NET_DIVERT is not set | ||
249 | # CONFIG_ECONET is not set | ||
250 | # CONFIG_WAN_ROUTER is not set | ||
251 | |||
252 | # | ||
253 | # QoS and/or fair queueing | ||
254 | # | ||
255 | # CONFIG_NET_SCHED is not set | ||
256 | |||
257 | # | ||
258 | # Network testing | ||
259 | # | ||
260 | # CONFIG_NET_PKTGEN is not set | ||
261 | # CONFIG_HAMRADIO is not set | ||
262 | # CONFIG_IRDA is not set | ||
263 | # CONFIG_BT is not set | ||
264 | # CONFIG_IEEE80211 is not set | ||
265 | |||
266 | # | ||
267 | # Device Drivers | ||
268 | # | ||
269 | |||
270 | # | ||
271 | # Generic Driver Options | ||
272 | # | ||
273 | CONFIG_STANDALONE=y | ||
274 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
275 | # CONFIG_FW_LOADER is not set | ||
276 | # CONFIG_DEBUG_DRIVER is not set | ||
277 | |||
278 | # | ||
279 | # Connector - unified userspace <-> kernelspace linker | ||
280 | # | ||
281 | # CONFIG_CONNECTOR is not set | ||
282 | |||
283 | # | ||
284 | # Memory Technology Devices (MTD) | ||
285 | # | ||
286 | # CONFIG_MTD is not set | ||
287 | |||
288 | # | ||
289 | # Parallel port support | ||
290 | # | ||
291 | # CONFIG_PARPORT is not set | ||
292 | |||
293 | # | ||
294 | # Plug and Play support | ||
295 | # | ||
296 | CONFIG_PNP=y | ||
297 | # CONFIG_PNP_DEBUG is not set | ||
298 | |||
299 | # | ||
300 | # Protocols | ||
301 | # | ||
302 | CONFIG_PNPACPI=y | ||
303 | |||
304 | # | ||
305 | # Block devices | ||
306 | # | ||
307 | # CONFIG_BLK_CPQ_DA is not set | ||
308 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
309 | # CONFIG_BLK_DEV_DAC960 is not set | ||
310 | # CONFIG_BLK_DEV_UMEM is not set | ||
311 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
312 | CONFIG_BLK_DEV_LOOP=m | ||
313 | CONFIG_BLK_DEV_CRYPTOLOOP=m | 9 | CONFIG_BLK_DEV_CRYPTOLOOP=m |
314 | CONFIG_BLK_DEV_NBD=m | 10 | CONFIG_BLK_DEV_DM=m |
315 | # CONFIG_BLK_DEV_SX8 is not set | ||
316 | # CONFIG_BLK_DEV_UB is not set | ||
317 | CONFIG_BLK_DEV_RAM=m | ||
318 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
319 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
320 | # CONFIG_CDROM_PKTCDVD is not set | ||
321 | # CONFIG_ATA_OVER_ETH is not set | ||
322 | |||
323 | # | ||
324 | # ATA/ATAPI/MFM/RLL support | ||
325 | # | ||
326 | CONFIG_IDE=m | ||
327 | CONFIG_IDE_MAX_HWIFS=4 | ||
328 | CONFIG_BLK_DEV_IDE=m | ||
329 | |||
330 | # | ||
331 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
332 | # | ||
333 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
334 | CONFIG_BLK_DEV_IDEDISK=m | ||
335 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
336 | CONFIG_BLK_DEV_IDECD=m | ||
337 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
338 | CONFIG_BLK_DEV_IDEFLOPPY=m | ||
339 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
340 | # CONFIG_IDE_TASK_IOCTL is not set | ||
341 | |||
342 | # | ||
343 | # IDE chipset support/bugfixes | ||
344 | # | ||
345 | # CONFIG_IDE_GENERIC is not set | ||
346 | # CONFIG_BLK_DEV_IDEPNP is not set | ||
347 | CONFIG_BLK_DEV_IDEPCI=y | ||
348 | CONFIG_IDEPCI_SHARE_IRQ=y | ||
349 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
350 | CONFIG_BLK_DEV_GENERIC=m | 11 | CONFIG_BLK_DEV_GENERIC=m |
351 | # CONFIG_BLK_DEV_OPTI621 is not set | 12 | CONFIG_BLK_DEV_IDECD=m |
352 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 13 | CONFIG_BLK_DEV_LOOP=m |
353 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | 14 | CONFIG_BLK_DEV_MD=m |
354 | CONFIG_IDEDMA_PCI_AUTO=y | 15 | CONFIG_BLK_DEV_NBD=m |
355 | # CONFIG_IDEDMA_ONLYDISK is not set | ||
356 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
357 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
358 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
359 | # CONFIG_BLK_DEV_CMD64X is not set | ||
360 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
361 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
362 | # CONFIG_BLK_DEV_CS5520 is not set | ||
363 | # CONFIG_BLK_DEV_CS5530 is not set | ||
364 | # CONFIG_BLK_DEV_HPT34X is not set | ||
365 | # CONFIG_BLK_DEV_HPT366 is not set | ||
366 | # CONFIG_BLK_DEV_SC1200 is not set | ||
367 | CONFIG_BLK_DEV_PIIX=m | 16 | CONFIG_BLK_DEV_PIIX=m |
368 | # CONFIG_BLK_DEV_IT821X is not set | 17 | CONFIG_BLK_DEV_RAM=m |
369 | # CONFIG_BLK_DEV_NS87415 is not set | ||
370 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
371 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
372 | # CONFIG_BLK_DEV_SVWKS is not set | ||
373 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
374 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
375 | # CONFIG_BLK_DEV_TRM290 is not set | ||
376 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
377 | # CONFIG_IDE_ARM is not set | ||
378 | CONFIG_BLK_DEV_IDEDMA=y | ||
379 | # CONFIG_IDEDMA_IVB is not set | ||
380 | CONFIG_IDEDMA_AUTO=y | ||
381 | # CONFIG_BLK_DEV_HD is not set | ||
382 | |||
383 | # | ||
384 | # SCSI device support | ||
385 | # | ||
386 | # CONFIG_RAID_ATTRS is not set | ||
387 | CONFIG_SCSI=y | ||
388 | CONFIG_SCSI_PROC_FS=y | ||
389 | |||
390 | # | ||
391 | # SCSI support type (disk, tape, CD-ROM) | ||
392 | # | ||
393 | CONFIG_BLK_DEV_SD=y | 18 | CONFIG_BLK_DEV_SD=y |
394 | # CONFIG_CHR_DEV_ST is not set | 19 | CONFIG_CIFS=m |
395 | # CONFIG_CHR_DEV_OSST is not set | 20 | CONFIG_CIFS_POSIX=y |
396 | # CONFIG_BLK_DEV_SR is not set | 21 | CONFIG_CIFS_STATS=y |
397 | # CONFIG_CHR_DEV_SG is not set | 22 | CONFIG_CIFS_XATTR=y |
398 | # CONFIG_CHR_DEV_SCH is not set | 23 | CONFIG_CRYPTO_DES=y |
399 | 24 | CONFIG_CRYPTO_MD5=y | |
400 | # | 25 | CONFIG_DEBUG_KERNEL=y |
401 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | 26 | CONFIG_DEBUG_MUTEXES=y |
402 | # | ||
403 | # CONFIG_SCSI_MULTI_LUN is not set | ||
404 | CONFIG_SCSI_CONSTANTS=y | ||
405 | CONFIG_SCSI_LOGGING=y | ||
406 | |||
407 | # | ||
408 | # SCSI Transport Attributes | ||
409 | # | ||
410 | CONFIG_SCSI_SPI_ATTRS=m | ||
411 | # CONFIG_SCSI_FC_ATTRS is not set | ||
412 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
413 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
414 | |||
415 | # | ||
416 | # SCSI low-level drivers | ||
417 | # | ||
418 | # CONFIG_ISCSI_TCP is not set | ||
419 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
420 | # CONFIG_SCSI_3W_9XXX is not set | ||
421 | # CONFIG_SCSI_ACARD is not set | ||
422 | # CONFIG_SCSI_AACRAID is not set | ||
423 | # CONFIG_SCSI_AIC7XXX is not set | ||
424 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
425 | # CONFIG_SCSI_AIC79XX is not set | ||
426 | # CONFIG_MEGARAID_NEWGEN is not set | ||
427 | # CONFIG_MEGARAID_LEGACY is not set | ||
428 | # CONFIG_MEGARAID_SAS is not set | ||
429 | # CONFIG_SCSI_SATA is not set | ||
430 | # CONFIG_SCSI_DMX3191D is not set | ||
431 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
432 | # CONFIG_SCSI_IPS is not set | ||
433 | # CONFIG_SCSI_INITIO is not set | ||
434 | # CONFIG_SCSI_INIA100 is not set | ||
435 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
436 | # CONFIG_SCSI_IPR is not set | ||
437 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
438 | CONFIG_SCSI_QLOGIC_1280=y | ||
439 | # CONFIG_SCSI_QLA_FC is not set | ||
440 | # CONFIG_SCSI_LPFC is not set | ||
441 | # CONFIG_SCSI_DC395x is not set | ||
442 | # CONFIG_SCSI_DC390T is not set | ||
443 | # CONFIG_SCSI_DEBUG is not set | ||
444 | |||
445 | # | ||
446 | # Multi-device support (RAID and LVM) | ||
447 | # | ||
448 | CONFIG_MD=y | ||
449 | CONFIG_BLK_DEV_MD=m | ||
450 | CONFIG_MD_LINEAR=m | ||
451 | CONFIG_MD_RAID0=m | ||
452 | CONFIG_MD_RAID1=m | ||
453 | CONFIG_MD_RAID10=m | ||
454 | CONFIG_MD_RAID5=m | ||
455 | CONFIG_MD_RAID6=m | ||
456 | CONFIG_MD_MULTIPATH=m | ||
457 | # CONFIG_MD_FAULTY is not set | ||
458 | CONFIG_BLK_DEV_DM=m | ||
459 | CONFIG_DM_CRYPT=m | 27 | CONFIG_DM_CRYPT=m |
460 | CONFIG_DM_SNAPSHOT=m | ||
461 | CONFIG_DM_MIRROR=m | 28 | CONFIG_DM_MIRROR=m |
29 | CONFIG_DM_SNAPSHOT=m | ||
462 | CONFIG_DM_ZERO=m | 30 | CONFIG_DM_ZERO=m |
463 | # CONFIG_DM_MULTIPATH is not set | ||
464 | |||
465 | # | ||
466 | # Fusion MPT device support | ||
467 | # | ||
468 | # CONFIG_FUSION is not set | ||
469 | # CONFIG_FUSION_SPI is not set | ||
470 | # CONFIG_FUSION_FC is not set | ||
471 | # CONFIG_FUSION_SAS is not set | ||
472 | |||
473 | # | ||
474 | # IEEE 1394 (FireWire) support | ||
475 | # | ||
476 | # CONFIG_IEEE1394 is not set | ||
477 | |||
478 | # | ||
479 | # I2O device support | ||
480 | # | ||
481 | # CONFIG_I2O is not set | ||
482 | |||
483 | # | ||
484 | # Network device support | ||
485 | # | ||
486 | CONFIG_NETDEVICES=y | ||
487 | CONFIG_DUMMY=y | ||
488 | # CONFIG_BONDING is not set | ||
489 | # CONFIG_EQUALIZER is not set | ||
490 | # CONFIG_TUN is not set | ||
491 | # CONFIG_NET_SB1000 is not set | ||
492 | |||
493 | # | ||
494 | # ARCnet devices | ||
495 | # | ||
496 | # CONFIG_ARCNET is not set | ||
497 | |||
498 | # | ||
499 | # PHY device support | ||
500 | # | ||
501 | # CONFIG_PHYLIB is not set | ||
502 | |||
503 | # | ||
504 | # Ethernet (10 or 100Mbit) | ||
505 | # | ||
506 | CONFIG_NET_ETHERNET=y | ||
507 | CONFIG_MII=y | ||
508 | # CONFIG_HAPPYMEAL is not set | ||
509 | # CONFIG_SUNGEM is not set | ||
510 | # CONFIG_CASSINI is not set | ||
511 | # CONFIG_NET_VENDOR_3COM is not set | ||
512 | |||
513 | # | ||
514 | # Tulip family network device support | ||
515 | # | ||
516 | # CONFIG_NET_TULIP is not set | ||
517 | # CONFIG_HP100 is not set | ||
518 | CONFIG_NET_PCI=y | ||
519 | # CONFIG_PCNET32 is not set | ||
520 | # CONFIG_AMD8111_ETH is not set | ||
521 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
522 | # CONFIG_B44 is not set | ||
523 | # CONFIG_FORCEDETH is not set | ||
524 | # CONFIG_DGRS is not set | ||
525 | CONFIG_EEPRO100=y | ||
526 | # CONFIG_E100 is not set | ||
527 | # CONFIG_FEALNX is not set | ||
528 | # CONFIG_NATSEMI is not set | ||
529 | # CONFIG_NE2K_PCI is not set | ||
530 | # CONFIG_8139CP is not set | ||
531 | # CONFIG_8139TOO is not set | ||
532 | # CONFIG_SIS900 is not set | ||
533 | # CONFIG_EPIC100 is not set | ||
534 | # CONFIG_SUNDANCE is not set | ||
535 | # CONFIG_VIA_RHINE is not set | ||
536 | |||
537 | # | ||
538 | # Ethernet (1000 Mbit) | ||
539 | # | ||
540 | # CONFIG_ACENIC is not set | ||
541 | # CONFIG_DL2K is not set | ||
542 | # CONFIG_E1000 is not set | ||
543 | # CONFIG_NS83820 is not set | ||
544 | # CONFIG_HAMACHI is not set | ||
545 | # CONFIG_YELLOWFIN is not set | ||
546 | # CONFIG_R8169 is not set | ||
547 | # CONFIG_SIS190 is not set | ||
548 | # CONFIG_SKGE is not set | ||
549 | # CONFIG_SKY2 is not set | ||
550 | # CONFIG_SK98LIN is not set | ||
551 | # CONFIG_VIA_VELOCITY is not set | ||
552 | # CONFIG_TIGON3 is not set | ||
553 | # CONFIG_BNX2 is not set | ||
554 | |||
555 | # | ||
556 | # Ethernet (10000 Mbit) | ||
557 | # | ||
558 | # CONFIG_CHELSIO_T1 is not set | ||
559 | # CONFIG_IXGB is not set | ||
560 | # CONFIG_S2IO is not set | ||
561 | |||
562 | # | ||
563 | # Token Ring devices | ||
564 | # | ||
565 | # CONFIG_TR is not set | ||
566 | |||
567 | # | ||
568 | # Wireless LAN (non-hamradio) | ||
569 | # | ||
570 | # CONFIG_NET_RADIO is not set | ||
571 | |||
572 | # | ||
573 | # Wan interfaces | ||
574 | # | ||
575 | # CONFIG_WAN is not set | ||
576 | # CONFIG_FDDI is not set | ||
577 | # CONFIG_HIPPI is not set | ||
578 | # CONFIG_PPP is not set | ||
579 | # CONFIG_SLIP is not set | ||
580 | # CONFIG_NET_FC is not set | ||
581 | # CONFIG_SHAPER is not set | ||
582 | # CONFIG_NETCONSOLE is not set | ||
583 | # CONFIG_NETPOLL is not set | ||
584 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
585 | |||
586 | # | ||
587 | # ISDN subsystem | ||
588 | # | ||
589 | # CONFIG_ISDN is not set | ||
590 | |||
591 | # | ||
592 | # Telephony Support | ||
593 | # | ||
594 | # CONFIG_PHONE is not set | ||
595 | |||
596 | # | ||
597 | # Input device support | ||
598 | # | ||
599 | CONFIG_INPUT=y | ||
600 | |||
601 | # | ||
602 | # Userland interfaces | ||
603 | # | ||
604 | CONFIG_INPUT_MOUSEDEV=y | ||
605 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
606 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
607 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
608 | # CONFIG_INPUT_JOYDEV is not set | ||
609 | # CONFIG_INPUT_TSDEV is not set | ||
610 | CONFIG_INPUT_EVDEV=y | ||
611 | # CONFIG_INPUT_EVBUG is not set | ||
612 | |||
613 | # | ||
614 | # Input Device Drivers | ||
615 | # | ||
616 | CONFIG_INPUT_KEYBOARD=y | ||
617 | CONFIG_KEYBOARD_ATKBD=y | ||
618 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
619 | # CONFIG_KEYBOARD_LKKBD is not set | ||
620 | # CONFIG_KEYBOARD_XTKBD is not set | ||
621 | # CONFIG_KEYBOARD_NEWTON is not set | ||
622 | CONFIG_INPUT_MOUSE=y | ||
623 | CONFIG_MOUSE_PS2=y | ||
624 | # CONFIG_MOUSE_SERIAL is not set | ||
625 | # CONFIG_MOUSE_VSXXXAA is not set | ||
626 | # CONFIG_INPUT_JOYSTICK is not set | ||
627 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
628 | # CONFIG_INPUT_MISC is not set | ||
629 | |||
630 | # | ||
631 | # Hardware I/O ports | ||
632 | # | ||
633 | CONFIG_SERIO=y | ||
634 | CONFIG_SERIO_I8042=y | ||
635 | CONFIG_SERIO_SERPORT=y | ||
636 | # CONFIG_SERIO_PCIPS2 is not set | ||
637 | CONFIG_SERIO_LIBPS2=y | ||
638 | # CONFIG_SERIO_RAW is not set | ||
639 | # CONFIG_GAMEPORT is not set | ||
640 | |||
641 | # | ||
642 | # Character devices | ||
643 | # | ||
644 | CONFIG_VT=y | ||
645 | CONFIG_VT_CONSOLE=y | ||
646 | CONFIG_HW_CONSOLE=y | ||
647 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
648 | |||
649 | # | ||
650 | # Serial drivers | ||
651 | # | ||
652 | CONFIG_SERIAL_8250=y | ||
653 | CONFIG_SERIAL_8250_CONSOLE=y | ||
654 | CONFIG_SERIAL_8250_ACPI=y | ||
655 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
656 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
657 | CONFIG_SERIAL_8250_EXTENDED=y | ||
658 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
659 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | ||
660 | # CONFIG_SERIAL_8250_RSA is not set | ||
661 | |||
662 | # | ||
663 | # Non-8250 serial port support | ||
664 | # | ||
665 | CONFIG_SERIAL_CORE=y | ||
666 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
667 | # CONFIG_SERIAL_JSM is not set | ||
668 | CONFIG_UNIX98_PTYS=y | ||
669 | CONFIG_LEGACY_PTYS=y | ||
670 | CONFIG_LEGACY_PTY_COUNT=256 | ||
671 | |||
672 | # | ||
673 | # IPMI | ||
674 | # | ||
675 | # CONFIG_IPMI_HANDLER is not set | ||
676 | |||
677 | # | ||
678 | # Watchdog Cards | ||
679 | # | ||
680 | # CONFIG_WATCHDOG is not set | ||
681 | # CONFIG_HW_RANDOM is not set | ||
682 | CONFIG_EFI_RTC=y | ||
683 | # CONFIG_DTLK is not set | ||
684 | # CONFIG_R3964 is not set | ||
685 | # CONFIG_APPLICOM is not set | ||
686 | |||
687 | # | ||
688 | # Ftape, the floppy tape device driver | ||
689 | # | ||
690 | CONFIG_AGP=m | ||
691 | CONFIG_AGP_I460=m | ||
692 | CONFIG_DRM=m | 31 | CONFIG_DRM=m |
693 | # CONFIG_DRM_TDFX is not set | ||
694 | CONFIG_DRM_R128=m | 32 | CONFIG_DRM_R128=m |
695 | # CONFIG_DRM_RADEON is not set | 33 | CONFIG_DUMMY=y |
696 | # CONFIG_DRM_MGA is not set | 34 | CONFIG_EFI_PARTITION=y |
697 | # CONFIG_DRM_SIS is not set | 35 | CONFIG_EFI_RTC=y |
698 | # CONFIG_DRM_VIA is not set | 36 | CONFIG_EFI_VARS=y |
699 | # CONFIG_DRM_SAVAGE is not set | 37 | CONFIG_EXPERIMENTAL=y |
700 | # CONFIG_RAW_DRIVER is not set | ||
701 | # CONFIG_HPET is not set | ||
702 | # CONFIG_HANGCHECK_TIMER is not set | ||
703 | |||
704 | # | ||
705 | # TPM devices | ||
706 | # | ||
707 | # CONFIG_TCG_TPM is not set | ||
708 | # CONFIG_TELCLOCK is not set | ||
709 | |||
710 | # | ||
711 | # I2C support | ||
712 | # | ||
713 | CONFIG_I2C=y | ||
714 | CONFIG_I2C_CHARDEV=y | ||
715 | |||
716 | # | ||
717 | # I2C Algorithms | ||
718 | # | ||
719 | CONFIG_I2C_ALGOBIT=y | ||
720 | # CONFIG_I2C_ALGOPCF is not set | ||
721 | # CONFIG_I2C_ALGOPCA is not set | ||
722 | |||
723 | # | ||
724 | # I2C Hardware Bus support | ||
725 | # | ||
726 | # CONFIG_I2C_ALI1535 is not set | ||
727 | # CONFIG_I2C_ALI1563 is not set | ||
728 | # CONFIG_I2C_ALI15X3 is not set | ||
729 | # CONFIG_I2C_AMD756 is not set | ||
730 | # CONFIG_I2C_AMD8111 is not set | ||
731 | # CONFIG_I2C_I801 is not set | ||
732 | # CONFIG_I2C_I810 is not set | ||
733 | # CONFIG_I2C_PIIX4 is not set | ||
734 | # CONFIG_I2C_NFORCE2 is not set | ||
735 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
736 | # CONFIG_I2C_PROSAVAGE is not set | ||
737 | # CONFIG_I2C_SAVAGE4 is not set | ||
738 | # CONFIG_SCx200_ACB is not set | ||
739 | # CONFIG_I2C_SIS5595 is not set | ||
740 | # CONFIG_I2C_SIS630 is not set | ||
741 | # CONFIG_I2C_SIS96X is not set | ||
742 | # CONFIG_I2C_STUB is not set | ||
743 | # CONFIG_I2C_VIA is not set | ||
744 | # CONFIG_I2C_VIAPRO is not set | ||
745 | # CONFIG_I2C_VOODOO3 is not set | ||
746 | # CONFIG_I2C_PCA_ISA is not set | ||
747 | |||
748 | # | ||
749 | # Miscellaneous I2C Chip support | ||
750 | # | ||
751 | # CONFIG_SENSORS_DS1337 is not set | ||
752 | # CONFIG_SENSORS_DS1374 is not set | ||
753 | # CONFIG_EEPROM_LEGACY is not set | ||
754 | # CONFIG_SENSORS_PCF8574 is not set | ||
755 | # CONFIG_SENSORS_PCA9539 is not set | ||
756 | # CONFIG_SENSORS_PCF8591 is not set | ||
757 | # CONFIG_SENSORS_RTC8564 is not set | ||
758 | # CONFIG_SENSORS_MAX6875 is not set | ||
759 | # CONFIG_RTC_X1205_I2C is not set | ||
760 | # CONFIG_I2C_DEBUG_CORE is not set | ||
761 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
762 | # CONFIG_I2C_DEBUG_BUS is not set | ||
763 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
764 | |||
765 | # | ||
766 | # SPI support | ||
767 | # | ||
768 | # CONFIG_SPI is not set | ||
769 | # CONFIG_SPI_MASTER is not set | ||
770 | |||
771 | # | ||
772 | # Dallas's 1-wire bus | ||
773 | # | ||
774 | # CONFIG_W1 is not set | ||
775 | |||
776 | # | ||
777 | # Hardware Monitoring support | ||
778 | # | ||
779 | CONFIG_HWMON=y | ||
780 | # CONFIG_HWMON_VID is not set | ||
781 | # CONFIG_SENSORS_ADM1021 is not set | ||
782 | # CONFIG_SENSORS_ADM1025 is not set | ||
783 | # CONFIG_SENSORS_ADM1026 is not set | ||
784 | # CONFIG_SENSORS_ADM1031 is not set | ||
785 | # CONFIG_SENSORS_ADM9240 is not set | ||
786 | # CONFIG_SENSORS_ASB100 is not set | ||
787 | # CONFIG_SENSORS_ATXP1 is not set | ||
788 | # CONFIG_SENSORS_DS1621 is not set | ||
789 | # CONFIG_SENSORS_F71805F is not set | ||
790 | # CONFIG_SENSORS_FSCHER is not set | ||
791 | # CONFIG_SENSORS_FSCPOS is not set | ||
792 | # CONFIG_SENSORS_GL518SM is not set | ||
793 | # CONFIG_SENSORS_GL520SM is not set | ||
794 | # CONFIG_SENSORS_IT87 is not set | ||
795 | # CONFIG_SENSORS_LM63 is not set | ||
796 | # CONFIG_SENSORS_LM75 is not set | ||
797 | # CONFIG_SENSORS_LM77 is not set | ||
798 | # CONFIG_SENSORS_LM78 is not set | ||
799 | # CONFIG_SENSORS_LM80 is not set | ||
800 | # CONFIG_SENSORS_LM83 is not set | ||
801 | # CONFIG_SENSORS_LM85 is not set | ||
802 | # CONFIG_SENSORS_LM87 is not set | ||
803 | # CONFIG_SENSORS_LM90 is not set | ||
804 | # CONFIG_SENSORS_LM92 is not set | ||
805 | # CONFIG_SENSORS_MAX1619 is not set | ||
806 | # CONFIG_SENSORS_PC87360 is not set | ||
807 | # CONFIG_SENSORS_SIS5595 is not set | ||
808 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
809 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
810 | # CONFIG_SENSORS_VIA686A is not set | ||
811 | # CONFIG_SENSORS_VT8231 is not set | ||
812 | # CONFIG_SENSORS_W83781D is not set | ||
813 | # CONFIG_SENSORS_W83792D is not set | ||
814 | # CONFIG_SENSORS_W83L785TS is not set | ||
815 | # CONFIG_SENSORS_W83627HF is not set | ||
816 | # CONFIG_SENSORS_W83627EHF 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 is not set | ||
863 | CONFIG_SND_OSSEMUL=y | ||
864 | CONFIG_SND_MIXER_OSS=m | ||
865 | CONFIG_SND_PCM_OSS=m | ||
866 | # CONFIG_SND_SEQUENCER_OSS is not set | ||
867 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
868 | CONFIG_SND_SUPPORT_OLD_API=y | ||
869 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
870 | # CONFIG_SND_DEBUG is not set | ||
871 | |||
872 | # | ||
873 | # Generic devices | ||
874 | # | ||
875 | CONFIG_SND_OPL3_LIB=m | ||
876 | CONFIG_SND_AC97_CODEC=m | ||
877 | CONFIG_SND_AC97_BUS=m | ||
878 | # CONFIG_SND_DUMMY is not set | ||
879 | # CONFIG_SND_VIRMIDI is not set | ||
880 | # CONFIG_SND_MTPAV is not set | ||
881 | # CONFIG_SND_SERIAL_U16550 is not set | ||
882 | # CONFIG_SND_MPU401 is not set | ||
883 | |||
884 | # | ||
885 | # PCI devices | ||
886 | # | ||
887 | # CONFIG_SND_AD1889 is not set | ||
888 | # CONFIG_SND_ALI5451 is not set | ||
889 | # CONFIG_SND_ATIIXP is not set | ||
890 | # CONFIG_SND_ATIIXP_MODEM is not set | ||
891 | # CONFIG_SND_AU8810 is not set | ||
892 | # CONFIG_SND_AU8820 is not set | ||
893 | # CONFIG_SND_AU8830 is not set | ||
894 | # CONFIG_SND_AZT3328 is not set | ||
895 | # CONFIG_SND_BT87X is not set | ||
896 | # CONFIG_SND_CA0106 is not set | ||
897 | # CONFIG_SND_CMIPCI is not set | ||
898 | CONFIG_SND_CS4281=m | ||
899 | # CONFIG_SND_CS46XX is not set | ||
900 | # CONFIG_SND_EMU10K1 is not set | ||
901 | # CONFIG_SND_EMU10K1X is not set | ||
902 | # CONFIG_SND_ENS1370 is not set | ||
903 | # CONFIG_SND_ENS1371 is not set | ||
904 | # CONFIG_SND_ES1938 is not set | ||
905 | # CONFIG_SND_ES1968 is not set | ||
906 | # CONFIG_SND_FM801 is not set | ||
907 | # CONFIG_SND_HDA_INTEL is not set | ||
908 | # CONFIG_SND_HDSP is not set | ||
909 | # CONFIG_SND_HDSPM is not set | ||
910 | # CONFIG_SND_ICE1712 is not set | ||
911 | # CONFIG_SND_ICE1724 is not set | ||
912 | # CONFIG_SND_INTEL8X0 is not set | ||
913 | # CONFIG_SND_INTEL8X0M is not set | ||
914 | # CONFIG_SND_KORG1212 is not set | ||
915 | # CONFIG_SND_MAESTRO3 is not set | ||
916 | # CONFIG_SND_MIXART is not set | ||
917 | # CONFIG_SND_NM256 is not set | ||
918 | # CONFIG_SND_PCXHR is not set | ||
919 | # CONFIG_SND_RME32 is not set | ||
920 | # CONFIG_SND_RME96 is not set | ||
921 | # CONFIG_SND_RME9652 is not set | ||
922 | # CONFIG_SND_SONICVIBES is not set | ||
923 | # CONFIG_SND_TRIDENT is not set | ||
924 | # CONFIG_SND_VIA82XX is not set | ||
925 | # CONFIG_SND_VIA82XX_MODEM is not set | ||
926 | # CONFIG_SND_VX222 is not set | ||
927 | # CONFIG_SND_YMFPCI is not set | ||
928 | |||
929 | # | ||
930 | # USB devices | ||
931 | # | ||
932 | # CONFIG_SND_USB_AUDIO is not set | ||
933 | |||
934 | # | ||
935 | # Open Sound System | ||
936 | # | ||
937 | # CONFIG_SOUND_PRIME is not set | ||
938 | |||
939 | # | ||
940 | # USB support | ||
941 | # | ||
942 | CONFIG_USB_ARCH_HAS_HCD=y | ||
943 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
944 | CONFIG_USB=m | ||
945 | # CONFIG_USB_DEBUG is not set | ||
946 | |||
947 | # | ||
948 | # Miscellaneous USB options | ||
949 | # | ||
950 | CONFIG_USB_DEVICEFS=y | ||
951 | # CONFIG_USB_BANDWIDTH is not set | ||
952 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
953 | # CONFIG_USB_SUSPEND is not set | ||
954 | # CONFIG_USB_OTG is not set | ||
955 | |||
956 | # | ||
957 | # USB Host Controller Drivers | ||
958 | # | ||
959 | # CONFIG_USB_EHCI_HCD is not set | ||
960 | # CONFIG_USB_ISP116X_HCD is not set | ||
961 | # CONFIG_USB_OHCI_HCD is not set | ||
962 | CONFIG_USB_UHCI_HCD=m | ||
963 | # CONFIG_USB_SL811_HCD is not set | ||
964 | |||
965 | # | ||
966 | # USB Device Class drivers | ||
967 | # | ||
968 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set | ||
969 | CONFIG_USB_ACM=m | ||
970 | CONFIG_USB_PRINTER=m | ||
971 | |||
972 | # | ||
973 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
974 | # | ||
975 | |||
976 | # | ||
977 | # may also be needed; see USB_STORAGE Help for more information | ||
978 | # | ||
979 | CONFIG_USB_STORAGE=m | ||
980 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
981 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
982 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
983 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
984 | # CONFIG_USB_STORAGE_DPCM is not set | ||
985 | # CONFIG_USB_STORAGE_USBAT is not set | ||
986 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
987 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
988 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
989 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
990 | # CONFIG_USB_LIBUSUAL is not set | ||
991 | |||
992 | # | ||
993 | # USB Input Devices | ||
994 | # | ||
995 | CONFIG_USB_HID=m | ||
996 | CONFIG_USB_HIDINPUT=y | ||
997 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
998 | # CONFIG_HID_FF is not set | ||
999 | CONFIG_USB_HIDDEV=y | ||
1000 | |||
1001 | # | ||
1002 | # USB HID Boot Protocol drivers | ||
1003 | # | ||
1004 | # CONFIG_USB_KBD is not set | ||
1005 | # CONFIG_USB_MOUSE is not set | ||
1006 | # CONFIG_USB_AIPTEK is not set | ||
1007 | # CONFIG_USB_WACOM is not set | ||
1008 | # CONFIG_USB_ACECAD is not set | ||
1009 | # CONFIG_USB_KBTAB is not set | ||
1010 | # CONFIG_USB_POWERMATE is not set | ||
1011 | # CONFIG_USB_MTOUCH is not set | ||
1012 | # CONFIG_USB_ITMTOUCH is not set | ||
1013 | # CONFIG_USB_EGALAX is not set | ||
1014 | # CONFIG_USB_YEALINK is not set | ||
1015 | # CONFIG_USB_XPAD is not set | ||
1016 | # CONFIG_USB_ATI_REMOTE is not set | ||
1017 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1018 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1019 | # CONFIG_USB_APPLETOUCH is not set | ||
1020 | |||
1021 | # | ||
1022 | # USB Imaging devices | ||
1023 | # | ||
1024 | # CONFIG_USB_MDC800 is not set | ||
1025 | # CONFIG_USB_MICROTEK is not set | ||
1026 | |||
1027 | # | ||
1028 | # USB Multimedia devices | ||
1029 | # | ||
1030 | # CONFIG_USB_DABUSB is not set | ||
1031 | |||
1032 | # | ||
1033 | # Video4Linux support is needed for USB Multimedia device support | ||
1034 | # | ||
1035 | |||
1036 | # | ||
1037 | # USB Network Adapters | ||
1038 | # | ||
1039 | # CONFIG_USB_CATC is not set | ||
1040 | # CONFIG_USB_KAWETH is not set | ||
1041 | # CONFIG_USB_PEGASUS is not set | ||
1042 | # CONFIG_USB_RTL8150 is not set | ||
1043 | # CONFIG_USB_USBNET is not set | ||
1044 | CONFIG_USB_MON=y | ||
1045 | |||
1046 | # | ||
1047 | # USB port drivers | ||
1048 | # | ||
1049 | |||
1050 | # | ||
1051 | # USB Serial Converter support | ||
1052 | # | ||
1053 | # CONFIG_USB_SERIAL is not set | ||
1054 | |||
1055 | # | ||
1056 | # USB Miscellaneous drivers | ||
1057 | # | ||
1058 | # CONFIG_USB_EMI62 is not set | ||
1059 | # CONFIG_USB_EMI26 is not set | ||
1060 | # CONFIG_USB_AUERSWALD is not set | ||
1061 | # CONFIG_USB_RIO500 is not set | ||
1062 | # CONFIG_USB_LEGOTOWER is not set | ||
1063 | # CONFIG_USB_LCD is not set | ||
1064 | # CONFIG_USB_LED is not set | ||
1065 | # CONFIG_USB_CYTHERM is not set | ||
1066 | # CONFIG_USB_PHIDGETKIT is not set | ||
1067 | # CONFIG_USB_PHIDGETSERVO is not set | ||
1068 | # CONFIG_USB_IDMOUSE is not set | ||
1069 | # CONFIG_USB_LD is not set | ||
1070 | # CONFIG_USB_TEST is not set | ||
1071 | |||
1072 | # | ||
1073 | # USB DSL modem support | ||
1074 | # | ||
1075 | |||
1076 | # | ||
1077 | # USB Gadget Support | ||
1078 | # | ||
1079 | # CONFIG_USB_GADGET is not set | ||
1080 | |||
1081 | # | ||
1082 | # MMC/SD Card support | ||
1083 | # | ||
1084 | # CONFIG_MMC is not set | ||
1085 | |||
1086 | # | ||
1087 | # InfiniBand support | ||
1088 | # | ||
1089 | # CONFIG_INFINIBAND is not set | ||
1090 | |||
1091 | # | ||
1092 | # EDAC - error detection and reporting (RAS) | ||
1093 | # | ||
1094 | |||
1095 | # | ||
1096 | # File systems | ||
1097 | # | ||
1098 | CONFIG_EXT2_FS=y | 38 | CONFIG_EXT2_FS=y |
1099 | # CONFIG_EXT2_FS_XATTR is not set | ||
1100 | # CONFIG_EXT2_FS_XIP is not set | ||
1101 | CONFIG_EXT3_FS=y | 39 | CONFIG_EXT3_FS=y |
1102 | CONFIG_EXT3_FS_XATTR=y | 40 | CONFIG_HUGETLBFS=y |
1103 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 41 | # CONFIG_HW_RANDOM is not set |
1104 | # CONFIG_EXT3_FS_SECURITY is not set | 42 | CONFIG_I2C_CHARDEV=y |
1105 | CONFIG_JBD=y | 43 | CONFIG_I2C=y |
1106 | # CONFIG_JBD_DEBUG is not set | 44 | CONFIG_IA64_DIG=y |
1107 | CONFIG_FS_MBCACHE=y | 45 | CONFIG_IA64_PALINFO=y |
1108 | # CONFIG_REISERFS_FS is not set | 46 | CONFIG_IDE=m |
1109 | # CONFIG_JFS_FS is not set | 47 | CONFIG_INET=y |
1110 | CONFIG_FS_POSIX_ACL=y | ||
1111 | CONFIG_XFS_FS=y | ||
1112 | CONFIG_XFS_EXPORT=y | ||
1113 | CONFIG_XFS_QUOTA=y | ||
1114 | CONFIG_XFS_SECURITY=y | ||
1115 | CONFIG_XFS_POSIX_ACL=y | ||
1116 | # CONFIG_XFS_RT is not set | ||
1117 | # CONFIG_OCFS2_FS is not set | ||
1118 | # CONFIG_MINIX_FS is not set | ||
1119 | # CONFIG_ROMFS_FS is not set | ||
1120 | CONFIG_INOTIFY=y | 48 | CONFIG_INOTIFY=y |
1121 | # CONFIG_QUOTA is not set | 49 | CONFIG_INPUT_EVDEV=y |
1122 | CONFIG_QUOTACTL=y | 50 | # CONFIG_IPV6 is not set |
1123 | CONFIG_DNOTIFY=y | ||
1124 | CONFIG_AUTOFS_FS=m | ||
1125 | CONFIG_AUTOFS4_FS=m | ||
1126 | # CONFIG_FUSE_FS is not set | ||
1127 | |||
1128 | # | ||
1129 | # CD-ROM/DVD Filesystems | ||
1130 | # | ||
1131 | CONFIG_ISO9660_FS=m | 51 | CONFIG_ISO9660_FS=m |
1132 | CONFIG_JOLIET=y | 52 | CONFIG_JOLIET=y |
1133 | # CONFIG_ZISOFS is not set | 53 | CONFIG_LOG_BUF_SHIFT=16 |
1134 | CONFIG_UDF_FS=m | 54 | CONFIG_MAGIC_SYSRQ=y |
1135 | CONFIG_UDF_NLS=y | 55 | CONFIG_MD_LINEAR=m |
1136 | 56 | CONFIG_MD_MULTIPATH=m | |
1137 | # | 57 | CONFIG_MD_RAID0=m |
1138 | # DOS/FAT/NT Filesystems | 58 | CONFIG_MD_RAID10=m |
1139 | # | 59 | CONFIG_MD_RAID1=m |
1140 | CONFIG_FAT_FS=y | 60 | CONFIG_MD=y |
1141 | # CONFIG_MSDOS_FS is not set | 61 | CONFIG_MII=y |
1142 | CONFIG_VFAT_FS=y | 62 | CONFIG_MODULES=y |
1143 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | 63 | CONFIG_MODULE_UNLOAD=y |
1144 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | 64 | CONFIG_NETDEVICES=y |
1145 | # CONFIG_NTFS_FS is not set | 65 | CONFIG_NET_ETHERNET=y |
1146 | 66 | CONFIG_NET_PCI=y | |
1147 | # | 67 | CONFIG_NET=y |
1148 | # Pseudo filesystems | 68 | CONFIG_NFSD=m |
1149 | # | 69 | CONFIG_NFSD_V4=y |
1150 | CONFIG_PROC_FS=y | ||
1151 | CONFIG_PROC_KCORE=y | ||
1152 | CONFIG_SYSFS=y | ||
1153 | CONFIG_TMPFS=y | ||
1154 | CONFIG_HUGETLBFS=y | ||
1155 | CONFIG_HUGETLB_PAGE=y | ||
1156 | CONFIG_RAMFS=y | ||
1157 | # CONFIG_RELAYFS_FS is not set | ||
1158 | # CONFIG_CONFIGFS_FS is not set | ||
1159 | |||
1160 | # | ||
1161 | # Miscellaneous filesystems | ||
1162 | # | ||
1163 | # CONFIG_ADFS_FS is not set | ||
1164 | # CONFIG_AFFS_FS is not set | ||
1165 | # CONFIG_HFS_FS is not set | ||
1166 | # CONFIG_HFSPLUS_FS is not set | ||
1167 | # CONFIG_BEFS_FS is not set | ||
1168 | # CONFIG_BFS_FS is not set | ||
1169 | # CONFIG_EFS_FS is not set | ||
1170 | # CONFIG_CRAMFS is not set | ||
1171 | # CONFIG_VXFS_FS is not set | ||
1172 | # CONFIG_HPFS_FS is not set | ||
1173 | # CONFIG_QNX4FS_FS is not set | ||
1174 | # CONFIG_SYSV_FS is not set | ||
1175 | # CONFIG_UFS_FS is not set | ||
1176 | |||
1177 | # | ||
1178 | # Network File Systems | ||
1179 | # | ||
1180 | CONFIG_NFS_FS=m | 70 | CONFIG_NFS_FS=m |
1181 | CONFIG_NFS_V3=y | 71 | CONFIG_NFS_V3=y |
1182 | # CONFIG_NFS_V3_ACL is not set | ||
1183 | CONFIG_NFS_V4=y | 72 | CONFIG_NFS_V4=y |
1184 | # CONFIG_NFS_DIRECTIO is not set | ||
1185 | CONFIG_NFSD=m | ||
1186 | CONFIG_NFSD_V3=y | ||
1187 | # CONFIG_NFSD_V3_ACL is not set | ||
1188 | CONFIG_NFSD_V4=y | ||
1189 | CONFIG_NFSD_TCP=y | ||
1190 | CONFIG_LOCKD=m | ||
1191 | CONFIG_LOCKD_V4=y | ||
1192 | CONFIG_EXPORTFS=y | ||
1193 | CONFIG_NFS_COMMON=y | ||
1194 | CONFIG_SUNRPC=m | ||
1195 | CONFIG_SUNRPC_GSS=m | ||
1196 | CONFIG_RPCSEC_GSS_KRB5=m | ||
1197 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1198 | # CONFIG_SMB_FS is not set | ||
1199 | CONFIG_CIFS=m | ||
1200 | CONFIG_CIFS_STATS=y | ||
1201 | # CONFIG_CIFS_STATS2 is not set | ||
1202 | CONFIG_CIFS_XATTR=y | ||
1203 | CONFIG_CIFS_POSIX=y | ||
1204 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
1205 | # CONFIG_NCP_FS is not set | ||
1206 | # CONFIG_CODA_FS is not set | ||
1207 | # CONFIG_AFS_FS is not set | ||
1208 | # CONFIG_9P_FS is not set | ||
1209 | |||
1210 | # | ||
1211 | # Partition Types | ||
1212 | # | ||
1213 | CONFIG_PARTITION_ADVANCED=y | ||
1214 | # CONFIG_ACORN_PARTITION is not set | ||
1215 | # CONFIG_OSF_PARTITION is not set | ||
1216 | # CONFIG_AMIGA_PARTITION is not set | ||
1217 | # CONFIG_ATARI_PARTITION is not set | ||
1218 | # CONFIG_MAC_PARTITION is not set | ||
1219 | CONFIG_MSDOS_PARTITION=y | ||
1220 | # CONFIG_BSD_DISKLABEL is not set | ||
1221 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1222 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1223 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1224 | # CONFIG_LDM_PARTITION is not set | ||
1225 | CONFIG_SGI_PARTITION=y | ||
1226 | # CONFIG_ULTRIX_PARTITION is not set | ||
1227 | # CONFIG_SUN_PARTITION is not set | ||
1228 | # CONFIG_KARMA_PARTITION is not set | ||
1229 | CONFIG_EFI_PARTITION=y | ||
1230 | |||
1231 | # | ||
1232 | # Native Language Support | ||
1233 | # | ||
1234 | CONFIG_NLS=y | ||
1235 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1236 | CONFIG_NLS_CODEPAGE_437=y | 73 | CONFIG_NLS_CODEPAGE_437=y |
1237 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1238 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1239 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1240 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1241 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1242 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1243 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1244 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1245 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1246 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1247 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1248 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1249 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1250 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1251 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1252 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1253 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1254 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1255 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1256 | # CONFIG_NLS_ISO8859_8 is not set | ||
1257 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1258 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1259 | # CONFIG_NLS_ASCII is not set | ||
1260 | CONFIG_NLS_ISO8859_1=y | 74 | CONFIG_NLS_ISO8859_1=y |
1261 | # CONFIG_NLS_ISO8859_2 is not set | ||
1262 | # CONFIG_NLS_ISO8859_3 is not set | ||
1263 | # CONFIG_NLS_ISO8859_4 is not set | ||
1264 | # CONFIG_NLS_ISO8859_5 is not set | ||
1265 | # CONFIG_NLS_ISO8859_6 is not set | ||
1266 | # CONFIG_NLS_ISO8859_7 is not set | ||
1267 | # CONFIG_NLS_ISO8859_9 is not set | ||
1268 | # CONFIG_NLS_ISO8859_13 is not set | ||
1269 | # CONFIG_NLS_ISO8859_14 is not set | ||
1270 | # CONFIG_NLS_ISO8859_15 is not set | ||
1271 | # CONFIG_NLS_KOI8_R is not set | ||
1272 | # CONFIG_NLS_KOI8_U is not set | ||
1273 | CONFIG_NLS_UTF8=m | 75 | CONFIG_NLS_UTF8=m |
1274 | 76 | CONFIG_NR_CPUS=2 | |
1275 | # | ||
1276 | # Library routines | ||
1277 | # | ||
1278 | # CONFIG_CRC_CCITT is not set | ||
1279 | # CONFIG_CRC16 is not set | ||
1280 | CONFIG_CRC32=y | ||
1281 | # CONFIG_LIBCRC32C is not set | ||
1282 | CONFIG_GENERIC_HARDIRQS=y | ||
1283 | CONFIG_GENERIC_IRQ_PROBE=y | ||
1284 | CONFIG_GENERIC_PENDING_IRQ=y | ||
1285 | |||
1286 | # | ||
1287 | # Instrumentation Support | ||
1288 | # | ||
1289 | CONFIG_PROFILING=y | ||
1290 | CONFIG_OPROFILE=y | 77 | CONFIG_OPROFILE=y |
1291 | # CONFIG_KPROBES is not set | 78 | CONFIG_PACKET=y |
1292 | 79 | CONFIG_PARTITION_ADVANCED=y | |
1293 | # | 80 | CONFIG_PERFMON=y |
1294 | # Kernel hacking | 81 | CONFIG_POSIX_MQUEUE=y |
1295 | # | 82 | CONFIG_PREEMPT=y |
1296 | # CONFIG_PRINTK_TIME is not set | 83 | CONFIG_PROC_KCORE=y |
1297 | CONFIG_MAGIC_SYSRQ=y | 84 | CONFIG_PROFILING=y |
1298 | CONFIG_DEBUG_KERNEL=y | 85 | CONFIG_SCSI_CONSTANTS=y |
1299 | CONFIG_LOG_BUF_SHIFT=16 | 86 | CONFIG_SCSI_LOGGING=y |
1300 | CONFIG_DETECT_SOFTLOCKUP=y | 87 | CONFIG_SCSI_QLOGIC_1280=y |
1301 | # CONFIG_SCHEDSTATS is not set | 88 | CONFIG_SCSI_SPI_ATTRS=m |
1302 | # CONFIG_DEBUG_SLAB is not set | 89 | CONFIG_SCSI=y |
1303 | CONFIG_DEBUG_PREEMPT=y | 90 | CONFIG_SERIAL_8250_CONSOLE=y |
1304 | CONFIG_DEBUG_MUTEXES=y | 91 | CONFIG_SERIAL_8250_EXTENDED=y |
1305 | # CONFIG_DEBUG_SPINLOCK is not set | 92 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
1306 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 93 | CONFIG_SERIAL_8250=y |
1307 | # CONFIG_DEBUG_KOBJECT is not set | 94 | CONFIG_SGI_PARTITION=y |
1308 | # CONFIG_DEBUG_INFO is not set | 95 | CONFIG_SMP=y |
1309 | # CONFIG_DEBUG_FS is not set | 96 | CONFIG_SND_CS4281=m |
1310 | # CONFIG_DEBUG_VM is not set | 97 | CONFIG_SND=m |
1311 | CONFIG_FORCED_INLINING=y | 98 | CONFIG_SND_MIXER_OSS=m |
1312 | # CONFIG_RCU_TORTURE_TEST is not set | 99 | CONFIG_SND_PCM_OSS=m |
1313 | # CONFIG_IA64_GRANULE_16MB is not set | 100 | CONFIG_SND_SEQUENCER=m |
1314 | CONFIG_IA64_GRANULE_64MB=y | 101 | CONFIG_SOUND=m |
1315 | # CONFIG_IA64_PRINT_HAZARDS is not set | 102 | CONFIG_SYSVIPC=y |
1316 | # CONFIG_DISABLE_VHPT is not set | 103 | CONFIG_TMPFS=y |
1317 | # CONFIG_IA64_DEBUG_CMPXCHG is not set | 104 | CONFIG_UDF_FS=m |
1318 | # CONFIG_IA64_DEBUG_IRQ is not set | 105 | CONFIG_UNIX=y |
1319 | CONFIG_SYSVIPC_COMPAT=y | 106 | CONFIG_USB_ACM=m |
1320 | 107 | CONFIG_USB_DEVICEFS=y | |
1321 | # | 108 | CONFIG_USB_HIDDEV=y |
1322 | # Security options | 109 | CONFIG_USB=m |
1323 | # | 110 | CONFIG_USB_MON=m |
1324 | # CONFIG_KEYS is not set | 111 | CONFIG_USB_PRINTER=m |
1325 | # CONFIG_SECURITY is not set | 112 | CONFIG_USB_STORAGE=m |
1326 | 113 | CONFIG_USB_UHCI_HCD=m | |
1327 | # | 114 | CONFIG_VFAT_FS=y |
1328 | # Cryptographic options | 115 | # CONFIG_VIRTUAL_MEM_MAP is not set |
1329 | # | 116 | CONFIG_XFS_FS=y |
1330 | CONFIG_CRYPTO=y | 117 | CONFIG_XFS_POSIX_ACL=y |
1331 | # CONFIG_CRYPTO_HMAC is not set | 118 | CONFIG_XFS_QUOTA=y |
1332 | # CONFIG_CRYPTO_NULL is not set | ||
1333 | # CONFIG_CRYPTO_MD4 is not set | ||
1334 | CONFIG_CRYPTO_MD5=y | ||
1335 | # CONFIG_CRYPTO_SHA1 is not set | ||
1336 | # CONFIG_CRYPTO_SHA256 is not set | ||
1337 | # CONFIG_CRYPTO_SHA512 is not set | ||
1338 | # CONFIG_CRYPTO_WP512 is not set | ||
1339 | # CONFIG_CRYPTO_TGR192 is not set | ||
1340 | CONFIG_CRYPTO_DES=y | ||
1341 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1342 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1343 | # CONFIG_CRYPTO_SERPENT is not set | ||
1344 | # CONFIG_CRYPTO_AES is not set | ||
1345 | # CONFIG_CRYPTO_CAST5 is not set | ||
1346 | # CONFIG_CRYPTO_CAST6 is not set | ||
1347 | # CONFIG_CRYPTO_TEA is not set | ||
1348 | # CONFIG_CRYPTO_ARC4 is not set | ||
1349 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1350 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1351 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1352 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1353 | # CONFIG_CRYPTO_CRC32C is not set | ||
1354 | # CONFIG_CRYPTO_TEST is not set | ||
1355 | |||
1356 | # | ||
1357 | # Hardware crypto devices | ||
1358 | # | ||
diff --git a/arch/ia64/configs/generic_defconfig b/arch/ia64/configs/generic_defconfig index 6a4cc506fb5f..01ba5305e98c 100644 --- a/arch/ia64/configs/generic_defconfig +++ b/arch/ia64/configs/generic_defconfig | |||
@@ -1,1455 +1,133 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.28-rc7 | ||
4 | # Mon Dec 8 08:12:07 2008 | ||
5 | # | ||
6 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
7 | |||
8 | # | ||
9 | # General setup | ||
10 | # | ||
11 | CONFIG_EXPERIMENTAL=y | ||
12 | CONFIG_LOCK_KERNEL=y | ||
13 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
14 | CONFIG_LOCALVERSION="" | ||
15 | CONFIG_LOCALVERSION_AUTO=y | ||
16 | CONFIG_SWAP=y | ||
17 | CONFIG_SYSVIPC=y | ||
18 | CONFIG_SYSVIPC_SYSCTL=y | ||
19 | CONFIG_POSIX_MQUEUE=y | ||
20 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
21 | # CONFIG_TASKSTATS is not set | ||
22 | # CONFIG_AUDIT is not set | ||
23 | CONFIG_IKCONFIG=y | ||
24 | CONFIG_IKCONFIG_PROC=y | ||
25 | CONFIG_LOG_BUF_SHIFT=20 | ||
26 | CONFIG_CGROUPS=y | ||
27 | # CONFIG_CGROUP_DEBUG is not set | ||
28 | # CONFIG_CGROUP_NS is not set | ||
29 | # CONFIG_CGROUP_FREEZER is not set | ||
30 | # CONFIG_CGROUP_DEVICE is not set | ||
31 | CONFIG_CPUSETS=y | ||
32 | # CONFIG_GROUP_SCHED is not set | ||
33 | # CONFIG_CGROUP_CPUACCT is not set | ||
34 | # CONFIG_RESOURCE_COUNTERS is not set | ||
35 | CONFIG_SYSFS_DEPRECATED=y | ||
36 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
37 | CONFIG_PROC_PID_CPUSET=y | ||
38 | # CONFIG_RELAY is not set | ||
39 | CONFIG_NAMESPACES=y | ||
40 | # CONFIG_UTS_NS is not set | ||
41 | # CONFIG_IPC_NS is not set | ||
42 | # CONFIG_USER_NS is not set | ||
43 | # CONFIG_PID_NS is not set | ||
44 | CONFIG_BLK_DEV_INITRD=y | ||
45 | CONFIG_INITRAMFS_SOURCE="" | ||
46 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
47 | CONFIG_SYSCTL=y | ||
48 | # CONFIG_EMBEDDED is not set | ||
49 | CONFIG_SYSCTL_SYSCALL=y | ||
50 | CONFIG_KALLSYMS=y | ||
51 | CONFIG_KALLSYMS_ALL=y | ||
52 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
53 | CONFIG_HOTPLUG=y | ||
54 | CONFIG_PRINTK=y | ||
55 | CONFIG_BUG=y | ||
56 | CONFIG_ELF_CORE=y | ||
57 | CONFIG_COMPAT_BRK=y | ||
58 | CONFIG_BASE_FULL=y | ||
59 | CONFIG_FUTEX=y | ||
60 | CONFIG_ANON_INODES=y | ||
61 | CONFIG_EPOLL=y | ||
62 | CONFIG_SIGNALFD=y | ||
63 | CONFIG_TIMERFD=y | ||
64 | CONFIG_EVENTFD=y | ||
65 | CONFIG_SHMEM=y | ||
66 | CONFIG_AIO=y | ||
67 | CONFIG_VM_EVENT_COUNTERS=y | ||
68 | CONFIG_PCI_QUIRKS=y | ||
69 | CONFIG_SLUB_DEBUG=y | ||
70 | # CONFIG_SLAB is not set | ||
71 | CONFIG_SLUB=y | ||
72 | # CONFIG_SLOB is not set | ||
73 | # CONFIG_PROFILING is not set | ||
74 | # CONFIG_MARKERS is not set | ||
75 | CONFIG_HAVE_OPROFILE=y | ||
76 | # CONFIG_KPROBES is not set | ||
77 | CONFIG_HAVE_KPROBES=y | ||
78 | CONFIG_HAVE_KRETPROBES=y | ||
79 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
80 | CONFIG_HAVE_DMA_ATTRS=y | ||
81 | CONFIG_USE_GENERIC_SMP_HELPERS=y | ||
82 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
83 | CONFIG_SLABINFO=y | ||
84 | CONFIG_RT_MUTEXES=y | ||
85 | # CONFIG_TINY_SHMEM is not set | ||
86 | CONFIG_BASE_SMALL=0 | ||
87 | CONFIG_MODULES=y | ||
88 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
89 | CONFIG_MODULE_UNLOAD=y | ||
90 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
91 | CONFIG_MODVERSIONS=y | ||
92 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
93 | CONFIG_KMOD=y | ||
94 | CONFIG_STOP_MACHINE=y | ||
95 | CONFIG_BLOCK=y | ||
96 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
97 | # CONFIG_BLK_DEV_BSG is not set | ||
98 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
99 | CONFIG_BLOCK_COMPAT=y | ||
100 | |||
101 | # | ||
102 | # IO Schedulers | ||
103 | # | ||
104 | CONFIG_IOSCHED_NOOP=y | ||
105 | CONFIG_IOSCHED_AS=y | ||
106 | CONFIG_IOSCHED_DEADLINE=y | ||
107 | CONFIG_IOSCHED_CFQ=y | ||
108 | CONFIG_DEFAULT_AS=y | ||
109 | # CONFIG_DEFAULT_DEADLINE is not set | ||
110 | # CONFIG_DEFAULT_CFQ is not set | ||
111 | # CONFIG_DEFAULT_NOOP is not set | ||
112 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
113 | CONFIG_CLASSIC_RCU=y | ||
114 | # CONFIG_FREEZER is not set | ||
115 | |||
116 | # | ||
117 | # Processor type and features | ||
118 | # | ||
119 | CONFIG_IA64=y | ||
120 | CONFIG_64BIT=y | ||
121 | CONFIG_ZONE_DMA=y | ||
122 | CONFIG_QUICKLIST=y | ||
123 | CONFIG_MMU=y | ||
124 | CONFIG_SWIOTLB=y | ||
125 | CONFIG_IOMMU_HELPER=y | ||
126 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
127 | CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y | ||
128 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
129 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
130 | CONFIG_GENERIC_TIME=y | ||
131 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
132 | CONFIG_HAVE_SETUP_PER_CPU_AREA=y | ||
133 | CONFIG_DMI=y | ||
134 | CONFIG_EFI=y | ||
135 | CONFIG_GENERIC_IOMAP=y | ||
136 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
137 | CONFIG_IA64_UNCACHED_ALLOCATOR=y | ||
138 | CONFIG_AUDIT_ARCH=y | ||
139 | # CONFIG_PARAVIRT_GUEST is not set | ||
140 | CONFIG_IA64_GENERIC=y | ||
141 | # CONFIG_IA64_DIG is not set | ||
142 | # CONFIG_IA64_DIG_VTD is not set | ||
143 | # CONFIG_IA64_HP_ZX1 is not set | ||
144 | # CONFIG_IA64_HP_ZX1_SWIOTLB is not set | ||
145 | # CONFIG_IA64_SGI_SN2 is not set | ||
146 | # CONFIG_IA64_SGI_UV is not set | ||
147 | # CONFIG_IA64_HP_SIM is not set | ||
148 | # CONFIG_IA64_XEN_GUEST is not set | ||
149 | # CONFIG_ITANIUM is not set | ||
150 | CONFIG_MCKINLEY=y | ||
151 | # CONFIG_IA64_PAGE_SIZE_4KB is not set | ||
152 | # CONFIG_IA64_PAGE_SIZE_8KB is not set | ||
153 | # CONFIG_IA64_PAGE_SIZE_16KB is not set | ||
154 | CONFIG_IA64_PAGE_SIZE_64KB=y | ||
155 | CONFIG_PGTABLE_3=y | ||
156 | # CONFIG_PGTABLE_4 is not set | ||
157 | CONFIG_HZ=250 | ||
158 | # CONFIG_HZ_100 is not set | ||
159 | CONFIG_HZ_250=y | ||
160 | # CONFIG_HZ_300 is not set | ||
161 | # CONFIG_HZ_1000 is not set | ||
162 | # CONFIG_SCHED_HRTICK is not set | ||
163 | CONFIG_IA64_L1_CACHE_SHIFT=7 | ||
164 | CONFIG_IA64_CYCLONE=y | ||
165 | CONFIG_IOSAPIC=y | ||
166 | CONFIG_FORCE_MAX_ZONEORDER=17 | ||
167 | # CONFIG_VIRT_CPU_ACCOUNTING is not set | ||
168 | CONFIG_SMP=y | ||
169 | CONFIG_NR_CPUS=4096 | ||
170 | CONFIG_HOTPLUG_CPU=y | ||
171 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
172 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | ||
173 | # CONFIG_SCHED_SMT is not set | ||
174 | # CONFIG_PERMIT_BSP_REMOVE is not set | ||
175 | CONFIG_PREEMPT_NONE=y | ||
176 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
177 | # CONFIG_PREEMPT is not set | ||
178 | CONFIG_SELECT_MEMORY_MODEL=y | ||
179 | # CONFIG_FLATMEM_MANUAL is not set | ||
180 | CONFIG_DISCONTIGMEM_MANUAL=y | ||
181 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
182 | CONFIG_DISCONTIGMEM=y | ||
183 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
184 | CONFIG_NEED_MULTIPLE_NODES=y | ||
185 | CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y | ||
186 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
187 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
188 | CONFIG_MIGRATION=y | ||
189 | CONFIG_RESOURCES_64BIT=y | ||
190 | CONFIG_PHYS_ADDR_T_64BIT=y | ||
191 | CONFIG_ZONE_DMA_FLAG=1 | ||
192 | CONFIG_BOUNCE=y | ||
193 | CONFIG_NR_QUICK=1 | ||
194 | CONFIG_VIRT_TO_BUS=y | ||
195 | CONFIG_UNEVICTABLE_LRU=y | ||
196 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
197 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
198 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
199 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
200 | CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y | ||
201 | CONFIG_NUMA=y | ||
202 | CONFIG_NODES_SHIFT=10 | ||
203 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
204 | CONFIG_VIRTUAL_MEM_MAP=y | ||
205 | CONFIG_HOLES_IN_ZONE=y | ||
206 | CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y | ||
207 | CONFIG_HAVE_ARCH_NODEDATA_EXTENSION=y | ||
208 | CONFIG_COMPAT_FOR_U64_ALIGNMENT=y | ||
209 | CONFIG_IA64_MCA_RECOVERY=y | ||
210 | CONFIG_PERFMON=y | ||
211 | CONFIG_IA64_PALINFO=y | ||
212 | # CONFIG_IA64_MC_ERR_INJECT is not set | ||
213 | CONFIG_SGI_SN=y | ||
214 | # CONFIG_IA64_ESI is not set | ||
215 | # CONFIG_IA64_HP_AML_NFW is not set | ||
216 | |||
217 | # | ||
218 | # SN Devices | ||
219 | # | ||
220 | CONFIG_SGI_IOC3=m | ||
221 | CONFIG_KEXEC=y | ||
222 | CONFIG_CRASH_DUMP=y | ||
223 | |||
224 | # | ||
225 | # Firmware Drivers | ||
226 | # | ||
227 | # CONFIG_FIRMWARE_MEMMAP is not set | ||
228 | CONFIG_EFI_VARS=y | ||
229 | CONFIG_EFI_PCDP=y | ||
230 | CONFIG_DMIID=y | ||
231 | CONFIG_BINFMT_ELF=y | ||
232 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
233 | # CONFIG_HAVE_AOUT is not set | ||
234 | CONFIG_BINFMT_MISC=m | ||
235 | |||
236 | # | ||
237 | # Power management and ACPI options | ||
238 | # | ||
239 | CONFIG_PM=y | ||
240 | # CONFIG_PM_DEBUG is not set | ||
241 | CONFIG_ACPI=y | ||
242 | CONFIG_ACPI_PROCFS=y | ||
243 | CONFIG_ACPI_PROCFS_POWER=y | ||
244 | CONFIG_ACPI_SYSFS_POWER=y | ||
245 | CONFIG_ACPI_PROC_EVENT=y | ||
246 | CONFIG_ACPI_BUTTON=m | 1 | CONFIG_ACPI_BUTTON=m |
247 | CONFIG_ACPI_FAN=m | 2 | CONFIG_ACPI_CONTAINER=m |
248 | CONFIG_ACPI_DOCK=y | 3 | CONFIG_ACPI_DOCK=y |
4 | CONFIG_ACPI_FAN=m | ||
249 | CONFIG_ACPI_PROCESSOR=m | 5 | CONFIG_ACPI_PROCESSOR=m |
250 | CONFIG_ACPI_HOTPLUG_CPU=y | 6 | CONFIG_ACPI_PROCFS=y |
251 | CONFIG_ACPI_THERMAL=m | 7 | CONFIG_AGP_HP_ZX1=m |
252 | CONFIG_ACPI_NUMA=y | 8 | CONFIG_AGP_I460=m |
253 | # CONFIG_ACPI_CUSTOM_DSDT is not set | 9 | CONFIG_AGP=m |
254 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 10 | CONFIG_AGP_SGI_TIOCA=m |
255 | # CONFIG_ACPI_DEBUG is not set | ||
256 | # CONFIG_ACPI_PCI_SLOT is not set | ||
257 | CONFIG_ACPI_SYSTEM=y | ||
258 | CONFIG_ACPI_CONTAINER=m | ||
259 | |||
260 | # | ||
261 | # CPU Frequency scaling | ||
262 | # | ||
263 | # CONFIG_CPU_FREQ is not set | ||
264 | |||
265 | # | ||
266 | # Bus options (PCI, PCMCIA) | ||
267 | # | ||
268 | CONFIG_PCI=y | ||
269 | CONFIG_PCI_DOMAINS=y | ||
270 | CONFIG_PCI_SYSCALL=y | ||
271 | # CONFIG_PCIEPORTBUS is not set | ||
272 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
273 | CONFIG_PCI_MSI=y | ||
274 | CONFIG_PCI_LEGACY=y | ||
275 | # CONFIG_PCI_DEBUG is not set | ||
276 | CONFIG_HOTPLUG_PCI=m | ||
277 | # CONFIG_HOTPLUG_PCI_FAKE is not set | ||
278 | CONFIG_HOTPLUG_PCI_ACPI=m | ||
279 | # CONFIG_HOTPLUG_PCI_ACPI_IBM is not set | ||
280 | # CONFIG_HOTPLUG_PCI_CPCI is not set | ||
281 | # CONFIG_HOTPLUG_PCI_SHPC is not set | ||
282 | # CONFIG_HOTPLUG_PCI_SGI is not set | ||
283 | # CONFIG_PCCARD is not set | ||
284 | CONFIG_DMAR=y | ||
285 | CONFIG_NET=y | ||
286 | |||
287 | # | ||
288 | # Networking options | ||
289 | # | ||
290 | CONFIG_PACKET=y | ||
291 | # CONFIG_PACKET_MMAP is not set | ||
292 | CONFIG_UNIX=y | ||
293 | CONFIG_XFRM=y | ||
294 | # CONFIG_XFRM_USER is not set | ||
295 | # CONFIG_XFRM_SUB_POLICY is not set | ||
296 | # CONFIG_XFRM_MIGRATE is not set | ||
297 | # CONFIG_XFRM_STATISTICS is not set | ||
298 | # CONFIG_NET_KEY is not set | ||
299 | CONFIG_INET=y | ||
300 | CONFIG_IP_MULTICAST=y | ||
301 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
302 | CONFIG_IP_FIB_HASH=y | ||
303 | # CONFIG_IP_PNP is not set | ||
304 | # CONFIG_NET_IPIP is not set | ||
305 | # CONFIG_NET_IPGRE is not set | ||
306 | # CONFIG_IP_MROUTE is not set | ||
307 | CONFIG_ARPD=y | 11 | CONFIG_ARPD=y |
308 | CONFIG_SYN_COOKIES=y | 12 | CONFIG_ATA_PIIX=y |
309 | # CONFIG_INET_AH is not set | 13 | CONFIG_ATA=y |
310 | # CONFIG_INET_ESP is not set | 14 | CONFIG_AUTOFS4_FS=m |
311 | # CONFIG_INET_IPCOMP is not set | 15 | CONFIG_AUTOFS_FS=m |
312 | # CONFIG_INET_XFRM_TUNNEL is not set | 16 | CONFIG_BINFMT_MISC=m |
313 | # CONFIG_INET_TUNNEL is not set | 17 | # CONFIG_BLK_DEV_BSG is not set |
314 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 18 | CONFIG_BLK_DEV_CMD64X=y |
315 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
316 | CONFIG_INET_XFRM_MODE_BEET=y | ||
317 | CONFIG_INET_LRO=m | ||
318 | CONFIG_INET_DIAG=y | ||
319 | CONFIG_INET_TCP_DIAG=y | ||
320 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
321 | CONFIG_TCP_CONG_CUBIC=y | ||
322 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
323 | # CONFIG_TCP_MD5SIG is not set | ||
324 | # CONFIG_IPV6 is not set | ||
325 | # CONFIG_NETWORK_SECMARK is not set | ||
326 | # CONFIG_NETFILTER is not set | ||
327 | # CONFIG_IP_DCCP is not set | ||
328 | # CONFIG_IP_SCTP is not set | ||
329 | # CONFIG_TIPC is not set | ||
330 | # CONFIG_ATM is not set | ||
331 | # CONFIG_BRIDGE is not set | ||
332 | # CONFIG_NET_DSA is not set | ||
333 | # CONFIG_VLAN_8021Q is not set | ||
334 | # CONFIG_DECNET is not set | ||
335 | # CONFIG_LLC2 is not set | ||
336 | # CONFIG_IPX is not set | ||
337 | # CONFIG_ATALK is not set | ||
338 | # CONFIG_X25 is not set | ||
339 | # CONFIG_LAPB is not set | ||
340 | # CONFIG_ECONET is not set | ||
341 | # CONFIG_WAN_ROUTER is not set | ||
342 | # CONFIG_NET_SCHED is not set | ||
343 | |||
344 | # | ||
345 | # Network testing | ||
346 | # | ||
347 | # CONFIG_NET_PKTGEN is not set | ||
348 | # CONFIG_HAMRADIO is not set | ||
349 | # CONFIG_CAN is not set | ||
350 | # CONFIG_IRDA is not set | ||
351 | # CONFIG_BT is not set | ||
352 | # CONFIG_AF_RXRPC is not set | ||
353 | # CONFIG_PHONET is not set | ||
354 | CONFIG_WIRELESS=y | ||
355 | # CONFIG_CFG80211 is not set | ||
356 | CONFIG_WIRELESS_OLD_REGULATORY=y | ||
357 | # CONFIG_WIRELESS_EXT is not set | ||
358 | # CONFIG_MAC80211 is not set | ||
359 | # CONFIG_IEEE80211 is not set | ||
360 | # CONFIG_RFKILL is not set | ||
361 | # CONFIG_NET_9P is not set | ||
362 | |||
363 | # | ||
364 | # Device Drivers | ||
365 | # | ||
366 | |||
367 | # | ||
368 | # Generic Driver Options | ||
369 | # | ||
370 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
371 | CONFIG_STANDALONE=y | ||
372 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
373 | CONFIG_FW_LOADER=y | ||
374 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
375 | CONFIG_EXTRA_FIRMWARE="" | ||
376 | # CONFIG_DEBUG_DRIVER is not set | ||
377 | # CONFIG_DEBUG_DEVRES is not set | ||
378 | # CONFIG_SYS_HYPERVISOR is not set | ||
379 | CONFIG_CONNECTOR=y | ||
380 | CONFIG_PROC_EVENTS=y | ||
381 | # CONFIG_MTD is not set | ||
382 | # CONFIG_PARPORT is not set | ||
383 | CONFIG_PNP=y | ||
384 | # CONFIG_PNP_DEBUG_MESSAGES is not set | ||
385 | |||
386 | # | ||
387 | # Protocols | ||
388 | # | ||
389 | CONFIG_PNPACPI=y | ||
390 | CONFIG_BLK_DEV=y | ||
391 | # CONFIG_BLK_CPQ_DA is not set | ||
392 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
393 | # CONFIG_BLK_DEV_DAC960 is not set | ||
394 | # CONFIG_BLK_DEV_UMEM is not set | ||
395 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
396 | CONFIG_BLK_DEV_LOOP=m | ||
397 | CONFIG_BLK_DEV_CRYPTOLOOP=m | 19 | CONFIG_BLK_DEV_CRYPTOLOOP=m |
398 | CONFIG_BLK_DEV_NBD=m | 20 | CONFIG_BLK_DEV_DM=m |
399 | # CONFIG_BLK_DEV_SX8 is not set | ||
400 | # CONFIG_BLK_DEV_UB is not set | ||
401 | CONFIG_BLK_DEV_RAM=y | ||
402 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
403 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
404 | # CONFIG_BLK_DEV_XIP is not set | ||
405 | # CONFIG_CDROM_PKTCDVD is not set | ||
406 | # CONFIG_ATA_OVER_ETH is not set | ||
407 | # CONFIG_BLK_DEV_HD is not set | ||
408 | CONFIG_MISC_DEVICES=y | ||
409 | # CONFIG_PHANTOM is not set | ||
410 | # CONFIG_EEPROM_93CX6 is not set | ||
411 | CONFIG_SGI_IOC4=y | ||
412 | # CONFIG_TIFM_CORE is not set | ||
413 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
414 | CONFIG_SGI_XP=m | ||
415 | # CONFIG_HP_ILO is not set | ||
416 | # CONFIG_C2PORT is not set | ||
417 | CONFIG_HAVE_IDE=y | ||
418 | CONFIG_IDE=y | ||
419 | |||
420 | # | ||
421 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | ||
422 | # | ||
423 | CONFIG_IDE_TIMINGS=y | ||
424 | CONFIG_IDE_ATAPI=y | ||
425 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
426 | CONFIG_IDE_GD=y | ||
427 | CONFIG_IDE_GD_ATA=y | ||
428 | # CONFIG_IDE_GD_ATAPI is not set | ||
429 | CONFIG_BLK_DEV_IDECD=y | ||
430 | CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y | ||
431 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
432 | CONFIG_BLK_DEV_IDESCSI=m | ||
433 | # CONFIG_BLK_DEV_IDEACPI is not set | ||
434 | # CONFIG_IDE_TASK_IOCTL is not set | ||
435 | CONFIG_IDE_PROC_FS=y | ||
436 | |||
437 | # | ||
438 | # IDE chipset support/bugfixes | ||
439 | # | ||
440 | # CONFIG_IDE_GENERIC is not set | ||
441 | # CONFIG_BLK_DEV_PLATFORM is not set | ||
442 | # CONFIG_BLK_DEV_IDEPNP is not set | ||
443 | CONFIG_BLK_DEV_IDEDMA_SFF=y | ||
444 | |||
445 | # | ||
446 | # PCI IDE chipsets support | ||
447 | # | ||
448 | CONFIG_BLK_DEV_IDEPCI=y | ||
449 | CONFIG_IDEPCI_PCIBUS_ORDER=y | ||
450 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
451 | CONFIG_BLK_DEV_GENERIC=y | 21 | CONFIG_BLK_DEV_GENERIC=y |
452 | # CONFIG_BLK_DEV_OPTI621 is not set | 22 | CONFIG_BLK_DEV_IDECD=y |
453 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 23 | CONFIG_BLK_DEV_INITRD=y |
454 | # CONFIG_BLK_DEV_AEC62XX is not set | 24 | CONFIG_BLK_DEV_LOOP=m |
455 | # CONFIG_BLK_DEV_ALI15X3 is not set | 25 | CONFIG_BLK_DEV_MD=m |
456 | # CONFIG_BLK_DEV_AMD74XX is not set | 26 | CONFIG_BLK_DEV_NBD=m |
457 | CONFIG_BLK_DEV_CMD64X=y | ||
458 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
459 | # CONFIG_BLK_DEV_CS5520 is not set | ||
460 | # CONFIG_BLK_DEV_CS5530 is not set | ||
461 | # CONFIG_BLK_DEV_HPT366 is not set | ||
462 | # CONFIG_BLK_DEV_JMICRON is not set | ||
463 | # CONFIG_BLK_DEV_SC1200 is not set | ||
464 | CONFIG_BLK_DEV_PIIX=y | 27 | CONFIG_BLK_DEV_PIIX=y |
465 | # CONFIG_BLK_DEV_IT8213 is not set | 28 | CONFIG_BLK_DEV_RAM=y |
466 | # CONFIG_BLK_DEV_IT821X is not set | ||
467 | # CONFIG_BLK_DEV_NS87415 is not set | ||
468 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
469 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
470 | # CONFIG_BLK_DEV_SVWKS is not set | ||
471 | CONFIG_BLK_DEV_SGIIOC4=y | ||
472 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
473 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
474 | # CONFIG_BLK_DEV_TRM290 is not set | ||
475 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
476 | # CONFIG_BLK_DEV_TC86C001 is not set | ||
477 | CONFIG_BLK_DEV_IDEDMA=y | ||
478 | |||
479 | # | ||
480 | # SCSI device support | ||
481 | # | ||
482 | # CONFIG_RAID_ATTRS is not set | ||
483 | CONFIG_SCSI=y | ||
484 | CONFIG_SCSI_DMA=y | ||
485 | # CONFIG_SCSI_TGT is not set | ||
486 | CONFIG_SCSI_NETLINK=y | ||
487 | CONFIG_SCSI_PROC_FS=y | ||
488 | |||
489 | # | ||
490 | # SCSI support type (disk, tape, CD-ROM) | ||
491 | # | ||
492 | CONFIG_BLK_DEV_SD=y | 29 | CONFIG_BLK_DEV_SD=y |
493 | CONFIG_CHR_DEV_ST=m | 30 | CONFIG_BLK_DEV_SGIIOC4=y |
494 | # CONFIG_CHR_DEV_OSST is not set | ||
495 | CONFIG_BLK_DEV_SR=m | 31 | CONFIG_BLK_DEV_SR=m |
496 | # CONFIG_BLK_DEV_SR_VENDOR is not set | 32 | CONFIG_CGROUPS=y |
497 | CONFIG_CHR_DEV_SG=m | 33 | CONFIG_CHR_DEV_SG=m |
498 | # CONFIG_CHR_DEV_SCH is not set | 34 | CONFIG_CHR_DEV_ST=m |
499 | 35 | CONFIG_CIFS=m | |
500 | # | 36 | CONFIG_CONNECTOR=y |
501 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | 37 | CONFIG_CPUSETS=y |
502 | # | 38 | CONFIG_CRASH_DUMP=y |
503 | # CONFIG_SCSI_MULTI_LUN is not set | 39 | CONFIG_CRC_T10DIF=y |
504 | # CONFIG_SCSI_CONSTANTS is not set | 40 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |
505 | # CONFIG_SCSI_LOGGING is not set | 41 | CONFIG_CRYPTO_ECB=m |
506 | # CONFIG_SCSI_SCAN_ASYNC is not set | 42 | CONFIG_CRYPTO_MD5=y |
507 | CONFIG_SCSI_WAIT_SCAN=m | 43 | CONFIG_CRYPTO_PCBC=m |
508 | 44 | CONFIG_DEBUG_KERNEL=y | |
509 | # | 45 | CONFIG_DEBUG_MUTEXES=y |
510 | # SCSI Transports | ||
511 | # | ||
512 | CONFIG_SCSI_SPI_ATTRS=y | ||
513 | CONFIG_SCSI_FC_ATTRS=y | ||
514 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
515 | CONFIG_SCSI_SAS_ATTRS=y | ||
516 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
517 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
518 | CONFIG_SCSI_LOWLEVEL=y | ||
519 | # CONFIG_ISCSI_TCP is not set | ||
520 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
521 | # CONFIG_SCSI_3W_9XXX is not set | ||
522 | # CONFIG_SCSI_ACARD is not set | ||
523 | # CONFIG_SCSI_AACRAID is not set | ||
524 | # CONFIG_SCSI_AIC7XXX is not set | ||
525 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
526 | # CONFIG_SCSI_AIC79XX is not set | ||
527 | # CONFIG_SCSI_AIC94XX is not set | ||
528 | # CONFIG_SCSI_DPT_I2O is not set | ||
529 | # CONFIG_SCSI_ADVANSYS is not set | ||
530 | # CONFIG_SCSI_ARCMSR is not set | ||
531 | # CONFIG_MEGARAID_NEWGEN is not set | ||
532 | # CONFIG_MEGARAID_LEGACY is not set | ||
533 | # CONFIG_MEGARAID_SAS is not set | ||
534 | # CONFIG_SCSI_HPTIOP is not set | ||
535 | # CONFIG_SCSI_DMX3191D is not set | ||
536 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
537 | # CONFIG_SCSI_IPS is not set | ||
538 | # CONFIG_SCSI_INITIO is not set | ||
539 | # CONFIG_SCSI_INIA100 is not set | ||
540 | # CONFIG_SCSI_MVSAS is not set | ||
541 | # CONFIG_SCSI_STEX is not set | ||
542 | CONFIG_SCSI_SYM53C8XX_2=y | ||
543 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 | ||
544 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | ||
545 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | ||
546 | CONFIG_SCSI_SYM53C8XX_MMIO=y | ||
547 | # CONFIG_SCSI_IPR is not set | ||
548 | CONFIG_SCSI_QLOGIC_1280=y | ||
549 | # CONFIG_SCSI_QLA_FC is not set | ||
550 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
551 | # CONFIG_SCSI_LPFC is not set | ||
552 | # CONFIG_SCSI_DC395x is not set | ||
553 | # CONFIG_SCSI_DC390T is not set | ||
554 | # CONFIG_SCSI_DEBUG is not set | ||
555 | # CONFIG_SCSI_SRP is not set | ||
556 | # CONFIG_SCSI_DH is not set | ||
557 | CONFIG_ATA=y | ||
558 | CONFIG_ATA_NONSTANDARD=y | ||
559 | CONFIG_ATA_ACPI=y | ||
560 | CONFIG_SATA_PMP=y | ||
561 | # CONFIG_SATA_AHCI is not set | ||
562 | # CONFIG_SATA_SIL24 is not set | ||
563 | CONFIG_ATA_SFF=y | ||
564 | # CONFIG_SATA_SVW is not set | ||
565 | CONFIG_ATA_PIIX=y | ||
566 | # CONFIG_SATA_MV is not set | ||
567 | # CONFIG_SATA_NV is not set | ||
568 | # CONFIG_PDC_ADMA is not set | ||
569 | # CONFIG_SATA_QSTOR is not set | ||
570 | # CONFIG_SATA_PROMISE is not set | ||
571 | # CONFIG_SATA_SX4 is not set | ||
572 | # CONFIG_SATA_SIL is not set | ||
573 | # CONFIG_SATA_SIS is not set | ||
574 | # CONFIG_SATA_ULI is not set | ||
575 | # CONFIG_SATA_VIA is not set | ||
576 | CONFIG_SATA_VITESSE=y | ||
577 | # CONFIG_SATA_INIC162X is not set | ||
578 | # CONFIG_PATA_ACPI is not set | ||
579 | # CONFIG_PATA_ALI is not set | ||
580 | # CONFIG_PATA_AMD is not set | ||
581 | # CONFIG_PATA_ARTOP is not set | ||
582 | # CONFIG_PATA_ATIIXP is not set | ||
583 | # CONFIG_PATA_CMD640_PCI is not set | ||
584 | # CONFIG_PATA_CMD64X is not set | ||
585 | # CONFIG_PATA_CS5520 is not set | ||
586 | # CONFIG_PATA_CS5530 is not set | ||
587 | # CONFIG_PATA_CYPRESS is not set | ||
588 | # CONFIG_PATA_EFAR is not set | ||
589 | # CONFIG_ATA_GENERIC is not set | ||
590 | # CONFIG_PATA_HPT366 is not set | ||
591 | # CONFIG_PATA_HPT37X is not set | ||
592 | # CONFIG_PATA_HPT3X2N is not set | ||
593 | # CONFIG_PATA_HPT3X3 is not set | ||
594 | # CONFIG_PATA_IT821X is not set | ||
595 | # CONFIG_PATA_IT8213 is not set | ||
596 | # CONFIG_PATA_JMICRON is not set | ||
597 | # CONFIG_PATA_TRIFLEX is not set | ||
598 | # CONFIG_PATA_MARVELL is not set | ||
599 | # CONFIG_PATA_MPIIX is not set | ||
600 | # CONFIG_PATA_OLDPIIX is not set | ||
601 | # CONFIG_PATA_NETCELL is not set | ||
602 | # CONFIG_PATA_NINJA32 is not set | ||
603 | # CONFIG_PATA_NS87410 is not set | ||
604 | # CONFIG_PATA_NS87415 is not set | ||
605 | # CONFIG_PATA_OPTI is not set | ||
606 | # CONFIG_PATA_OPTIDMA is not set | ||
607 | # CONFIG_PATA_PDC_OLD is not set | ||
608 | # CONFIG_PATA_RADISYS is not set | ||
609 | # CONFIG_PATA_RZ1000 is not set | ||
610 | # CONFIG_PATA_SC1200 is not set | ||
611 | # CONFIG_PATA_SERVERWORKS is not set | ||
612 | # CONFIG_PATA_PDC2027X is not set | ||
613 | # CONFIG_PATA_SIL680 is not set | ||
614 | # CONFIG_PATA_SIS is not set | ||
615 | # CONFIG_PATA_VIA is not set | ||
616 | # CONFIG_PATA_WINBOND is not set | ||
617 | # CONFIG_PATA_SCH is not set | ||
618 | CONFIG_MD=y | ||
619 | CONFIG_BLK_DEV_MD=m | ||
620 | CONFIG_MD_LINEAR=m | ||
621 | CONFIG_MD_RAID0=m | ||
622 | CONFIG_MD_RAID1=m | ||
623 | # CONFIG_MD_RAID10 is not set | ||
624 | # CONFIG_MD_RAID456 is not set | ||
625 | CONFIG_MD_MULTIPATH=m | ||
626 | # CONFIG_MD_FAULTY is not set | ||
627 | CONFIG_BLK_DEV_DM=m | ||
628 | # CONFIG_DM_DEBUG is not set | ||
629 | CONFIG_DM_CRYPT=m | 46 | CONFIG_DM_CRYPT=m |
630 | CONFIG_DM_SNAPSHOT=m | ||
631 | CONFIG_DM_MIRROR=m | 47 | CONFIG_DM_MIRROR=m |
632 | CONFIG_DM_ZERO=m | ||
633 | CONFIG_DM_MULTIPATH=m | 48 | CONFIG_DM_MULTIPATH=m |
634 | # CONFIG_DM_DELAY is not set | 49 | CONFIG_DM_SNAPSHOT=m |
635 | # CONFIG_DM_UEVENT is not set | 50 | CONFIG_DM_ZERO=m |
636 | CONFIG_FUSION=y | ||
637 | CONFIG_FUSION_SPI=y | ||
638 | CONFIG_FUSION_FC=m | ||
639 | CONFIG_FUSION_SAS=y | ||
640 | CONFIG_FUSION_MAX_SGE=128 | ||
641 | # CONFIG_FUSION_CTL is not set | ||
642 | # CONFIG_FUSION_LOGGING is not set | ||
643 | |||
644 | # | ||
645 | # IEEE 1394 (FireWire) support | ||
646 | # | ||
647 | |||
648 | # | ||
649 | # Enable only one of the two stacks, unless you know what you are doing | ||
650 | # | ||
651 | # CONFIG_FIREWIRE is not set | ||
652 | # CONFIG_IEEE1394 is not set | ||
653 | # CONFIG_I2O is not set | ||
654 | CONFIG_NETDEVICES=y | ||
655 | CONFIG_DUMMY=m | ||
656 | # CONFIG_BONDING is not set | ||
657 | # CONFIG_MACVLAN is not set | ||
658 | # CONFIG_EQUALIZER is not set | ||
659 | # CONFIG_TUN is not set | ||
660 | # CONFIG_VETH is not set | ||
661 | # CONFIG_NET_SB1000 is not set | ||
662 | # CONFIG_ARCNET is not set | ||
663 | CONFIG_PHYLIB=y | ||
664 | |||
665 | # | ||
666 | # MII PHY device drivers | ||
667 | # | ||
668 | # CONFIG_MARVELL_PHY is not set | ||
669 | # CONFIG_DAVICOM_PHY is not set | ||
670 | # CONFIG_QSEMI_PHY is not set | ||
671 | # CONFIG_LXT_PHY is not set | ||
672 | # CONFIG_CICADA_PHY is not set | ||
673 | # CONFIG_VITESSE_PHY is not set | ||
674 | # CONFIG_SMSC_PHY is not set | ||
675 | # CONFIG_BROADCOM_PHY is not set | ||
676 | # CONFIG_ICPLUS_PHY is not set | ||
677 | # CONFIG_REALTEK_PHY is not set | ||
678 | # CONFIG_FIXED_PHY is not set | ||
679 | # CONFIG_MDIO_BITBANG is not set | ||
680 | CONFIG_NET_ETHERNET=y | ||
681 | CONFIG_MII=m | ||
682 | # CONFIG_HAPPYMEAL is not set | ||
683 | # CONFIG_SUNGEM is not set | ||
684 | # CONFIG_CASSINI is not set | ||
685 | # CONFIG_NET_VENDOR_3COM is not set | ||
686 | CONFIG_NET_TULIP=y | ||
687 | # CONFIG_DE2104X is not set | ||
688 | CONFIG_TULIP=m | ||
689 | # CONFIG_TULIP_MWI is not set | ||
690 | # CONFIG_TULIP_MMIO is not set | ||
691 | # CONFIG_TULIP_NAPI is not set | ||
692 | # CONFIG_DE4X5 is not set | ||
693 | # CONFIG_WINBOND_840 is not set | ||
694 | # CONFIG_DM9102 is not set | ||
695 | # CONFIG_ULI526X is not set | ||
696 | # CONFIG_HP100 is not set | ||
697 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
698 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
699 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
700 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
701 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
702 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
703 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
704 | CONFIG_NET_PCI=y | ||
705 | # CONFIG_PCNET32 is not set | ||
706 | # CONFIG_AMD8111_ETH is not set | ||
707 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
708 | # CONFIG_B44 is not set | ||
709 | # CONFIG_FORCEDETH is not set | ||
710 | CONFIG_EEPRO100=m | ||
711 | CONFIG_E100=m | ||
712 | # CONFIG_FEALNX is not set | ||
713 | # CONFIG_NATSEMI is not set | ||
714 | # CONFIG_NE2K_PCI is not set | ||
715 | # CONFIG_8139CP is not set | ||
716 | # CONFIG_8139TOO is not set | ||
717 | # CONFIG_R6040 is not set | ||
718 | # CONFIG_SIS900 is not set | ||
719 | # CONFIG_EPIC100 is not set | ||
720 | # CONFIG_SUNDANCE is not set | ||
721 | # CONFIG_TLAN is not set | ||
722 | # CONFIG_VIA_RHINE is not set | ||
723 | # CONFIG_SC92031 is not set | ||
724 | # CONFIG_ATL2 is not set | ||
725 | CONFIG_NETDEV_1000=y | ||
726 | # CONFIG_ACENIC is not set | ||
727 | # CONFIG_DL2K is not set | ||
728 | CONFIG_E1000=y | ||
729 | # CONFIG_E1000E is not set | ||
730 | # CONFIG_IP1000 is not set | ||
731 | CONFIG_IGB=y | ||
732 | # CONFIG_IGB_LRO is not set | ||
733 | # CONFIG_NS83820 is not set | ||
734 | # CONFIG_HAMACHI is not set | ||
735 | # CONFIG_YELLOWFIN is not set | ||
736 | # CONFIG_R8169 is not set | ||
737 | # CONFIG_SIS190 is not set | ||
738 | # CONFIG_SKGE is not set | ||
739 | # CONFIG_SKY2 is not set | ||
740 | # CONFIG_VIA_VELOCITY is not set | ||
741 | CONFIG_TIGON3=y | ||
742 | # CONFIG_BNX2 is not set | ||
743 | # CONFIG_QLA3XXX is not set | ||
744 | # CONFIG_ATL1 is not set | ||
745 | # CONFIG_ATL1E is not set | ||
746 | # CONFIG_JME is not set | ||
747 | CONFIG_NETDEV_10000=y | ||
748 | # CONFIG_CHELSIO_T1 is not set | ||
749 | # CONFIG_CHELSIO_T3 is not set | ||
750 | # CONFIG_ENIC is not set | ||
751 | # CONFIG_IXGBE is not set | ||
752 | # CONFIG_IXGB is not set | ||
753 | # CONFIG_S2IO is not set | ||
754 | # CONFIG_MYRI10GE is not set | ||
755 | # CONFIG_NETXEN_NIC is not set | ||
756 | # CONFIG_NIU is not set | ||
757 | # CONFIG_MLX4_EN is not set | ||
758 | # CONFIG_MLX4_CORE is not set | ||
759 | # CONFIG_TEHUTI is not set | ||
760 | # CONFIG_BNX2X is not set | ||
761 | # CONFIG_QLGE is not set | ||
762 | # CONFIG_SFC is not set | ||
763 | # CONFIG_TR is not set | ||
764 | |||
765 | # | ||
766 | # Wireless LAN | ||
767 | # | ||
768 | # CONFIG_WLAN_PRE80211 is not set | ||
769 | # CONFIG_WLAN_80211 is not set | ||
770 | # CONFIG_IWLWIFI_LEDS is not set | ||
771 | |||
772 | # | ||
773 | # USB Network Adapters | ||
774 | # | ||
775 | # CONFIG_USB_CATC is not set | ||
776 | # CONFIG_USB_KAWETH is not set | ||
777 | # CONFIG_USB_PEGASUS is not set | ||
778 | # CONFIG_USB_RTL8150 is not set | ||
779 | # CONFIG_USB_USBNET is not set | ||
780 | # CONFIG_WAN is not set | ||
781 | # CONFIG_FDDI is not set | ||
782 | # CONFIG_HIPPI is not set | ||
783 | # CONFIG_PPP is not set | ||
784 | # CONFIG_SLIP is not set | ||
785 | # CONFIG_NET_FC is not set | ||
786 | CONFIG_NETCONSOLE=y | ||
787 | # CONFIG_NETCONSOLE_DYNAMIC is not set | ||
788 | CONFIG_NETPOLL=y | ||
789 | # CONFIG_NETPOLL_TRAP is not set | ||
790 | CONFIG_NET_POLL_CONTROLLER=y | ||
791 | # CONFIG_ISDN is not set | ||
792 | # CONFIG_PHONE is not set | ||
793 | |||
794 | # | ||
795 | # Input device support | ||
796 | # | ||
797 | CONFIG_INPUT=y | ||
798 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
799 | # CONFIG_INPUT_POLLDEV is not set | ||
800 | |||
801 | # | ||
802 | # Userland interfaces | ||
803 | # | ||
804 | CONFIG_INPUT_MOUSEDEV=y | ||
805 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
806 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
807 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
808 | # CONFIG_INPUT_JOYDEV is not set | ||
809 | # CONFIG_INPUT_EVDEV is not set | ||
810 | # CONFIG_INPUT_EVBUG is not set | ||
811 | |||
812 | # | ||
813 | # Input Device Drivers | ||
814 | # | ||
815 | CONFIG_INPUT_KEYBOARD=y | ||
816 | CONFIG_KEYBOARD_ATKBD=y | ||
817 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
818 | # CONFIG_KEYBOARD_LKKBD is not set | ||
819 | # CONFIG_KEYBOARD_XTKBD is not set | ||
820 | # CONFIG_KEYBOARD_NEWTON is not set | ||
821 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
822 | CONFIG_INPUT_MOUSE=y | ||
823 | CONFIG_MOUSE_PS2=y | ||
824 | CONFIG_MOUSE_PS2_ALPS=y | ||
825 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | ||
826 | CONFIG_MOUSE_PS2_SYNAPTICS=y | ||
827 | CONFIG_MOUSE_PS2_LIFEBOOK=y | ||
828 | CONFIG_MOUSE_PS2_TRACKPOINT=y | ||
829 | # CONFIG_MOUSE_PS2_ELANTECH is not set | ||
830 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | ||
831 | # CONFIG_MOUSE_SERIAL is not set | ||
832 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
833 | # CONFIG_MOUSE_BCM5974 is not set | ||
834 | # CONFIG_MOUSE_VSXXXAA is not set | ||
835 | # CONFIG_INPUT_JOYSTICK is not set | ||
836 | # CONFIG_INPUT_TABLET is not set | ||
837 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
838 | # CONFIG_INPUT_MISC is not set | ||
839 | |||
840 | # | ||
841 | # Hardware I/O ports | ||
842 | # | ||
843 | CONFIG_SERIO=y | ||
844 | CONFIG_SERIO_I8042=y | ||
845 | # CONFIG_SERIO_SERPORT is not set | ||
846 | # CONFIG_SERIO_PCIPS2 is not set | ||
847 | CONFIG_SERIO_LIBPS2=y | ||
848 | # CONFIG_SERIO_RAW is not set | ||
849 | CONFIG_GAMEPORT=m | ||
850 | # CONFIG_GAMEPORT_NS558 is not set | ||
851 | # CONFIG_GAMEPORT_L4 is not set | ||
852 | # CONFIG_GAMEPORT_EMU10K1 is not set | ||
853 | # CONFIG_GAMEPORT_FM801 is not set | ||
854 | |||
855 | # | ||
856 | # Character devices | ||
857 | # | ||
858 | CONFIG_VT=y | ||
859 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
860 | CONFIG_VT_CONSOLE=y | ||
861 | CONFIG_HW_CONSOLE=y | ||
862 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
863 | CONFIG_DEVKMEM=y | ||
864 | CONFIG_SERIAL_NONSTANDARD=y | ||
865 | # CONFIG_COMPUTONE is not set | ||
866 | # CONFIG_ROCKETPORT is not set | ||
867 | # CONFIG_CYCLADES is not set | ||
868 | # CONFIG_DIGIEPCA is not set | ||
869 | # CONFIG_MOXA_INTELLIO is not set | ||
870 | # CONFIG_MOXA_SMARTIO is not set | ||
871 | # CONFIG_ISI is not set | ||
872 | # CONFIG_SYNCLINKMP is not set | ||
873 | # CONFIG_SYNCLINK_GT is not set | ||
874 | # CONFIG_N_HDLC is not set | ||
875 | # CONFIG_RISCOM8 is not set | ||
876 | # CONFIG_SPECIALIX is not set | ||
877 | # CONFIG_SX is not set | ||
878 | # CONFIG_RIO is not set | ||
879 | # CONFIG_STALDRV is not set | ||
880 | # CONFIG_NOZOMI is not set | ||
881 | CONFIG_SGI_SNSC=y | ||
882 | CONFIG_SGI_TIOCX=y | ||
883 | CONFIG_SGI_MBCS=m | ||
884 | |||
885 | # | ||
886 | # Serial drivers | ||
887 | # | ||
888 | CONFIG_SERIAL_8250=y | ||
889 | CONFIG_SERIAL_8250_CONSOLE=y | ||
890 | CONFIG_SERIAL_8250_PCI=y | ||
891 | CONFIG_SERIAL_8250_PNP=y | ||
892 | CONFIG_SERIAL_8250_NR_UARTS=6 | ||
893 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
894 | CONFIG_SERIAL_8250_EXTENDED=y | ||
895 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
896 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | ||
897 | # CONFIG_SERIAL_8250_RSA is not set | ||
898 | |||
899 | # | ||
900 | # Non-8250 serial port support | ||
901 | # | ||
902 | CONFIG_SERIAL_CORE=y | ||
903 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
904 | CONFIG_SERIAL_SGI_L1_CONSOLE=y | ||
905 | # CONFIG_SERIAL_JSM is not set | ||
906 | CONFIG_SERIAL_SGI_IOC4=y | ||
907 | # CONFIG_SERIAL_SGI_IOC3 is not set | ||
908 | CONFIG_UNIX98_PTYS=y | ||
909 | CONFIG_LEGACY_PTYS=y | ||
910 | CONFIG_LEGACY_PTY_COUNT=256 | ||
911 | # CONFIG_IPMI_HANDLER is not set | ||
912 | # CONFIG_HW_RANDOM is not set | ||
913 | CONFIG_EFI_RTC=y | ||
914 | # CONFIG_R3964 is not set | ||
915 | # CONFIG_APPLICOM is not set | ||
916 | CONFIG_RAW_DRIVER=m | ||
917 | CONFIG_MAX_RAW_DEVS=256 | ||
918 | CONFIG_HPET=y | ||
919 | CONFIG_HPET_MMAP=y | ||
920 | # CONFIG_HANGCHECK_TIMER is not set | ||
921 | CONFIG_MMTIMER=y | ||
922 | # CONFIG_TCG_TPM is not set | ||
923 | CONFIG_DEVPORT=y | ||
924 | # CONFIG_I2C is not set | ||
925 | # CONFIG_SPI is not set | ||
926 | # CONFIG_W1 is not set | ||
927 | CONFIG_POWER_SUPPLY=y | ||
928 | # CONFIG_POWER_SUPPLY_DEBUG is not set | ||
929 | # CONFIG_PDA_POWER is not set | ||
930 | # CONFIG_BATTERY_DS2760 is not set | ||
931 | CONFIG_HWMON=y | ||
932 | # CONFIG_HWMON_VID is not set | ||
933 | # CONFIG_SENSORS_I5K_AMB is not set | ||
934 | # CONFIG_SENSORS_F71805F is not set | ||
935 | # CONFIG_SENSORS_F71882FG is not set | ||
936 | # CONFIG_SENSORS_IT87 is not set | ||
937 | # CONFIG_SENSORS_PC87360 is not set | ||
938 | # CONFIG_SENSORS_PC87427 is not set | ||
939 | # CONFIG_SENSORS_SIS5595 is not set | ||
940 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
941 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
942 | # CONFIG_SENSORS_VIA686A is not set | ||
943 | # CONFIG_SENSORS_VT1211 is not set | ||
944 | # CONFIG_SENSORS_VT8231 is not set | ||
945 | # CONFIG_SENSORS_W83627HF is not set | ||
946 | # CONFIG_SENSORS_W83627EHF is not set | ||
947 | # CONFIG_SENSORS_LIS3LV02D is not set | ||
948 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
949 | CONFIG_THERMAL=m | ||
950 | # CONFIG_THERMAL_HWMON is not set | ||
951 | # CONFIG_WATCHDOG is not set | ||
952 | CONFIG_SSB_POSSIBLE=y | ||
953 | |||
954 | # | ||
955 | # Sonics Silicon Backplane | ||
956 | # | ||
957 | # CONFIG_SSB is not set | ||
958 | |||
959 | # | ||
960 | # Multifunction device drivers | ||
961 | # | ||
962 | # CONFIG_MFD_CORE is not set | ||
963 | # CONFIG_MFD_SM501 is not set | ||
964 | # CONFIG_HTC_PASIC3 is not set | ||
965 | # CONFIG_MFD_TMIO is not set | ||
966 | # CONFIG_REGULATOR is not set | ||
967 | |||
968 | # | ||
969 | # Multimedia devices | ||
970 | # | ||
971 | |||
972 | # | ||
973 | # Multimedia core support | ||
974 | # | ||
975 | # CONFIG_VIDEO_DEV is not set | ||
976 | # CONFIG_DVB_CORE is not set | ||
977 | # CONFIG_VIDEO_MEDIA is not set | ||
978 | |||
979 | # | ||
980 | # Multimedia drivers | ||
981 | # | ||
982 | CONFIG_DAB=y | ||
983 | # CONFIG_USB_DABUSB is not set | ||
984 | |||
985 | # | ||
986 | # Graphics support | ||
987 | # | ||
988 | CONFIG_AGP=m | ||
989 | CONFIG_AGP_I460=m | ||
990 | CONFIG_AGP_HP_ZX1=m | ||
991 | CONFIG_AGP_SGI_TIOCA=m | ||
992 | CONFIG_DRM=m | 51 | CONFIG_DRM=m |
993 | CONFIG_DRM_TDFX=m | 52 | CONFIG_DRM_MGA=m |
994 | CONFIG_DRM_R128=m | 53 | CONFIG_DRM_R128=m |
995 | CONFIG_DRM_RADEON=m | 54 | CONFIG_DRM_RADEON=m |
996 | CONFIG_DRM_MGA=m | ||
997 | CONFIG_DRM_SIS=m | 55 | CONFIG_DRM_SIS=m |
998 | # CONFIG_DRM_VIA is not set | 56 | CONFIG_DRM_TDFX=m |
999 | # CONFIG_DRM_SAVAGE is not set | 57 | CONFIG_DUMMY=m |
1000 | # CONFIG_VGASTATE is not set | 58 | CONFIG_E1000=y |
1001 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | 59 | CONFIG_E100=m |
1002 | # CONFIG_FB is not set | 60 | CONFIG_EFI_PARTITION=y |
1003 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 61 | CONFIG_EFI_RTC=y |
1004 | 62 | CONFIG_EFI_VARS=y | |
1005 | # | 63 | CONFIG_EXPERIMENTAL=y |
1006 | # Display device support | 64 | CONFIG_EXT2_FS_POSIX_ACL=y |
1007 | # | 65 | CONFIG_EXT2_FS_SECURITY=y |
1008 | # CONFIG_DISPLAY_SUPPORT is not set | 66 | CONFIG_EXT2_FS_XATTR=y |
1009 | 67 | CONFIG_EXT2_FS=y | |
1010 | # | 68 | CONFIG_EXT3_FS_POSIX_ACL=y |
1011 | # Console display driver support | 69 | CONFIG_EXT3_FS_SECURITY=y |
1012 | # | 70 | CONFIG_EXT3_FS=y |
1013 | CONFIG_VGA_CONSOLE=y | 71 | CONFIG_FUSION_FC=m |
1014 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 72 | CONFIG_FUSION_SAS=y |
1015 | CONFIG_DUMMY_CONSOLE=y | 73 | CONFIG_FUSION_SPI=y |
1016 | CONFIG_SOUND=m | 74 | CONFIG_FUSION=y |
1017 | CONFIG_SOUND_OSS_CORE=y | 75 | CONFIG_GAMEPORT=m |
1018 | CONFIG_SND=m | ||
1019 | CONFIG_SND_TIMER=m | ||
1020 | CONFIG_SND_PCM=m | ||
1021 | CONFIG_SND_HWDEP=m | ||
1022 | CONFIG_SND_RAWMIDI=m | ||
1023 | CONFIG_SND_SEQUENCER=m | ||
1024 | CONFIG_SND_SEQ_DUMMY=m | ||
1025 | CONFIG_SND_OSSEMUL=y | ||
1026 | CONFIG_SND_MIXER_OSS=m | ||
1027 | CONFIG_SND_PCM_OSS=m | ||
1028 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
1029 | CONFIG_SND_SEQUENCER_OSS=y | ||
1030 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1031 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1032 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1033 | CONFIG_SND_VERBOSE_PRINTK=y | ||
1034 | # CONFIG_SND_DEBUG is not set | ||
1035 | CONFIG_SND_VMASTER=y | ||
1036 | CONFIG_SND_MPU401_UART=m | ||
1037 | CONFIG_SND_OPL3_LIB=m | ||
1038 | CONFIG_SND_AC97_CODEC=m | ||
1039 | CONFIG_SND_DRIVERS=y | ||
1040 | CONFIG_SND_DUMMY=m | ||
1041 | CONFIG_SND_VIRMIDI=m | ||
1042 | CONFIG_SND_MTPAV=m | ||
1043 | CONFIG_SND_SERIAL_U16550=m | ||
1044 | CONFIG_SND_MPU401=m | ||
1045 | # CONFIG_SND_AC97_POWER_SAVE is not set | ||
1046 | CONFIG_SND_PCI=y | ||
1047 | # CONFIG_SND_AD1889 is not set | ||
1048 | # CONFIG_SND_ALS300 is not set | ||
1049 | # CONFIG_SND_ALI5451 is not set | ||
1050 | # CONFIG_SND_ATIIXP is not set | ||
1051 | # CONFIG_SND_ATIIXP_MODEM is not set | ||
1052 | # CONFIG_SND_AU8810 is not set | ||
1053 | # CONFIG_SND_AU8820 is not set | ||
1054 | # CONFIG_SND_AU8830 is not set | ||
1055 | # CONFIG_SND_AW2 is not set | ||
1056 | # CONFIG_SND_AZT3328 is not set | ||
1057 | # CONFIG_SND_BT87X is not set | ||
1058 | # CONFIG_SND_CA0106 is not set | ||
1059 | # CONFIG_SND_CMIPCI is not set | ||
1060 | # CONFIG_SND_OXYGEN is not set | ||
1061 | CONFIG_SND_CS4281=m | ||
1062 | CONFIG_SND_CS46XX=m | ||
1063 | CONFIG_SND_CS46XX_NEW_DSP=y | ||
1064 | # CONFIG_SND_DARLA20 is not set | ||
1065 | # CONFIG_SND_GINA20 is not set | ||
1066 | # CONFIG_SND_LAYLA20 is not set | ||
1067 | # CONFIG_SND_DARLA24 is not set | ||
1068 | # CONFIG_SND_GINA24 is not set | ||
1069 | # CONFIG_SND_LAYLA24 is not set | ||
1070 | # CONFIG_SND_MONA is not set | ||
1071 | # CONFIG_SND_MIA is not set | ||
1072 | # CONFIG_SND_ECHO3G is not set | ||
1073 | # CONFIG_SND_INDIGO is not set | ||
1074 | # CONFIG_SND_INDIGOIO is not set | ||
1075 | # CONFIG_SND_INDIGODJ is not set | ||
1076 | CONFIG_SND_EMU10K1=m | ||
1077 | # CONFIG_SND_EMU10K1X is not set | ||
1078 | # CONFIG_SND_ENS1370 is not set | ||
1079 | # CONFIG_SND_ENS1371 is not set | ||
1080 | # CONFIG_SND_ES1938 is not set | ||
1081 | # CONFIG_SND_ES1968 is not set | ||
1082 | CONFIG_SND_FM801=m | ||
1083 | # CONFIG_SND_HDA_INTEL is not set | ||
1084 | # CONFIG_SND_HDSP is not set | ||
1085 | # CONFIG_SND_HDSPM is not set | ||
1086 | # CONFIG_SND_HIFIER is not set | ||
1087 | # CONFIG_SND_ICE1712 is not set | ||
1088 | # CONFIG_SND_ICE1724 is not set | ||
1089 | # CONFIG_SND_INTEL8X0 is not set | ||
1090 | # CONFIG_SND_INTEL8X0M is not set | ||
1091 | # CONFIG_SND_KORG1212 is not set | ||
1092 | # CONFIG_SND_MAESTRO3 is not set | ||
1093 | # CONFIG_SND_MIXART is not set | ||
1094 | # CONFIG_SND_NM256 is not set | ||
1095 | # CONFIG_SND_PCXHR is not set | ||
1096 | # CONFIG_SND_RIPTIDE is not set | ||
1097 | # CONFIG_SND_RME32 is not set | ||
1098 | # CONFIG_SND_RME96 is not set | ||
1099 | # CONFIG_SND_RME9652 is not set | ||
1100 | # CONFIG_SND_SONICVIBES is not set | ||
1101 | # CONFIG_SND_TRIDENT is not set | ||
1102 | # CONFIG_SND_VIA82XX is not set | ||
1103 | # CONFIG_SND_VIA82XX_MODEM is not set | ||
1104 | # CONFIG_SND_VIRTUOSO is not set | ||
1105 | # CONFIG_SND_VX222 is not set | ||
1106 | # CONFIG_SND_YMFPCI is not set | ||
1107 | CONFIG_SND_USB=y | ||
1108 | # CONFIG_SND_USB_AUDIO is not set | ||
1109 | # CONFIG_SND_USB_CAIAQ is not set | ||
1110 | # CONFIG_SND_SOC is not set | ||
1111 | # CONFIG_SOUND_PRIME is not set | ||
1112 | CONFIG_AC97_BUS=m | ||
1113 | CONFIG_HID_SUPPORT=y | ||
1114 | CONFIG_HID=y | ||
1115 | # CONFIG_HID_DEBUG is not set | ||
1116 | # CONFIG_HIDRAW is not set | ||
1117 | |||
1118 | # | ||
1119 | # USB Input Devices | ||
1120 | # | ||
1121 | CONFIG_USB_HID=m | ||
1122 | # CONFIG_HID_PID is not set | ||
1123 | # CONFIG_USB_HIDDEV is not set | ||
1124 | |||
1125 | # | ||
1126 | # USB HID Boot Protocol drivers | ||
1127 | # | ||
1128 | # CONFIG_USB_KBD is not set | ||
1129 | # CONFIG_USB_MOUSE is not set | ||
1130 | |||
1131 | # | ||
1132 | # Special HID drivers | ||
1133 | # | ||
1134 | CONFIG_HID_COMPAT=y | ||
1135 | CONFIG_HID_A4TECH=m | ||
1136 | CONFIG_HID_APPLE=m | ||
1137 | CONFIG_HID_BELKIN=m | ||
1138 | CONFIG_HID_BRIGHT=m | ||
1139 | CONFIG_HID_CHERRY=m | ||
1140 | CONFIG_HID_CHICONY=m | ||
1141 | CONFIG_HID_CYPRESS=m | ||
1142 | CONFIG_HID_DELL=m | ||
1143 | CONFIG_HID_EZKEY=m | ||
1144 | CONFIG_HID_GYRATION=m | 76 | CONFIG_HID_GYRATION=m |
1145 | CONFIG_HID_LOGITECH=m | ||
1146 | # CONFIG_LOGITECH_FF is not set | ||
1147 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | ||
1148 | CONFIG_HID_MICROSOFT=m | ||
1149 | CONFIG_HID_MONTEREY=m | ||
1150 | CONFIG_HID_PANTHERLORD=m | 77 | CONFIG_HID_PANTHERLORD=m |
1151 | # CONFIG_PANTHERLORD_FF is not set | ||
1152 | CONFIG_HID_PETALYNX=m | 78 | CONFIG_HID_PETALYNX=m |
1153 | CONFIG_HID_SAMSUNG=m | 79 | CONFIG_HID_SAMSUNG=m |
1154 | CONFIG_HID_SONY=m | 80 | CONFIG_HID_SONY=m |
1155 | CONFIG_HID_SUNPLUS=m | 81 | CONFIG_HID_SUNPLUS=m |
1156 | # CONFIG_THRUSTMASTER_FF is not set | 82 | CONFIG_HOTPLUG_CPU=y |
1157 | # CONFIG_ZEROPLUS_FF is not set | 83 | CONFIG_HOTPLUG_PCI_ACPI=m |
1158 | CONFIG_USB_SUPPORT=y | 84 | CONFIG_HOTPLUG_PCI=m |
1159 | CONFIG_USB_ARCH_HAS_HCD=y | 85 | CONFIG_HPET=y |
1160 | CONFIG_USB_ARCH_HAS_OHCI=y | 86 | CONFIG_HUGETLBFS=y |
1161 | CONFIG_USB_ARCH_HAS_EHCI=y | 87 | # CONFIG_HW_RANDOM is not set |
1162 | CONFIG_USB=m | 88 | CONFIG_IA64_CYCLONE=y |
1163 | # CONFIG_USB_DEBUG is not set | 89 | CONFIG_IA64_MCA_RECOVERY=y |
1164 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | 90 | CONFIG_IA64_PAGE_SIZE_64KB=y |
1165 | 91 | CONFIG_IA64_PALINFO=y | |
1166 | # | 92 | CONFIG_IDE=y |
1167 | # Miscellaneous USB options | 93 | CONFIG_IGB=y |
1168 | # | 94 | CONFIG_IKCONFIG_PROC=y |
1169 | CONFIG_USB_DEVICEFS=y | 95 | CONFIG_IKCONFIG=y |
1170 | CONFIG_USB_DEVICE_CLASS=y | 96 | CONFIG_INET=y |
1171 | # CONFIG_USB_DYNAMIC_MINORS is not set | 97 | CONFIG_INFINIBAND_IPOIB=m |
1172 | # CONFIG_USB_SUSPEND is not set | ||
1173 | # CONFIG_USB_OTG is not set | ||
1174 | CONFIG_USB_MON=y | ||
1175 | # CONFIG_USB_WUSB is not set | ||
1176 | # CONFIG_USB_WUSB_CBAF is not set | ||
1177 | |||
1178 | # | ||
1179 | # USB Host Controller Drivers | ||
1180 | # | ||
1181 | # CONFIG_USB_C67X00_HCD is not set | ||
1182 | CONFIG_USB_EHCI_HCD=m | ||
1183 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
1184 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
1185 | # CONFIG_USB_ISP116X_HCD is not set | ||
1186 | # CONFIG_USB_ISP1760_HCD is not set | ||
1187 | CONFIG_USB_OHCI_HCD=m | ||
1188 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
1189 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
1190 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
1191 | CONFIG_USB_UHCI_HCD=m | ||
1192 | # CONFIG_USB_SL811_HCD is not set | ||
1193 | # CONFIG_USB_R8A66597_HCD is not set | ||
1194 | # CONFIG_USB_WHCI_HCD is not set | ||
1195 | # CONFIG_USB_HWA_HCD is not set | ||
1196 | |||
1197 | # | ||
1198 | # Enable Host or Gadget support to see Inventra options | ||
1199 | # | ||
1200 | |||
1201 | # | ||
1202 | # USB Device Class drivers | ||
1203 | # | ||
1204 | # CONFIG_USB_ACM is not set | ||
1205 | # CONFIG_USB_PRINTER is not set | ||
1206 | # CONFIG_USB_WDM is not set | ||
1207 | # CONFIG_USB_TMC is not set | ||
1208 | |||
1209 | # | ||
1210 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | ||
1211 | # | ||
1212 | |||
1213 | # | ||
1214 | # see USB_STORAGE Help for more information | ||
1215 | # | ||
1216 | CONFIG_USB_STORAGE=m | ||
1217 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1218 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1219 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1220 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1221 | # CONFIG_USB_STORAGE_DPCM is not set | ||
1222 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1223 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1224 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1225 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1226 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1227 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1228 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1229 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1230 | # CONFIG_USB_LIBUSUAL is not set | ||
1231 | |||
1232 | # | ||
1233 | # USB Imaging devices | ||
1234 | # | ||
1235 | # CONFIG_USB_MDC800 is not set | ||
1236 | # CONFIG_USB_MICROTEK is not set | ||
1237 | |||
1238 | # | ||
1239 | # USB port drivers | ||
1240 | # | ||
1241 | # CONFIG_USB_SERIAL is not set | ||
1242 | |||
1243 | # | ||
1244 | # USB Miscellaneous drivers | ||
1245 | # | ||
1246 | # CONFIG_USB_EMI62 is not set | ||
1247 | # CONFIG_USB_EMI26 is not set | ||
1248 | # CONFIG_USB_ADUTUX is not set | ||
1249 | # CONFIG_USB_SEVSEG is not set | ||
1250 | # CONFIG_USB_RIO500 is not set | ||
1251 | # CONFIG_USB_LEGOTOWER is not set | ||
1252 | # CONFIG_USB_LCD is not set | ||
1253 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1254 | # CONFIG_USB_LED is not set | ||
1255 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1256 | # CONFIG_USB_CYTHERM is not set | ||
1257 | # CONFIG_USB_PHIDGET is not set | ||
1258 | # CONFIG_USB_IDMOUSE is not set | ||
1259 | # CONFIG_USB_FTDI_ELAN is not set | ||
1260 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1261 | # CONFIG_USB_SISUSBVGA is not set | ||
1262 | # CONFIG_USB_LD is not set | ||
1263 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1264 | # CONFIG_USB_IOWARRIOR is not set | ||
1265 | # CONFIG_USB_TEST is not set | ||
1266 | # CONFIG_USB_ISIGHTFW is not set | ||
1267 | # CONFIG_USB_VST is not set | ||
1268 | # CONFIG_USB_GADGET is not set | ||
1269 | # CONFIG_UWB is not set | ||
1270 | # CONFIG_MMC is not set | ||
1271 | # CONFIG_MEMSTICK is not set | ||
1272 | # CONFIG_NEW_LEDS is not set | ||
1273 | # CONFIG_ACCESSIBILITY is not set | ||
1274 | CONFIG_INFINIBAND=m | 98 | CONFIG_INFINIBAND=m |
1275 | # CONFIG_INFINIBAND_USER_MAD is not set | ||
1276 | # CONFIG_INFINIBAND_USER_ACCESS is not set | ||
1277 | CONFIG_INFINIBAND_ADDR_TRANS=y | ||
1278 | CONFIG_INFINIBAND_MTHCA=m | 99 | CONFIG_INFINIBAND_MTHCA=m |
1279 | CONFIG_INFINIBAND_MTHCA_DEBUG=y | ||
1280 | # CONFIG_INFINIBAND_IPATH is not set | ||
1281 | # CONFIG_INFINIBAND_AMSO1100 is not set | ||
1282 | # CONFIG_MLX4_INFINIBAND is not set | ||
1283 | # CONFIG_INFINIBAND_NES is not set | ||
1284 | CONFIG_INFINIBAND_IPOIB=m | ||
1285 | # CONFIG_INFINIBAND_IPOIB_CM is not set | ||
1286 | CONFIG_INFINIBAND_IPOIB_DEBUG=y | ||
1287 | # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set | ||
1288 | # CONFIG_INFINIBAND_SRP is not set | ||
1289 | # CONFIG_INFINIBAND_ISER is not set | ||
1290 | # CONFIG_RTC_CLASS is not set | ||
1291 | # CONFIG_DMADEVICES is not set | ||
1292 | # CONFIG_UIO is not set | ||
1293 | # CONFIG_STAGING is not set | ||
1294 | CONFIG_STAGING_EXCLUDE_BUILD=y | ||
1295 | |||
1296 | # | ||
1297 | # HP Simulator drivers | ||
1298 | # | ||
1299 | # CONFIG_HP_SIMETH is not set | ||
1300 | # CONFIG_HP_SIMSERIAL is not set | ||
1301 | # CONFIG_HP_SIMSCSI is not set | ||
1302 | CONFIG_MSPEC=m | ||
1303 | |||
1304 | # | ||
1305 | # File systems | ||
1306 | # | ||
1307 | CONFIG_EXT2_FS=y | ||
1308 | CONFIG_EXT2_FS_XATTR=y | ||
1309 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
1310 | CONFIG_EXT2_FS_SECURITY=y | ||
1311 | # CONFIG_EXT2_FS_XIP is not set | ||
1312 | CONFIG_EXT3_FS=y | ||
1313 | CONFIG_EXT3_FS_XATTR=y | ||
1314 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
1315 | CONFIG_EXT3_FS_SECURITY=y | ||
1316 | # CONFIG_EXT4_FS is not set | ||
1317 | CONFIG_JBD=y | ||
1318 | CONFIG_FS_MBCACHE=y | ||
1319 | CONFIG_REISERFS_FS=y | ||
1320 | # CONFIG_REISERFS_CHECK is not set | ||
1321 | # CONFIG_REISERFS_PROC_INFO is not set | ||
1322 | CONFIG_REISERFS_FS_XATTR=y | ||
1323 | CONFIG_REISERFS_FS_POSIX_ACL=y | ||
1324 | CONFIG_REISERFS_FS_SECURITY=y | ||
1325 | # CONFIG_JFS_FS is not set | ||
1326 | CONFIG_FS_POSIX_ACL=y | ||
1327 | CONFIG_FILE_LOCKING=y | ||
1328 | CONFIG_XFS_FS=y | ||
1329 | # CONFIG_XFS_QUOTA is not set | ||
1330 | # CONFIG_XFS_POSIX_ACL is not set | ||
1331 | # CONFIG_XFS_RT is not set | ||
1332 | # CONFIG_XFS_DEBUG is not set | ||
1333 | # CONFIG_GFS2_FS is not set | ||
1334 | # CONFIG_OCFS2_FS is not set | ||
1335 | CONFIG_DNOTIFY=y | ||
1336 | CONFIG_INOTIFY=y | 100 | CONFIG_INOTIFY=y |
1337 | CONFIG_INOTIFY_USER=y | 101 | CONFIG_IP_MULTICAST=y |
1338 | # CONFIG_QUOTA is not set | 102 | # CONFIG_IPV6 is not set |
1339 | CONFIG_AUTOFS_FS=m | ||
1340 | CONFIG_AUTOFS4_FS=m | ||
1341 | # CONFIG_FUSE_FS is not set | ||
1342 | |||
1343 | # | ||
1344 | # CD-ROM/DVD Filesystems | ||
1345 | # | ||
1346 | CONFIG_ISO9660_FS=m | 103 | CONFIG_ISO9660_FS=m |
1347 | CONFIG_JOLIET=y | 104 | CONFIG_JOLIET=y |
1348 | # CONFIG_ZISOFS is not set | 105 | CONFIG_KALLSYMS_ALL=y |
1349 | CONFIG_UDF_FS=m | 106 | CONFIG_KEXEC=y |
1350 | CONFIG_UDF_NLS=y | 107 | CONFIG_LOG_BUF_SHIFT=20 |
1351 | 108 | CONFIG_MAGIC_SYSRQ=y | |
1352 | # | 109 | CONFIG_MCKINLEY=y |
1353 | # DOS/FAT/NT Filesystems | 110 | CONFIG_MD_LINEAR=m |
1354 | # | 111 | CONFIG_MD_MULTIPATH=m |
1355 | CONFIG_FAT_FS=y | 112 | CONFIG_MD_RAID0=m |
1356 | # CONFIG_MSDOS_FS is not set | 113 | CONFIG_MD_RAID1=m |
1357 | CONFIG_VFAT_FS=y | 114 | CONFIG_MD=y |
1358 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | 115 | CONFIG_MODULES=y |
1359 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | 116 | CONFIG_MODULE_UNLOAD=y |
1360 | CONFIG_NTFS_FS=m | 117 | CONFIG_MODVERSIONS=y |
1361 | # CONFIG_NTFS_DEBUG is not set | 118 | CONFIG_MSPEC=m |
1362 | # CONFIG_NTFS_RW is not set | 119 | CONFIG_NETCONSOLE=y |
1363 | 120 | CONFIG_NETDEVICES=y | |
1364 | # | 121 | CONFIG_NET_ETHERNET=y |
1365 | # Pseudo filesystems | 122 | CONFIG_NET_PCI=y |
1366 | # | 123 | CONFIG_NET_TULIP=y |
1367 | CONFIG_PROC_FS=y | 124 | CONFIG_NFSD=m |
1368 | CONFIG_PROC_KCORE=y | 125 | CONFIG_NFSD_V4=y |
1369 | CONFIG_PROC_VMCORE=y | ||
1370 | CONFIG_PROC_SYSCTL=y | ||
1371 | CONFIG_PROC_PAGE_MONITOR=y | ||
1372 | CONFIG_SYSFS=y | ||
1373 | CONFIG_TMPFS=y | ||
1374 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1375 | CONFIG_HUGETLBFS=y | ||
1376 | CONFIG_HUGETLB_PAGE=y | ||
1377 | # CONFIG_CONFIGFS_FS is not set | ||
1378 | |||
1379 | # | ||
1380 | # Miscellaneous filesystems | ||
1381 | # | ||
1382 | # CONFIG_ADFS_FS is not set | ||
1383 | # CONFIG_AFFS_FS is not set | ||
1384 | # CONFIG_HFS_FS is not set | ||
1385 | # CONFIG_HFSPLUS_FS is not set | ||
1386 | # CONFIG_BEFS_FS is not set | ||
1387 | # CONFIG_BFS_FS is not set | ||
1388 | # CONFIG_EFS_FS is not set | ||
1389 | # CONFIG_CRAMFS is not set | ||
1390 | # CONFIG_VXFS_FS is not set | ||
1391 | # CONFIG_MINIX_FS is not set | ||
1392 | # CONFIG_OMFS_FS is not set | ||
1393 | # CONFIG_HPFS_FS is not set | ||
1394 | # CONFIG_QNX4FS_FS is not set | ||
1395 | # CONFIG_ROMFS_FS is not set | ||
1396 | # CONFIG_SYSV_FS is not set | ||
1397 | # CONFIG_UFS_FS is not set | ||
1398 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1399 | CONFIG_NFS_FS=m | 126 | CONFIG_NFS_FS=m |
1400 | CONFIG_NFS_V3=y | 127 | CONFIG_NFS_V3=y |
1401 | # CONFIG_NFS_V3_ACL is not set | ||
1402 | CONFIG_NFS_V4=y | 128 | CONFIG_NFS_V4=y |
1403 | CONFIG_NFSD=m | 129 | CONFIG_NLS_CODEPAGE_1250=m |
1404 | CONFIG_NFSD_V3=y | 130 | CONFIG_NLS_CODEPAGE_1251=m |
1405 | # CONFIG_NFSD_V3_ACL is not set | ||
1406 | CONFIG_NFSD_V4=y | ||
1407 | CONFIG_LOCKD=m | ||
1408 | CONFIG_LOCKD_V4=y | ||
1409 | CONFIG_EXPORTFS=m | ||
1410 | CONFIG_NFS_COMMON=y | ||
1411 | CONFIG_SUNRPC=m | ||
1412 | CONFIG_SUNRPC_GSS=m | ||
1413 | CONFIG_SUNRPC_XPRT_RDMA=m | ||
1414 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
1415 | CONFIG_RPCSEC_GSS_KRB5=m | ||
1416 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1417 | CONFIG_SMB_FS=m | ||
1418 | CONFIG_SMB_NLS_DEFAULT=y | ||
1419 | CONFIG_SMB_NLS_REMOTE="cp437" | ||
1420 | CONFIG_CIFS=m | ||
1421 | # CONFIG_CIFS_STATS is not set | ||
1422 | # CONFIG_CIFS_WEAK_PW_HASH is not set | ||
1423 | # CONFIG_CIFS_XATTR is not set | ||
1424 | # CONFIG_CIFS_DEBUG2 is not set | ||
1425 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
1426 | # CONFIG_NCP_FS is not set | ||
1427 | # CONFIG_CODA_FS is not set | ||
1428 | # CONFIG_AFS_FS is not set | ||
1429 | |||
1430 | # | ||
1431 | # Partition Types | ||
1432 | # | ||
1433 | CONFIG_PARTITION_ADVANCED=y | ||
1434 | # CONFIG_ACORN_PARTITION is not set | ||
1435 | # CONFIG_OSF_PARTITION is not set | ||
1436 | # CONFIG_AMIGA_PARTITION is not set | ||
1437 | # CONFIG_ATARI_PARTITION is not set | ||
1438 | # CONFIG_MAC_PARTITION is not set | ||
1439 | CONFIG_MSDOS_PARTITION=y | ||
1440 | # CONFIG_BSD_DISKLABEL is not set | ||
1441 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1442 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1443 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1444 | # CONFIG_LDM_PARTITION is not set | ||
1445 | CONFIG_SGI_PARTITION=y | ||
1446 | # CONFIG_ULTRIX_PARTITION is not set | ||
1447 | # CONFIG_SUN_PARTITION is not set | ||
1448 | # CONFIG_KARMA_PARTITION is not set | ||
1449 | CONFIG_EFI_PARTITION=y | ||
1450 | # CONFIG_SYSV68_PARTITION is not set | ||
1451 | CONFIG_NLS=y | ||
1452 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1453 | CONFIG_NLS_CODEPAGE_437=y | 131 | CONFIG_NLS_CODEPAGE_437=y |
1454 | CONFIG_NLS_CODEPAGE_737=m | 132 | CONFIG_NLS_CODEPAGE_737=m |
1455 | CONFIG_NLS_CODEPAGE_775=m | 133 | CONFIG_NLS_CODEPAGE_775=m |
@@ -1465,15 +143,14 @@ CONFIG_NLS_CODEPAGE_864=m | |||
1465 | CONFIG_NLS_CODEPAGE_865=m | 143 | CONFIG_NLS_CODEPAGE_865=m |
1466 | CONFIG_NLS_CODEPAGE_866=m | 144 | CONFIG_NLS_CODEPAGE_866=m |
1467 | CONFIG_NLS_CODEPAGE_869=m | 145 | CONFIG_NLS_CODEPAGE_869=m |
1468 | CONFIG_NLS_CODEPAGE_936=m | 146 | CONFIG_NLS_CODEPAGE_874=m |
1469 | CONFIG_NLS_CODEPAGE_950=m | ||
1470 | CONFIG_NLS_CODEPAGE_932=m | 147 | CONFIG_NLS_CODEPAGE_932=m |
148 | CONFIG_NLS_CODEPAGE_936=m | ||
1471 | CONFIG_NLS_CODEPAGE_949=m | 149 | CONFIG_NLS_CODEPAGE_949=m |
1472 | CONFIG_NLS_CODEPAGE_874=m | 150 | CONFIG_NLS_CODEPAGE_950=m |
1473 | CONFIG_NLS_ISO8859_8=m | 151 | CONFIG_NLS_ISO8859_13=m |
1474 | CONFIG_NLS_CODEPAGE_1250=m | 152 | CONFIG_NLS_ISO8859_14=m |
1475 | CONFIG_NLS_CODEPAGE_1251=m | 153 | CONFIG_NLS_ISO8859_15=m |
1476 | # CONFIG_NLS_ASCII is not set | ||
1477 | CONFIG_NLS_ISO8859_1=y | 154 | CONFIG_NLS_ISO8859_1=y |
1478 | CONFIG_NLS_ISO8859_2=m | 155 | CONFIG_NLS_ISO8859_2=m |
1479 | CONFIG_NLS_ISO8859_3=m | 156 | CONFIG_NLS_ISO8859_3=m |
@@ -1481,194 +158,79 @@ CONFIG_NLS_ISO8859_4=m | |||
1481 | CONFIG_NLS_ISO8859_5=m | 158 | CONFIG_NLS_ISO8859_5=m |
1482 | CONFIG_NLS_ISO8859_6=m | 159 | CONFIG_NLS_ISO8859_6=m |
1483 | CONFIG_NLS_ISO8859_7=m | 160 | CONFIG_NLS_ISO8859_7=m |
161 | CONFIG_NLS_ISO8859_8=m | ||
1484 | CONFIG_NLS_ISO8859_9=m | 162 | CONFIG_NLS_ISO8859_9=m |
1485 | CONFIG_NLS_ISO8859_13=m | ||
1486 | CONFIG_NLS_ISO8859_14=m | ||
1487 | CONFIG_NLS_ISO8859_15=m | ||
1488 | CONFIG_NLS_KOI8_R=m | 163 | CONFIG_NLS_KOI8_R=m |
1489 | CONFIG_NLS_KOI8_U=m | 164 | CONFIG_NLS_KOI8_U=m |
1490 | CONFIG_NLS_UTF8=m | 165 | CONFIG_NLS_UTF8=m |
1491 | # CONFIG_DLM is not set | 166 | CONFIG_NTFS_FS=m |
1492 | 167 | CONFIG_PACKET=y | |
1493 | # | 168 | CONFIG_PARTITION_ADVANCED=y |
1494 | # Kernel hacking | 169 | CONFIG_PERFMON=y |
1495 | # | 170 | # CONFIG_PNP_DEBUG_MESSAGES is not set |
1496 | # CONFIG_PRINTK_TIME is not set | 171 | CONFIG_POSIX_MQUEUE=y |
1497 | CONFIG_ENABLE_WARN_DEPRECATED=y | 172 | CONFIG_PROC_KCORE=y |
1498 | CONFIG_ENABLE_MUST_CHECK=y | 173 | CONFIG_RAW_DRIVER=m |
1499 | CONFIG_FRAME_WARN=2048 | ||
1500 | CONFIG_MAGIC_SYSRQ=y | ||
1501 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1502 | # CONFIG_DEBUG_FS is not set | ||
1503 | # CONFIG_HEADERS_CHECK is not set | ||
1504 | CONFIG_DEBUG_KERNEL=y | ||
1505 | # CONFIG_DEBUG_SHIRQ is not set | ||
1506 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1507 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1508 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1509 | CONFIG_SCHED_DEBUG=y | ||
1510 | # CONFIG_SCHEDSTATS is not set | ||
1511 | # CONFIG_TIMER_STATS is not set | ||
1512 | # CONFIG_DEBUG_OBJECTS is not set | ||
1513 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1514 | # CONFIG_SLUB_STATS is not set | ||
1515 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1516 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1517 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1518 | CONFIG_DEBUG_MUTEXES=y | ||
1519 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1520 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1521 | # CONFIG_DEBUG_KOBJECT is not set | ||
1522 | # CONFIG_DEBUG_INFO is not set | ||
1523 | # CONFIG_DEBUG_VM is not set | ||
1524 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1525 | CONFIG_DEBUG_MEMORY_INIT=y | ||
1526 | # CONFIG_DEBUG_LIST is not set | ||
1527 | # CONFIG_DEBUG_SG is not set | ||
1528 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1529 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1530 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 174 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
1531 | # CONFIG_BACKTRACE_SELF_TEST is not set | 175 | CONFIG_REISERFS_FS_POSIX_ACL=y |
1532 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | 176 | CONFIG_REISERFS_FS_SECURITY=y |
1533 | # CONFIG_FAULT_INJECTION is not set | 177 | CONFIG_REISERFS_FS_XATTR=y |
178 | CONFIG_REISERFS_FS=y | ||
179 | CONFIG_SATA_VITESSE=y | ||
180 | CONFIG_SCSI_FC_ATTRS=y | ||
181 | CONFIG_SCSI_QLOGIC_1280=y | ||
182 | CONFIG_SCSI_SYM53C8XX_2=y | ||
183 | CONFIG_SERIAL_8250_CONSOLE=y | ||
184 | CONFIG_SERIAL_8250_EXTENDED=y | ||
185 | CONFIG_SERIAL_8250_NR_UARTS=6 | ||
186 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
187 | CONFIG_SERIAL_8250=y | ||
188 | CONFIG_SERIAL_NONSTANDARD=y | ||
189 | CONFIG_SERIAL_SGI_IOC4=y | ||
190 | CONFIG_SERIAL_SGI_L1_CONSOLE=y | ||
191 | # CONFIG_SERIO_SERPORT is not set | ||
192 | CONFIG_SGI_IOC4=y | ||
193 | CONFIG_SGI_MBCS=m | ||
194 | CONFIG_SGI_PARTITION=y | ||
195 | CONFIG_SGI_SNSC=y | ||
196 | CONFIG_SGI_TIOCX=y | ||
197 | CONFIG_SGI_XP=m | ||
198 | CONFIG_SMB_FS=m | ||
199 | CONFIG_SMB_NLS_DEFAULT=y | ||
200 | CONFIG_SMP=y | ||
201 | CONFIG_SND_CS4281=m | ||
202 | CONFIG_SND_CS46XX=m | ||
203 | CONFIG_SND_DUMMY=m | ||
204 | CONFIG_SND_EMU10K1=m | ||
205 | CONFIG_SND_FM801=m | ||
206 | CONFIG_SND=m | ||
207 | CONFIG_SND_MIXER_OSS=m | ||
208 | CONFIG_SND_MPU401=m | ||
209 | CONFIG_SND_MTPAV=m | ||
210 | CONFIG_SND_PCM_OSS=m | ||
211 | CONFIG_SND_SEQ_DUMMY=m | ||
212 | CONFIG_SND_SEQUENCER=m | ||
213 | CONFIG_SND_SEQUENCER_OSS=y | ||
214 | CONFIG_SND_SERIAL_U16550=m | ||
215 | CONFIG_SND_VERBOSE_PRINTK=y | ||
216 | CONFIG_SND_VIRMIDI=m | ||
217 | CONFIG_SOUND=m | ||
218 | CONFIG_SYN_COOKIES=y | ||
1534 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 219 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
1535 | 220 | CONFIG_SYSFS_DEPRECATED_V2=y | |
1536 | # | 221 | CONFIG_SYSVIPC=y |
1537 | # Tracers | 222 | CONFIG_TIGON3=y |
1538 | # | 223 | CONFIG_TMPFS=y |
1539 | # CONFIG_SCHED_TRACER is not set | 224 | CONFIG_TULIP=m |
1540 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | 225 | CONFIG_UDF_FS=m |
1541 | # CONFIG_BOOT_TRACER is not set | 226 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
1542 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 227 | CONFIG_UNIX=y |
1543 | # CONFIG_SAMPLES is not set | 228 | CONFIG_USB_DEVICEFS=y |
1544 | CONFIG_IA64_GRANULE_16MB=y | 229 | CONFIG_USB_EHCI_HCD=m |
1545 | # CONFIG_IA64_GRANULE_64MB is not set | 230 | CONFIG_USB=m |
1546 | # CONFIG_IA64_PRINT_HAZARDS is not set | 231 | CONFIG_USB_MON=m |
1547 | # CONFIG_DISABLE_VHPT is not set | 232 | CONFIG_USB_OHCI_HCD=m |
1548 | # CONFIG_IA64_DEBUG_CMPXCHG is not set | 233 | CONFIG_USB_STORAGE=m |
1549 | # CONFIG_IA64_DEBUG_IRQ is not set | 234 | CONFIG_USB_UHCI_HCD=m |
1550 | CONFIG_SYSVIPC_COMPAT=y | 235 | CONFIG_VFAT_FS=y |
1551 | 236 | CONFIG_XFS_FS=y | |
1552 | # | ||
1553 | # Security options | ||
1554 | # | ||
1555 | # CONFIG_KEYS is not set | ||
1556 | # CONFIG_SECURITY is not set | ||
1557 | # CONFIG_SECURITYFS is not set | ||
1558 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1559 | CONFIG_CRYPTO=y | ||
1560 | |||
1561 | # | ||
1562 | # Crypto core or helper | ||
1563 | # | ||
1564 | # CONFIG_CRYPTO_FIPS is not set | ||
1565 | CONFIG_CRYPTO_ALGAPI=y | ||
1566 | CONFIG_CRYPTO_AEAD=m | ||
1567 | CONFIG_CRYPTO_BLKCIPHER=m | ||
1568 | CONFIG_CRYPTO_HASH=m | ||
1569 | CONFIG_CRYPTO_RNG=m | ||
1570 | CONFIG_CRYPTO_MANAGER=m | ||
1571 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1572 | # CONFIG_CRYPTO_NULL is not set | ||
1573 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1574 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1575 | # CONFIG_CRYPTO_TEST is not set | ||
1576 | |||
1577 | # | ||
1578 | # Authenticated Encryption with Associated Data | ||
1579 | # | ||
1580 | # CONFIG_CRYPTO_CCM is not set | ||
1581 | # CONFIG_CRYPTO_GCM is not set | ||
1582 | # CONFIG_CRYPTO_SEQIV is not set | ||
1583 | |||
1584 | # | ||
1585 | # Block modes | ||
1586 | # | ||
1587 | CONFIG_CRYPTO_CBC=m | ||
1588 | # CONFIG_CRYPTO_CTR is not set | ||
1589 | # CONFIG_CRYPTO_CTS is not set | ||
1590 | CONFIG_CRYPTO_ECB=m | ||
1591 | # CONFIG_CRYPTO_LRW is not set | ||
1592 | CONFIG_CRYPTO_PCBC=m | ||
1593 | # CONFIG_CRYPTO_XTS is not set | ||
1594 | |||
1595 | # | ||
1596 | # Hash modes | ||
1597 | # | ||
1598 | # CONFIG_CRYPTO_HMAC is not set | ||
1599 | # CONFIG_CRYPTO_XCBC is not set | ||
1600 | |||
1601 | # | ||
1602 | # Digest | ||
1603 | # | ||
1604 | # CONFIG_CRYPTO_CRC32C is not set | ||
1605 | # CONFIG_CRYPTO_MD4 is not set | ||
1606 | CONFIG_CRYPTO_MD5=y | ||
1607 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1608 | # CONFIG_CRYPTO_RMD128 is not set | ||
1609 | # CONFIG_CRYPTO_RMD160 is not set | ||
1610 | # CONFIG_CRYPTO_RMD256 is not set | ||
1611 | # CONFIG_CRYPTO_RMD320 is not set | ||
1612 | # CONFIG_CRYPTO_SHA1 is not set | ||
1613 | # CONFIG_CRYPTO_SHA256 is not set | ||
1614 | # CONFIG_CRYPTO_SHA512 is not set | ||
1615 | # CONFIG_CRYPTO_TGR192 is not set | ||
1616 | # CONFIG_CRYPTO_WP512 is not set | ||
1617 | |||
1618 | # | ||
1619 | # Ciphers | ||
1620 | # | ||
1621 | # CONFIG_CRYPTO_AES is not set | ||
1622 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1623 | # CONFIG_CRYPTO_ARC4 is not set | ||
1624 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1625 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1626 | # CONFIG_CRYPTO_CAST5 is not set | ||
1627 | # CONFIG_CRYPTO_CAST6 is not set | ||
1628 | CONFIG_CRYPTO_DES=m | ||
1629 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1630 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1631 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1632 | # CONFIG_CRYPTO_SEED is not set | ||
1633 | # CONFIG_CRYPTO_SERPENT is not set | ||
1634 | # CONFIG_CRYPTO_TEA is not set | ||
1635 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1636 | |||
1637 | # | ||
1638 | # Compression | ||
1639 | # | ||
1640 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1641 | # CONFIG_CRYPTO_LZO is not set | ||
1642 | |||
1643 | # | ||
1644 | # Random Number Generation | ||
1645 | # | ||
1646 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1647 | CONFIG_CRYPTO_HW=y | ||
1648 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
1649 | CONFIG_HAVE_KVM=y | ||
1650 | CONFIG_VIRTUALIZATION=y | ||
1651 | # CONFIG_KVM is not set | ||
1652 | # CONFIG_VIRTIO_PCI is not set | ||
1653 | # CONFIG_VIRTIO_BALLOON is not set | ||
1654 | |||
1655 | # | ||
1656 | # Library routines | ||
1657 | # | ||
1658 | CONFIG_BITREVERSE=y | ||
1659 | # CONFIG_CRC_CCITT is not set | ||
1660 | # CONFIG_CRC16 is not set | ||
1661 | CONFIG_CRC_T10DIF=y | ||
1662 | CONFIG_CRC_ITU_T=m | ||
1663 | CONFIG_CRC32=y | ||
1664 | # CONFIG_CRC7 is not set | ||
1665 | # CONFIG_LIBCRC32C is not set | ||
1666 | CONFIG_GENERIC_ALLOCATOR=y | ||
1667 | CONFIG_PLIST=y | ||
1668 | CONFIG_HAS_IOMEM=y | ||
1669 | CONFIG_HAS_IOPORT=y | ||
1670 | CONFIG_HAS_DMA=y | ||
1671 | CONFIG_GENERIC_HARDIRQS=y | ||
1672 | CONFIG_GENERIC_IRQ_PROBE=y | ||
1673 | CONFIG_GENERIC_PENDING_IRQ=y | ||
1674 | CONFIG_IRQ_PER_CPU=y | ||
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 | # | ||
diff --git a/arch/ia64/configs/sim_defconfig b/arch/ia64/configs/sim_defconfig index 21a23cdfd41c..585222b368c3 100644 --- a/arch/ia64/configs/sim_defconfig +++ b/arch/ia64/configs/sim_defconfig | |||
@@ -1,723 +1,57 @@ | |||
1 | # | 1 | CONFIG_BINFMT_MISC=y |
2 | # Automatically generated make config: don't edit | 2 | CONFIG_BLK_DEV_LOOP=y |
3 | # Linux kernel version: 2.6.16-rc5 | 3 | CONFIG_BLK_DEV_RAM=y |
4 | # Mon Feb 27 16:13:41 2006 | 4 | CONFIG_BLK_DEV_SD=y |
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 is not set | ||
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 is not set | 5 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
30 | # CONFIG_EMBEDDED is not set | 6 | CONFIG_DEBUG_INFO=y |
31 | CONFIG_KALLSYMS=y | 7 | CONFIG_DEBUG_KERNEL=y |
32 | # CONFIG_KALLSYMS_ALL is not set | 8 | CONFIG_DEBUG_MUTEXES=y |
33 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 9 | CONFIG_EFI_PARTITION=y |
34 | CONFIG_HOTPLUG=y | 10 | CONFIG_EFI_RTC=y |
35 | CONFIG_PRINTK=y | 11 | CONFIG_EFI_VARS=y |
36 | CONFIG_BUG=y | 12 | CONFIG_EXPERIMENTAL=y |
37 | CONFIG_ELF_CORE=y | 13 | CONFIG_EXT2_FS=y |
38 | CONFIG_BASE_FULL=y | 14 | # CONFIG_EXT3_FS_XATTR is not set |
39 | CONFIG_FUTEX=y | 15 | CONFIG_EXT3_FS=y |
40 | CONFIG_EPOLL=y | 16 | CONFIG_HP_SIMETH=y |
41 | CONFIG_SHMEM=y | 17 | CONFIG_HP_SIMSCSI=y |
42 | CONFIG_CC_ALIGN_FUNCTIONS=0 | 18 | CONFIG_HP_SIMSERIAL_CONSOLE=y |
43 | CONFIG_CC_ALIGN_LABELS=0 | 19 | CONFIG_HP_SIMSERIAL=y |
44 | CONFIG_CC_ALIGN_LOOPS=0 | 20 | CONFIG_HUGETLBFS=y |
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=y | ||
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 is not set | ||
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=y | 21 | CONFIG_IA64_HP_SIM=y |
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 is not set | ||
105 | CONFIG_IA64_PAGE_SIZE_64KB=y | 22 | CONFIG_IA64_PAGE_SIZE_64KB=y |
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 is not set | ||
114 | CONFIG_FORCE_MAX_ZONEORDER=17 | ||
115 | CONFIG_SMP=y | ||
116 | CONFIG_NR_CPUS=64 | ||
117 | # CONFIG_HOTPLUG_CPU is not set | ||
118 | # CONFIG_SCHED_SMT is not set | ||
119 | CONFIG_PREEMPT=y | ||
120 | CONFIG_SELECT_MEMORY_MODEL=y | ||
121 | CONFIG_FLATMEM_MANUAL=y | ||
122 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
123 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
124 | CONFIG_FLATMEM=y | ||
125 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
126 | # CONFIG_SPARSEMEM_STATIC is not set | ||
127 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
128 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
129 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
130 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
131 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
132 | # CONFIG_VIRTUAL_MEM_MAP is not set | ||
133 | # CONFIG_IA64_MCA_RECOVERY is not set | ||
134 | # CONFIG_PERFMON is not set | ||
135 | CONFIG_IA64_PALINFO=m | 23 | CONFIG_IA64_PALINFO=m |
136 | 24 | CONFIG_IKCONFIG_PROC=y | |
137 | # | 25 | CONFIG_IKCONFIG=y |
138 | # Firmware Drivers | ||
139 | # | ||
140 | CONFIG_EFI_VARS=y | ||
141 | CONFIG_BINFMT_ELF=y | ||
142 | CONFIG_BINFMT_MISC=y | ||
143 | |||
144 | # | ||
145 | # Power management and ACPI | ||
146 | # | ||
147 | |||
148 | # | ||
149 | # Networking | ||
150 | # | ||
151 | CONFIG_NET=y | ||
152 | |||
153 | # | ||
154 | # Networking options | ||
155 | # | ||
156 | # CONFIG_NETDEBUG is not set | ||
157 | CONFIG_PACKET=y | ||
158 | # CONFIG_PACKET_MMAP is not set | ||
159 | # CONFIG_UNIX is not set | ||
160 | # CONFIG_NET_KEY is not set | ||
161 | CONFIG_INET=y | 26 | CONFIG_INET=y |
27 | CONFIG_INOTIFY=y | ||
28 | # CONFIG_INPUT_KEYBOARD is not set | ||
29 | # CONFIG_INPUT_MOUSE is not set | ||
162 | CONFIG_IP_MULTICAST=y | 30 | CONFIG_IP_MULTICAST=y |
163 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
164 | CONFIG_IP_FIB_HASH=y | ||
165 | # CONFIG_IP_PNP is not set | ||
166 | # CONFIG_NET_IPIP is not set | ||
167 | # CONFIG_NET_IPGRE is not set | ||
168 | # CONFIG_IP_MROUTE is not set | ||
169 | # CONFIG_ARPD is not set | ||
170 | # CONFIG_SYN_COOKIES is not set | ||
171 | # CONFIG_INET_AH is not set | ||
172 | # CONFIG_INET_ESP is not set | ||
173 | # CONFIG_INET_IPCOMP is not set | ||
174 | # CONFIG_INET_TUNNEL is not set | ||
175 | CONFIG_INET_DIAG=y | ||
176 | CONFIG_INET_TCP_DIAG=y | ||
177 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
178 | CONFIG_TCP_CONG_BIC=y | ||
179 | # CONFIG_IPV6 is not set | 31 | # CONFIG_IPV6 is not set |
180 | # CONFIG_NETFILTER is not set | 32 | # CONFIG_LEGACY_PTYS is not set |
181 | 33 | CONFIG_LOG_BUF_SHIFT=16 | |
182 | # | 34 | CONFIG_MCKINLEY=y |
183 | # DCCP Configuration (EXPERIMENTAL) | 35 | CONFIG_MODULE_FORCE_UNLOAD=y |
184 | # | 36 | CONFIG_MODULES=y |
185 | # CONFIG_IP_DCCP is not set | 37 | CONFIG_MODULE_UNLOAD=y |
186 | 38 | CONFIG_MODVERSIONS=y | |
187 | # | 39 | CONFIG_NET=y |
188 | # SCTP Configuration (EXPERIMENTAL) | 40 | CONFIG_NFSD_V3=y |
189 | # | 41 | CONFIG_NFSD=y |
190 | # CONFIG_IP_SCTP is not set | 42 | CONFIG_NFS_FS=y |
191 | 43 | CONFIG_NR_CPUS=64 | |
192 | # | 44 | CONFIG_PACKET=y |
193 | # TIPC Configuration (EXPERIMENTAL) | 45 | CONFIG_PARTITION_ADVANCED=y |
194 | # | 46 | CONFIG_PREEMPT=y |
195 | # CONFIG_TIPC is not set | 47 | CONFIG_PROC_KCORE=y |
196 | # CONFIG_ATM is not set | ||
197 | # CONFIG_BRIDGE is not set | ||
198 | # CONFIG_VLAN_8021Q is not set | ||
199 | # CONFIG_DECNET is not set | ||
200 | # CONFIG_LLC2 is not set | ||
201 | # CONFIG_IPX is not set | ||
202 | # CONFIG_ATALK is not set | ||
203 | # CONFIG_X25 is not set | ||
204 | # CONFIG_LAPB is not set | ||
205 | # CONFIG_NET_DIVERT is not set | ||
206 | # CONFIG_ECONET is not set | ||
207 | # CONFIG_WAN_ROUTER is not set | ||
208 | |||
209 | # | ||
210 | # QoS and/or fair queueing | ||
211 | # | ||
212 | # CONFIG_NET_SCHED is not set | ||
213 | |||
214 | # | ||
215 | # Network testing | ||
216 | # | ||
217 | # CONFIG_NET_PKTGEN is not set | ||
218 | # CONFIG_HAMRADIO is not set | ||
219 | # CONFIG_IRDA is not set | ||
220 | # CONFIG_BT is not set | ||
221 | # CONFIG_IEEE80211 is not set | ||
222 | |||
223 | # | ||
224 | # Device Drivers | ||
225 | # | ||
226 | |||
227 | # | ||
228 | # Generic Driver Options | ||
229 | # | ||
230 | # CONFIG_STANDALONE is not set | ||
231 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
232 | # CONFIG_FW_LOADER is not set | ||
233 | # CONFIG_DEBUG_DRIVER is not set | ||
234 | |||
235 | # | ||
236 | # Connector - unified userspace <-> kernelspace linker | ||
237 | # | ||
238 | # CONFIG_CONNECTOR is not set | ||
239 | |||
240 | # | ||
241 | # Memory Technology Devices (MTD) | ||
242 | # | ||
243 | # CONFIG_MTD is not set | ||
244 | |||
245 | # | ||
246 | # Parallel port support | ||
247 | # | ||
248 | # CONFIG_PARPORT is not set | ||
249 | |||
250 | # | ||
251 | # Plug and Play support | ||
252 | # | ||
253 | |||
254 | # | ||
255 | # Block devices | ||
256 | # | ||
257 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
258 | CONFIG_BLK_DEV_LOOP=y | ||
259 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
260 | # CONFIG_BLK_DEV_NBD is not set | ||
261 | CONFIG_BLK_DEV_RAM=y | ||
262 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
263 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
264 | # CONFIG_BLK_DEV_INITRD is not set | ||
265 | # CONFIG_CDROM_PKTCDVD is not set | ||
266 | # CONFIG_ATA_OVER_ETH is not set | ||
267 | |||
268 | # | ||
269 | # ATA/ATAPI/MFM/RLL support | ||
270 | # | ||
271 | # CONFIG_IDE is not set | ||
272 | |||
273 | # | ||
274 | # SCSI device support | ||
275 | # | ||
276 | # CONFIG_RAID_ATTRS is not set | ||
277 | CONFIG_SCSI=y | ||
278 | CONFIG_SCSI_PROC_FS=y | ||
279 | |||
280 | # | ||
281 | # SCSI support type (disk, tape, CD-ROM) | ||
282 | # | ||
283 | CONFIG_BLK_DEV_SD=y | ||
284 | # CONFIG_CHR_DEV_ST is not set | ||
285 | # CONFIG_CHR_DEV_OSST is not set | ||
286 | # CONFIG_BLK_DEV_SR is not set | ||
287 | # CONFIG_CHR_DEV_SG is not set | ||
288 | # CONFIG_CHR_DEV_SCH is not set | ||
289 | |||
290 | # | ||
291 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
292 | # | ||
293 | CONFIG_SCSI_MULTI_LUN=y | ||
294 | CONFIG_SCSI_CONSTANTS=y | 48 | CONFIG_SCSI_CONSTANTS=y |
295 | CONFIG_SCSI_LOGGING=y | 49 | CONFIG_SCSI_LOGGING=y |
296 | 50 | CONFIG_SCSI_MULTI_LUN=y | |
297 | # | ||
298 | # SCSI Transport Attributes | ||
299 | # | ||
300 | CONFIG_SCSI_SPI_ATTRS=y | 51 | CONFIG_SCSI_SPI_ATTRS=y |
301 | # CONFIG_SCSI_FC_ATTRS is not set | 52 | CONFIG_SCSI=y |
302 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
303 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
304 | |||
305 | # | ||
306 | # SCSI low-level drivers | ||
307 | # | ||
308 | # CONFIG_ISCSI_TCP is not set | ||
309 | # CONFIG_SCSI_SATA is not set | ||
310 | # CONFIG_SCSI_DEBUG is not set | ||
311 | |||
312 | # | ||
313 | # Multi-device support (RAID and LVM) | ||
314 | # | ||
315 | # CONFIG_MD is not set | ||
316 | |||
317 | # | ||
318 | # Fusion MPT device support | ||
319 | # | ||
320 | # CONFIG_FUSION is not set | ||
321 | |||
322 | # | ||
323 | # IEEE 1394 (FireWire) support | ||
324 | # | ||
325 | |||
326 | # | ||
327 | # I2O device support | ||
328 | # | ||
329 | |||
330 | # | ||
331 | # Network device support | ||
332 | # | ||
333 | # CONFIG_NETDEVICES is not set | ||
334 | # CONFIG_DUMMY is not set | ||
335 | # CONFIG_BONDING is not set | ||
336 | # CONFIG_EQUALIZER is not set | ||
337 | # CONFIG_TUN is not set | ||
338 | |||
339 | # | ||
340 | # PHY device support | ||
341 | # | ||
342 | |||
343 | # | ||
344 | # Ethernet (10 or 100Mbit) | ||
345 | # | ||
346 | # CONFIG_NET_ETHERNET is not set | ||
347 | |||
348 | # | ||
349 | # Ethernet (1000 Mbit) | ||
350 | # | ||
351 | |||
352 | # | ||
353 | # Ethernet (10000 Mbit) | ||
354 | # | ||
355 | # CONFIG_PPP is not set | ||
356 | # CONFIG_SLIP is not set | ||
357 | # CONFIG_SHAPER is not set | ||
358 | # CONFIG_NETCONSOLE is not set | ||
359 | # CONFIG_NETPOLL is not set | ||
360 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
361 | |||
362 | # | ||
363 | # ISDN subsystem | ||
364 | # | ||
365 | # CONFIG_ISDN is not set | ||
366 | |||
367 | # | ||
368 | # Telephony Support | ||
369 | # | ||
370 | # CONFIG_PHONE is not set | ||
371 | |||
372 | # | ||
373 | # Input device support | ||
374 | # | ||
375 | CONFIG_INPUT=y | ||
376 | |||
377 | # | ||
378 | # Userland interfaces | ||
379 | # | ||
380 | CONFIG_INPUT_MOUSEDEV=y | ||
381 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
382 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
383 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
384 | # CONFIG_INPUT_JOYDEV is not set | ||
385 | # CONFIG_INPUT_TSDEV is not set | ||
386 | # CONFIG_INPUT_EVDEV is not set | ||
387 | # CONFIG_INPUT_EVBUG is not set | ||
388 | |||
389 | # | ||
390 | # Input Device Drivers | ||
391 | # | ||
392 | # CONFIG_INPUT_KEYBOARD is not set | ||
393 | # CONFIG_INPUT_MOUSE is not set | ||
394 | # CONFIG_INPUT_JOYSTICK is not set | ||
395 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
396 | # CONFIG_INPUT_MISC is not set | ||
397 | |||
398 | # | ||
399 | # Hardware I/O ports | ||
400 | # | ||
401 | CONFIG_SERIO=y | ||
402 | # CONFIG_SERIO_I8042 is not set | 53 | # CONFIG_SERIO_I8042 is not set |
403 | CONFIG_SERIO_SERPORT=y | 54 | CONFIG_SMP=y |
404 | # CONFIG_SERIO_RAW is not set | 55 | # CONFIG_STANDALONE is not set |
405 | # CONFIG_GAMEPORT is not set | 56 | CONFIG_SYSVIPC=y |
406 | |||
407 | # | ||
408 | # Character devices | ||
409 | # | ||
410 | CONFIG_VT=y | ||
411 | CONFIG_VT_CONSOLE=y | ||
412 | CONFIG_HW_CONSOLE=y | ||
413 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
414 | |||
415 | # | ||
416 | # Serial drivers | ||
417 | # | ||
418 | # CONFIG_SERIAL_8250 is not set | ||
419 | |||
420 | # | ||
421 | # Non-8250 serial port support | ||
422 | # | ||
423 | CONFIG_UNIX98_PTYS=y | ||
424 | # CONFIG_LEGACY_PTYS is not set | ||
425 | |||
426 | # | ||
427 | # IPMI | ||
428 | # | ||
429 | # CONFIG_IPMI_HANDLER is not set | ||
430 | |||
431 | # | ||
432 | # Watchdog Cards | ||
433 | # | ||
434 | # CONFIG_WATCHDOG is not set | ||
435 | CONFIG_EFI_RTC=y | ||
436 | # CONFIG_DTLK is not set | ||
437 | # CONFIG_R3964 is not set | ||
438 | |||
439 | # | ||
440 | # Ftape, the floppy tape device driver | ||
441 | # | ||
442 | # CONFIG_AGP is not set | ||
443 | # CONFIG_RAW_DRIVER is not set | ||
444 | # CONFIG_HANGCHECK_TIMER is not set | ||
445 | |||
446 | # | ||
447 | # TPM devices | ||
448 | # | ||
449 | # CONFIG_TCG_TPM is not set | ||
450 | # CONFIG_TELCLOCK is not set | ||
451 | |||
452 | # | ||
453 | # I2C support | ||
454 | # | ||
455 | # CONFIG_I2C is not set | ||
456 | |||
457 | # | ||
458 | # SPI support | ||
459 | # | ||
460 | # CONFIG_SPI is not set | ||
461 | # CONFIG_SPI_MASTER is not set | ||
462 | |||
463 | # | ||
464 | # Dallas's 1-wire bus | ||
465 | # | ||
466 | # CONFIG_W1 is not set | ||
467 | |||
468 | # | ||
469 | # Hardware Monitoring support | ||
470 | # | ||
471 | CONFIG_HWMON=y | ||
472 | # CONFIG_HWMON_VID is not set | ||
473 | # CONFIG_SENSORS_F71805F is not set | ||
474 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
475 | |||
476 | # | ||
477 | # Misc devices | ||
478 | # | ||
479 | |||
480 | # | ||
481 | # Multimedia Capabilities Port drivers | ||
482 | # | ||
483 | |||
484 | # | ||
485 | # Multimedia devices | ||
486 | # | ||
487 | # CONFIG_VIDEO_DEV is not set | ||
488 | |||
489 | # | ||
490 | # Digital Video Broadcasting Devices | ||
491 | # | ||
492 | # CONFIG_DVB is not set | ||
493 | |||
494 | # | ||
495 | # Graphics support | ||
496 | # | ||
497 | # CONFIG_FB is not set | ||
498 | |||
499 | # | ||
500 | # Console display driver support | ||
501 | # | ||
502 | # CONFIG_VGA_CONSOLE is not set | 57 | # CONFIG_VGA_CONSOLE is not set |
503 | CONFIG_DUMMY_CONSOLE=y | ||
504 | |||
505 | # | ||
506 | # Sound | ||
507 | # | ||
508 | # CONFIG_SOUND is not set | ||
509 | |||
510 | # | ||
511 | # USB support | ||
512 | # | ||
513 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
514 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
515 | |||
516 | # | ||
517 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
518 | # | ||
519 | |||
520 | # | ||
521 | # USB Gadget Support | ||
522 | # | ||
523 | # CONFIG_USB_GADGET is not set | ||
524 | |||
525 | # | ||
526 | # MMC/SD Card support | ||
527 | # | ||
528 | # CONFIG_MMC is not set | ||
529 | |||
530 | # | ||
531 | # InfiniBand support | ||
532 | # | ||
533 | |||
534 | # | ||
535 | # EDAC - error detection and reporting (RAS) | ||
536 | # | ||
537 | |||
538 | # | ||
539 | # File systems | ||
540 | # | ||
541 | CONFIG_EXT2_FS=y | ||
542 | # CONFIG_EXT2_FS_XATTR is not set | ||
543 | # CONFIG_EXT2_FS_XIP is not set | ||
544 | CONFIG_EXT3_FS=y | ||
545 | # CONFIG_EXT3_FS_XATTR is not set | ||
546 | CONFIG_JBD=y | ||
547 | # CONFIG_JBD_DEBUG is not set | ||
548 | # CONFIG_REISERFS_FS is not set | ||
549 | # CONFIG_JFS_FS is not set | ||
550 | # CONFIG_FS_POSIX_ACL is not set | ||
551 | # CONFIG_XFS_FS is not set | ||
552 | # CONFIG_OCFS2_FS is not set | ||
553 | # CONFIG_MINIX_FS is not set | ||
554 | # CONFIG_ROMFS_FS is not set | ||
555 | CONFIG_INOTIFY=y | ||
556 | # CONFIG_QUOTA is not set | ||
557 | CONFIG_DNOTIFY=y | ||
558 | # CONFIG_AUTOFS_FS is not set | ||
559 | # CONFIG_AUTOFS4_FS is not set | ||
560 | # CONFIG_FUSE_FS is not set | ||
561 | |||
562 | # | ||
563 | # CD-ROM/DVD Filesystems | ||
564 | # | ||
565 | # CONFIG_ISO9660_FS is not set | ||
566 | # CONFIG_UDF_FS is not set | ||
567 | |||
568 | # | ||
569 | # DOS/FAT/NT Filesystems | ||
570 | # | ||
571 | # CONFIG_MSDOS_FS is not set | ||
572 | # CONFIG_VFAT_FS is not set | ||
573 | # CONFIG_NTFS_FS is not set | ||
574 | |||
575 | # | ||
576 | # Pseudo filesystems | ||
577 | # | ||
578 | CONFIG_PROC_FS=y | ||
579 | CONFIG_PROC_KCORE=y | ||
580 | CONFIG_SYSFS=y | ||
581 | # CONFIG_TMPFS is not set | ||
582 | CONFIG_HUGETLBFS=y | ||
583 | CONFIG_HUGETLB_PAGE=y | ||
584 | CONFIG_RAMFS=y | ||
585 | # CONFIG_RELAYFS_FS is not set | ||
586 | # CONFIG_CONFIGFS_FS is not set | ||
587 | |||
588 | # | ||
589 | # Miscellaneous filesystems | ||
590 | # | ||
591 | # CONFIG_ADFS_FS is not set | ||
592 | # CONFIG_AFFS_FS is not set | ||
593 | # CONFIG_HFS_FS is not set | ||
594 | # CONFIG_HFSPLUS_FS is not set | ||
595 | # CONFIG_BEFS_FS is not set | ||
596 | # CONFIG_BFS_FS is not set | ||
597 | # CONFIG_EFS_FS is not set | ||
598 | # CONFIG_CRAMFS is not set | ||
599 | # CONFIG_VXFS_FS is not set | ||
600 | # CONFIG_HPFS_FS is not set | ||
601 | # CONFIG_QNX4FS_FS is not set | ||
602 | # CONFIG_SYSV_FS is not set | ||
603 | # CONFIG_UFS_FS is not set | ||
604 | |||
605 | # | ||
606 | # Network File Systems | ||
607 | # | ||
608 | CONFIG_NFS_FS=y | ||
609 | # CONFIG_NFS_V3 is not set | ||
610 | # CONFIG_NFS_V4 is not set | ||
611 | CONFIG_NFS_DIRECTIO=y | ||
612 | CONFIG_NFSD=y | ||
613 | CONFIG_NFSD_V3=y | ||
614 | # CONFIG_NFSD_V3_ACL is not set | ||
615 | # CONFIG_NFSD_V4 is not set | ||
616 | # CONFIG_NFSD_TCP is not set | ||
617 | CONFIG_LOCKD=y | ||
618 | CONFIG_LOCKD_V4=y | ||
619 | CONFIG_EXPORTFS=y | ||
620 | CONFIG_NFS_COMMON=y | ||
621 | CONFIG_SUNRPC=y | ||
622 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
623 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
624 | # CONFIG_SMB_FS is not set | ||
625 | # CONFIG_CIFS is not set | ||
626 | # CONFIG_NCP_FS is not set | ||
627 | # CONFIG_CODA_FS is not set | ||
628 | # CONFIG_AFS_FS is not set | ||
629 | # CONFIG_9P_FS is not set | ||
630 | |||
631 | # | ||
632 | # Partition Types | ||
633 | # | ||
634 | CONFIG_PARTITION_ADVANCED=y | ||
635 | # CONFIG_ACORN_PARTITION is not set | ||
636 | # CONFIG_OSF_PARTITION is not set | ||
637 | # CONFIG_AMIGA_PARTITION is not set | ||
638 | # CONFIG_ATARI_PARTITION is not set | ||
639 | # CONFIG_MAC_PARTITION is not set | ||
640 | CONFIG_MSDOS_PARTITION=y | ||
641 | # CONFIG_BSD_DISKLABEL is not set | ||
642 | # CONFIG_MINIX_SUBPARTITION is not set | ||
643 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
644 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
645 | # CONFIG_LDM_PARTITION is not set | ||
646 | # CONFIG_SGI_PARTITION is not set | ||
647 | # CONFIG_ULTRIX_PARTITION is not set | ||
648 | # CONFIG_SUN_PARTITION is not set | ||
649 | # CONFIG_KARMA_PARTITION is not set | ||
650 | CONFIG_EFI_PARTITION=y | ||
651 | |||
652 | # | ||
653 | # Native Language Support | ||
654 | # | ||
655 | # CONFIG_NLS is not set | ||
656 | |||
657 | # | ||
658 | # Library routines | ||
659 | # | ||
660 | # CONFIG_CRC_CCITT is not set | ||
661 | # CONFIG_CRC16 is not set | ||
662 | CONFIG_CRC32=y | ||
663 | # CONFIG_LIBCRC32C is not set | ||
664 | CONFIG_GENERIC_HARDIRQS=y | ||
665 | CONFIG_GENERIC_IRQ_PROBE=y | ||
666 | CONFIG_GENERIC_PENDING_IRQ=y | ||
667 | |||
668 | # | ||
669 | # HP Simulator drivers | ||
670 | # | ||
671 | CONFIG_HP_SIMETH=y | ||
672 | CONFIG_HP_SIMSERIAL=y | ||
673 | CONFIG_HP_SIMSERIAL_CONSOLE=y | ||
674 | CONFIG_HP_SIMSCSI=y | ||
675 | |||
676 | # | ||
677 | # Instrumentation Support | ||
678 | # | ||
679 | # CONFIG_PROFILING is not set | ||
680 | # CONFIG_KPROBES is not set | ||
681 | |||
682 | # | ||
683 | # Kernel hacking | ||
684 | # | ||
685 | # CONFIG_PRINTK_TIME is not set | ||
686 | # CONFIG_MAGIC_SYSRQ is not set | ||
687 | CONFIG_DEBUG_KERNEL=y | ||
688 | CONFIG_LOG_BUF_SHIFT=16 | ||
689 | CONFIG_DETECT_SOFTLOCKUP=y | ||
690 | # CONFIG_SCHEDSTATS is not set | ||
691 | # CONFIG_DEBUG_SLAB is not set | ||
692 | CONFIG_DEBUG_PREEMPT=y | ||
693 | CONFIG_DEBUG_MUTEXES=y | ||
694 | # CONFIG_DEBUG_SPINLOCK is not set | ||
695 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
696 | # CONFIG_DEBUG_KOBJECT is not set | ||
697 | CONFIG_DEBUG_INFO=y | ||
698 | # CONFIG_DEBUG_FS is not set | ||
699 | # CONFIG_DEBUG_VM is not set | ||
700 | CONFIG_FORCED_INLINING=y | ||
701 | # CONFIG_RCU_TORTURE_TEST is not set | ||
702 | # CONFIG_IA64_GRANULE_16MB is not set | ||
703 | CONFIG_IA64_GRANULE_64MB=y | ||
704 | # CONFIG_IA64_PRINT_HAZARDS is not set | ||
705 | # CONFIG_DISABLE_VHPT is not set | ||
706 | # CONFIG_IA64_DEBUG_CMPXCHG is not set | ||
707 | # CONFIG_IA64_DEBUG_IRQ is not set | ||
708 | CONFIG_SYSVIPC_COMPAT=y | ||
709 | |||
710 | # | ||
711 | # Security options | ||
712 | # | ||
713 | # CONFIG_KEYS is not set | ||
714 | # CONFIG_SECURITY is not set | ||
715 | |||
716 | # | ||
717 | # Cryptographic options | ||
718 | # | ||
719 | # CONFIG_CRYPTO is not set | ||
720 | |||
721 | # | ||
722 | # Hardware crypto devices | ||
723 | # | ||
diff --git a/arch/ia64/configs/tiger_defconfig b/arch/ia64/configs/tiger_defconfig index c5a5ea9d54ae..498618ea00ea 100644 --- a/arch/ia64/configs/tiger_defconfig +++ b/arch/ia64/configs/tiger_defconfig | |||
@@ -1,1134 +1,113 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.22 | ||
4 | # Thu Jul 19 13:54:47 2007 | ||
5 | # | ||
6 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
7 | |||
8 | # | ||
9 | # Code maturity level options | ||
10 | # | ||
11 | CONFIG_EXPERIMENTAL=y | ||
12 | CONFIG_LOCK_KERNEL=y | ||
13 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
14 | |||
15 | # | ||
16 | # General setup | ||
17 | # | ||
18 | CONFIG_LOCALVERSION="" | ||
19 | CONFIG_LOCALVERSION_AUTO=y | ||
20 | CONFIG_SWAP=y | ||
21 | CONFIG_SYSVIPC=y | ||
22 | CONFIG_SYSVIPC_SYSCTL=y | ||
23 | CONFIG_POSIX_MQUEUE=y | ||
24 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
25 | # CONFIG_TASKSTATS is not set | ||
26 | # CONFIG_USER_NS is not set | ||
27 | # CONFIG_AUDIT is not set | ||
28 | CONFIG_IKCONFIG=y | ||
29 | CONFIG_IKCONFIG_PROC=y | ||
30 | CONFIG_LOG_BUF_SHIFT=20 | ||
31 | # CONFIG_CPUSETS is not set | ||
32 | CONFIG_SYSFS_DEPRECATED=y | ||
33 | # CONFIG_RELAY is not set | ||
34 | CONFIG_BLK_DEV_INITRD=y | ||
35 | CONFIG_INITRAMFS_SOURCE="" | ||
36 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
37 | CONFIG_SYSCTL=y | ||
38 | # CONFIG_EMBEDDED is not set | ||
39 | CONFIG_SYSCTL_SYSCALL=y | ||
40 | CONFIG_KALLSYMS=y | ||
41 | CONFIG_KALLSYMS_ALL=y | ||
42 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
43 | CONFIG_HOTPLUG=y | ||
44 | CONFIG_PRINTK=y | ||
45 | CONFIG_BUG=y | ||
46 | CONFIG_ELF_CORE=y | ||
47 | CONFIG_BASE_FULL=y | ||
48 | CONFIG_FUTEX=y | ||
49 | CONFIG_ANON_INODES=y | ||
50 | CONFIG_EPOLL=y | ||
51 | CONFIG_SIGNALFD=y | ||
52 | CONFIG_TIMERFD=y | ||
53 | CONFIG_EVENTFD=y | ||
54 | CONFIG_SHMEM=y | ||
55 | CONFIG_VM_EVENT_COUNTERS=y | ||
56 | CONFIG_SLUB=y | ||
57 | # CONFIG_SLUB is not set | ||
58 | # CONFIG_SLOB is not set | ||
59 | CONFIG_RT_MUTEXES=y | ||
60 | # CONFIG_TINY_SHMEM is not set | ||
61 | CONFIG_BASE_SMALL=0 | ||
62 | CONFIG_MODULES=y | ||
63 | CONFIG_MODULE_UNLOAD=y | ||
64 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
65 | CONFIG_MODVERSIONS=y | ||
66 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
67 | CONFIG_KMOD=y | ||
68 | CONFIG_STOP_MACHINE=y | ||
69 | CONFIG_BLOCK=y | ||
70 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
71 | # CONFIG_BLK_DEV_BSG is not set | ||
72 | |||
73 | # | ||
74 | # IO Schedulers | ||
75 | # | ||
76 | CONFIG_IOSCHED_NOOP=y | ||
77 | CONFIG_IOSCHED_AS=y | ||
78 | CONFIG_IOSCHED_DEADLINE=y | ||
79 | CONFIG_IOSCHED_CFQ=y | ||
80 | CONFIG_DEFAULT_AS=y | ||
81 | # CONFIG_DEFAULT_DEADLINE is not set | ||
82 | # CONFIG_DEFAULT_CFQ is not set | ||
83 | # CONFIG_DEFAULT_NOOP is not set | ||
84 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
85 | |||
86 | # | ||
87 | # Processor type and features | ||
88 | # | ||
89 | CONFIG_IA64=y | ||
90 | CONFIG_64BIT=y | ||
91 | CONFIG_ZONE_DMA=y | ||
92 | CONFIG_QUICKLIST=y | ||
93 | CONFIG_MMU=y | ||
94 | CONFIG_SWIOTLB=y | ||
95 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
96 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
97 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
98 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
99 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
100 | CONFIG_GENERIC_TIME=y | ||
101 | CONFIG_DMI=y | ||
102 | CONFIG_EFI=y | ||
103 | CONFIG_GENERIC_IOMAP=y | ||
104 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
105 | CONFIG_AUDIT_ARCH=y | ||
106 | # CONFIG_IA64_GENERIC is not set | ||
107 | CONFIG_IA64_DIG=y | ||
108 | # CONFIG_IA64_HP_ZX1 is not set | ||
109 | # CONFIG_IA64_HP_ZX1_SWIOTLB is not set | ||
110 | # CONFIG_IA64_SGI_SN2 is not set | ||
111 | # CONFIG_IA64_HP_SIM is not set | ||
112 | # CONFIG_ITANIUM is not set | ||
113 | CONFIG_MCKINLEY=y | ||
114 | # CONFIG_IA64_PAGE_SIZE_4KB is not set | ||
115 | # CONFIG_IA64_PAGE_SIZE_8KB is not set | ||
116 | # CONFIG_IA64_PAGE_SIZE_16KB is not set | ||
117 | CONFIG_IA64_PAGE_SIZE_64KB=y | ||
118 | CONFIG_PGTABLE_3=y | ||
119 | # CONFIG_PGTABLE_4 is not set | ||
120 | # CONFIG_HZ_100 is not set | ||
121 | CONFIG_HZ_250=y | ||
122 | # CONFIG_HZ_300 is not set | ||
123 | # CONFIG_HZ_1000 is not set | ||
124 | CONFIG_HZ=250 | ||
125 | CONFIG_IA64_L1_CACHE_SHIFT=7 | ||
126 | CONFIG_IA64_CYCLONE=y | ||
127 | CONFIG_IOSAPIC=y | ||
128 | CONFIG_FORCE_MAX_ZONEORDER=17 | ||
129 | CONFIG_SMP=y | ||
130 | CONFIG_NR_CPUS=16 | ||
131 | CONFIG_HOTPLUG_CPU=y | ||
132 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
133 | # CONFIG_SCHED_SMT is not set | ||
134 | CONFIG_PERMIT_BSP_REMOVE=y | ||
135 | CONFIG_FORCE_CPEI_RETARGET=y | ||
136 | # CONFIG_PREEMPT is not set | ||
137 | CONFIG_SELECT_MEMORY_MODEL=y | ||
138 | CONFIG_FLATMEM_MANUAL=y | ||
139 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
140 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
141 | CONFIG_FLATMEM=y | ||
142 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
143 | # CONFIG_SPARSEMEM_STATIC is not set | ||
144 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
145 | CONFIG_RESOURCES_64BIT=y | ||
146 | CONFIG_ZONE_DMA_FLAG=1 | ||
147 | CONFIG_BOUNCE=y | ||
148 | CONFIG_NR_QUICK=1 | ||
149 | CONFIG_VIRT_TO_BUS=y | ||
150 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
151 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
152 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
153 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
154 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
155 | CONFIG_VIRTUAL_MEM_MAP=y | ||
156 | CONFIG_HOLES_IN_ZONE=y | ||
157 | CONFIG_IA64_MCA_RECOVERY=y | ||
158 | CONFIG_PERFMON=y | ||
159 | CONFIG_IA64_PALINFO=y | ||
160 | # CONFIG_IA64_MC_ERR_INJECT is not set | ||
161 | # CONFIG_IA64_ESI is not set | ||
162 | CONFIG_KEXEC=y | ||
163 | # CONFIG_CRASH_DUMP is not set | ||
164 | |||
165 | # | ||
166 | # Firmware Drivers | ||
167 | # | ||
168 | CONFIG_EFI_VARS=y | ||
169 | CONFIG_EFI_PCDP=y | ||
170 | CONFIG_DMIID=y | ||
171 | CONFIG_BINFMT_ELF=y | ||
172 | CONFIG_BINFMT_MISC=m | ||
173 | |||
174 | # CONFIG_DMAR is not set | ||
175 | |||
176 | # | ||
177 | # Power management and ACPI | ||
178 | # | ||
179 | CONFIG_PM=y | ||
180 | CONFIG_PM_LEGACY=y | ||
181 | # CONFIG_PM_DEBUG is not set | ||
182 | |||
183 | # | ||
184 | # ACPI (Advanced Configuration and Power Interface) Support | ||
185 | # | ||
186 | CONFIG_ACPI=y | ||
187 | CONFIG_ACPI_PROCFS=y | ||
188 | CONFIG_ACPI_BUTTON=m | 1 | CONFIG_ACPI_BUTTON=m |
2 | CONFIG_ACPI_CONTAINER=m | ||
189 | CONFIG_ACPI_FAN=m | 3 | CONFIG_ACPI_FAN=m |
190 | # CONFIG_ACPI_DOCK is not set | ||
191 | CONFIG_ACPI_PROCESSOR=m | 4 | CONFIG_ACPI_PROCESSOR=m |
192 | CONFIG_ACPI_HOTPLUG_CPU=y | 5 | CONFIG_ACPI_PROCFS=y |
193 | CONFIG_ACPI_THERMAL=m | 6 | CONFIG_AGP_I460=m |
194 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 7 | CONFIG_AGP=m |
195 | # CONFIG_ACPI_DEBUG is not set | ||
196 | CONFIG_ACPI_EC=y | ||
197 | CONFIG_ACPI_POWER=y | ||
198 | CONFIG_ACPI_SYSTEM=y | ||
199 | CONFIG_ACPI_CONTAINER=m | ||
200 | |||
201 | # | ||
202 | # CPU Frequency scaling | ||
203 | # | ||
204 | # CONFIG_CPU_FREQ is not set | ||
205 | |||
206 | # | ||
207 | # Bus options (PCI, PCMCIA) | ||
208 | # | ||
209 | CONFIG_PCI=y | ||
210 | CONFIG_PCI_DOMAINS=y | ||
211 | CONFIG_PCI_SYSCALL=y | ||
212 | # CONFIG_PCIEPORTBUS is not set | ||
213 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
214 | # CONFIG_PCI_MSI is not set | ||
215 | # CONFIG_PCI_DEBUG is not set | ||
216 | CONFIG_HOTPLUG_PCI=m | ||
217 | # CONFIG_HOTPLUG_PCI_FAKE is not set | ||
218 | CONFIG_HOTPLUG_PCI_ACPI=m | ||
219 | # CONFIG_HOTPLUG_PCI_ACPI_IBM is not set | ||
220 | # CONFIG_HOTPLUG_PCI_CPCI is not set | ||
221 | # CONFIG_HOTPLUG_PCI_SHPC is not set | ||
222 | |||
223 | # | ||
224 | # PCCARD (PCMCIA/CardBus) support | ||
225 | # | ||
226 | # CONFIG_PCCARD is not set | ||
227 | |||
228 | # | ||
229 | # Networking | ||
230 | # | ||
231 | CONFIG_NET=y | ||
232 | |||
233 | # | ||
234 | # Networking options | ||
235 | # | ||
236 | CONFIG_PACKET=y | ||
237 | # CONFIG_PACKET_MMAP is not set | ||
238 | CONFIG_UNIX=y | ||
239 | CONFIG_XFRM=y | ||
240 | # CONFIG_XFRM_USER is not set | ||
241 | # CONFIG_XFRM_SUB_POLICY is not set | ||
242 | # CONFIG_XFRM_MIGRATE is not set | ||
243 | # CONFIG_NET_KEY is not set | ||
244 | CONFIG_INET=y | ||
245 | CONFIG_IP_MULTICAST=y | ||
246 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
247 | CONFIG_IP_FIB_HASH=y | ||
248 | # CONFIG_IP_PNP is not set | ||
249 | # CONFIG_NET_IPIP is not set | ||
250 | # CONFIG_NET_IPGRE is not set | ||
251 | # CONFIG_IP_MROUTE is not set | ||
252 | CONFIG_ARPD=y | 8 | CONFIG_ARPD=y |
253 | CONFIG_SYN_COOKIES=y | 9 | CONFIG_AUTOFS4_FS=y |
254 | # CONFIG_INET_AH is not set | 10 | CONFIG_AUTOFS_FS=y |
255 | # CONFIG_INET_ESP is not set | 11 | CONFIG_BINFMT_MISC=m |
256 | # CONFIG_INET_IPCOMP is not set | 12 | # CONFIG_BLK_DEV_BSG is not set |
257 | # CONFIG_INET_XFRM_TUNNEL is not set | 13 | CONFIG_BLK_DEV_CMD64X=y |
258 | # CONFIG_INET_TUNNEL is not set | ||
259 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
260 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
261 | CONFIG_INET_XFRM_MODE_BEET=y | ||
262 | CONFIG_INET_DIAG=y | ||
263 | CONFIG_INET_TCP_DIAG=y | ||
264 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
265 | CONFIG_TCP_CONG_CUBIC=y | ||
266 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
267 | # CONFIG_TCP_MD5SIG is not set | ||
268 | # CONFIG_IPV6 is not set | ||
269 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
270 | # CONFIG_INET6_TUNNEL is not set | ||
271 | # CONFIG_NETWORK_SECMARK is not set | ||
272 | # CONFIG_NETFILTER is not set | ||
273 | # CONFIG_IP_DCCP is not set | ||
274 | # CONFIG_IP_SCTP is not set | ||
275 | # CONFIG_TIPC is not set | ||
276 | # CONFIG_ATM is not set | ||
277 | # CONFIG_BRIDGE is not set | ||
278 | # CONFIG_VLAN_8021Q is not set | ||
279 | # CONFIG_DECNET is not set | ||
280 | # CONFIG_LLC2 is not set | ||
281 | # CONFIG_IPX is not set | ||
282 | # CONFIG_ATALK is not set | ||
283 | # CONFIG_X25 is not set | ||
284 | # CONFIG_LAPB is not set | ||
285 | # CONFIG_ECONET is not set | ||
286 | # CONFIG_WAN_ROUTER is not set | ||
287 | |||
288 | # | ||
289 | # QoS and/or fair queueing | ||
290 | # | ||
291 | # CONFIG_NET_SCHED is not set | ||
292 | |||
293 | # | ||
294 | # Network testing | ||
295 | # | ||
296 | # CONFIG_NET_PKTGEN is not set | ||
297 | # CONFIG_HAMRADIO is not set | ||
298 | # CONFIG_IRDA is not set | ||
299 | # CONFIG_BT is not set | ||
300 | # CONFIG_AF_RXRPC is not set | ||
301 | |||
302 | # | ||
303 | # Wireless | ||
304 | # | ||
305 | # CONFIG_CFG80211 is not set | ||
306 | # CONFIG_WIRELESS_EXT is not set | ||
307 | # CONFIG_MAC80211 is not set | ||
308 | # CONFIG_IEEE80211 is not set | ||
309 | # CONFIG_RFKILL is not set | ||
310 | # CONFIG_NET_9P is not set | ||
311 | |||
312 | # | ||
313 | # Device Drivers | ||
314 | # | ||
315 | |||
316 | # | ||
317 | # Generic Driver Options | ||
318 | # | ||
319 | CONFIG_STANDALONE=y | ||
320 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
321 | CONFIG_FW_LOADER=m | ||
322 | # CONFIG_DEBUG_DRIVER is not set | ||
323 | # CONFIG_DEBUG_DEVRES is not set | ||
324 | # CONFIG_SYS_HYPERVISOR is not set | ||
325 | # CONFIG_CONNECTOR is not set | ||
326 | # CONFIG_MTD is not set | ||
327 | # CONFIG_PARPORT is not set | ||
328 | CONFIG_PNP=y | ||
329 | # CONFIG_PNP_DEBUG is not set | ||
330 | |||
331 | # | ||
332 | # Protocols | ||
333 | # | ||
334 | CONFIG_PNPACPI=y | ||
335 | CONFIG_BLK_DEV=y | ||
336 | # CONFIG_BLK_CPQ_DA is not set | ||
337 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
338 | # CONFIG_BLK_DEV_DAC960 is not set | ||
339 | # CONFIG_BLK_DEV_UMEM is not set | ||
340 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
341 | CONFIG_BLK_DEV_LOOP=m | ||
342 | CONFIG_BLK_DEV_CRYPTOLOOP=m | 14 | CONFIG_BLK_DEV_CRYPTOLOOP=m |
343 | CONFIG_BLK_DEV_NBD=m | 15 | CONFIG_BLK_DEV_DM=m |
344 | # CONFIG_BLK_DEV_SX8 is not set | ||
345 | # CONFIG_BLK_DEV_UB is not set | ||
346 | CONFIG_BLK_DEV_RAM=y | ||
347 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
348 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
349 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
350 | # CONFIG_CDROM_PKTCDVD is not set | ||
351 | # CONFIG_ATA_OVER_ETH is not set | ||
352 | CONFIG_MISC_DEVICES=y | ||
353 | # CONFIG_PHANTOM is not set | ||
354 | # CONFIG_EEPROM_93CX6 is not set | ||
355 | # CONFIG_SGI_IOC4 is not set | ||
356 | # CONFIG_TIFM_CORE is not set | ||
357 | CONFIG_IDE=y | ||
358 | CONFIG_IDE_MAX_HWIFS=4 | ||
359 | CONFIG_BLK_DEV_IDE=y | ||
360 | |||
361 | # | ||
362 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
363 | # | ||
364 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
365 | CONFIG_BLK_DEV_IDEDISK=y | ||
366 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
367 | CONFIG_BLK_DEV_IDECD=y | ||
368 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
369 | CONFIG_BLK_DEV_IDEFLOPPY=y | ||
370 | CONFIG_BLK_DEV_IDESCSI=m | ||
371 | # CONFIG_BLK_DEV_IDEACPI is not set | ||
372 | # CONFIG_IDE_TASK_IOCTL is not set | ||
373 | CONFIG_IDE_PROC_FS=y | ||
374 | |||
375 | # | ||
376 | # IDE chipset support/bugfixes | ||
377 | # | ||
378 | # CONFIG_IDE_GENERIC is not set | ||
379 | # CONFIG_BLK_DEV_IDEPNP is not set | ||
380 | CONFIG_BLK_DEV_IDEPCI=y | ||
381 | # CONFIG_IDEPCI_SHARE_IRQ is not set | ||
382 | CONFIG_IDEPCI_PCIBUS_ORDER=y | ||
383 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
384 | CONFIG_BLK_DEV_GENERIC=y | 16 | CONFIG_BLK_DEV_GENERIC=y |
385 | # CONFIG_BLK_DEV_OPTI621 is not set | 17 | CONFIG_BLK_DEV_IDECD=y |
386 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 18 | CONFIG_BLK_DEV_INITRD=y |
387 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | 19 | CONFIG_BLK_DEV_LOOP=m |
388 | # CONFIG_IDEDMA_ONLYDISK is not set | 20 | CONFIG_BLK_DEV_MD=m |
389 | # CONFIG_BLK_DEV_AEC62XX is not set | 21 | CONFIG_BLK_DEV_NBD=m |
390 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
391 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
392 | CONFIG_BLK_DEV_CMD64X=y | ||
393 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
394 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
395 | # CONFIG_BLK_DEV_CS5520 is not set | ||
396 | # CONFIG_BLK_DEV_CS5530 is not set | ||
397 | # CONFIG_BLK_DEV_HPT34X is not set | ||
398 | # CONFIG_BLK_DEV_HPT366 is not set | ||
399 | # CONFIG_BLK_DEV_JMICRON is not set | ||
400 | # CONFIG_BLK_DEV_SC1200 is not set | ||
401 | CONFIG_BLK_DEV_PIIX=y | 22 | CONFIG_BLK_DEV_PIIX=y |
402 | # CONFIG_BLK_DEV_IT8213 is not set | 23 | CONFIG_BLK_DEV_RAM=y |
403 | # CONFIG_BLK_DEV_IT821X is not set | ||
404 | # CONFIG_BLK_DEV_NS87415 is not set | ||
405 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
406 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
407 | # CONFIG_BLK_DEV_SVWKS is not set | ||
408 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
409 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
410 | # CONFIG_BLK_DEV_TRM290 is not set | ||
411 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
412 | # CONFIG_BLK_DEV_TC86C001 is not set | ||
413 | # CONFIG_IDE_ARM is not set | ||
414 | CONFIG_BLK_DEV_IDEDMA=y | ||
415 | # CONFIG_IDEDMA_IVB is not set | ||
416 | # CONFIG_BLK_DEV_HD is not set | ||
417 | |||
418 | # | ||
419 | # SCSI device support | ||
420 | # | ||
421 | # CONFIG_RAID_ATTRS is not set | ||
422 | CONFIG_SCSI=y | ||
423 | CONFIG_SCSI_DMA=y | ||
424 | # CONFIG_SCSI_TGT is not set | ||
425 | CONFIG_SCSI_NETLINK=y | ||
426 | CONFIG_SCSI_PROC_FS=y | ||
427 | |||
428 | # | ||
429 | # SCSI support type (disk, tape, CD-ROM) | ||
430 | # | ||
431 | CONFIG_BLK_DEV_SD=y | 24 | CONFIG_BLK_DEV_SD=y |
432 | CONFIG_CHR_DEV_ST=m | ||
433 | # CONFIG_CHR_DEV_OSST is not set | ||
434 | CONFIG_BLK_DEV_SR=m | 25 | CONFIG_BLK_DEV_SR=m |
435 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
436 | CONFIG_CHR_DEV_SG=m | 26 | CONFIG_CHR_DEV_SG=m |
437 | # CONFIG_CHR_DEV_SCH is not set | 27 | CONFIG_CHR_DEV_ST=m |
438 | 28 | CONFIG_CIFS=m | |
439 | # | 29 | CONFIG_CRYPTO_ECB=m |
440 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | 30 | CONFIG_CRYPTO_MD5=y |
441 | # | 31 | CONFIG_CRYPTO_PCBC=m |
442 | # CONFIG_SCSI_MULTI_LUN is not set | 32 | CONFIG_DEBUG_KERNEL=y |
443 | # CONFIG_SCSI_CONSTANTS is not set | 33 | CONFIG_DEBUG_MUTEXES=y |
444 | # CONFIG_SCSI_LOGGING is not set | ||
445 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
446 | CONFIG_SCSI_WAIT_SCAN=m | ||
447 | |||
448 | # | ||
449 | # SCSI Transports | ||
450 | # | ||
451 | CONFIG_SCSI_SPI_ATTRS=y | ||
452 | CONFIG_SCSI_FC_ATTRS=y | ||
453 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
454 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
455 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
456 | |||
457 | # | ||
458 | # SCSI low-level drivers | ||
459 | # | ||
460 | # CONFIG_ISCSI_TCP is not set | ||
461 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
462 | # CONFIG_SCSI_3W_9XXX is not set | ||
463 | # CONFIG_SCSI_ACARD is not set | ||
464 | # CONFIG_SCSI_AACRAID is not set | ||
465 | # CONFIG_SCSI_AIC7XXX is not set | ||
466 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
467 | # CONFIG_SCSI_AIC79XX is not set | ||
468 | # CONFIG_SCSI_AIC94XX is not set | ||
469 | # CONFIG_SCSI_ARCMSR is not set | ||
470 | # CONFIG_MEGARAID_NEWGEN is not set | ||
471 | # CONFIG_MEGARAID_LEGACY is not set | ||
472 | # CONFIG_MEGARAID_SAS is not set | ||
473 | # CONFIG_SCSI_HPTIOP is not set | ||
474 | # CONFIG_SCSI_DMX3191D is not set | ||
475 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
476 | # CONFIG_SCSI_IPS is not set | ||
477 | # CONFIG_SCSI_INITIO is not set | ||
478 | # CONFIG_SCSI_INIA100 is not set | ||
479 | # CONFIG_SCSI_STEX is not set | ||
480 | CONFIG_SCSI_SYM53C8XX_2=y | ||
481 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 | ||
482 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | ||
483 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | ||
484 | CONFIG_SCSI_SYM53C8XX_MMIO=y | ||
485 | CONFIG_SCSI_QLOGIC_1280=y | ||
486 | # CONFIG_SCSI_QLA_FC is not set | ||
487 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
488 | # CONFIG_SCSI_LPFC is not set | ||
489 | # CONFIG_SCSI_DC395x is not set | ||
490 | # CONFIG_SCSI_DC390T is not set | ||
491 | # CONFIG_SCSI_DEBUG is not set | ||
492 | # CONFIG_SCSI_SRP is not set | ||
493 | # CONFIG_ATA is not set | ||
494 | CONFIG_MD=y | ||
495 | CONFIG_BLK_DEV_MD=m | ||
496 | CONFIG_MD_LINEAR=m | ||
497 | CONFIG_MD_RAID0=m | ||
498 | CONFIG_MD_RAID1=m | ||
499 | # CONFIG_MD_RAID10 is not set | ||
500 | # CONFIG_MD_RAID456 is not set | ||
501 | CONFIG_MD_MULTIPATH=m | ||
502 | # CONFIG_MD_FAULTY is not set | ||
503 | CONFIG_BLK_DEV_DM=m | ||
504 | # CONFIG_DM_DEBUG is not set | ||
505 | CONFIG_DM_CRYPT=m | 34 | CONFIG_DM_CRYPT=m |
506 | CONFIG_DM_SNAPSHOT=m | ||
507 | CONFIG_DM_MIRROR=m | 35 | CONFIG_DM_MIRROR=m |
36 | CONFIG_DM_SNAPSHOT=m | ||
508 | CONFIG_DM_ZERO=m | 37 | CONFIG_DM_ZERO=m |
509 | # CONFIG_DM_MULTIPATH is not set | ||
510 | # CONFIG_DM_DELAY is not set | ||
511 | |||
512 | # | ||
513 | # Fusion MPT device support | ||
514 | # | ||
515 | CONFIG_FUSION=y | ||
516 | CONFIG_FUSION_SPI=y | ||
517 | CONFIG_FUSION_FC=y | ||
518 | # CONFIG_FUSION_SAS is not set | ||
519 | CONFIG_FUSION_MAX_SGE=128 | ||
520 | CONFIG_FUSION_CTL=y | ||
521 | |||
522 | # | ||
523 | # IEEE 1394 (FireWire) support | ||
524 | # | ||
525 | # CONFIG_FIREWIRE is not set | ||
526 | # CONFIG_IEEE1394 is not set | ||
527 | # CONFIG_I2O is not set | ||
528 | CONFIG_NETDEVICES=y | ||
529 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
530 | CONFIG_DUMMY=m | ||
531 | # CONFIG_BONDING is not set | ||
532 | # CONFIG_MACVLAN is not set | ||
533 | # CONFIG_EQUALIZER is not set | ||
534 | # CONFIG_TUN is not set | ||
535 | # CONFIG_NET_SB1000 is not set | ||
536 | # CONFIG_ARCNET is not set | ||
537 | # CONFIG_PHYLIB is not set | ||
538 | CONFIG_NET_ETHERNET=y | ||
539 | CONFIG_MII=m | ||
540 | # CONFIG_HAPPYMEAL is not set | ||
541 | # CONFIG_SUNGEM is not set | ||
542 | # CONFIG_CASSINI is not set | ||
543 | # CONFIG_NET_VENDOR_3COM is not set | ||
544 | CONFIG_NET_TULIP=y | ||
545 | # CONFIG_DE2104X is not set | ||
546 | CONFIG_TULIP=m | ||
547 | # CONFIG_TULIP_MWI is not set | ||
548 | # CONFIG_TULIP_MMIO is not set | ||
549 | # CONFIG_TULIP_NAPI is not set | ||
550 | # CONFIG_DE4X5 is not set | ||
551 | # CONFIG_WINBOND_840 is not set | ||
552 | # CONFIG_DM9102 is not set | ||
553 | # CONFIG_ULI526X is not set | ||
554 | # CONFIG_HP100 is not set | ||
555 | CONFIG_NET_PCI=y | ||
556 | # CONFIG_PCNET32 is not set | ||
557 | # CONFIG_AMD8111_ETH is not set | ||
558 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
559 | # CONFIG_B44 is not set | ||
560 | # CONFIG_FORCEDETH is not set | ||
561 | # CONFIG_DGRS is not set | ||
562 | CONFIG_EEPRO100=m | ||
563 | CONFIG_E100=m | ||
564 | # CONFIG_FEALNX is not set | ||
565 | # CONFIG_NATSEMI is not set | ||
566 | # CONFIG_NE2K_PCI is not set | ||
567 | # CONFIG_8139CP is not set | ||
568 | # CONFIG_8139TOO is not set | ||
569 | # CONFIG_SIS900 is not set | ||
570 | # CONFIG_EPIC100 is not set | ||
571 | # CONFIG_SUNDANCE is not set | ||
572 | # CONFIG_VIA_RHINE is not set | ||
573 | # CONFIG_SC92031 is not set | ||
574 | CONFIG_NETDEV_1000=y | ||
575 | # CONFIG_ACENIC is not set | ||
576 | # CONFIG_DL2K is not set | ||
577 | CONFIG_E1000=y | ||
578 | # CONFIG_E1000_NAPI is not set | ||
579 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | ||
580 | # CONFIG_NS83820 is not set | ||
581 | # CONFIG_HAMACHI is not set | ||
582 | # CONFIG_YELLOWFIN is not set | ||
583 | # CONFIG_R8169 is not set | ||
584 | # CONFIG_SIS190 is not set | ||
585 | # CONFIG_SKGE is not set | ||
586 | # CONFIG_SKY2 is not set | ||
587 | # CONFIG_VIA_VELOCITY is not set | ||
588 | CONFIG_TIGON3=y | ||
589 | # CONFIG_BNX2 is not set | ||
590 | # CONFIG_QLA3XXX is not set | ||
591 | # CONFIG_ATL1 is not set | ||
592 | CONFIG_NETDEV_10000=y | ||
593 | # CONFIG_CHELSIO_T1 is not set | ||
594 | # CONFIG_CHELSIO_T3 is not set | ||
595 | # CONFIG_IXGB is not set | ||
596 | # CONFIG_S2IO is not set | ||
597 | # CONFIG_MYRI10GE is not set | ||
598 | # CONFIG_NETXEN_NIC is not set | ||
599 | # CONFIG_MLX4_CORE is not set | ||
600 | # CONFIG_TR is not set | ||
601 | |||
602 | # | ||
603 | # Wireless LAN | ||
604 | # | ||
605 | # CONFIG_WLAN_PRE80211 is not set | ||
606 | # CONFIG_WLAN_80211 is not set | ||
607 | |||
608 | # | ||
609 | # USB Network Adapters | ||
610 | # | ||
611 | # CONFIG_USB_CATC is not set | ||
612 | # CONFIG_USB_KAWETH is not set | ||
613 | # CONFIG_USB_PEGASUS is not set | ||
614 | # CONFIG_USB_RTL8150 is not set | ||
615 | # CONFIG_USB_USBNET_MII is not set | ||
616 | # CONFIG_USB_USBNET is not set | ||
617 | # CONFIG_WAN is not set | ||
618 | # CONFIG_FDDI is not set | ||
619 | # CONFIG_HIPPI is not set | ||
620 | # CONFIG_PPP is not set | ||
621 | # CONFIG_SLIP is not set | ||
622 | # CONFIG_NET_FC is not set | ||
623 | # CONFIG_SHAPER is not set | ||
624 | CONFIG_NETCONSOLE=y | ||
625 | CONFIG_NETPOLL=y | ||
626 | # CONFIG_NETPOLL_TRAP is not set | ||
627 | CONFIG_NET_POLL_CONTROLLER=y | ||
628 | # CONFIG_ISDN is not set | ||
629 | # CONFIG_PHONE is not set | ||
630 | |||
631 | # | ||
632 | # Input device support | ||
633 | # | ||
634 | CONFIG_INPUT=y | ||
635 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
636 | # CONFIG_INPUT_POLLDEV is not set | ||
637 | |||
638 | # | ||
639 | # Userland interfaces | ||
640 | # | ||
641 | CONFIG_INPUT_MOUSEDEV=y | ||
642 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
643 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
644 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
645 | # CONFIG_INPUT_JOYDEV is not set | ||
646 | # CONFIG_INPUT_TSDEV is not set | ||
647 | # CONFIG_INPUT_EVDEV is not set | ||
648 | # CONFIG_INPUT_EVBUG is not set | ||
649 | |||
650 | # | ||
651 | # Input Device Drivers | ||
652 | # | ||
653 | CONFIG_INPUT_KEYBOARD=y | ||
654 | CONFIG_KEYBOARD_ATKBD=y | ||
655 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
656 | # CONFIG_KEYBOARD_LKKBD is not set | ||
657 | # CONFIG_KEYBOARD_XTKBD is not set | ||
658 | # CONFIG_KEYBOARD_NEWTON is not set | ||
659 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
660 | CONFIG_INPUT_MOUSE=y | ||
661 | CONFIG_MOUSE_PS2=y | ||
662 | CONFIG_MOUSE_PS2_ALPS=y | ||
663 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | ||
664 | CONFIG_MOUSE_PS2_SYNAPTICS=y | ||
665 | CONFIG_MOUSE_PS2_LIFEBOOK=y | ||
666 | CONFIG_MOUSE_PS2_TRACKPOINT=y | ||
667 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | ||
668 | # CONFIG_MOUSE_SERIAL is not set | ||
669 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
670 | # CONFIG_MOUSE_VSXXXAA is not set | ||
671 | # CONFIG_INPUT_JOYSTICK is not set | ||
672 | # CONFIG_INPUT_TABLET is not set | ||
673 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
674 | # CONFIG_INPUT_MISC is not set | ||
675 | |||
676 | # | ||
677 | # Hardware I/O ports | ||
678 | # | ||
679 | CONFIG_SERIO=y | ||
680 | CONFIG_SERIO_I8042=y | ||
681 | # CONFIG_SERIO_SERPORT is not set | ||
682 | # CONFIG_SERIO_PCIPS2 is not set | ||
683 | CONFIG_SERIO_LIBPS2=y | ||
684 | # CONFIG_SERIO_RAW is not set | ||
685 | CONFIG_GAMEPORT=m | ||
686 | # CONFIG_GAMEPORT_NS558 is not set | ||
687 | # CONFIG_GAMEPORT_L4 is not set | ||
688 | # CONFIG_GAMEPORT_EMU10K1 is not set | ||
689 | # CONFIG_GAMEPORT_FM801 is not set | ||
690 | |||
691 | # | ||
692 | # Character devices | ||
693 | # | ||
694 | CONFIG_VT=y | ||
695 | CONFIG_VT_CONSOLE=y | ||
696 | CONFIG_HW_CONSOLE=y | ||
697 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
698 | CONFIG_SERIAL_NONSTANDARD=y | ||
699 | # CONFIG_COMPUTONE is not set | ||
700 | # CONFIG_ROCKETPORT is not set | ||
701 | # CONFIG_CYCLADES is not set | ||
702 | # CONFIG_DIGIEPCA is not set | ||
703 | # CONFIG_MOXA_INTELLIO is not set | ||
704 | # CONFIG_MOXA_SMARTIO is not set | ||
705 | # CONFIG_MOXA_SMARTIO_NEW is not set | ||
706 | # CONFIG_ISI is not set | ||
707 | # CONFIG_SYNCLINKMP is not set | ||
708 | # CONFIG_SYNCLINK_GT is not set | ||
709 | # CONFIG_N_HDLC is not set | ||
710 | # CONFIG_SPECIALIX is not set | ||
711 | # CONFIG_SX is not set | ||
712 | # CONFIG_RIO is not set | ||
713 | # CONFIG_STALDRV is not set | ||
714 | |||
715 | # | ||
716 | # Serial drivers | ||
717 | # | ||
718 | CONFIG_SERIAL_8250=y | ||
719 | CONFIG_SERIAL_8250_CONSOLE=y | ||
720 | CONFIG_SERIAL_8250_PCI=y | ||
721 | CONFIG_SERIAL_8250_PNP=y | ||
722 | CONFIG_SERIAL_8250_NR_UARTS=6 | ||
723 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
724 | CONFIG_SERIAL_8250_EXTENDED=y | ||
725 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
726 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | ||
727 | # CONFIG_SERIAL_8250_RSA is not set | ||
728 | |||
729 | # | ||
730 | # Non-8250 serial port support | ||
731 | # | ||
732 | CONFIG_SERIAL_CORE=y | ||
733 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
734 | # CONFIG_SERIAL_JSM is not set | ||
735 | CONFIG_UNIX98_PTYS=y | ||
736 | CONFIG_LEGACY_PTYS=y | ||
737 | CONFIG_LEGACY_PTY_COUNT=256 | ||
738 | # CONFIG_IPMI_HANDLER is not set | ||
739 | # CONFIG_WATCHDOG is not set | ||
740 | # CONFIG_HW_RANDOM is not set | ||
741 | CONFIG_EFI_RTC=y | ||
742 | # CONFIG_R3964 is not set | ||
743 | # CONFIG_APPLICOM is not set | ||
744 | CONFIG_AGP=m | ||
745 | CONFIG_AGP_I460=m | ||
746 | CONFIG_DRM=m | 38 | CONFIG_DRM=m |
747 | CONFIG_DRM_TDFX=m | 39 | CONFIG_DRM_MGA=m |
748 | CONFIG_DRM_R128=m | 40 | CONFIG_DRM_R128=m |
749 | CONFIG_DRM_RADEON=m | 41 | CONFIG_DRM_RADEON=m |
750 | CONFIG_DRM_MGA=m | ||
751 | CONFIG_DRM_SIS=m | 42 | CONFIG_DRM_SIS=m |
752 | # CONFIG_DRM_VIA is not set | 43 | CONFIG_DRM_TDFX=m |
753 | # CONFIG_DRM_SAVAGE is not set | 44 | CONFIG_DUMMY=m |
754 | CONFIG_RAW_DRIVER=m | 45 | CONFIG_E1000=y |
755 | CONFIG_MAX_RAW_DEVS=256 | 46 | CONFIG_E100=m |
756 | CONFIG_HPET=y | 47 | CONFIG_EFI_PARTITION=y |
757 | # CONFIG_HPET_RTC_IRQ is not set | 48 | CONFIG_EFI_RTC=y |
758 | CONFIG_HPET_MMAP=y | 49 | CONFIG_EFI_VARS=y |
759 | # CONFIG_HANGCHECK_TIMER is not set | 50 | CONFIG_EXPERIMENTAL=y |
760 | # CONFIG_TCG_TPM is not set | ||
761 | CONFIG_DEVPORT=y | ||
762 | # CONFIG_I2C is not set | ||
763 | |||
764 | # | ||
765 | # SPI support | ||
766 | # | ||
767 | # CONFIG_SPI is not set | ||
768 | # CONFIG_SPI_MASTER is not set | ||
769 | # CONFIG_W1 is not set | ||
770 | # CONFIG_POWER_SUPPLY is not set | ||
771 | CONFIG_HWMON=y | ||
772 | # CONFIG_HWMON_VID is not set | ||
773 | # CONFIG_SENSORS_ABITUGURU is not set | ||
774 | # CONFIG_SENSORS_F71805F is not set | ||
775 | # CONFIG_SENSORS_PC87427 is not set | ||
776 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
777 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
778 | # CONFIG_SENSORS_VT1211 is not set | ||
779 | # CONFIG_SENSORS_W83627HF is not set | ||
780 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
781 | |||
782 | # | ||
783 | # Multifunction device drivers | ||
784 | # | ||
785 | # CONFIG_MFD_SM501 is not set | ||
786 | |||
787 | # | ||
788 | # Multimedia devices | ||
789 | # | ||
790 | # CONFIG_VIDEO_DEV is not set | ||
791 | # CONFIG_DVB_CORE is not set | ||
792 | CONFIG_DAB=y | ||
793 | # CONFIG_USB_DABUSB is not set | ||
794 | |||
795 | # | ||
796 | # Graphics support | ||
797 | # | ||
798 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
799 | |||
800 | # | ||
801 | # Display device support | ||
802 | # | ||
803 | # CONFIG_DISPLAY_SUPPORT is not set | ||
804 | # CONFIG_VGASTATE is not set | ||
805 | # CONFIG_FB is not set | ||
806 | |||
807 | # | ||
808 | # Console display driver support | ||
809 | # | ||
810 | CONFIG_VGA_CONSOLE=y | ||
811 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | ||
812 | CONFIG_DUMMY_CONSOLE=y | ||
813 | |||
814 | # | ||
815 | # Sound | ||
816 | # | ||
817 | # CONFIG_SOUND is not set | ||
818 | CONFIG_HID_SUPPORT=y | ||
819 | CONFIG_HID=y | ||
820 | # CONFIG_HID_DEBUG is not set | ||
821 | |||
822 | # | ||
823 | # USB Input Devices | ||
824 | # | ||
825 | CONFIG_USB_HID=y | ||
826 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
827 | # CONFIG_HID_FF is not set | ||
828 | # CONFIG_USB_HIDDEV is not set | ||
829 | CONFIG_USB_SUPPORT=y | ||
830 | CONFIG_USB_ARCH_HAS_HCD=y | ||
831 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
832 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
833 | CONFIG_USB=y | ||
834 | # CONFIG_USB_DEBUG is not set | ||
835 | |||
836 | # | ||
837 | # Miscellaneous USB options | ||
838 | # | ||
839 | CONFIG_USB_DEVICEFS=y | ||
840 | CONFIG_USB_DEVICE_CLASS=y | ||
841 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
842 | # CONFIG_USB_SUSPEND is not set | ||
843 | # CONFIG_USB_PERSIST is not set | ||
844 | # CONFIG_USB_OTG is not set | ||
845 | |||
846 | # | ||
847 | # USB Host Controller Drivers | ||
848 | # | ||
849 | CONFIG_USB_EHCI_HCD=m | ||
850 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | ||
851 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
852 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
853 | # CONFIG_USB_ISP116X_HCD is not set | ||
854 | CONFIG_USB_OHCI_HCD=m | ||
855 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
856 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
857 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
858 | CONFIG_USB_UHCI_HCD=y | ||
859 | # CONFIG_USB_SL811_HCD is not set | ||
860 | # CONFIG_USB_R8A66597_HCD is not set | ||
861 | |||
862 | # | ||
863 | # USB Device Class drivers | ||
864 | # | ||
865 | # CONFIG_USB_ACM is not set | ||
866 | # CONFIG_USB_PRINTER is not set | ||
867 | |||
868 | # | ||
869 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
870 | # | ||
871 | |||
872 | # | ||
873 | # may also be needed; see USB_STORAGE Help for more information | ||
874 | # | ||
875 | CONFIG_USB_STORAGE=m | ||
876 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
877 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
878 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
879 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
880 | # CONFIG_USB_STORAGE_DPCM is not set | ||
881 | # CONFIG_USB_STORAGE_USBAT is not set | ||
882 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
883 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
884 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
885 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
886 | # CONFIG_USB_STORAGE_KARMA is not set | ||
887 | # CONFIG_USB_LIBUSUAL is not set | ||
888 | |||
889 | # | ||
890 | # USB Imaging devices | ||
891 | # | ||
892 | # CONFIG_USB_MDC800 is not set | ||
893 | # CONFIG_USB_MICROTEK is not set | ||
894 | # CONFIG_USB_MON is not set | ||
895 | |||
896 | # | ||
897 | # USB port drivers | ||
898 | # | ||
899 | |||
900 | # | ||
901 | # USB Serial Converter support | ||
902 | # | ||
903 | # CONFIG_USB_SERIAL is not set | ||
904 | |||
905 | # | ||
906 | # USB Miscellaneous drivers | ||
907 | # | ||
908 | # CONFIG_USB_EMI62 is not set | ||
909 | # CONFIG_USB_EMI26 is not set | ||
910 | # CONFIG_USB_ADUTUX is not set | ||
911 | # CONFIG_USB_AUERSWALD is not set | ||
912 | # CONFIG_USB_RIO500 is not set | ||
913 | # CONFIG_USB_LEGOTOWER is not set | ||
914 | # CONFIG_USB_LCD is not set | ||
915 | # CONFIG_USB_BERRY_CHARGE is not set | ||
916 | # CONFIG_USB_LED is not set | ||
917 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
918 | # CONFIG_USB_CYTHERM is not set | ||
919 | # CONFIG_USB_PHIDGET is not set | ||
920 | # CONFIG_USB_IDMOUSE is not set | ||
921 | # CONFIG_USB_FTDI_ELAN is not set | ||
922 | # CONFIG_USB_APPLEDISPLAY is not set | ||
923 | # CONFIG_USB_SISUSBVGA is not set | ||
924 | # CONFIG_USB_LD is not set | ||
925 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
926 | # CONFIG_USB_IOWARRIOR is not set | ||
927 | # CONFIG_USB_TEST is not set | ||
928 | |||
929 | # | ||
930 | # USB DSL modem support | ||
931 | # | ||
932 | |||
933 | # | ||
934 | # USB Gadget Support | ||
935 | # | ||
936 | # CONFIG_USB_GADGET is not set | ||
937 | # CONFIG_MMC is not set | ||
938 | |||
939 | # | ||
940 | # LED devices | ||
941 | # | ||
942 | # CONFIG_NEW_LEDS is not set | ||
943 | |||
944 | # | ||
945 | # LED drivers | ||
946 | # | ||
947 | |||
948 | # | ||
949 | # LED Triggers | ||
950 | # | ||
951 | # CONFIG_INFINIBAND is not set | ||
952 | |||
953 | # | ||
954 | # Real Time Clock | ||
955 | # | ||
956 | # CONFIG_RTC_CLASS is not set | ||
957 | |||
958 | # | ||
959 | # DMA Engine support | ||
960 | # | ||
961 | # CONFIG_DMA_ENGINE is not set | ||
962 | |||
963 | # | ||
964 | # DMA Clients | ||
965 | # | ||
966 | |||
967 | # | ||
968 | # DMA Devices | ||
969 | # | ||
970 | |||
971 | # | ||
972 | # Userspace I/O | ||
973 | # | ||
974 | # CONFIG_UIO is not set | ||
975 | # CONFIG_MSPEC is not set | ||
976 | |||
977 | # | ||
978 | # File systems | ||
979 | # | ||
980 | CONFIG_EXT2_FS=y | ||
981 | CONFIG_EXT2_FS_XATTR=y | ||
982 | CONFIG_EXT2_FS_POSIX_ACL=y | 51 | CONFIG_EXT2_FS_POSIX_ACL=y |
983 | CONFIG_EXT2_FS_SECURITY=y | 52 | CONFIG_EXT2_FS_SECURITY=y |
984 | # CONFIG_EXT2_FS_XIP is not set | 53 | CONFIG_EXT2_FS_XATTR=y |
985 | CONFIG_EXT3_FS=y | 54 | CONFIG_EXT2_FS=y |
986 | CONFIG_EXT3_FS_XATTR=y | ||
987 | CONFIG_EXT3_FS_POSIX_ACL=y | 55 | CONFIG_EXT3_FS_POSIX_ACL=y |
988 | CONFIG_EXT3_FS_SECURITY=y | 56 | CONFIG_EXT3_FS_SECURITY=y |
989 | # CONFIG_EXT4DEV_FS is not set | 57 | CONFIG_EXT3_FS=y |
990 | CONFIG_JBD=y | 58 | CONFIG_FORCE_CPEI_RETARGET=y |
991 | # CONFIG_JBD_DEBUG is not set | 59 | CONFIG_FUSION_CTL=y |
992 | CONFIG_FS_MBCACHE=y | 60 | CONFIG_FUSION_FC=y |
993 | CONFIG_REISERFS_FS=y | 61 | CONFIG_FUSION_SPI=y |
994 | # CONFIG_REISERFS_CHECK is not set | 62 | CONFIG_FUSION=y |
995 | # CONFIG_REISERFS_PROC_INFO is not set | 63 | CONFIG_GAMEPORT=m |
996 | CONFIG_REISERFS_FS_XATTR=y | 64 | CONFIG_HOTPLUG_CPU=y |
997 | CONFIG_REISERFS_FS_POSIX_ACL=y | 65 | CONFIG_HOTPLUG_PCI_ACPI=m |
998 | CONFIG_REISERFS_FS_SECURITY=y | 66 | CONFIG_HOTPLUG_PCI=m |
999 | # CONFIG_JFS_FS is not set | 67 | CONFIG_HPET=y |
1000 | CONFIG_FS_POSIX_ACL=y | 68 | CONFIG_HUGETLBFS=y |
1001 | CONFIG_XFS_FS=y | 69 | # CONFIG_HW_RANDOM is not set |
1002 | # CONFIG_XFS_QUOTA is not set | 70 | CONFIG_IA64_CYCLONE=y |
1003 | # CONFIG_XFS_SECURITY is not set | 71 | CONFIG_IA64_DIG=y |
1004 | # CONFIG_XFS_POSIX_ACL is not set | 72 | CONFIG_IA64_GRANULE_16MB=y |
1005 | # CONFIG_XFS_RT is not set | 73 | CONFIG_IA64_MCA_RECOVERY=y |
1006 | # CONFIG_GFS2_FS is not set | 74 | CONFIG_IA64_PAGE_SIZE_64KB=y |
1007 | # CONFIG_OCFS2_FS is not set | 75 | CONFIG_IA64_PALINFO=y |
1008 | # CONFIG_MINIX_FS is not set | 76 | CONFIG_IDE=y |
1009 | # CONFIG_ROMFS_FS is not set | 77 | CONFIG_IKCONFIG_PROC=y |
78 | CONFIG_IKCONFIG=y | ||
79 | CONFIG_INET=y | ||
1010 | CONFIG_INOTIFY=y | 80 | CONFIG_INOTIFY=y |
1011 | CONFIG_INOTIFY_USER=y | 81 | CONFIG_IP_MULTICAST=y |
1012 | # CONFIG_QUOTA is not set | 82 | # CONFIG_IPV6 is not set |
1013 | CONFIG_DNOTIFY=y | ||
1014 | CONFIG_AUTOFS_FS=y | ||
1015 | CONFIG_AUTOFS4_FS=y | ||
1016 | # CONFIG_FUSE_FS is not set | ||
1017 | |||
1018 | # | ||
1019 | # CD-ROM/DVD Filesystems | ||
1020 | # | ||
1021 | CONFIG_ISO9660_FS=m | 83 | CONFIG_ISO9660_FS=m |
1022 | CONFIG_JOLIET=y | 84 | CONFIG_JOLIET=y |
1023 | # CONFIG_ZISOFS is not set | 85 | CONFIG_KALLSYMS_ALL=y |
1024 | CONFIG_UDF_FS=m | 86 | CONFIG_KEXEC=y |
1025 | CONFIG_UDF_NLS=y | 87 | CONFIG_LOG_BUF_SHIFT=20 |
1026 | 88 | CONFIG_MAGIC_SYSRQ=y | |
1027 | # | 89 | CONFIG_MCKINLEY=y |
1028 | # DOS/FAT/NT Filesystems | 90 | CONFIG_MD_LINEAR=m |
1029 | # | 91 | CONFIG_MD_MULTIPATH=m |
1030 | CONFIG_FAT_FS=y | 92 | CONFIG_MD_RAID0=m |
1031 | # CONFIG_MSDOS_FS is not set | 93 | CONFIG_MD_RAID1=m |
1032 | CONFIG_VFAT_FS=y | 94 | CONFIG_MD=y |
1033 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | 95 | CONFIG_MODULE_SRCVERSION_ALL=y |
1034 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | 96 | CONFIG_MODULES=y |
1035 | CONFIG_NTFS_FS=m | 97 | CONFIG_MODULE_UNLOAD=y |
1036 | # CONFIG_NTFS_DEBUG is not set | 98 | CONFIG_MODVERSIONS=y |
1037 | # CONFIG_NTFS_RW is not set | 99 | CONFIG_NETCONSOLE=y |
1038 | 100 | CONFIG_NETDEVICES=y | |
1039 | # | 101 | CONFIG_NET_ETHERNET=y |
1040 | # Pseudo filesystems | 102 | CONFIG_NET_PCI=y |
1041 | # | 103 | CONFIG_NET_TULIP=y |
1042 | CONFIG_PROC_FS=y | 104 | CONFIG_NFSD=m |
1043 | CONFIG_PROC_KCORE=y | 105 | CONFIG_NFSD_V4=y |
1044 | CONFIG_PROC_SYSCTL=y | ||
1045 | CONFIG_SYSFS=y | ||
1046 | CONFIG_TMPFS=y | ||
1047 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1048 | CONFIG_HUGETLBFS=y | ||
1049 | CONFIG_HUGETLB_PAGE=y | ||
1050 | CONFIG_RAMFS=y | ||
1051 | # CONFIG_CONFIGFS_FS is not set | ||
1052 | |||
1053 | # | ||
1054 | # Miscellaneous filesystems | ||
1055 | # | ||
1056 | # CONFIG_ADFS_FS is not set | ||
1057 | # CONFIG_AFFS_FS is not set | ||
1058 | # CONFIG_HFS_FS is not set | ||
1059 | # CONFIG_HFSPLUS_FS is not set | ||
1060 | # CONFIG_BEFS_FS is not set | ||
1061 | # CONFIG_BFS_FS is not set | ||
1062 | # CONFIG_EFS_FS is not set | ||
1063 | # CONFIG_CRAMFS is not set | ||
1064 | # CONFIG_VXFS_FS is not set | ||
1065 | # CONFIG_HPFS_FS is not set | ||
1066 | # CONFIG_QNX4FS_FS is not set | ||
1067 | # CONFIG_SYSV_FS is not set | ||
1068 | # CONFIG_UFS_FS is not set | ||
1069 | |||
1070 | # | ||
1071 | # Network File Systems | ||
1072 | # | ||
1073 | CONFIG_NFS_FS=m | 106 | CONFIG_NFS_FS=m |
1074 | CONFIG_NFS_V3=y | 107 | CONFIG_NFS_V3=y |
1075 | # CONFIG_NFS_V3_ACL is not set | ||
1076 | CONFIG_NFS_V4=y | 108 | CONFIG_NFS_V4=y |
1077 | CONFIG_NFS_DIRECTIO=y | 109 | CONFIG_NLS_CODEPAGE_1250=m |
1078 | CONFIG_NFSD=m | 110 | CONFIG_NLS_CODEPAGE_1251=m |
1079 | CONFIG_NFSD_V3=y | ||
1080 | # CONFIG_NFSD_V3_ACL is not set | ||
1081 | CONFIG_NFSD_V4=y | ||
1082 | CONFIG_NFSD_TCP=y | ||
1083 | CONFIG_LOCKD=m | ||
1084 | CONFIG_LOCKD_V4=y | ||
1085 | CONFIG_EXPORTFS=m | ||
1086 | CONFIG_NFS_COMMON=y | ||
1087 | CONFIG_SUNRPC=m | ||
1088 | CONFIG_SUNRPC_GSS=m | ||
1089 | # CONFIG_SUNRPC_BIND34 is not set | ||
1090 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1091 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1092 | CONFIG_SMB_FS=m | ||
1093 | CONFIG_SMB_NLS_DEFAULT=y | ||
1094 | CONFIG_SMB_NLS_REMOTE="cp437" | ||
1095 | CONFIG_CIFS=m | ||
1096 | # CONFIG_CIFS_STATS is not set | ||
1097 | # CONFIG_CIFS_WEAK_PW_HASH is not set | ||
1098 | # CONFIG_CIFS_XATTR is not set | ||
1099 | # CONFIG_CIFS_DEBUG2 is not set | ||
1100 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
1101 | # CONFIG_NCP_FS is not set | ||
1102 | # CONFIG_CODA_FS is not set | ||
1103 | # CONFIG_AFS_FS is not set | ||
1104 | |||
1105 | # | ||
1106 | # Partition Types | ||
1107 | # | ||
1108 | CONFIG_PARTITION_ADVANCED=y | ||
1109 | # CONFIG_ACORN_PARTITION is not set | ||
1110 | # CONFIG_OSF_PARTITION is not set | ||
1111 | # CONFIG_AMIGA_PARTITION is not set | ||
1112 | # CONFIG_ATARI_PARTITION is not set | ||
1113 | # CONFIG_MAC_PARTITION is not set | ||
1114 | CONFIG_MSDOS_PARTITION=y | ||
1115 | # CONFIG_BSD_DISKLABEL is not set | ||
1116 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1117 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1118 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1119 | # CONFIG_LDM_PARTITION is not set | ||
1120 | CONFIG_SGI_PARTITION=y | ||
1121 | # CONFIG_ULTRIX_PARTITION is not set | ||
1122 | # CONFIG_SUN_PARTITION is not set | ||
1123 | # CONFIG_KARMA_PARTITION is not set | ||
1124 | CONFIG_EFI_PARTITION=y | ||
1125 | # CONFIG_SYSV68_PARTITION is not set | ||
1126 | |||
1127 | # | ||
1128 | # Native Language Support | ||
1129 | # | ||
1130 | CONFIG_NLS=y | ||
1131 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1132 | CONFIG_NLS_CODEPAGE_437=y | 111 | CONFIG_NLS_CODEPAGE_437=y |
1133 | CONFIG_NLS_CODEPAGE_737=m | 112 | CONFIG_NLS_CODEPAGE_737=m |
1134 | CONFIG_NLS_CODEPAGE_775=m | 113 | CONFIG_NLS_CODEPAGE_775=m |
@@ -1144,15 +123,14 @@ CONFIG_NLS_CODEPAGE_864=m | |||
1144 | CONFIG_NLS_CODEPAGE_865=m | 123 | CONFIG_NLS_CODEPAGE_865=m |
1145 | CONFIG_NLS_CODEPAGE_866=m | 124 | CONFIG_NLS_CODEPAGE_866=m |
1146 | CONFIG_NLS_CODEPAGE_869=m | 125 | CONFIG_NLS_CODEPAGE_869=m |
1147 | CONFIG_NLS_CODEPAGE_936=m | 126 | CONFIG_NLS_CODEPAGE_874=m |
1148 | CONFIG_NLS_CODEPAGE_950=m | ||
1149 | CONFIG_NLS_CODEPAGE_932=m | 127 | CONFIG_NLS_CODEPAGE_932=m |
128 | CONFIG_NLS_CODEPAGE_936=m | ||
1150 | CONFIG_NLS_CODEPAGE_949=m | 129 | CONFIG_NLS_CODEPAGE_949=m |
1151 | CONFIG_NLS_CODEPAGE_874=m | 130 | CONFIG_NLS_CODEPAGE_950=m |
1152 | CONFIG_NLS_ISO8859_8=m | 131 | CONFIG_NLS_ISO8859_13=m |
1153 | CONFIG_NLS_CODEPAGE_1250=m | 132 | CONFIG_NLS_ISO8859_14=m |
1154 | CONFIG_NLS_CODEPAGE_1251=m | 133 | CONFIG_NLS_ISO8859_15=m |
1155 | # CONFIG_NLS_ASCII is not set | ||
1156 | CONFIG_NLS_ISO8859_1=y | 134 | CONFIG_NLS_ISO8859_1=y |
1157 | CONFIG_NLS_ISO8859_2=m | 135 | CONFIG_NLS_ISO8859_2=m |
1158 | CONFIG_NLS_ISO8859_3=m | 136 | CONFIG_NLS_ISO8859_3=m |
@@ -1160,120 +138,50 @@ CONFIG_NLS_ISO8859_4=m | |||
1160 | CONFIG_NLS_ISO8859_5=m | 138 | CONFIG_NLS_ISO8859_5=m |
1161 | CONFIG_NLS_ISO8859_6=m | 139 | CONFIG_NLS_ISO8859_6=m |
1162 | CONFIG_NLS_ISO8859_7=m | 140 | CONFIG_NLS_ISO8859_7=m |
141 | CONFIG_NLS_ISO8859_8=m | ||
1163 | CONFIG_NLS_ISO8859_9=m | 142 | CONFIG_NLS_ISO8859_9=m |
1164 | CONFIG_NLS_ISO8859_13=m | ||
1165 | CONFIG_NLS_ISO8859_14=m | ||
1166 | CONFIG_NLS_ISO8859_15=m | ||
1167 | CONFIG_NLS_KOI8_R=m | 143 | CONFIG_NLS_KOI8_R=m |
1168 | CONFIG_NLS_KOI8_U=m | 144 | CONFIG_NLS_KOI8_U=m |
1169 | CONFIG_NLS_UTF8=m | 145 | CONFIG_NLS_UTF8=m |
1170 | 146 | CONFIG_NR_CPUS=16 | |
1171 | # | 147 | CONFIG_NTFS_FS=m |
1172 | # Distributed Lock Manager | 148 | CONFIG_PACKET=y |
1173 | # | 149 | CONFIG_PARTITION_ADVANCED=y |
1174 | # CONFIG_DLM is not set | 150 | CONFIG_PERFMON=y |
1175 | 151 | CONFIG_PERMIT_BSP_REMOVE=y | |
1176 | # | 152 | CONFIG_POSIX_MQUEUE=y |
1177 | # Library routines | 153 | CONFIG_PROC_KCORE=y |
1178 | # | 154 | CONFIG_RAW_DRIVER=m |
1179 | CONFIG_BITREVERSE=y | 155 | CONFIG_REISERFS_FS_POSIX_ACL=y |
1180 | # CONFIG_CRC_CCITT is not set | 156 | CONFIG_REISERFS_FS_SECURITY=y |
1181 | # CONFIG_CRC16 is not set | 157 | CONFIG_REISERFS_FS_XATTR=y |
1182 | # CONFIG_CRC_ITU_T is not set | 158 | CONFIG_REISERFS_FS=y |
1183 | CONFIG_CRC32=y | 159 | CONFIG_SCSI_QLOGIC_1280=y |
1184 | # CONFIG_CRC7 is not set | 160 | CONFIG_SCSI_SYM53C8XX_2=y |
1185 | # CONFIG_LIBCRC32C is not set | 161 | CONFIG_SCSI=y |
1186 | CONFIG_PLIST=y | 162 | CONFIG_SERIAL_8250_CONSOLE=y |
1187 | CONFIG_HAS_IOMEM=y | 163 | CONFIG_SERIAL_8250_EXTENDED=y |
1188 | CONFIG_HAS_IOPORT=y | 164 | CONFIG_SERIAL_8250_NR_UARTS=6 |
1189 | CONFIG_HAS_DMA=y | 165 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
1190 | CONFIG_GENERIC_HARDIRQS=y | 166 | CONFIG_SERIAL_8250=y |
1191 | CONFIG_GENERIC_IRQ_PROBE=y | 167 | CONFIG_SERIAL_NONSTANDARD=y |
1192 | CONFIG_GENERIC_PENDING_IRQ=y | 168 | # CONFIG_SERIO_SERPORT is not set |
1193 | CONFIG_IRQ_PER_CPU=y | 169 | CONFIG_SGI_PARTITION=y |
1194 | 170 | CONFIG_SMB_FS=m | |
1195 | # | 171 | CONFIG_SMB_NLS_DEFAULT=y |
1196 | # Instrumentation Support | 172 | CONFIG_SMP=y |
1197 | # | 173 | CONFIG_SYN_COOKIES=y |
1198 | # CONFIG_PROFILING is not set | 174 | CONFIG_SYSVIPC=y |
1199 | # CONFIG_KPROBES is not set | 175 | CONFIG_TIGON3=y |
1200 | 176 | CONFIG_TMPFS=y | |
1201 | # | 177 | CONFIG_TULIP=m |
1202 | # Kernel hacking | 178 | CONFIG_UDF_FS=m |
1203 | # | 179 | CONFIG_UNIX=y |
1204 | # CONFIG_PRINTK_TIME is not set | 180 | CONFIG_USB_DEVICEFS=y |
1205 | CONFIG_ENABLE_MUST_CHECK=y | 181 | CONFIG_USB_EHCI_HCD=m |
1206 | CONFIG_MAGIC_SYSRQ=y | 182 | CONFIG_USB_OHCI_HCD=m |
1207 | # CONFIG_UNUSED_SYMBOLS is not set | 183 | CONFIG_USB_STORAGE=m |
1208 | # CONFIG_DEBUG_FS is not set | 184 | CONFIG_USB_UHCI_HCD=y |
1209 | # CONFIG_HEADERS_CHECK is not set | 185 | CONFIG_USB=y |
1210 | CONFIG_DEBUG_KERNEL=y | 186 | CONFIG_VFAT_FS=y |
1211 | # CONFIG_DEBUG_SHIRQ is not set | 187 | CONFIG_XFS_FS=y |
1212 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1213 | CONFIG_SCHED_DEBUG=y | ||
1214 | # CONFIG_SCHEDSTATS is not set | ||
1215 | # CONFIG_TIMER_STATS is not set | ||
1216 | # CONFIG_DEBUG_SLAB is not set | ||
1217 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1218 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1219 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1220 | CONFIG_DEBUG_MUTEXES=y | ||
1221 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1222 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1223 | # CONFIG_DEBUG_KOBJECT is not set | ||
1224 | # CONFIG_DEBUG_INFO is not set | ||
1225 | # CONFIG_DEBUG_VM is not set | ||
1226 | # CONFIG_DEBUG_LIST is not set | ||
1227 | CONFIG_FORCED_INLINING=y | ||
1228 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1229 | # CONFIG_FAULT_INJECTION is not set | ||
1230 | CONFIG_IA64_GRANULE_16MB=y | ||
1231 | # CONFIG_IA64_GRANULE_64MB is not set | ||
1232 | # CONFIG_IA64_PRINT_HAZARDS is not set | ||
1233 | # CONFIG_DISABLE_VHPT is not set | ||
1234 | # CONFIG_IA64_DEBUG_CMPXCHG is not set | ||
1235 | # CONFIG_IA64_DEBUG_IRQ is not set | ||
1236 | |||
1237 | # | ||
1238 | # Security options | ||
1239 | # | ||
1240 | # CONFIG_KEYS is not set | ||
1241 | # CONFIG_SECURITY is not set | ||
1242 | CONFIG_CRYPTO=y | ||
1243 | CONFIG_CRYPTO_ALGAPI=y | ||
1244 | CONFIG_CRYPTO_BLKCIPHER=m | ||
1245 | CONFIG_CRYPTO_MANAGER=m | ||
1246 | # CONFIG_CRYPTO_HMAC is not set | ||
1247 | # CONFIG_CRYPTO_XCBC is not set | ||
1248 | # CONFIG_CRYPTO_NULL is not set | ||
1249 | # CONFIG_CRYPTO_MD4 is not set | ||
1250 | CONFIG_CRYPTO_MD5=y | ||
1251 | # CONFIG_CRYPTO_SHA1 is not set | ||
1252 | # CONFIG_CRYPTO_SHA256 is not set | ||
1253 | # CONFIG_CRYPTO_SHA512 is not set | ||
1254 | # CONFIG_CRYPTO_WP512 is not set | ||
1255 | # CONFIG_CRYPTO_TGR192 is not set | ||
1256 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1257 | CONFIG_CRYPTO_ECB=m | ||
1258 | CONFIG_CRYPTO_CBC=m | ||
1259 | CONFIG_CRYPTO_PCBC=m | ||
1260 | # CONFIG_CRYPTO_LRW is not set | ||
1261 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1262 | CONFIG_CRYPTO_DES=m | ||
1263 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1264 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1265 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1266 | # CONFIG_CRYPTO_SERPENT is not set | ||
1267 | # CONFIG_CRYPTO_AES is not set | ||
1268 | # CONFIG_CRYPTO_CAST5 is not set | ||
1269 | # CONFIG_CRYPTO_CAST6 is not set | ||
1270 | # CONFIG_CRYPTO_TEA is not set | ||
1271 | # CONFIG_CRYPTO_ARC4 is not set | ||
1272 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1273 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1274 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1275 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1276 | # CONFIG_CRYPTO_CRC32C is not set | ||
1277 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1278 | # CONFIG_CRYPTO_TEST is not set | ||
1279 | CONFIG_CRYPTO_HW=y | ||
diff --git a/arch/ia64/configs/xen_domu_defconfig b/arch/ia64/configs/xen_domu_defconfig index c67eafc4bb38..5f6d284723a4 100644 --- a/arch/ia64/configs/xen_domu_defconfig +++ b/arch/ia64/configs/xen_domu_defconfig | |||
@@ -1,1374 +1,121 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.29-rc1 | ||
4 | # Fri Jan 16 11:49:59 2009 | ||
5 | # | ||
6 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
7 | |||
8 | # | ||
9 | # General setup | ||
10 | # | ||
11 | CONFIG_EXPERIMENTAL=y | ||
12 | CONFIG_LOCK_KERNEL=y | ||
13 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
14 | CONFIG_LOCALVERSION="" | ||
15 | CONFIG_LOCALVERSION_AUTO=y | ||
16 | CONFIG_SWAP=y | ||
17 | CONFIG_SYSVIPC=y | ||
18 | CONFIG_SYSVIPC_SYSCTL=y | ||
19 | CONFIG_POSIX_MQUEUE=y | ||
20 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
21 | # CONFIG_TASKSTATS is not set | ||
22 | # CONFIG_AUDIT is not set | ||
23 | CONFIG_IKCONFIG=y | ||
24 | CONFIG_IKCONFIG_PROC=y | ||
25 | CONFIG_LOG_BUF_SHIFT=20 | ||
26 | CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y | ||
27 | # CONFIG_GROUP_SCHED is not set | ||
28 | |||
29 | # | ||
30 | # Control Group support | ||
31 | # | ||
32 | # CONFIG_CGROUPS is not set | ||
33 | CONFIG_SYSFS_DEPRECATED=y | ||
34 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
35 | # CONFIG_RELAY is not set | ||
36 | CONFIG_NAMESPACES=y | ||
37 | # CONFIG_UTS_NS is not set | ||
38 | # CONFIG_IPC_NS is not set | ||
39 | # CONFIG_USER_NS is not set | ||
40 | # CONFIG_PID_NS is not set | ||
41 | CONFIG_BLK_DEV_INITRD=y | ||
42 | CONFIG_INITRAMFS_SOURCE="" | ||
43 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
44 | CONFIG_SYSCTL=y | ||
45 | # CONFIG_EMBEDDED is not set | ||
46 | CONFIG_SYSCTL_SYSCALL=y | ||
47 | CONFIG_KALLSYMS=y | ||
48 | CONFIG_KALLSYMS_ALL=y | ||
49 | CONFIG_KALLSYMS_STRIP_GENERATED=y | ||
50 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
51 | CONFIG_HOTPLUG=y | ||
52 | CONFIG_PRINTK=y | ||
53 | CONFIG_BUG=y | ||
54 | CONFIG_ELF_CORE=y | ||
55 | CONFIG_COMPAT_BRK=y | ||
56 | CONFIG_BASE_FULL=y | ||
57 | CONFIG_FUTEX=y | ||
58 | CONFIG_ANON_INODES=y | ||
59 | CONFIG_EPOLL=y | ||
60 | CONFIG_SIGNALFD=y | ||
61 | CONFIG_TIMERFD=y | ||
62 | CONFIG_EVENTFD=y | ||
63 | CONFIG_SHMEM=y | ||
64 | CONFIG_AIO=y | ||
65 | CONFIG_VM_EVENT_COUNTERS=y | ||
66 | CONFIG_PCI_QUIRKS=y | ||
67 | CONFIG_SLUB_DEBUG=y | ||
68 | # CONFIG_SLAB is not set | ||
69 | CONFIG_SLUB=y | ||
70 | # CONFIG_SLOB is not set | ||
71 | # CONFIG_PROFILING is not set | ||
72 | CONFIG_HAVE_OPROFILE=y | ||
73 | # CONFIG_KPROBES is not set | ||
74 | CONFIG_HAVE_KPROBES=y | ||
75 | CONFIG_HAVE_KRETPROBES=y | ||
76 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
77 | CONFIG_HAVE_DMA_ATTRS=y | ||
78 | CONFIG_USE_GENERIC_SMP_HELPERS=y | ||
79 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
80 | CONFIG_SLABINFO=y | ||
81 | CONFIG_RT_MUTEXES=y | ||
82 | CONFIG_BASE_SMALL=0 | ||
83 | CONFIG_MODULES=y | ||
84 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
85 | CONFIG_MODULE_UNLOAD=y | ||
86 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
87 | CONFIG_MODVERSIONS=y | ||
88 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
89 | CONFIG_STOP_MACHINE=y | ||
90 | CONFIG_BLOCK=y | ||
91 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
92 | # CONFIG_BLK_DEV_BSG is not set | ||
93 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
94 | |||
95 | # | ||
96 | # IO Schedulers | ||
97 | # | ||
98 | CONFIG_IOSCHED_NOOP=y | ||
99 | CONFIG_IOSCHED_AS=y | ||
100 | CONFIG_IOSCHED_DEADLINE=y | ||
101 | CONFIG_IOSCHED_CFQ=y | ||
102 | CONFIG_DEFAULT_AS=y | ||
103 | # CONFIG_DEFAULT_DEADLINE is not set | ||
104 | # CONFIG_DEFAULT_CFQ is not set | ||
105 | # CONFIG_DEFAULT_NOOP is not set | ||
106 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
107 | CONFIG_CLASSIC_RCU=y | ||
108 | # CONFIG_TREE_RCU is not set | ||
109 | # CONFIG_PREEMPT_RCU is not set | ||
110 | # CONFIG_TREE_RCU_TRACE is not set | ||
111 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
112 | CONFIG_FREEZER=y | ||
113 | |||
114 | # | ||
115 | # Processor type and features | ||
116 | # | ||
117 | CONFIG_IA64=y | ||
118 | CONFIG_64BIT=y | ||
119 | CONFIG_ZONE_DMA=y | ||
120 | CONFIG_QUICKLIST=y | ||
121 | CONFIG_MMU=y | ||
122 | CONFIG_SWIOTLB=y | ||
123 | CONFIG_IOMMU_HELPER=y | ||
124 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
125 | CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y | ||
126 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
127 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
128 | CONFIG_GENERIC_TIME=y | ||
129 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
130 | CONFIG_HAVE_SETUP_PER_CPU_AREA=y | ||
131 | CONFIG_DMI=y | ||
132 | CONFIG_EFI=y | ||
133 | CONFIG_GENERIC_IOMAP=y | ||
134 | CONFIG_SCHED_OMIT_FRAME_POINTER=y | ||
135 | CONFIG_AUDIT_ARCH=y | ||
136 | CONFIG_PARAVIRT_GUEST=y | ||
137 | CONFIG_PARAVIRT=y | ||
138 | CONFIG_XEN=y | ||
139 | CONFIG_XEN_XENCOMM=y | ||
140 | CONFIG_NO_IDLE_HZ=y | ||
141 | # CONFIG_IA64_GENERIC is not set | ||
142 | # CONFIG_IA64_DIG is not set | ||
143 | # CONFIG_IA64_DIG_VTD is not set | ||
144 | # CONFIG_IA64_HP_ZX1 is not set | ||
145 | # CONFIG_IA64_HP_ZX1_SWIOTLB is not set | ||
146 | # CONFIG_IA64_SGI_SN2 is not set | ||
147 | # CONFIG_IA64_SGI_UV is not set | ||
148 | # CONFIG_IA64_HP_SIM is not set | ||
149 | CONFIG_IA64_XEN_GUEST=y | ||
150 | # CONFIG_ITANIUM is not set | ||
151 | CONFIG_MCKINLEY=y | ||
152 | # CONFIG_IA64_PAGE_SIZE_4KB is not set | ||
153 | # CONFIG_IA64_PAGE_SIZE_8KB is not set | ||
154 | CONFIG_IA64_PAGE_SIZE_16KB=y | ||
155 | # CONFIG_IA64_PAGE_SIZE_64KB is not set | ||
156 | CONFIG_PGTABLE_3=y | ||
157 | # CONFIG_PGTABLE_4 is not set | ||
158 | CONFIG_HZ=250 | ||
159 | # CONFIG_HZ_100 is not set | ||
160 | CONFIG_HZ_250=y | ||
161 | # CONFIG_HZ_300 is not set | ||
162 | # CONFIG_HZ_1000 is not set | ||
163 | # CONFIG_SCHED_HRTICK is not set | ||
164 | CONFIG_IA64_L1_CACHE_SHIFT=7 | ||
165 | CONFIG_IA64_CYCLONE=y | ||
166 | CONFIG_IOSAPIC=y | ||
167 | CONFIG_FORCE_MAX_ZONEORDER=17 | ||
168 | # CONFIG_VIRT_CPU_ACCOUNTING is not set | ||
169 | CONFIG_SMP=y | ||
170 | CONFIG_NR_CPUS=16 | ||
171 | CONFIG_HOTPLUG_CPU=y | ||
172 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
173 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | ||
174 | # CONFIG_SCHED_SMT is not set | ||
175 | CONFIG_PERMIT_BSP_REMOVE=y | ||
176 | CONFIG_FORCE_CPEI_RETARGET=y | ||
177 | CONFIG_PREEMPT_NONE=y | ||
178 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
179 | # CONFIG_PREEMPT is not set | ||
180 | CONFIG_SELECT_MEMORY_MODEL=y | ||
181 | CONFIG_FLATMEM_MANUAL=y | ||
182 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
183 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
184 | CONFIG_FLATMEM=y | ||
185 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
186 | CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y | ||
187 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
188 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
189 | CONFIG_MIGRATION=y | ||
190 | CONFIG_PHYS_ADDR_T_64BIT=y | ||
191 | CONFIG_ZONE_DMA_FLAG=1 | ||
192 | CONFIG_BOUNCE=y | ||
193 | CONFIG_NR_QUICK=1 | ||
194 | CONFIG_VIRT_TO_BUS=y | ||
195 | CONFIG_UNEVICTABLE_LRU=y | ||
196 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
197 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
198 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
199 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
200 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
201 | CONFIG_VIRTUAL_MEM_MAP=y | ||
202 | CONFIG_HOLES_IN_ZONE=y | ||
203 | CONFIG_IA64_MCA_RECOVERY=y | ||
204 | CONFIG_PERFMON=y | ||
205 | CONFIG_IA64_PALINFO=y | ||
206 | # CONFIG_IA64_MC_ERR_INJECT is not set | ||
207 | # CONFIG_IA64_ESI is not set | ||
208 | # CONFIG_IA64_HP_AML_NFW is not set | ||
209 | CONFIG_KEXEC=y | ||
210 | # CONFIG_CRASH_DUMP is not set | ||
211 | |||
212 | # | ||
213 | # Firmware Drivers | ||
214 | # | ||
215 | # CONFIG_FIRMWARE_MEMMAP is not set | ||
216 | CONFIG_EFI_VARS=y | ||
217 | CONFIG_EFI_PCDP=y | ||
218 | CONFIG_DMIID=y | ||
219 | CONFIG_BINFMT_ELF=y | ||
220 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
221 | # CONFIG_HAVE_AOUT is not set | ||
222 | CONFIG_BINFMT_MISC=m | ||
223 | |||
224 | # | ||
225 | # Power management and ACPI options | ||
226 | # | ||
227 | CONFIG_PM=y | ||
228 | # CONFIG_PM_DEBUG is not set | ||
229 | CONFIG_PM_SLEEP=y | ||
230 | CONFIG_SUSPEND=y | ||
231 | CONFIG_SUSPEND_FREEZER=y | ||
232 | CONFIG_ACPI=y | ||
233 | CONFIG_ACPI_SLEEP=y | ||
234 | CONFIG_ACPI_PROCFS=y | ||
235 | CONFIG_ACPI_PROCFS_POWER=y | ||
236 | CONFIG_ACPI_SYSFS_POWER=y | ||
237 | CONFIG_ACPI_PROC_EVENT=y | ||
238 | CONFIG_ACPI_BUTTON=m | 1 | CONFIG_ACPI_BUTTON=m |
2 | CONFIG_ACPI_CONTAINER=m | ||
239 | CONFIG_ACPI_FAN=m | 3 | CONFIG_ACPI_FAN=m |
240 | # CONFIG_ACPI_DOCK is not set | ||
241 | CONFIG_ACPI_PROCESSOR=m | 4 | CONFIG_ACPI_PROCESSOR=m |
242 | CONFIG_ACPI_HOTPLUG_CPU=y | 5 | CONFIG_ACPI_PROCFS=y |
243 | CONFIG_ACPI_THERMAL=m | 6 | CONFIG_AGP=m |
244 | # CONFIG_ACPI_CUSTOM_DSDT is not set | ||
245 | CONFIG_ACPI_BLACKLIST_YEAR=0 | ||
246 | # CONFIG_ACPI_DEBUG is not set | ||
247 | # CONFIG_ACPI_PCI_SLOT is not set | ||
248 | CONFIG_ACPI_SYSTEM=y | ||
249 | CONFIG_ACPI_CONTAINER=m | ||
250 | |||
251 | # | ||
252 | # CPU Frequency scaling | ||
253 | # | ||
254 | # CONFIG_CPU_FREQ is not set | ||
255 | |||
256 | # | ||
257 | # Bus options (PCI, PCMCIA) | ||
258 | # | ||
259 | CONFIG_PCI=y | ||
260 | CONFIG_PCI_DOMAINS=y | ||
261 | CONFIG_PCI_SYSCALL=y | ||
262 | # CONFIG_PCIEPORTBUS is not set | ||
263 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
264 | # CONFIG_PCI_MSI is not set | ||
265 | CONFIG_PCI_LEGACY=y | ||
266 | # CONFIG_PCI_DEBUG is not set | ||
267 | # CONFIG_PCI_STUB is not set | ||
268 | CONFIG_HOTPLUG_PCI=m | ||
269 | # CONFIG_HOTPLUG_PCI_FAKE is not set | ||
270 | CONFIG_HOTPLUG_PCI_ACPI=m | ||
271 | # CONFIG_HOTPLUG_PCI_ACPI_IBM is not set | ||
272 | # CONFIG_HOTPLUG_PCI_CPCI is not set | ||
273 | # CONFIG_HOTPLUG_PCI_SHPC is not set | ||
274 | # CONFIG_PCCARD is not set | ||
275 | CONFIG_NET=y | ||
276 | |||
277 | # | ||
278 | # Networking options | ||
279 | # | ||
280 | # CONFIG_NET_NS is not set | ||
281 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
282 | CONFIG_PACKET=y | ||
283 | # CONFIG_PACKET_MMAP is not set | ||
284 | CONFIG_UNIX=y | ||
285 | CONFIG_XFRM=y | ||
286 | # CONFIG_XFRM_USER is not set | ||
287 | # CONFIG_XFRM_SUB_POLICY is not set | ||
288 | # CONFIG_XFRM_MIGRATE is not set | ||
289 | # CONFIG_XFRM_STATISTICS is not set | ||
290 | # CONFIG_NET_KEY is not set | ||
291 | CONFIG_INET=y | ||
292 | CONFIG_IP_MULTICAST=y | ||
293 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
294 | CONFIG_IP_FIB_HASH=y | ||
295 | # CONFIG_IP_PNP is not set | ||
296 | # CONFIG_NET_IPIP is not set | ||
297 | # CONFIG_NET_IPGRE is not set | ||
298 | # CONFIG_IP_MROUTE is not set | ||
299 | CONFIG_ARPD=y | 7 | CONFIG_ARPD=y |
300 | CONFIG_SYN_COOKIES=y | 8 | CONFIG_AUTOFS4_FS=y |
301 | # CONFIG_INET_AH is not set | 9 | CONFIG_AUTOFS_FS=y |
302 | # CONFIG_INET_ESP is not set | 10 | CONFIG_BINFMT_MISC=m |
303 | # CONFIG_INET_IPCOMP is not set | 11 | # CONFIG_BLK_DEV_BSG is not set |
304 | # CONFIG_INET_XFRM_TUNNEL is not set | 12 | CONFIG_BLK_DEV_CMD64X=y |
305 | # CONFIG_INET_TUNNEL is not set | ||
306 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
307 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
308 | CONFIG_INET_XFRM_MODE_BEET=y | ||
309 | # CONFIG_INET_LRO is not set | ||
310 | CONFIG_INET_DIAG=y | ||
311 | CONFIG_INET_TCP_DIAG=y | ||
312 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
313 | CONFIG_TCP_CONG_CUBIC=y | ||
314 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
315 | # CONFIG_TCP_MD5SIG is not set | ||
316 | # CONFIG_IPV6 is not set | ||
317 | # CONFIG_NETWORK_SECMARK is not set | ||
318 | # CONFIG_NETFILTER is not set | ||
319 | # CONFIG_IP_DCCP is not set | ||
320 | # CONFIG_IP_SCTP is not set | ||
321 | # CONFIG_TIPC is not set | ||
322 | # CONFIG_ATM is not set | ||
323 | # CONFIG_BRIDGE is not set | ||
324 | # CONFIG_NET_DSA is not set | ||
325 | # CONFIG_VLAN_8021Q is not set | ||
326 | # CONFIG_DECNET is not set | ||
327 | # CONFIG_LLC2 is not set | ||
328 | # CONFIG_IPX is not set | ||
329 | # CONFIG_ATALK is not set | ||
330 | # CONFIG_X25 is not set | ||
331 | # CONFIG_LAPB is not set | ||
332 | # CONFIG_ECONET is not set | ||
333 | # CONFIG_WAN_ROUTER is not set | ||
334 | # CONFIG_NET_SCHED is not set | ||
335 | # CONFIG_DCB is not set | ||
336 | |||
337 | # | ||
338 | # Network testing | ||
339 | # | ||
340 | # CONFIG_NET_PKTGEN is not set | ||
341 | # CONFIG_HAMRADIO is not set | ||
342 | # CONFIG_CAN is not set | ||
343 | # CONFIG_IRDA is not set | ||
344 | # CONFIG_BT is not set | ||
345 | # CONFIG_AF_RXRPC is not set | ||
346 | # CONFIG_PHONET is not set | ||
347 | # CONFIG_WIRELESS is not set | ||
348 | # CONFIG_WIMAX is not set | ||
349 | # CONFIG_RFKILL is not set | ||
350 | # CONFIG_NET_9P is not set | ||
351 | |||
352 | # | ||
353 | # Device Drivers | ||
354 | # | ||
355 | |||
356 | # | ||
357 | # Generic Driver Options | ||
358 | # | ||
359 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
360 | CONFIG_STANDALONE=y | ||
361 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
362 | CONFIG_FW_LOADER=y | ||
363 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
364 | CONFIG_EXTRA_FIRMWARE="" | ||
365 | # CONFIG_DEBUG_DRIVER is not set | ||
366 | # CONFIG_DEBUG_DEVRES is not set | ||
367 | # CONFIG_SYS_HYPERVISOR is not set | ||
368 | # CONFIG_CONNECTOR is not set | ||
369 | # CONFIG_MTD is not set | ||
370 | # CONFIG_PARPORT is not set | ||
371 | CONFIG_PNP=y | ||
372 | CONFIG_PNP_DEBUG_MESSAGES=y | ||
373 | |||
374 | # | ||
375 | # Protocols | ||
376 | # | ||
377 | CONFIG_PNPACPI=y | ||
378 | CONFIG_BLK_DEV=y | ||
379 | # CONFIG_BLK_CPQ_DA is not set | ||
380 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
381 | # CONFIG_BLK_DEV_DAC960 is not set | ||
382 | # CONFIG_BLK_DEV_UMEM is not set | ||
383 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
384 | CONFIG_BLK_DEV_LOOP=m | ||
385 | CONFIG_BLK_DEV_CRYPTOLOOP=m | 13 | CONFIG_BLK_DEV_CRYPTOLOOP=m |
386 | CONFIG_BLK_DEV_NBD=m | 14 | CONFIG_BLK_DEV_DM=m |
387 | # CONFIG_BLK_DEV_SX8 is not set | ||
388 | # CONFIG_BLK_DEV_UB is not set | ||
389 | CONFIG_BLK_DEV_RAM=y | ||
390 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
391 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
392 | # CONFIG_BLK_DEV_XIP is not set | ||
393 | # CONFIG_CDROM_PKTCDVD is not set | ||
394 | # CONFIG_ATA_OVER_ETH is not set | ||
395 | CONFIG_XEN_BLKDEV_FRONTEND=y | ||
396 | # CONFIG_BLK_DEV_HD is not set | ||
397 | CONFIG_MISC_DEVICES=y | ||
398 | # CONFIG_PHANTOM is not set | ||
399 | # CONFIG_EEPROM_93CX6 is not set | ||
400 | # CONFIG_SGI_IOC4 is not set | ||
401 | # CONFIG_TIFM_CORE is not set | ||
402 | # CONFIG_ICS932S401 is not set | ||
403 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
404 | # CONFIG_HP_ILO is not set | ||
405 | # CONFIG_C2PORT is not set | ||
406 | CONFIG_HAVE_IDE=y | ||
407 | CONFIG_IDE=y | ||
408 | |||
409 | # | ||
410 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | ||
411 | # | ||
412 | CONFIG_IDE_TIMINGS=y | ||
413 | CONFIG_IDE_ATAPI=y | ||
414 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
415 | CONFIG_IDE_GD=y | ||
416 | CONFIG_IDE_GD_ATA=y | ||
417 | # CONFIG_IDE_GD_ATAPI is not set | ||
418 | CONFIG_BLK_DEV_IDECD=y | ||
419 | CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y | ||
420 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
421 | # CONFIG_BLK_DEV_IDEACPI is not set | ||
422 | # CONFIG_IDE_TASK_IOCTL is not set | ||
423 | CONFIG_IDE_PROC_FS=y | ||
424 | |||
425 | # | ||
426 | # IDE chipset support/bugfixes | ||
427 | # | ||
428 | # CONFIG_IDE_GENERIC is not set | ||
429 | # CONFIG_BLK_DEV_PLATFORM is not set | ||
430 | # CONFIG_BLK_DEV_IDEPNP is not set | ||
431 | CONFIG_BLK_DEV_IDEDMA_SFF=y | ||
432 | |||
433 | # | ||
434 | # PCI IDE chipsets support | ||
435 | # | ||
436 | CONFIG_BLK_DEV_IDEPCI=y | ||
437 | CONFIG_IDEPCI_PCIBUS_ORDER=y | ||
438 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
439 | CONFIG_BLK_DEV_GENERIC=y | 15 | CONFIG_BLK_DEV_GENERIC=y |
440 | # CONFIG_BLK_DEV_OPTI621 is not set | 16 | CONFIG_BLK_DEV_IDECD=y |
441 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 17 | CONFIG_BLK_DEV_INITRD=y |
442 | # CONFIG_BLK_DEV_AEC62XX is not set | 18 | CONFIG_BLK_DEV_LOOP=m |
443 | # CONFIG_BLK_DEV_ALI15X3 is not set | 19 | CONFIG_BLK_DEV_MD=m |
444 | # CONFIG_BLK_DEV_AMD74XX is not set | 20 | CONFIG_BLK_DEV_NBD=m |
445 | CONFIG_BLK_DEV_CMD64X=y | ||
446 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
447 | # CONFIG_BLK_DEV_CS5520 is not set | ||
448 | # CONFIG_BLK_DEV_CS5530 is not set | ||
449 | # CONFIG_BLK_DEV_HPT366 is not set | ||
450 | # CONFIG_BLK_DEV_JMICRON is not set | ||
451 | # CONFIG_BLK_DEV_SC1200 is not set | ||
452 | CONFIG_BLK_DEV_PIIX=y | 21 | CONFIG_BLK_DEV_PIIX=y |
453 | # CONFIG_BLK_DEV_IT8172 is not set | 22 | CONFIG_BLK_DEV_RAM=y |
454 | # CONFIG_BLK_DEV_IT8213 is not set | ||
455 | # CONFIG_BLK_DEV_IT821X is not set | ||
456 | # CONFIG_BLK_DEV_NS87415 is not set | ||
457 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
458 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
459 | # CONFIG_BLK_DEV_SVWKS is not set | ||
460 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
461 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
462 | # CONFIG_BLK_DEV_TRM290 is not set | ||
463 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
464 | # CONFIG_BLK_DEV_TC86C001 is not set | ||
465 | CONFIG_BLK_DEV_IDEDMA=y | ||
466 | |||
467 | # | ||
468 | # SCSI device support | ||
469 | # | ||
470 | # CONFIG_RAID_ATTRS is not set | ||
471 | CONFIG_SCSI=y | ||
472 | CONFIG_SCSI_DMA=y | ||
473 | # CONFIG_SCSI_TGT is not set | ||
474 | CONFIG_SCSI_NETLINK=y | ||
475 | CONFIG_SCSI_PROC_FS=y | ||
476 | |||
477 | # | ||
478 | # SCSI support type (disk, tape, CD-ROM) | ||
479 | # | ||
480 | CONFIG_BLK_DEV_SD=y | 23 | CONFIG_BLK_DEV_SD=y |
481 | CONFIG_CHR_DEV_ST=m | ||
482 | # CONFIG_CHR_DEV_OSST is not set | ||
483 | CONFIG_BLK_DEV_SR=m | 24 | CONFIG_BLK_DEV_SR=m |
484 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
485 | CONFIG_CHR_DEV_SG=m | 25 | CONFIG_CHR_DEV_SG=m |
486 | # CONFIG_CHR_DEV_SCH is not set | 26 | CONFIG_CHR_DEV_ST=m |
487 | 27 | CONFIG_CIFS=m | |
488 | # | 28 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |
489 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | 29 | CONFIG_CRYPTO_ECB=m |
490 | # | 30 | CONFIG_CRYPTO_MD5=y |
491 | # CONFIG_SCSI_MULTI_LUN is not set | 31 | CONFIG_CRYPTO_PCBC=m |
492 | # CONFIG_SCSI_CONSTANTS is not set | 32 | CONFIG_DEBUG_KERNEL=y |
493 | # CONFIG_SCSI_LOGGING is not set | 33 | CONFIG_DEBUG_MUTEXES=y |
494 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
495 | CONFIG_SCSI_WAIT_SCAN=m | ||
496 | |||
497 | # | ||
498 | # SCSI Transports | ||
499 | # | ||
500 | CONFIG_SCSI_SPI_ATTRS=y | ||
501 | CONFIG_SCSI_FC_ATTRS=y | ||
502 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
503 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
504 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
505 | CONFIG_SCSI_LOWLEVEL=y | ||
506 | # CONFIG_ISCSI_TCP is not set | ||
507 | # CONFIG_SCSI_CXGB3_ISCSI is not set | ||
508 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
509 | # CONFIG_SCSI_3W_9XXX is not set | ||
510 | # CONFIG_SCSI_ACARD is not set | ||
511 | # CONFIG_SCSI_AACRAID is not set | ||
512 | # CONFIG_SCSI_AIC7XXX is not set | ||
513 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
514 | # CONFIG_SCSI_AIC79XX is not set | ||
515 | # CONFIG_SCSI_AIC94XX is not set | ||
516 | # CONFIG_SCSI_DPT_I2O is not set | ||
517 | # CONFIG_SCSI_ADVANSYS is not set | ||
518 | # CONFIG_SCSI_ARCMSR is not set | ||
519 | # CONFIG_MEGARAID_NEWGEN is not set | ||
520 | # CONFIG_MEGARAID_LEGACY is not set | ||
521 | # CONFIG_MEGARAID_SAS is not set | ||
522 | # CONFIG_SCSI_HPTIOP is not set | ||
523 | # CONFIG_LIBFC is not set | ||
524 | # CONFIG_FCOE is not set | ||
525 | # CONFIG_SCSI_DMX3191D is not set | ||
526 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
527 | # CONFIG_SCSI_IPS is not set | ||
528 | # CONFIG_SCSI_INITIO is not set | ||
529 | # CONFIG_SCSI_INIA100 is not set | ||
530 | # CONFIG_SCSI_MVSAS is not set | ||
531 | # CONFIG_SCSI_STEX is not set | ||
532 | CONFIG_SCSI_SYM53C8XX_2=y | ||
533 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 | ||
534 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | ||
535 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | ||
536 | CONFIG_SCSI_SYM53C8XX_MMIO=y | ||
537 | CONFIG_SCSI_QLOGIC_1280=y | ||
538 | # CONFIG_SCSI_QLA_FC is not set | ||
539 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
540 | # CONFIG_SCSI_LPFC is not set | ||
541 | # CONFIG_SCSI_DC395x is not set | ||
542 | # CONFIG_SCSI_DC390T is not set | ||
543 | # CONFIG_SCSI_DEBUG is not set | ||
544 | # CONFIG_SCSI_SRP is not set | ||
545 | # CONFIG_SCSI_DH is not set | ||
546 | # CONFIG_ATA is not set | ||
547 | CONFIG_MD=y | ||
548 | CONFIG_BLK_DEV_MD=m | ||
549 | CONFIG_MD_LINEAR=m | ||
550 | CONFIG_MD_RAID0=m | ||
551 | CONFIG_MD_RAID1=m | ||
552 | # CONFIG_MD_RAID10 is not set | ||
553 | # CONFIG_MD_RAID456 is not set | ||
554 | CONFIG_MD_MULTIPATH=m | ||
555 | # CONFIG_MD_FAULTY is not set | ||
556 | CONFIG_BLK_DEV_DM=m | ||
557 | # CONFIG_DM_DEBUG is not set | ||
558 | CONFIG_DM_CRYPT=m | 34 | CONFIG_DM_CRYPT=m |
559 | CONFIG_DM_SNAPSHOT=m | ||
560 | CONFIG_DM_MIRROR=m | 35 | CONFIG_DM_MIRROR=m |
36 | CONFIG_DM_SNAPSHOT=m | ||
561 | CONFIG_DM_ZERO=m | 37 | CONFIG_DM_ZERO=m |
562 | # CONFIG_DM_MULTIPATH is not set | ||
563 | # CONFIG_DM_DELAY is not set | ||
564 | # CONFIG_DM_UEVENT is not set | ||
565 | CONFIG_FUSION=y | ||
566 | CONFIG_FUSION_SPI=y | ||
567 | CONFIG_FUSION_FC=y | ||
568 | # CONFIG_FUSION_SAS is not set | ||
569 | CONFIG_FUSION_MAX_SGE=128 | ||
570 | CONFIG_FUSION_CTL=y | ||
571 | # CONFIG_FUSION_LOGGING is not set | ||
572 | |||
573 | # | ||
574 | # IEEE 1394 (FireWire) support | ||
575 | # | ||
576 | |||
577 | # | ||
578 | # Enable only one of the two stacks, unless you know what you are doing | ||
579 | # | ||
580 | # CONFIG_FIREWIRE is not set | ||
581 | # CONFIG_IEEE1394 is not set | ||
582 | # CONFIG_I2O is not set | ||
583 | CONFIG_NETDEVICES=y | ||
584 | CONFIG_DUMMY=m | ||
585 | # CONFIG_BONDING is not set | ||
586 | # CONFIG_MACVLAN is not set | ||
587 | # CONFIG_EQUALIZER is not set | ||
588 | # CONFIG_TUN is not set | ||
589 | # CONFIG_VETH is not set | ||
590 | # CONFIG_NET_SB1000 is not set | ||
591 | # CONFIG_ARCNET is not set | ||
592 | CONFIG_PHYLIB=y | ||
593 | |||
594 | # | ||
595 | # MII PHY device drivers | ||
596 | # | ||
597 | # CONFIG_MARVELL_PHY is not set | ||
598 | # CONFIG_DAVICOM_PHY is not set | ||
599 | # CONFIG_QSEMI_PHY is not set | ||
600 | # CONFIG_LXT_PHY is not set | ||
601 | # CONFIG_CICADA_PHY is not set | ||
602 | # CONFIG_VITESSE_PHY is not set | ||
603 | # CONFIG_SMSC_PHY is not set | ||
604 | # CONFIG_BROADCOM_PHY is not set | ||
605 | # CONFIG_ICPLUS_PHY is not set | ||
606 | # CONFIG_REALTEK_PHY is not set | ||
607 | # CONFIG_NATIONAL_PHY is not set | ||
608 | # CONFIG_STE10XP is not set | ||
609 | # CONFIG_LSI_ET1011C_PHY is not set | ||
610 | # CONFIG_FIXED_PHY is not set | ||
611 | # CONFIG_MDIO_BITBANG is not set | ||
612 | CONFIG_NET_ETHERNET=y | ||
613 | CONFIG_MII=m | ||
614 | # CONFIG_HAPPYMEAL is not set | ||
615 | # CONFIG_SUNGEM is not set | ||
616 | # CONFIG_CASSINI is not set | ||
617 | # CONFIG_NET_VENDOR_3COM is not set | ||
618 | CONFIG_NET_TULIP=y | ||
619 | # CONFIG_DE2104X is not set | ||
620 | CONFIG_TULIP=m | ||
621 | # CONFIG_TULIP_MWI is not set | ||
622 | # CONFIG_TULIP_MMIO is not set | ||
623 | # CONFIG_TULIP_NAPI is not set | ||
624 | # CONFIG_DE4X5 is not set | ||
625 | # CONFIG_WINBOND_840 is not set | ||
626 | # CONFIG_DM9102 is not set | ||
627 | # CONFIG_ULI526X is not set | ||
628 | # CONFIG_HP100 is not set | ||
629 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
630 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
631 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
632 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
633 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
634 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
635 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
636 | CONFIG_NET_PCI=y | ||
637 | # CONFIG_PCNET32 is not set | ||
638 | # CONFIG_AMD8111_ETH is not set | ||
639 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
640 | # CONFIG_B44 is not set | ||
641 | # CONFIG_FORCEDETH is not set | ||
642 | CONFIG_E100=m | ||
643 | # CONFIG_FEALNX is not set | ||
644 | # CONFIG_NATSEMI is not set | ||
645 | # CONFIG_NE2K_PCI is not set | ||
646 | # CONFIG_8139CP is not set | ||
647 | # CONFIG_8139TOO is not set | ||
648 | # CONFIG_R6040 is not set | ||
649 | # CONFIG_SIS900 is not set | ||
650 | # CONFIG_EPIC100 is not set | ||
651 | # CONFIG_SMSC9420 is not set | ||
652 | # CONFIG_SUNDANCE is not set | ||
653 | # CONFIG_TLAN is not set | ||
654 | # CONFIG_VIA_RHINE is not set | ||
655 | # CONFIG_SC92031 is not set | ||
656 | # CONFIG_ATL2 is not set | ||
657 | CONFIG_NETDEV_1000=y | ||
658 | # CONFIG_ACENIC is not set | ||
659 | # CONFIG_DL2K is not set | ||
660 | CONFIG_E1000=y | ||
661 | # CONFIG_E1000E is not set | ||
662 | # CONFIG_IP1000 is not set | ||
663 | # CONFIG_IGB is not set | ||
664 | # CONFIG_NS83820 is not set | ||
665 | # CONFIG_HAMACHI is not set | ||
666 | # CONFIG_YELLOWFIN is not set | ||
667 | # CONFIG_R8169 is not set | ||
668 | # CONFIG_SIS190 is not set | ||
669 | # CONFIG_SKGE is not set | ||
670 | # CONFIG_SKY2 is not set | ||
671 | # CONFIG_VIA_VELOCITY is not set | ||
672 | CONFIG_TIGON3=y | ||
673 | # CONFIG_BNX2 is not set | ||
674 | # CONFIG_QLA3XXX is not set | ||
675 | # CONFIG_ATL1 is not set | ||
676 | # CONFIG_ATL1E is not set | ||
677 | # CONFIG_JME is not set | ||
678 | CONFIG_NETDEV_10000=y | ||
679 | # CONFIG_CHELSIO_T1 is not set | ||
680 | CONFIG_CHELSIO_T3_DEPENDS=y | ||
681 | # CONFIG_CHELSIO_T3 is not set | ||
682 | # CONFIG_ENIC is not set | ||
683 | # CONFIG_IXGBE is not set | ||
684 | # CONFIG_IXGB is not set | ||
685 | # CONFIG_S2IO is not set | ||
686 | # CONFIG_MYRI10GE is not set | ||
687 | # CONFIG_NETXEN_NIC is not set | ||
688 | # CONFIG_NIU is not set | ||
689 | # CONFIG_MLX4_EN is not set | ||
690 | # CONFIG_MLX4_CORE is not set | ||
691 | # CONFIG_TEHUTI is not set | ||
692 | # CONFIG_BNX2X is not set | ||
693 | # CONFIG_QLGE is not set | ||
694 | # CONFIG_SFC is not set | ||
695 | # CONFIG_TR is not set | ||
696 | |||
697 | # | ||
698 | # Wireless LAN | ||
699 | # | ||
700 | # CONFIG_WLAN_PRE80211 is not set | ||
701 | # CONFIG_WLAN_80211 is not set | ||
702 | # CONFIG_IWLWIFI_LEDS is not set | ||
703 | |||
704 | # | ||
705 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
706 | # | ||
707 | |||
708 | # | ||
709 | # USB Network Adapters | ||
710 | # | ||
711 | # CONFIG_USB_CATC is not set | ||
712 | # CONFIG_USB_KAWETH is not set | ||
713 | # CONFIG_USB_PEGASUS is not set | ||
714 | # CONFIG_USB_RTL8150 is not set | ||
715 | # CONFIG_USB_USBNET is not set | ||
716 | # CONFIG_WAN is not set | ||
717 | CONFIG_XEN_NETDEV_FRONTEND=y | ||
718 | # CONFIG_FDDI is not set | ||
719 | # CONFIG_HIPPI is not set | ||
720 | # CONFIG_PPP is not set | ||
721 | # CONFIG_SLIP is not set | ||
722 | # CONFIG_NET_FC is not set | ||
723 | CONFIG_NETCONSOLE=y | ||
724 | # CONFIG_NETCONSOLE_DYNAMIC is not set | ||
725 | CONFIG_NETPOLL=y | ||
726 | # CONFIG_NETPOLL_TRAP is not set | ||
727 | CONFIG_NET_POLL_CONTROLLER=y | ||
728 | # CONFIG_ISDN is not set | ||
729 | # CONFIG_PHONE is not set | ||
730 | |||
731 | # | ||
732 | # Input device support | ||
733 | # | ||
734 | CONFIG_INPUT=y | ||
735 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
736 | # CONFIG_INPUT_POLLDEV is not set | ||
737 | |||
738 | # | ||
739 | # Userland interfaces | ||
740 | # | ||
741 | CONFIG_INPUT_MOUSEDEV=y | ||
742 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
743 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
744 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
745 | # CONFIG_INPUT_JOYDEV is not set | ||
746 | # CONFIG_INPUT_EVDEV is not set | ||
747 | # CONFIG_INPUT_EVBUG is not set | ||
748 | |||
749 | # | ||
750 | # Input Device Drivers | ||
751 | # | ||
752 | CONFIG_INPUT_KEYBOARD=y | ||
753 | CONFIG_KEYBOARD_ATKBD=y | ||
754 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
755 | # CONFIG_KEYBOARD_LKKBD is not set | ||
756 | # CONFIG_KEYBOARD_XTKBD is not set | ||
757 | # CONFIG_KEYBOARD_NEWTON is not set | ||
758 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
759 | CONFIG_INPUT_MOUSE=y | ||
760 | CONFIG_MOUSE_PS2=y | ||
761 | CONFIG_MOUSE_PS2_ALPS=y | ||
762 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | ||
763 | CONFIG_MOUSE_PS2_SYNAPTICS=y | ||
764 | CONFIG_MOUSE_PS2_LIFEBOOK=y | ||
765 | CONFIG_MOUSE_PS2_TRACKPOINT=y | ||
766 | # CONFIG_MOUSE_PS2_ELANTECH is not set | ||
767 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | ||
768 | # CONFIG_MOUSE_SERIAL is not set | ||
769 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
770 | # CONFIG_MOUSE_BCM5974 is not set | ||
771 | # CONFIG_MOUSE_VSXXXAA is not set | ||
772 | # CONFIG_INPUT_JOYSTICK is not set | ||
773 | # CONFIG_INPUT_TABLET is not set | ||
774 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
775 | # CONFIG_INPUT_MISC is not set | ||
776 | |||
777 | # | ||
778 | # Hardware I/O ports | ||
779 | # | ||
780 | CONFIG_SERIO=y | ||
781 | CONFIG_SERIO_I8042=y | ||
782 | # CONFIG_SERIO_SERPORT is not set | ||
783 | # CONFIG_SERIO_PCIPS2 is not set | ||
784 | CONFIG_SERIO_LIBPS2=y | ||
785 | # CONFIG_SERIO_RAW is not set | ||
786 | CONFIG_GAMEPORT=m | ||
787 | # CONFIG_GAMEPORT_NS558 is not set | ||
788 | # CONFIG_GAMEPORT_L4 is not set | ||
789 | # CONFIG_GAMEPORT_EMU10K1 is not set | ||
790 | # CONFIG_GAMEPORT_FM801 is not set | ||
791 | |||
792 | # | ||
793 | # Character devices | ||
794 | # | ||
795 | CONFIG_VT=y | ||
796 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
797 | CONFIG_VT_CONSOLE=y | ||
798 | CONFIG_HW_CONSOLE=y | ||
799 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
800 | CONFIG_DEVKMEM=y | ||
801 | CONFIG_SERIAL_NONSTANDARD=y | ||
802 | # CONFIG_COMPUTONE is not set | ||
803 | # CONFIG_ROCKETPORT is not set | ||
804 | # CONFIG_CYCLADES is not set | ||
805 | # CONFIG_DIGIEPCA is not set | ||
806 | # CONFIG_MOXA_INTELLIO is not set | ||
807 | # CONFIG_MOXA_SMARTIO is not set | ||
808 | # CONFIG_ISI is not set | ||
809 | # CONFIG_SYNCLINKMP is not set | ||
810 | # CONFIG_SYNCLINK_GT is not set | ||
811 | # CONFIG_N_HDLC is not set | ||
812 | # CONFIG_RISCOM8 is not set | ||
813 | # CONFIG_SPECIALIX is not set | ||
814 | # CONFIG_SX is not set | ||
815 | # CONFIG_RIO is not set | ||
816 | # CONFIG_STALDRV is not set | ||
817 | # CONFIG_NOZOMI is not set | ||
818 | |||
819 | # | ||
820 | # Serial drivers | ||
821 | # | ||
822 | CONFIG_SERIAL_8250=y | ||
823 | CONFIG_SERIAL_8250_CONSOLE=y | ||
824 | CONFIG_SERIAL_8250_PCI=y | ||
825 | CONFIG_SERIAL_8250_PNP=y | ||
826 | CONFIG_SERIAL_8250_NR_UARTS=6 | ||
827 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
828 | CONFIG_SERIAL_8250_EXTENDED=y | ||
829 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
830 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | ||
831 | # CONFIG_SERIAL_8250_RSA is not set | ||
832 | |||
833 | # | ||
834 | # Non-8250 serial port support | ||
835 | # | ||
836 | CONFIG_SERIAL_CORE=y | ||
837 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
838 | # CONFIG_SERIAL_JSM is not set | ||
839 | CONFIG_UNIX98_PTYS=y | ||
840 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
841 | CONFIG_LEGACY_PTYS=y | ||
842 | CONFIG_LEGACY_PTY_COUNT=256 | ||
843 | CONFIG_HVC_DRIVER=y | ||
844 | CONFIG_HVC_IRQ=y | ||
845 | CONFIG_HVC_XEN=y | ||
846 | # CONFIG_IPMI_HANDLER is not set | ||
847 | # CONFIG_HW_RANDOM is not set | ||
848 | CONFIG_EFI_RTC=y | ||
849 | # CONFIG_R3964 is not set | ||
850 | # CONFIG_APPLICOM is not set | ||
851 | CONFIG_RAW_DRIVER=m | ||
852 | CONFIG_MAX_RAW_DEVS=256 | ||
853 | CONFIG_HPET=y | ||
854 | CONFIG_HPET_MMAP=y | ||
855 | # CONFIG_HANGCHECK_TIMER is not set | ||
856 | # CONFIG_TCG_TPM is not set | ||
857 | CONFIG_DEVPORT=y | ||
858 | CONFIG_I2C=m | ||
859 | CONFIG_I2C_BOARDINFO=y | ||
860 | # CONFIG_I2C_CHARDEV is not set | ||
861 | CONFIG_I2C_HELPER_AUTO=y | ||
862 | CONFIG_I2C_ALGOBIT=m | ||
863 | |||
864 | # | ||
865 | # I2C Hardware Bus support | ||
866 | # | ||
867 | |||
868 | # | ||
869 | # PC SMBus host controller drivers | ||
870 | # | ||
871 | # CONFIG_I2C_ALI1535 is not set | ||
872 | # CONFIG_I2C_ALI1563 is not set | ||
873 | # CONFIG_I2C_ALI15X3 is not set | ||
874 | # CONFIG_I2C_AMD756 is not set | ||
875 | # CONFIG_I2C_AMD8111 is not set | ||
876 | # CONFIG_I2C_I801 is not set | ||
877 | # CONFIG_I2C_ISCH is not set | ||
878 | # CONFIG_I2C_PIIX4 is not set | ||
879 | # CONFIG_I2C_NFORCE2 is not set | ||
880 | # CONFIG_I2C_SIS5595 is not set | ||
881 | # CONFIG_I2C_SIS630 is not set | ||
882 | # CONFIG_I2C_SIS96X is not set | ||
883 | # CONFIG_I2C_VIA is not set | ||
884 | # CONFIG_I2C_VIAPRO is not set | ||
885 | |||
886 | # | ||
887 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
888 | # | ||
889 | # CONFIG_I2C_OCORES is not set | ||
890 | # CONFIG_I2C_SIMTEC is not set | ||
891 | |||
892 | # | ||
893 | # External I2C/SMBus adapter drivers | ||
894 | # | ||
895 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
896 | # CONFIG_I2C_TAOS_EVM is not set | ||
897 | # CONFIG_I2C_TINY_USB is not set | ||
898 | |||
899 | # | ||
900 | # Graphics adapter I2C/DDC channel drivers | ||
901 | # | ||
902 | # CONFIG_I2C_VOODOO3 is not set | ||
903 | |||
904 | # | ||
905 | # Other I2C/SMBus bus drivers | ||
906 | # | ||
907 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
908 | # CONFIG_I2C_STUB is not set | ||
909 | |||
910 | # | ||
911 | # Miscellaneous I2C Chip support | ||
912 | # | ||
913 | # CONFIG_DS1682 is not set | ||
914 | # CONFIG_AT24 is not set | ||
915 | # CONFIG_SENSORS_EEPROM is not set | ||
916 | # CONFIG_SENSORS_PCF8574 is not set | ||
917 | # CONFIG_PCF8575 is not set | ||
918 | # CONFIG_SENSORS_PCA9539 is not set | ||
919 | # CONFIG_SENSORS_PCF8591 is not set | ||
920 | # CONFIG_SENSORS_MAX6875 is not set | ||
921 | # CONFIG_SENSORS_TSL2550 is not set | ||
922 | # CONFIG_I2C_DEBUG_CORE is not set | ||
923 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
924 | # CONFIG_I2C_DEBUG_BUS is not set | ||
925 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
926 | # CONFIG_SPI is not set | ||
927 | # CONFIG_W1 is not set | ||
928 | CONFIG_POWER_SUPPLY=y | ||
929 | # CONFIG_POWER_SUPPLY_DEBUG is not set | ||
930 | # CONFIG_PDA_POWER is not set | ||
931 | # CONFIG_BATTERY_DS2760 is not set | ||
932 | # CONFIG_BATTERY_BQ27x00 is not set | ||
933 | CONFIG_HWMON=y | ||
934 | # CONFIG_HWMON_VID is not set | ||
935 | # CONFIG_SENSORS_AD7414 is not set | ||
936 | # CONFIG_SENSORS_AD7418 is not set | ||
937 | # CONFIG_SENSORS_ADM1021 is not set | ||
938 | # CONFIG_SENSORS_ADM1025 is not set | ||
939 | # CONFIG_SENSORS_ADM1026 is not set | ||
940 | # CONFIG_SENSORS_ADM1029 is not set | ||
941 | # CONFIG_SENSORS_ADM1031 is not set | ||
942 | # CONFIG_SENSORS_ADM9240 is not set | ||
943 | # CONFIG_SENSORS_ADT7462 is not set | ||
944 | # CONFIG_SENSORS_ADT7470 is not set | ||
945 | # CONFIG_SENSORS_ADT7473 is not set | ||
946 | # CONFIG_SENSORS_ATXP1 is not set | ||
947 | # CONFIG_SENSORS_DS1621 is not set | ||
948 | # CONFIG_SENSORS_I5K_AMB is not set | ||
949 | # CONFIG_SENSORS_F71805F is not set | ||
950 | # CONFIG_SENSORS_F71882FG is not set | ||
951 | # CONFIG_SENSORS_F75375S is not set | ||
952 | # CONFIG_SENSORS_GL518SM is not set | ||
953 | # CONFIG_SENSORS_GL520SM is not set | ||
954 | # CONFIG_SENSORS_IT87 is not set | ||
955 | # CONFIG_SENSORS_LM63 is not set | ||
956 | # CONFIG_SENSORS_LM75 is not set | ||
957 | # CONFIG_SENSORS_LM77 is not set | ||
958 | # CONFIG_SENSORS_LM78 is not set | ||
959 | # CONFIG_SENSORS_LM80 is not set | ||
960 | # CONFIG_SENSORS_LM83 is not set | ||
961 | # CONFIG_SENSORS_LM85 is not set | ||
962 | # CONFIG_SENSORS_LM87 is not set | ||
963 | # CONFIG_SENSORS_LM90 is not set | ||
964 | # CONFIG_SENSORS_LM92 is not set | ||
965 | # CONFIG_SENSORS_LM93 is not set | ||
966 | # CONFIG_SENSORS_LTC4245 is not set | ||
967 | # CONFIG_SENSORS_MAX1619 is not set | ||
968 | # CONFIG_SENSORS_MAX6650 is not set | ||
969 | # CONFIG_SENSORS_PC87360 is not set | ||
970 | # CONFIG_SENSORS_PC87427 is not set | ||
971 | # CONFIG_SENSORS_SIS5595 is not set | ||
972 | # CONFIG_SENSORS_DME1737 is not set | ||
973 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
974 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
975 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
976 | # CONFIG_SENSORS_ADS7828 is not set | ||
977 | # CONFIG_SENSORS_THMC50 is not set | ||
978 | # CONFIG_SENSORS_VIA686A is not set | ||
979 | # CONFIG_SENSORS_VT1211 is not set | ||
980 | # CONFIG_SENSORS_VT8231 is not set | ||
981 | # CONFIG_SENSORS_W83781D is not set | ||
982 | # CONFIG_SENSORS_W83791D is not set | ||
983 | # CONFIG_SENSORS_W83792D is not set | ||
984 | # CONFIG_SENSORS_W83793 is not set | ||
985 | # CONFIG_SENSORS_W83L785TS is not set | ||
986 | # CONFIG_SENSORS_W83L786NG is not set | ||
987 | # CONFIG_SENSORS_W83627HF is not set | ||
988 | # CONFIG_SENSORS_W83627EHF is not set | ||
989 | # CONFIG_SENSORS_LIS3LV02D is not set | ||
990 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
991 | CONFIG_THERMAL=m | ||
992 | # CONFIG_THERMAL_HWMON is not set | ||
993 | # CONFIG_WATCHDOG is not set | ||
994 | CONFIG_SSB_POSSIBLE=y | ||
995 | |||
996 | # | ||
997 | # Sonics Silicon Backplane | ||
998 | # | ||
999 | # CONFIG_SSB is not set | ||
1000 | |||
1001 | # | ||
1002 | # Multifunction device drivers | ||
1003 | # | ||
1004 | # CONFIG_MFD_CORE is not set | ||
1005 | # CONFIG_MFD_SM501 is not set | ||
1006 | # CONFIG_HTC_PASIC3 is not set | ||
1007 | # CONFIG_MFD_TMIO is not set | ||
1008 | # CONFIG_MFD_WM8400 is not set | ||
1009 | # CONFIG_MFD_WM8350_I2C is not set | ||
1010 | # CONFIG_MFD_PCF50633 is not set | ||
1011 | # CONFIG_REGULATOR is not set | ||
1012 | |||
1013 | # | ||
1014 | # Multimedia devices | ||
1015 | # | ||
1016 | |||
1017 | # | ||
1018 | # Multimedia core support | ||
1019 | # | ||
1020 | # CONFIG_VIDEO_DEV is not set | ||
1021 | # CONFIG_DVB_CORE is not set | ||
1022 | # CONFIG_VIDEO_MEDIA is not set | ||
1023 | |||
1024 | # | ||
1025 | # Multimedia drivers | ||
1026 | # | ||
1027 | CONFIG_DAB=y | ||
1028 | # CONFIG_USB_DABUSB is not set | ||
1029 | |||
1030 | # | ||
1031 | # Graphics support | ||
1032 | # | ||
1033 | CONFIG_AGP=m | ||
1034 | CONFIG_DRM=m | 38 | CONFIG_DRM=m |
1035 | CONFIG_DRM_TDFX=m | 39 | CONFIG_DRM_MGA=m |
1036 | CONFIG_DRM_R128=m | 40 | CONFIG_DRM_R128=m |
1037 | CONFIG_DRM_RADEON=m | 41 | CONFIG_DRM_RADEON=m |
1038 | CONFIG_DRM_MGA=m | ||
1039 | CONFIG_DRM_SIS=m | 42 | CONFIG_DRM_SIS=m |
1040 | # CONFIG_DRM_VIA is not set | 43 | CONFIG_DRM_TDFX=m |
1041 | # CONFIG_DRM_SAVAGE is not set | 44 | CONFIG_DUMMY=m |
1042 | # CONFIG_VGASTATE is not set | 45 | CONFIG_E1000=y |
1043 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | 46 | CONFIG_E100=m |
1044 | # CONFIG_FB is not set | 47 | CONFIG_EFI_PARTITION=y |
1045 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 48 | CONFIG_EFI_RTC=y |
1046 | 49 | CONFIG_EFI_VARS=y | |
1047 | # | 50 | CONFIG_EXPERIMENTAL=y |
1048 | # Display device support | 51 | CONFIG_EXT2_FS_POSIX_ACL=y |
1049 | # | 52 | CONFIG_EXT2_FS_SECURITY=y |
1050 | # CONFIG_DISPLAY_SUPPORT is not set | 53 | CONFIG_EXT2_FS_XATTR=y |
1051 | 54 | CONFIG_EXT2_FS=y | |
1052 | # | 55 | CONFIG_EXT3_FS_POSIX_ACL=y |
1053 | # Console display driver support | 56 | CONFIG_EXT3_FS_SECURITY=y |
1054 | # | 57 | CONFIG_EXT3_FS=y |
1055 | CONFIG_VGA_CONSOLE=y | 58 | CONFIG_FORCE_CPEI_RETARGET=y |
1056 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 59 | CONFIG_FUSION_CTL=y |
1057 | CONFIG_DUMMY_CONSOLE=y | 60 | CONFIG_FUSION_FC=y |
1058 | # CONFIG_SOUND is not set | 61 | CONFIG_FUSION_SPI=y |
1059 | CONFIG_HID_SUPPORT=y | 62 | CONFIG_FUSION=y |
1060 | CONFIG_HID=y | 63 | CONFIG_GAMEPORT=m |
1061 | # CONFIG_HID_DEBUG is not set | ||
1062 | # CONFIG_HIDRAW is not set | ||
1063 | |||
1064 | # | ||
1065 | # USB Input Devices | ||
1066 | # | ||
1067 | CONFIG_USB_HID=y | ||
1068 | # CONFIG_HID_PID is not set | ||
1069 | # CONFIG_USB_HIDDEV is not set | ||
1070 | |||
1071 | # | ||
1072 | # Special HID drivers | ||
1073 | # | ||
1074 | CONFIG_HID_COMPAT=y | ||
1075 | CONFIG_HID_A4TECH=y | ||
1076 | CONFIG_HID_APPLE=y | ||
1077 | CONFIG_HID_BELKIN=y | ||
1078 | CONFIG_HID_CHERRY=y | ||
1079 | CONFIG_HID_CHICONY=y | ||
1080 | CONFIG_HID_CYPRESS=y | ||
1081 | CONFIG_HID_EZKEY=y | ||
1082 | CONFIG_HID_GYRATION=y | 64 | CONFIG_HID_GYRATION=y |
1083 | CONFIG_HID_LOGITECH=y | ||
1084 | # CONFIG_LOGITECH_FF is not set | ||
1085 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | ||
1086 | CONFIG_HID_MICROSOFT=y | ||
1087 | CONFIG_HID_MONTEREY=y | ||
1088 | CONFIG_HID_NTRIG=y | 65 | CONFIG_HID_NTRIG=y |
1089 | CONFIG_HID_PANTHERLORD=y | 66 | CONFIG_HID_PANTHERLORD=y |
1090 | # CONFIG_PANTHERLORD_FF is not set | ||
1091 | CONFIG_HID_PETALYNX=y | 67 | CONFIG_HID_PETALYNX=y |
1092 | CONFIG_HID_SAMSUNG=y | 68 | CONFIG_HID_SAMSUNG=y |
1093 | CONFIG_HID_SONY=y | 69 | CONFIG_HID_SONY=y |
1094 | CONFIG_HID_SUNPLUS=y | 70 | CONFIG_HID_SUNPLUS=y |
1095 | # CONFIG_GREENASIA_FF is not set | ||
1096 | CONFIG_HID_TOPSEED=y | 71 | CONFIG_HID_TOPSEED=y |
1097 | # CONFIG_THRUSTMASTER_FF is not set | 72 | CONFIG_HOTPLUG_CPU=y |
1098 | # CONFIG_ZEROPLUS_FF is not set | 73 | CONFIG_HOTPLUG_PCI_ACPI=m |
1099 | CONFIG_USB_SUPPORT=y | 74 | CONFIG_HOTPLUG_PCI=m |
1100 | CONFIG_USB_ARCH_HAS_HCD=y | 75 | CONFIG_HPET=y |
1101 | CONFIG_USB_ARCH_HAS_OHCI=y | 76 | CONFIG_HUGETLBFS=y |
1102 | CONFIG_USB_ARCH_HAS_EHCI=y | 77 | # CONFIG_HW_RANDOM is not set |
1103 | CONFIG_USB=y | 78 | CONFIG_IA64_CYCLONE=y |
1104 | # CONFIG_USB_DEBUG is not set | 79 | CONFIG_IA64_GRANULE_16MB=y |
1105 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | 80 | CONFIG_IA64_MCA_RECOVERY=y |
1106 | 81 | CONFIG_IA64_PALINFO=y | |
1107 | # | 82 | CONFIG_IA64_XEN_GUEST=y |
1108 | # Miscellaneous USB options | 83 | CONFIG_IDE=y |
1109 | # | 84 | CONFIG_IKCONFIG_PROC=y |
1110 | CONFIG_USB_DEVICEFS=y | 85 | CONFIG_IKCONFIG=y |
1111 | CONFIG_USB_DEVICE_CLASS=y | 86 | # CONFIG_INET_LRO is not set |
1112 | # CONFIG_USB_DYNAMIC_MINORS is not set | 87 | CONFIG_INET=y |
1113 | # CONFIG_USB_SUSPEND is not set | ||
1114 | # CONFIG_USB_OTG is not set | ||
1115 | # CONFIG_USB_MON is not set | ||
1116 | # CONFIG_USB_WUSB is not set | ||
1117 | # CONFIG_USB_WUSB_CBAF is not set | ||
1118 | |||
1119 | # | ||
1120 | # USB Host Controller Drivers | ||
1121 | # | ||
1122 | # CONFIG_USB_C67X00_HCD is not set | ||
1123 | CONFIG_USB_EHCI_HCD=m | ||
1124 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
1125 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
1126 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1127 | # CONFIG_USB_ISP116X_HCD is not set | ||
1128 | # CONFIG_USB_ISP1760_HCD is not set | ||
1129 | CONFIG_USB_OHCI_HCD=m | ||
1130 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
1131 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
1132 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
1133 | CONFIG_USB_UHCI_HCD=y | ||
1134 | # CONFIG_USB_SL811_HCD is not set | ||
1135 | # CONFIG_USB_R8A66597_HCD is not set | ||
1136 | # CONFIG_USB_WHCI_HCD is not set | ||
1137 | # CONFIG_USB_HWA_HCD is not set | ||
1138 | |||
1139 | # | ||
1140 | # USB Device Class drivers | ||
1141 | # | ||
1142 | # CONFIG_USB_ACM is not set | ||
1143 | # CONFIG_USB_PRINTER is not set | ||
1144 | # CONFIG_USB_WDM is not set | ||
1145 | # CONFIG_USB_TMC is not set | ||
1146 | |||
1147 | # | ||
1148 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | ||
1149 | # | ||
1150 | |||
1151 | # | ||
1152 | # see USB_STORAGE Help for more information | ||
1153 | # | ||
1154 | CONFIG_USB_STORAGE=m | ||
1155 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1156 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1157 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1158 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1159 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1160 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1161 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1162 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1163 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1164 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1165 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1166 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1167 | # CONFIG_USB_LIBUSUAL is not set | ||
1168 | |||
1169 | # | ||
1170 | # USB Imaging devices | ||
1171 | # | ||
1172 | # CONFIG_USB_MDC800 is not set | ||
1173 | # CONFIG_USB_MICROTEK is not set | ||
1174 | |||
1175 | # | ||
1176 | # USB port drivers | ||
1177 | # | ||
1178 | # CONFIG_USB_SERIAL is not set | ||
1179 | |||
1180 | # | ||
1181 | # USB Miscellaneous drivers | ||
1182 | # | ||
1183 | # CONFIG_USB_EMI62 is not set | ||
1184 | # CONFIG_USB_EMI26 is not set | ||
1185 | # CONFIG_USB_ADUTUX is not set | ||
1186 | # CONFIG_USB_SEVSEG is not set | ||
1187 | # CONFIG_USB_RIO500 is not set | ||
1188 | # CONFIG_USB_LEGOTOWER is not set | ||
1189 | # CONFIG_USB_LCD is not set | ||
1190 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1191 | # CONFIG_USB_LED is not set | ||
1192 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1193 | # CONFIG_USB_CYTHERM is not set | ||
1194 | # CONFIG_USB_PHIDGET is not set | ||
1195 | # CONFIG_USB_IDMOUSE is not set | ||
1196 | # CONFIG_USB_FTDI_ELAN is not set | ||
1197 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1198 | # CONFIG_USB_SISUSBVGA is not set | ||
1199 | # CONFIG_USB_LD is not set | ||
1200 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1201 | # CONFIG_USB_IOWARRIOR is not set | ||
1202 | # CONFIG_USB_TEST is not set | ||
1203 | # CONFIG_USB_ISIGHTFW is not set | ||
1204 | # CONFIG_USB_VST is not set | ||
1205 | # CONFIG_USB_GADGET is not set | ||
1206 | |||
1207 | # | ||
1208 | # OTG and related infrastructure | ||
1209 | # | ||
1210 | # CONFIG_UWB is not set | ||
1211 | # CONFIG_MMC is not set | ||
1212 | # CONFIG_MEMSTICK is not set | ||
1213 | # CONFIG_NEW_LEDS is not set | ||
1214 | # CONFIG_ACCESSIBILITY is not set | ||
1215 | # CONFIG_INFINIBAND is not set | ||
1216 | # CONFIG_RTC_CLASS is not set | ||
1217 | # CONFIG_DMADEVICES is not set | ||
1218 | # CONFIG_UIO is not set | ||
1219 | CONFIG_XEN_BALLOON=y | ||
1220 | CONFIG_XEN_SCRUB_PAGES=y | ||
1221 | CONFIG_XENFS=y | ||
1222 | CONFIG_XEN_COMPAT_XENFS=y | ||
1223 | # CONFIG_STAGING is not set | ||
1224 | # CONFIG_MSPEC is not set | ||
1225 | |||
1226 | # | ||
1227 | # File systems | ||
1228 | # | ||
1229 | CONFIG_EXT2_FS=y | ||
1230 | CONFIG_EXT2_FS_XATTR=y | ||
1231 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
1232 | CONFIG_EXT2_FS_SECURITY=y | ||
1233 | # CONFIG_EXT2_FS_XIP is not set | ||
1234 | CONFIG_EXT3_FS=y | ||
1235 | CONFIG_EXT3_FS_XATTR=y | ||
1236 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
1237 | CONFIG_EXT3_FS_SECURITY=y | ||
1238 | # CONFIG_EXT4_FS is not set | ||
1239 | CONFIG_JBD=y | ||
1240 | CONFIG_FS_MBCACHE=y | ||
1241 | CONFIG_REISERFS_FS=y | ||
1242 | # CONFIG_REISERFS_CHECK is not set | ||
1243 | # CONFIG_REISERFS_PROC_INFO is not set | ||
1244 | CONFIG_REISERFS_FS_XATTR=y | ||
1245 | CONFIG_REISERFS_FS_POSIX_ACL=y | ||
1246 | CONFIG_REISERFS_FS_SECURITY=y | ||
1247 | # CONFIG_JFS_FS is not set | ||
1248 | CONFIG_FS_POSIX_ACL=y | ||
1249 | CONFIG_FILE_LOCKING=y | ||
1250 | CONFIG_XFS_FS=y | ||
1251 | # CONFIG_XFS_QUOTA is not set | ||
1252 | # CONFIG_XFS_POSIX_ACL is not set | ||
1253 | # CONFIG_XFS_RT is not set | ||
1254 | # CONFIG_XFS_DEBUG is not set | ||
1255 | # CONFIG_GFS2_FS is not set | ||
1256 | # CONFIG_OCFS2_FS is not set | ||
1257 | # CONFIG_BTRFS_FS is not set | ||
1258 | CONFIG_DNOTIFY=y | ||
1259 | CONFIG_INOTIFY=y | 88 | CONFIG_INOTIFY=y |
1260 | CONFIG_INOTIFY_USER=y | 89 | CONFIG_IP_MULTICAST=y |
1261 | # CONFIG_QUOTA is not set | 90 | # CONFIG_IPV6 is not set |
1262 | CONFIG_AUTOFS_FS=y | ||
1263 | CONFIG_AUTOFS4_FS=y | ||
1264 | # CONFIG_FUSE_FS is not set | ||
1265 | |||
1266 | # | ||
1267 | # CD-ROM/DVD Filesystems | ||
1268 | # | ||
1269 | CONFIG_ISO9660_FS=m | 91 | CONFIG_ISO9660_FS=m |
1270 | CONFIG_JOLIET=y | 92 | CONFIG_JOLIET=y |
1271 | # CONFIG_ZISOFS is not set | 93 | CONFIG_KALLSYMS_ALL=y |
1272 | CONFIG_UDF_FS=m | 94 | CONFIG_KEXEC=y |
1273 | CONFIG_UDF_NLS=y | 95 | CONFIG_LOG_BUF_SHIFT=20 |
1274 | 96 | CONFIG_MAGIC_SYSRQ=y | |
1275 | # | 97 | CONFIG_MCKINLEY=y |
1276 | # DOS/FAT/NT Filesystems | 98 | CONFIG_MD_LINEAR=m |
1277 | # | 99 | CONFIG_MD_MULTIPATH=m |
1278 | CONFIG_FAT_FS=y | 100 | CONFIG_MD_RAID0=m |
1279 | # CONFIG_MSDOS_FS is not set | 101 | CONFIG_MD_RAID1=m |
1280 | CONFIG_VFAT_FS=y | 102 | CONFIG_MD=y |
1281 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | 103 | CONFIG_MODULE_SRCVERSION_ALL=y |
1282 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | 104 | CONFIG_MODULES=y |
1283 | CONFIG_NTFS_FS=m | 105 | CONFIG_MODULE_UNLOAD=y |
1284 | # CONFIG_NTFS_DEBUG is not set | 106 | CONFIG_MODVERSIONS=y |
1285 | # CONFIG_NTFS_RW is not set | 107 | CONFIG_NETCONSOLE=y |
1286 | 108 | CONFIG_NETDEVICES=y | |
1287 | # | 109 | CONFIG_NET_ETHERNET=y |
1288 | # Pseudo filesystems | 110 | CONFIG_NET_PCI=y |
1289 | # | 111 | CONFIG_NET_TULIP=y |
1290 | CONFIG_PROC_FS=y | 112 | CONFIG_NFSD=m |
1291 | CONFIG_PROC_KCORE=y | 113 | CONFIG_NFSD_V4=y |
1292 | CONFIG_PROC_SYSCTL=y | ||
1293 | CONFIG_PROC_PAGE_MONITOR=y | ||
1294 | CONFIG_SYSFS=y | ||
1295 | CONFIG_TMPFS=y | ||
1296 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1297 | CONFIG_HUGETLBFS=y | ||
1298 | CONFIG_HUGETLB_PAGE=y | ||
1299 | # CONFIG_CONFIGFS_FS is not set | ||
1300 | CONFIG_MISC_FILESYSTEMS=y | ||
1301 | # CONFIG_ADFS_FS is not set | ||
1302 | # CONFIG_AFFS_FS is not set | ||
1303 | # CONFIG_HFS_FS is not set | ||
1304 | # CONFIG_HFSPLUS_FS is not set | ||
1305 | # CONFIG_BEFS_FS is not set | ||
1306 | # CONFIG_BFS_FS is not set | ||
1307 | # CONFIG_EFS_FS is not set | ||
1308 | # CONFIG_CRAMFS is not set | ||
1309 | # CONFIG_SQUASHFS is not set | ||
1310 | # CONFIG_VXFS_FS is not set | ||
1311 | # CONFIG_MINIX_FS is not set | ||
1312 | # CONFIG_OMFS_FS is not set | ||
1313 | # CONFIG_HPFS_FS is not set | ||
1314 | # CONFIG_QNX4FS_FS is not set | ||
1315 | # CONFIG_ROMFS_FS is not set | ||
1316 | # CONFIG_SYSV_FS is not set | ||
1317 | # CONFIG_UFS_FS is not set | ||
1318 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1319 | CONFIG_NFS_FS=m | 114 | CONFIG_NFS_FS=m |
1320 | CONFIG_NFS_V3=y | 115 | CONFIG_NFS_V3=y |
1321 | # CONFIG_NFS_V3_ACL is not set | ||
1322 | CONFIG_NFS_V4=y | 116 | CONFIG_NFS_V4=y |
1323 | CONFIG_NFSD=m | 117 | CONFIG_NLS_CODEPAGE_1250=m |
1324 | CONFIG_NFSD_V3=y | 118 | CONFIG_NLS_CODEPAGE_1251=m |
1325 | # CONFIG_NFSD_V3_ACL is not set | ||
1326 | CONFIG_NFSD_V4=y | ||
1327 | CONFIG_LOCKD=m | ||
1328 | CONFIG_LOCKD_V4=y | ||
1329 | CONFIG_EXPORTFS=m | ||
1330 | CONFIG_NFS_COMMON=y | ||
1331 | CONFIG_SUNRPC=m | ||
1332 | CONFIG_SUNRPC_GSS=m | ||
1333 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
1334 | CONFIG_RPCSEC_GSS_KRB5=m | ||
1335 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1336 | CONFIG_SMB_FS=m | ||
1337 | CONFIG_SMB_NLS_DEFAULT=y | ||
1338 | CONFIG_SMB_NLS_REMOTE="cp437" | ||
1339 | CONFIG_CIFS=m | ||
1340 | # CONFIG_CIFS_STATS is not set | ||
1341 | # CONFIG_CIFS_WEAK_PW_HASH is not set | ||
1342 | # CONFIG_CIFS_XATTR is not set | ||
1343 | # CONFIG_CIFS_DEBUG2 is not set | ||
1344 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
1345 | # CONFIG_NCP_FS is not set | ||
1346 | # CONFIG_CODA_FS is not set | ||
1347 | # CONFIG_AFS_FS is not set | ||
1348 | |||
1349 | # | ||
1350 | # Partition Types | ||
1351 | # | ||
1352 | CONFIG_PARTITION_ADVANCED=y | ||
1353 | # CONFIG_ACORN_PARTITION is not set | ||
1354 | # CONFIG_OSF_PARTITION is not set | ||
1355 | # CONFIG_AMIGA_PARTITION is not set | ||
1356 | # CONFIG_ATARI_PARTITION is not set | ||
1357 | # CONFIG_MAC_PARTITION is not set | ||
1358 | CONFIG_MSDOS_PARTITION=y | ||
1359 | # CONFIG_BSD_DISKLABEL is not set | ||
1360 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1361 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1362 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1363 | # CONFIG_LDM_PARTITION is not set | ||
1364 | CONFIG_SGI_PARTITION=y | ||
1365 | # CONFIG_ULTRIX_PARTITION is not set | ||
1366 | # CONFIG_SUN_PARTITION is not set | ||
1367 | # CONFIG_KARMA_PARTITION is not set | ||
1368 | CONFIG_EFI_PARTITION=y | ||
1369 | # CONFIG_SYSV68_PARTITION is not set | ||
1370 | CONFIG_NLS=y | ||
1371 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1372 | CONFIG_NLS_CODEPAGE_437=y | 119 | CONFIG_NLS_CODEPAGE_437=y |
1373 | CONFIG_NLS_CODEPAGE_737=m | 120 | CONFIG_NLS_CODEPAGE_737=m |
1374 | CONFIG_NLS_CODEPAGE_775=m | 121 | CONFIG_NLS_CODEPAGE_775=m |
@@ -1384,15 +131,14 @@ CONFIG_NLS_CODEPAGE_864=m | |||
1384 | CONFIG_NLS_CODEPAGE_865=m | 131 | CONFIG_NLS_CODEPAGE_865=m |
1385 | CONFIG_NLS_CODEPAGE_866=m | 132 | CONFIG_NLS_CODEPAGE_866=m |
1386 | CONFIG_NLS_CODEPAGE_869=m | 133 | CONFIG_NLS_CODEPAGE_869=m |
1387 | CONFIG_NLS_CODEPAGE_936=m | 134 | CONFIG_NLS_CODEPAGE_874=m |
1388 | CONFIG_NLS_CODEPAGE_950=m | ||
1389 | CONFIG_NLS_CODEPAGE_932=m | 135 | CONFIG_NLS_CODEPAGE_932=m |
136 | CONFIG_NLS_CODEPAGE_936=m | ||
1390 | CONFIG_NLS_CODEPAGE_949=m | 137 | CONFIG_NLS_CODEPAGE_949=m |
1391 | CONFIG_NLS_CODEPAGE_874=m | 138 | CONFIG_NLS_CODEPAGE_950=m |
1392 | CONFIG_NLS_ISO8859_8=m | 139 | CONFIG_NLS_ISO8859_13=m |
1393 | CONFIG_NLS_CODEPAGE_1250=m | 140 | CONFIG_NLS_ISO8859_14=m |
1394 | CONFIG_NLS_CODEPAGE_1251=m | 141 | CONFIG_NLS_ISO8859_15=m |
1395 | # CONFIG_NLS_ASCII is not set | ||
1396 | CONFIG_NLS_ISO8859_1=y | 142 | CONFIG_NLS_ISO8859_1=y |
1397 | CONFIG_NLS_ISO8859_2=m | 143 | CONFIG_NLS_ISO8859_2=m |
1398 | CONFIG_NLS_ISO8859_3=m | 144 | CONFIG_NLS_ISO8859_3=m |
@@ -1400,200 +146,54 @@ CONFIG_NLS_ISO8859_4=m | |||
1400 | CONFIG_NLS_ISO8859_5=m | 146 | CONFIG_NLS_ISO8859_5=m |
1401 | CONFIG_NLS_ISO8859_6=m | 147 | CONFIG_NLS_ISO8859_6=m |
1402 | CONFIG_NLS_ISO8859_7=m | 148 | CONFIG_NLS_ISO8859_7=m |
149 | CONFIG_NLS_ISO8859_8=m | ||
1403 | CONFIG_NLS_ISO8859_9=m | 150 | CONFIG_NLS_ISO8859_9=m |
1404 | CONFIG_NLS_ISO8859_13=m | ||
1405 | CONFIG_NLS_ISO8859_14=m | ||
1406 | CONFIG_NLS_ISO8859_15=m | ||
1407 | CONFIG_NLS_KOI8_R=m | 151 | CONFIG_NLS_KOI8_R=m |
1408 | CONFIG_NLS_KOI8_U=m | 152 | CONFIG_NLS_KOI8_U=m |
1409 | CONFIG_NLS_UTF8=m | 153 | CONFIG_NLS_UTF8=m |
1410 | # CONFIG_DLM is not set | 154 | CONFIG_NR_CPUS=16 |
1411 | 155 | CONFIG_NTFS_FS=m | |
1412 | # | 156 | CONFIG_PACKET=y |
1413 | # Kernel hacking | 157 | CONFIG_PARAVIRT_GUEST=y |
1414 | # | 158 | CONFIG_PARTITION_ADVANCED=y |
1415 | # CONFIG_PRINTK_TIME is not set | 159 | CONFIG_PERFMON=y |
1416 | CONFIG_ENABLE_WARN_DEPRECATED=y | 160 | CONFIG_PERMIT_BSP_REMOVE=y |
1417 | CONFIG_ENABLE_MUST_CHECK=y | 161 | CONFIG_POSIX_MQUEUE=y |
1418 | CONFIG_FRAME_WARN=2048 | 162 | CONFIG_PROC_KCORE=y |
1419 | CONFIG_MAGIC_SYSRQ=y | 163 | CONFIG_RAW_DRIVER=m |
1420 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1421 | # CONFIG_DEBUG_FS is not set | ||
1422 | # CONFIG_HEADERS_CHECK is not set | ||
1423 | CONFIG_DEBUG_KERNEL=y | ||
1424 | # CONFIG_DEBUG_SHIRQ is not set | ||
1425 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1426 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1427 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1428 | CONFIG_SCHED_DEBUG=y | ||
1429 | # CONFIG_SCHEDSTATS is not set | ||
1430 | # CONFIG_TIMER_STATS is not set | ||
1431 | # CONFIG_DEBUG_OBJECTS is not set | ||
1432 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1433 | # CONFIG_SLUB_STATS is not set | ||
1434 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1435 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1436 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1437 | CONFIG_DEBUG_MUTEXES=y | ||
1438 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1439 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1440 | # CONFIG_DEBUG_KOBJECT is not set | ||
1441 | # CONFIG_DEBUG_INFO is not set | ||
1442 | # CONFIG_DEBUG_VM is not set | ||
1443 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1444 | CONFIG_DEBUG_MEMORY_INIT=y | ||
1445 | # CONFIG_DEBUG_LIST is not set | ||
1446 | # CONFIG_DEBUG_SG is not set | ||
1447 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1448 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1449 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1450 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 164 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
1451 | # CONFIG_BACKTRACE_SELF_TEST is not set | 165 | CONFIG_REISERFS_FS_POSIX_ACL=y |
1452 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | 166 | CONFIG_REISERFS_FS_SECURITY=y |
1453 | # CONFIG_FAULT_INJECTION is not set | 167 | CONFIG_REISERFS_FS_XATTR=y |
1454 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | 168 | CONFIG_REISERFS_FS=y |
1455 | 169 | CONFIG_SCSI_QLOGIC_1280=y | |
1456 | # | 170 | CONFIG_SCSI_SYM53C8XX_2=y |
1457 | # Tracers | 171 | CONFIG_SCSI=y |
1458 | # | 172 | CONFIG_SERIAL_8250_CONSOLE=y |
1459 | # CONFIG_SCHED_TRACER is not set | 173 | CONFIG_SERIAL_8250_EXTENDED=y |
1460 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | 174 | CONFIG_SERIAL_8250_NR_UARTS=6 |
1461 | # CONFIG_BOOT_TRACER is not set | 175 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
1462 | # CONFIG_TRACE_BRANCH_PROFILING is not set | 176 | CONFIG_SERIAL_8250=y |
1463 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 177 | CONFIG_SERIAL_NONSTANDARD=y |
1464 | # CONFIG_SAMPLES is not set | 178 | # CONFIG_SERIO_SERPORT is not set |
1465 | CONFIG_IA64_GRANULE_16MB=y | 179 | CONFIG_SGI_PARTITION=y |
1466 | # CONFIG_IA64_GRANULE_64MB is not set | 180 | CONFIG_SMB_FS=m |
1467 | # CONFIG_IA64_PRINT_HAZARDS is not set | 181 | CONFIG_SMB_NLS_DEFAULT=y |
1468 | # CONFIG_DISABLE_VHPT is not set | 182 | CONFIG_SMP=y |
1469 | # CONFIG_IA64_DEBUG_CMPXCHG is not set | 183 | CONFIG_SYN_COOKIES=y |
1470 | # CONFIG_IA64_DEBUG_IRQ is not set | 184 | CONFIG_SYSFS_DEPRECATED_V2=y |
1471 | 185 | CONFIG_SYSVIPC=y | |
1472 | # | 186 | CONFIG_TIGON3=y |
1473 | # Security options | 187 | CONFIG_TMPFS=y |
1474 | # | 188 | CONFIG_TULIP=m |
1475 | # CONFIG_KEYS is not set | 189 | CONFIG_UDF_FS=m |
1476 | # CONFIG_SECURITY is not set | 190 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
1477 | # CONFIG_SECURITYFS is not set | 191 | CONFIG_UNIX=y |
1478 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 192 | CONFIG_USB_DEVICEFS=y |
1479 | CONFIG_CRYPTO=y | 193 | CONFIG_USB_EHCI_HCD=m |
1480 | 194 | CONFIG_USB_OHCI_HCD=m | |
1481 | # | 195 | CONFIG_USB_STORAGE=m |
1482 | # Crypto core or helper | 196 | CONFIG_USB_UHCI_HCD=y |
1483 | # | 197 | CONFIG_USB=y |
1484 | # CONFIG_CRYPTO_FIPS is not set | 198 | CONFIG_VFAT_FS=y |
1485 | CONFIG_CRYPTO_ALGAPI=y | 199 | CONFIG_XFS_FS=y |
1486 | CONFIG_CRYPTO_ALGAPI2=y | ||
1487 | CONFIG_CRYPTO_AEAD2=y | ||
1488 | CONFIG_CRYPTO_BLKCIPHER=m | ||
1489 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
1490 | CONFIG_CRYPTO_HASH=y | ||
1491 | CONFIG_CRYPTO_HASH2=y | ||
1492 | CONFIG_CRYPTO_RNG2=y | ||
1493 | CONFIG_CRYPTO_MANAGER=m | ||
1494 | CONFIG_CRYPTO_MANAGER2=y | ||
1495 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1496 | # CONFIG_CRYPTO_NULL is not set | ||
1497 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1498 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1499 | # CONFIG_CRYPTO_TEST is not set | ||
1500 | |||
1501 | # | ||
1502 | # Authenticated Encryption with Associated Data | ||
1503 | # | ||
1504 | # CONFIG_CRYPTO_CCM is not set | ||
1505 | # CONFIG_CRYPTO_GCM is not set | ||
1506 | # CONFIG_CRYPTO_SEQIV is not set | ||
1507 | |||
1508 | # | ||
1509 | # Block modes | ||
1510 | # | ||
1511 | CONFIG_CRYPTO_CBC=m | ||
1512 | # CONFIG_CRYPTO_CTR is not set | ||
1513 | # CONFIG_CRYPTO_CTS is not set | ||
1514 | CONFIG_CRYPTO_ECB=m | ||
1515 | # CONFIG_CRYPTO_LRW is not set | ||
1516 | CONFIG_CRYPTO_PCBC=m | ||
1517 | # CONFIG_CRYPTO_XTS is not set | ||
1518 | |||
1519 | # | ||
1520 | # Hash modes | ||
1521 | # | ||
1522 | # CONFIG_CRYPTO_HMAC is not set | ||
1523 | # CONFIG_CRYPTO_XCBC is not set | ||
1524 | |||
1525 | # | ||
1526 | # Digest | ||
1527 | # | ||
1528 | # CONFIG_CRYPTO_CRC32C is not set | ||
1529 | # CONFIG_CRYPTO_MD4 is not set | ||
1530 | CONFIG_CRYPTO_MD5=y | ||
1531 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1532 | # CONFIG_CRYPTO_RMD128 is not set | ||
1533 | # CONFIG_CRYPTO_RMD160 is not set | ||
1534 | # CONFIG_CRYPTO_RMD256 is not set | ||
1535 | # CONFIG_CRYPTO_RMD320 is not set | ||
1536 | # CONFIG_CRYPTO_SHA1 is not set | ||
1537 | # CONFIG_CRYPTO_SHA256 is not set | ||
1538 | # CONFIG_CRYPTO_SHA512 is not set | ||
1539 | # CONFIG_CRYPTO_TGR192 is not set | ||
1540 | # CONFIG_CRYPTO_WP512 is not set | ||
1541 | |||
1542 | # | ||
1543 | # Ciphers | ||
1544 | # | ||
1545 | # CONFIG_CRYPTO_AES is not set | ||
1546 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1547 | # CONFIG_CRYPTO_ARC4 is not set | ||
1548 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1549 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1550 | # CONFIG_CRYPTO_CAST5 is not set | ||
1551 | # CONFIG_CRYPTO_CAST6 is not set | ||
1552 | CONFIG_CRYPTO_DES=m | ||
1553 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1554 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1555 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1556 | # CONFIG_CRYPTO_SEED is not set | ||
1557 | # CONFIG_CRYPTO_SERPENT is not set | ||
1558 | # CONFIG_CRYPTO_TEA is not set | ||
1559 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1560 | |||
1561 | # | ||
1562 | # Compression | ||
1563 | # | ||
1564 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1565 | # CONFIG_CRYPTO_LZO is not set | ||
1566 | |||
1567 | # | ||
1568 | # Random Number Generation | ||
1569 | # | ||
1570 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1571 | CONFIG_CRYPTO_HW=y | ||
1572 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
1573 | CONFIG_HAVE_KVM=y | ||
1574 | CONFIG_VIRTUALIZATION=y | ||
1575 | # CONFIG_KVM is not set | ||
1576 | # CONFIG_VIRTIO_PCI is not set | ||
1577 | # CONFIG_VIRTIO_BALLOON is not set | ||
1578 | |||
1579 | # | ||
1580 | # Library routines | ||
1581 | # | ||
1582 | CONFIG_BITREVERSE=y | ||
1583 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1584 | # CONFIG_CRC_CCITT is not set | ||
1585 | # CONFIG_CRC16 is not set | ||
1586 | # CONFIG_CRC_T10DIF is not set | ||
1587 | CONFIG_CRC_ITU_T=m | ||
1588 | CONFIG_CRC32=y | ||
1589 | # CONFIG_CRC7 is not set | ||
1590 | # CONFIG_LIBCRC32C is not set | ||
1591 | CONFIG_PLIST=y | ||
1592 | CONFIG_HAS_IOMEM=y | ||
1593 | CONFIG_HAS_IOPORT=y | ||
1594 | CONFIG_HAS_DMA=y | ||
1595 | CONFIG_GENERIC_HARDIRQS=y | ||
1596 | CONFIG_GENERIC_IRQ_PROBE=y | ||
1597 | CONFIG_GENERIC_PENDING_IRQ=y | ||
1598 | CONFIG_IRQ_PER_CPU=y | ||
1599 | # CONFIG_IOMMU_API is not set | ||
diff --git a/arch/ia64/configs/zx1_defconfig b/arch/ia64/configs/zx1_defconfig index 3cec65b534c2..de0b68e0d48e 100644 --- a/arch/ia64/configs/zx1_defconfig +++ b/arch/ia64/configs/zx1_defconfig | |||
@@ -1,1460 +1,85 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.21-rc3 | ||
4 | # Thu Mar 8 11:04:20 2007 | ||
5 | # | ||
6 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
7 | |||
8 | # | ||
9 | # Code maturity level options | ||
10 | # | ||
11 | CONFIG_EXPERIMENTAL=y | ||
12 | CONFIG_LOCK_KERNEL=y | ||
13 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
14 | |||
15 | # | ||
16 | # General setup | ||
17 | # | ||
18 | CONFIG_LOCALVERSION="" | ||
19 | CONFIG_LOCALVERSION_AUTO=y | ||
20 | CONFIG_SWAP=y | ||
21 | CONFIG_SYSVIPC=y | ||
22 | # CONFIG_IPC_NS is not set | ||
23 | CONFIG_SYSVIPC_SYSCTL=y | ||
24 | # CONFIG_POSIX_MQUEUE is not set | ||
25 | CONFIG_BSD_PROCESS_ACCT=y | ||
26 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
27 | # CONFIG_TASKSTATS is not set | ||
28 | # CONFIG_UTS_NS is not set | ||
29 | # CONFIG_AUDIT is not set | ||
30 | # CONFIG_IKCONFIG is not set | ||
31 | # CONFIG_CPUSETS is not set | ||
32 | CONFIG_SYSFS_DEPRECATED=y | ||
33 | # CONFIG_RELAY is not set | ||
34 | CONFIG_BLK_DEV_INITRD=y | ||
35 | CONFIG_INITRAMFS_SOURCE="" | ||
36 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
37 | CONFIG_SYSCTL=y | ||
38 | # CONFIG_EMBEDDED is not set | ||
39 | CONFIG_SYSCTL_SYSCALL=y | ||
40 | CONFIG_KALLSYMS=y | ||
41 | # CONFIG_KALLSYMS_ALL is not set | ||
42 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
43 | CONFIG_HOTPLUG=y | ||
44 | CONFIG_PRINTK=y | ||
45 | CONFIG_BUG=y | ||
46 | CONFIG_ELF_CORE=y | ||
47 | CONFIG_BASE_FULL=y | ||
48 | CONFIG_FUTEX=y | ||
49 | CONFIG_EPOLL=y | ||
50 | CONFIG_SHMEM=y | ||
51 | CONFIG_SLUB=y | ||
52 | CONFIG_VM_EVENT_COUNTERS=y | ||
53 | CONFIG_RT_MUTEXES=y | ||
54 | # CONFIG_TINY_SHMEM is not set | ||
55 | CONFIG_BASE_SMALL=0 | ||
56 | # CONFIG_SLOB is not set | ||
57 | |||
58 | # | ||
59 | # Loadable module support | ||
60 | # | ||
61 | CONFIG_MODULES=y | ||
62 | # CONFIG_MODULE_UNLOAD is not set | ||
63 | # CONFIG_MODVERSIONS is not set | ||
64 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
65 | # CONFIG_KMOD is not set | ||
66 | CONFIG_STOP_MACHINE=y | ||
67 | |||
68 | # | ||
69 | # Block layer | ||
70 | # | ||
71 | CONFIG_BLOCK=y | ||
72 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
73 | |||
74 | # | ||
75 | # IO Schedulers | ||
76 | # | ||
77 | CONFIG_IOSCHED_NOOP=y | ||
78 | CONFIG_IOSCHED_AS=y | ||
79 | CONFIG_IOSCHED_DEADLINE=y | ||
80 | CONFIG_IOSCHED_CFQ=y | ||
81 | CONFIG_DEFAULT_AS=y | ||
82 | # CONFIG_DEFAULT_DEADLINE is not set | ||
83 | # CONFIG_DEFAULT_CFQ is not set | ||
84 | # CONFIG_DEFAULT_NOOP is not set | ||
85 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
86 | |||
87 | # | ||
88 | # Processor type and features | ||
89 | # | ||
90 | CONFIG_IA64=y | ||
91 | CONFIG_64BIT=y | ||
92 | CONFIG_ZONE_DMA=y | ||
93 | CONFIG_MMU=y | ||
94 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
95 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
96 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
97 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
98 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
99 | CONFIG_GENERIC_TIME=y | ||
100 | CONFIG_DMI=y | ||
101 | CONFIG_EFI=y | ||
102 | CONFIG_GENERIC_IOMAP=y | ||
103 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
104 | CONFIG_AUDIT_ARCH=y | ||
105 | # CONFIG_IA64_GENERIC is not set | ||
106 | # CONFIG_IA64_DIG is not set | ||
107 | CONFIG_IA64_HP_ZX1=y | ||
108 | # CONFIG_IA64_HP_ZX1_SWIOTLB is not set | ||
109 | # CONFIG_IA64_SGI_SN2 is not set | ||
110 | # CONFIG_IA64_HP_SIM is not set | ||
111 | # CONFIG_ITANIUM is not set | ||
112 | CONFIG_MCKINLEY=y | ||
113 | # CONFIG_IA64_PAGE_SIZE_4KB is not set | ||
114 | # CONFIG_IA64_PAGE_SIZE_8KB is not set | ||
115 | CONFIG_IA64_PAGE_SIZE_16KB=y | ||
116 | # CONFIG_IA64_PAGE_SIZE_64KB is not set | ||
117 | CONFIG_PGTABLE_3=y | ||
118 | # CONFIG_PGTABLE_4 is not set | ||
119 | # CONFIG_HZ_100 is not set | ||
120 | CONFIG_HZ_250=y | ||
121 | # CONFIG_HZ_300 is not set | ||
122 | # CONFIG_HZ_1000 is not set | ||
123 | CONFIG_HZ=250 | ||
124 | CONFIG_IA64_L1_CACHE_SHIFT=7 | ||
125 | # CONFIG_IA64_CYCLONE is not set | ||
126 | CONFIG_IOSAPIC=y | ||
127 | CONFIG_FORCE_MAX_ZONEORDER=17 | ||
128 | CONFIG_SMP=y | ||
129 | CONFIG_NR_CPUS=16 | ||
130 | CONFIG_HOTPLUG_CPU=y | ||
131 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
132 | # CONFIG_SCHED_SMT is not set | ||
133 | # CONFIG_PERMIT_BSP_REMOVE is not set | ||
134 | # CONFIG_PREEMPT is not set | ||
135 | CONFIG_SELECT_MEMORY_MODEL=y | ||
136 | CONFIG_FLATMEM_MANUAL=y | ||
137 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
138 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
139 | CONFIG_FLATMEM=y | ||
140 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
141 | # CONFIG_SPARSEMEM_STATIC is not set | ||
142 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
143 | CONFIG_RESOURCES_64BIT=y | ||
144 | CONFIG_ZONE_DMA_FLAG=1 | ||
145 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
146 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
147 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
148 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
149 | CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y | ||
150 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
151 | CONFIG_VIRTUAL_MEM_MAP=y | ||
152 | CONFIG_HOLES_IN_ZONE=y | ||
153 | CONFIG_IA64_MCA_RECOVERY=y | ||
154 | CONFIG_PERFMON=y | ||
155 | CONFIG_IA64_PALINFO=y | ||
156 | # CONFIG_IA64_ESI is not set | ||
157 | # CONFIG_KEXEC is not set | ||
158 | CONFIG_CRASH_DUMP=y | ||
159 | |||
160 | # | ||
161 | # Firmware Drivers | ||
162 | # | ||
163 | CONFIG_EFI_VARS=y | ||
164 | CONFIG_EFI_PCDP=y | ||
165 | CONFIG_BINFMT_ELF=y | ||
166 | CONFIG_BINFMT_MISC=y | ||
167 | |||
168 | # | ||
169 | # Power management and ACPI | ||
170 | # | ||
171 | CONFIG_PM=y | ||
172 | CONFIG_PM_LEGACY=y | ||
173 | # CONFIG_PM_DEBUG is not set | ||
174 | # CONFIG_PM_SYSFS_DEPRECATED is not set | ||
175 | |||
176 | # | ||
177 | # ACPI (Advanced Configuration and Power Interface) Support | ||
178 | # | ||
179 | CONFIG_ACPI=y | ||
180 | CONFIG_ACPI_PROCFS=y | 1 | CONFIG_ACPI_PROCFS=y |
181 | CONFIG_ACPI_BUTTON=y | 2 | CONFIG_AGP_HP_ZX1=y |
182 | CONFIG_ACPI_FAN=y | 3 | CONFIG_AGP=y |
183 | # CONFIG_ACPI_DOCK is not set | 4 | CONFIG_AUTOFS_FS=y |
184 | CONFIG_ACPI_PROCESSOR=y | 5 | CONFIG_BINFMT_MISC=y |
185 | CONFIG_ACPI_HOTPLUG_CPU=y | 6 | CONFIG_BLK_DEV_CMD64X=y |
186 | CONFIG_ACPI_THERMAL=y | 7 | CONFIG_BLK_DEV_GENERIC=y |
187 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 8 | CONFIG_BLK_DEV_IDECD=y |
188 | # CONFIG_ACPI_DEBUG is not set | 9 | CONFIG_BLK_DEV_INITRD=y |
189 | CONFIG_ACPI_EC=y | ||
190 | CONFIG_ACPI_POWER=y | ||
191 | CONFIG_ACPI_SYSTEM=y | ||
192 | CONFIG_ACPI_CONTAINER=y | ||
193 | |||
194 | # | ||
195 | # CPU Frequency scaling | ||
196 | # | ||
197 | # CONFIG_CPU_FREQ is not set | ||
198 | |||
199 | # | ||
200 | # Bus options (PCI, PCMCIA) | ||
201 | # | ||
202 | CONFIG_PCI=y | ||
203 | CONFIG_PCI_DOMAINS=y | ||
204 | # CONFIG_PCIEPORTBUS is not set | ||
205 | # CONFIG_PCI_MSI is not set | ||
206 | # CONFIG_PCI_DEBUG is not set | ||
207 | |||
208 | # | ||
209 | # PCI Hotplug Support | ||
210 | # | ||
211 | CONFIG_HOTPLUG_PCI=y | ||
212 | # CONFIG_HOTPLUG_PCI_FAKE is not set | ||
213 | CONFIG_HOTPLUG_PCI_ACPI=y | ||
214 | # CONFIG_HOTPLUG_PCI_ACPI_IBM is not set | ||
215 | # CONFIG_HOTPLUG_PCI_CPCI is not set | ||
216 | # CONFIG_HOTPLUG_PCI_SHPC is not set | ||
217 | |||
218 | # | ||
219 | # PCCARD (PCMCIA/CardBus) support | ||
220 | # | ||
221 | # CONFIG_PCCARD is not set | ||
222 | |||
223 | # | ||
224 | # Networking | ||
225 | # | ||
226 | CONFIG_NET=y | ||
227 | |||
228 | # | ||
229 | # Networking options | ||
230 | # | ||
231 | # CONFIG_NETDEBUG is not set | ||
232 | CONFIG_PACKET=y | ||
233 | # CONFIG_PACKET_MMAP is not set | ||
234 | CONFIG_UNIX=y | ||
235 | CONFIG_XFRM=y | ||
236 | # CONFIG_XFRM_USER is not set | ||
237 | # CONFIG_XFRM_SUB_POLICY is not set | ||
238 | # CONFIG_XFRM_MIGRATE is not set | ||
239 | # CONFIG_NET_KEY is not set | ||
240 | CONFIG_INET=y | ||
241 | CONFIG_IP_MULTICAST=y | ||
242 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
243 | CONFIG_IP_FIB_HASH=y | ||
244 | # CONFIG_IP_PNP is not set | ||
245 | # CONFIG_NET_IPIP is not set | ||
246 | # CONFIG_NET_IPGRE is not set | ||
247 | # CONFIG_IP_MROUTE is not set | ||
248 | # CONFIG_ARPD is not set | ||
249 | # CONFIG_SYN_COOKIES is not set | ||
250 | # CONFIG_INET_AH is not set | ||
251 | # CONFIG_INET_ESP is not set | ||
252 | # CONFIG_INET_IPCOMP is not set | ||
253 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
254 | # CONFIG_INET_TUNNEL is not set | ||
255 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
256 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
257 | CONFIG_INET_XFRM_MODE_BEET=y | ||
258 | CONFIG_INET_DIAG=y | ||
259 | CONFIG_INET_TCP_DIAG=y | ||
260 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
261 | CONFIG_TCP_CONG_CUBIC=y | ||
262 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
263 | # CONFIG_TCP_MD5SIG is not set | ||
264 | |||
265 | # | ||
266 | # IP: Virtual Server Configuration | ||
267 | # | ||
268 | # CONFIG_IP_VS is not set | ||
269 | # CONFIG_IPV6 is not set | ||
270 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
271 | # CONFIG_INET6_TUNNEL is not set | ||
272 | # CONFIG_NETWORK_SECMARK is not set | ||
273 | CONFIG_NETFILTER=y | ||
274 | # CONFIG_NETFILTER_DEBUG is not set | ||
275 | |||
276 | # | ||
277 | # Core Netfilter Configuration | ||
278 | # | ||
279 | # CONFIG_NETFILTER_NETLINK is not set | ||
280 | # CONFIG_NF_CONNTRACK_ENABLED is not set | ||
281 | # CONFIG_NETFILTER_XTABLES is not set | ||
282 | |||
283 | # | ||
284 | # IP: Netfilter Configuration | ||
285 | # | ||
286 | # CONFIG_IP_NF_QUEUE is not set | ||
287 | # CONFIG_IP_NF_IPTABLES is not set | ||
288 | # CONFIG_IP_NF_ARPTABLES is not set | ||
289 | |||
290 | # | ||
291 | # DCCP Configuration (EXPERIMENTAL) | ||
292 | # | ||
293 | # CONFIG_IP_DCCP is not set | ||
294 | |||
295 | # | ||
296 | # SCTP Configuration (EXPERIMENTAL) | ||
297 | # | ||
298 | # CONFIG_IP_SCTP is not set | ||
299 | |||
300 | # | ||
301 | # TIPC Configuration (EXPERIMENTAL) | ||
302 | # | ||
303 | # CONFIG_TIPC is not set | ||
304 | # CONFIG_ATM is not set | ||
305 | # CONFIG_BRIDGE is not set | ||
306 | # CONFIG_VLAN_8021Q is not set | ||
307 | # CONFIG_DECNET is not set | ||
308 | # CONFIG_LLC2 is not set | ||
309 | # CONFIG_IPX is not set | ||
310 | # CONFIG_ATALK is not set | ||
311 | # CONFIG_X25 is not set | ||
312 | # CONFIG_LAPB is not set | ||
313 | # CONFIG_ECONET is not set | ||
314 | # CONFIG_WAN_ROUTER is not set | ||
315 | |||
316 | # | ||
317 | # QoS and/or fair queueing | ||
318 | # | ||
319 | # CONFIG_NET_SCHED is not set | ||
320 | |||
321 | # | ||
322 | # Network testing | ||
323 | # | ||
324 | # CONFIG_NET_PKTGEN is not set | ||
325 | # CONFIG_NET_TCPPROBE is not set | ||
326 | # CONFIG_HAMRADIO is not set | ||
327 | # CONFIG_IRDA is not set | ||
328 | # CONFIG_BT is not set | ||
329 | # CONFIG_IEEE80211 is not set | ||
330 | |||
331 | # | ||
332 | # Device Drivers | ||
333 | # | ||
334 | |||
335 | # | ||
336 | # Generic Driver Options | ||
337 | # | ||
338 | CONFIG_STANDALONE=y | ||
339 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
340 | # CONFIG_FW_LOADER is not set | ||
341 | # CONFIG_DEBUG_DRIVER is not set | ||
342 | # CONFIG_DEBUG_DEVRES is not set | ||
343 | # CONFIG_SYS_HYPERVISOR is not set | ||
344 | |||
345 | # | ||
346 | # Connector - unified userspace <-> kernelspace linker | ||
347 | # | ||
348 | # CONFIG_CONNECTOR is not set | ||
349 | |||
350 | # | ||
351 | # Memory Technology Devices (MTD) | ||
352 | # | ||
353 | # CONFIG_MTD is not set | ||
354 | |||
355 | # | ||
356 | # Parallel port support | ||
357 | # | ||
358 | # CONFIG_PARPORT is not set | ||
359 | |||
360 | # | ||
361 | # Plug and Play support | ||
362 | # | ||
363 | CONFIG_PNP=y | ||
364 | # CONFIG_PNP_DEBUG is not set | ||
365 | |||
366 | # | ||
367 | # Protocols | ||
368 | # | ||
369 | CONFIG_PNPACPI=y | ||
370 | |||
371 | # | ||
372 | # Block devices | ||
373 | # | ||
374 | # CONFIG_BLK_CPQ_DA is not set | ||
375 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
376 | # CONFIG_BLK_DEV_DAC960 is not set | ||
377 | # CONFIG_BLK_DEV_UMEM is not set | ||
378 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
379 | CONFIG_BLK_DEV_LOOP=y | 10 | CONFIG_BLK_DEV_LOOP=y |
380 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
381 | # CONFIG_BLK_DEV_NBD is not set | ||
382 | # CONFIG_BLK_DEV_SX8 is not set | ||
383 | # CONFIG_BLK_DEV_UB is not set | ||
384 | CONFIG_BLK_DEV_RAM=y | 11 | CONFIG_BLK_DEV_RAM=y |
385 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
386 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
387 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
388 | # CONFIG_CDROM_PKTCDVD is not set | ||
389 | # CONFIG_ATA_OVER_ETH is not set | ||
390 | |||
391 | # | ||
392 | # Misc devices | ||
393 | # | ||
394 | # CONFIG_SGI_IOC4 is not set | ||
395 | # CONFIG_TIFM_CORE is not set | ||
396 | |||
397 | # | ||
398 | # ATA/ATAPI/MFM/RLL support | ||
399 | # | ||
400 | CONFIG_IDE=y | ||
401 | CONFIG_IDE_MAX_HWIFS=4 | ||
402 | CONFIG_BLK_DEV_IDE=y | ||
403 | |||
404 | # | ||
405 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
406 | # | ||
407 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
408 | CONFIG_BLK_DEV_IDEDISK=y | ||
409 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
410 | CONFIG_BLK_DEV_IDECD=y | ||
411 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
412 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
413 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
414 | # CONFIG_BLK_DEV_IDEACPI is not set | ||
415 | # CONFIG_IDE_TASK_IOCTL is not set | ||
416 | |||
417 | # | ||
418 | # IDE chipset support/bugfixes | ||
419 | # | ||
420 | # CONFIG_IDE_GENERIC is not set | ||
421 | # CONFIG_BLK_DEV_IDEPNP is not set | ||
422 | CONFIG_BLK_DEV_IDEPCI=y | ||
423 | CONFIG_IDEPCI_SHARE_IRQ=y | ||
424 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
425 | CONFIG_BLK_DEV_GENERIC=y | ||
426 | # CONFIG_BLK_DEV_OPTI621 is not set | ||
427 | CONFIG_BLK_DEV_IDEDMA_PCI=y | ||
428 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | ||
429 | # CONFIG_IDEDMA_PCI_AUTO is not set | ||
430 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
431 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
432 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
433 | CONFIG_BLK_DEV_CMD64X=y | ||
434 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
435 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
436 | # CONFIG_BLK_DEV_CS5520 is not set | ||
437 | # CONFIG_BLK_DEV_CS5530 is not set | ||
438 | # CONFIG_BLK_DEV_HPT34X is not set | ||
439 | # CONFIG_BLK_DEV_HPT366 is not set | ||
440 | # CONFIG_BLK_DEV_JMICRON is not set | ||
441 | # CONFIG_BLK_DEV_SC1200 is not set | ||
442 | # CONFIG_BLK_DEV_PIIX is not set | ||
443 | # CONFIG_BLK_DEV_IT8213 is not set | ||
444 | # CONFIG_BLK_DEV_IT821X is not set | ||
445 | # CONFIG_BLK_DEV_NS87415 is not set | ||
446 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
447 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
448 | # CONFIG_BLK_DEV_SVWKS is not set | ||
449 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
450 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
451 | # CONFIG_BLK_DEV_TRM290 is not set | ||
452 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
453 | # CONFIG_BLK_DEV_TC86C001 is not set | ||
454 | # CONFIG_IDE_ARM is not set | ||
455 | CONFIG_BLK_DEV_IDEDMA=y | ||
456 | # CONFIG_IDEDMA_IVB is not set | ||
457 | # CONFIG_IDEDMA_AUTO is not set | ||
458 | # CONFIG_BLK_DEV_HD is not set | ||
459 | |||
460 | # | ||
461 | # SCSI device support | ||
462 | # | ||
463 | # CONFIG_RAID_ATTRS is not set | ||
464 | CONFIG_SCSI=y | ||
465 | # CONFIG_SCSI_TGT is not set | ||
466 | CONFIG_SCSI_NETLINK=y | ||
467 | CONFIG_SCSI_PROC_FS=y | ||
468 | |||
469 | # | ||
470 | # SCSI support type (disk, tape, CD-ROM) | ||
471 | # | ||
472 | CONFIG_BLK_DEV_SD=y | 12 | CONFIG_BLK_DEV_SD=y |
473 | CONFIG_CHR_DEV_ST=y | ||
474 | CONFIG_CHR_DEV_OSST=y | ||
475 | CONFIG_BLK_DEV_SR=y | ||
476 | CONFIG_BLK_DEV_SR_VENDOR=y | 13 | CONFIG_BLK_DEV_SR_VENDOR=y |
14 | CONFIG_BLK_DEV_SR=y | ||
15 | CONFIG_BSD_PROCESS_ACCT=y | ||
16 | CONFIG_CHR_DEV_OSST=y | ||
477 | CONFIG_CHR_DEV_SG=y | 17 | CONFIG_CHR_DEV_SG=y |
478 | # CONFIG_CHR_DEV_SCH is not set | 18 | CONFIG_CHR_DEV_ST=y |
479 | 19 | CONFIG_CRASH_DUMP=y | |
480 | # | 20 | CONFIG_CRYPTO_ECB=m |
481 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | 21 | CONFIG_CRYPTO_PCBC=m |
482 | # | 22 | CONFIG_DEBUG_KERNEL=y |
483 | CONFIG_SCSI_MULTI_LUN=y | 23 | CONFIG_DEBUG_MUTEXES=y |
484 | CONFIG_SCSI_CONSTANTS=y | 24 | CONFIG_DRM_RADEON=y |
485 | CONFIG_SCSI_LOGGING=y | 25 | CONFIG_DRM=y |
486 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
487 | |||
488 | # | ||
489 | # SCSI Transports | ||
490 | # | ||
491 | CONFIG_SCSI_SPI_ATTRS=y | ||
492 | CONFIG_SCSI_FC_ATTRS=y | ||
493 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
494 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
495 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
496 | |||
497 | # | ||
498 | # SCSI low-level drivers | ||
499 | # | ||
500 | # CONFIG_ISCSI_TCP is not set | ||
501 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
502 | # CONFIG_SCSI_3W_9XXX is not set | ||
503 | # CONFIG_SCSI_ACARD is not set | ||
504 | # CONFIG_SCSI_AACRAID is not set | ||
505 | # CONFIG_SCSI_AIC7XXX is not set | ||
506 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
507 | # CONFIG_SCSI_AIC79XX is not set | ||
508 | # CONFIG_SCSI_AIC94XX is not set | ||
509 | # CONFIG_SCSI_ARCMSR is not set | ||
510 | # CONFIG_MEGARAID_NEWGEN is not set | ||
511 | # CONFIG_MEGARAID_LEGACY is not set | ||
512 | # CONFIG_MEGARAID_SAS is not set | ||
513 | # CONFIG_SCSI_HPTIOP is not set | ||
514 | # CONFIG_SCSI_DMX3191D is not set | ||
515 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
516 | # CONFIG_SCSI_IPS is not set | ||
517 | # CONFIG_SCSI_INITIO is not set | ||
518 | # CONFIG_SCSI_INIA100 is not set | ||
519 | # CONFIG_SCSI_STEX is not set | ||
520 | CONFIG_SCSI_SYM53C8XX_2=y | ||
521 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 | ||
522 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | ||
523 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | ||
524 | CONFIG_SCSI_SYM53C8XX_MMIO=y | ||
525 | CONFIG_SCSI_QLOGIC_1280=y | ||
526 | # CONFIG_SCSI_QLA_FC is not set | ||
527 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
528 | # CONFIG_SCSI_LPFC is not set | ||
529 | # CONFIG_SCSI_DC395x is not set | ||
530 | # CONFIG_SCSI_DC390T is not set | ||
531 | # CONFIG_SCSI_DEBUG is not set | ||
532 | # CONFIG_SCSI_SRP is not set | ||
533 | |||
534 | # | ||
535 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
536 | # | ||
537 | # CONFIG_ATA is not set | ||
538 | |||
539 | # | ||
540 | # Multi-device support (RAID and LVM) | ||
541 | # | ||
542 | # CONFIG_MD is not set | ||
543 | |||
544 | # | ||
545 | # Fusion MPT device support | ||
546 | # | ||
547 | CONFIG_FUSION=y | ||
548 | CONFIG_FUSION_SPI=y | ||
549 | CONFIG_FUSION_FC=y | ||
550 | # CONFIG_FUSION_SAS is not set | ||
551 | CONFIG_FUSION_MAX_SGE=128 | ||
552 | CONFIG_FUSION_CTL=m | ||
553 | |||
554 | # | ||
555 | # IEEE 1394 (FireWire) support | ||
556 | # | ||
557 | # CONFIG_IEEE1394 is not set | ||
558 | |||
559 | # | ||
560 | # I2O device support | ||
561 | # | ||
562 | # CONFIG_I2O is not set | ||
563 | |||
564 | # | ||
565 | # Network device support | ||
566 | # | ||
567 | CONFIG_NETDEVICES=y | ||
568 | CONFIG_DUMMY=y | 26 | CONFIG_DUMMY=y |
569 | # CONFIG_BONDING is not set | ||
570 | # CONFIG_EQUALIZER is not set | ||
571 | # CONFIG_TUN is not set | ||
572 | # CONFIG_NET_SB1000 is not set | ||
573 | |||
574 | # | ||
575 | # ARCnet devices | ||
576 | # | ||
577 | # CONFIG_ARCNET is not set | ||
578 | |||
579 | # | ||
580 | # PHY device support | ||
581 | # | ||
582 | # CONFIG_PHYLIB is not set | ||
583 | |||
584 | # | ||
585 | # Ethernet (10 or 100Mbit) | ||
586 | # | ||
587 | CONFIG_NET_ETHERNET=y | ||
588 | CONFIG_MII=y | ||
589 | # CONFIG_HAPPYMEAL is not set | ||
590 | # CONFIG_SUNGEM is not set | ||
591 | # CONFIG_CASSINI is not set | ||
592 | # CONFIG_NET_VENDOR_3COM is not set | ||
593 | |||
594 | # | ||
595 | # Tulip family network device support | ||
596 | # | ||
597 | CONFIG_NET_TULIP=y | ||
598 | # CONFIG_DE2104X is not set | ||
599 | CONFIG_TULIP=y | ||
600 | CONFIG_TULIP_MWI=y | ||
601 | CONFIG_TULIP_MMIO=y | ||
602 | CONFIG_TULIP_NAPI=y | ||
603 | CONFIG_TULIP_NAPI_HW_MITIGATION=y | ||
604 | # CONFIG_DE4X5 is not set | ||
605 | # CONFIG_WINBOND_840 is not set | ||
606 | # CONFIG_DM9102 is not set | ||
607 | # CONFIG_ULI526X is not set | ||
608 | # CONFIG_HP100 is not set | ||
609 | CONFIG_NET_PCI=y | ||
610 | # CONFIG_PCNET32 is not set | ||
611 | # CONFIG_AMD8111_ETH is not set | ||
612 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
613 | # CONFIG_B44 is not set | ||
614 | # CONFIG_FORCEDETH is not set | ||
615 | # CONFIG_DGRS is not set | ||
616 | # CONFIG_EEPRO100 is not set | ||
617 | CONFIG_E100=y | ||
618 | # CONFIG_FEALNX is not set | ||
619 | # CONFIG_NATSEMI is not set | ||
620 | # CONFIG_NE2K_PCI is not set | ||
621 | # CONFIG_8139CP is not set | ||
622 | # CONFIG_8139TOO is not set | ||
623 | # CONFIG_SIS900 is not set | ||
624 | # CONFIG_EPIC100 is not set | ||
625 | # CONFIG_SUNDANCE is not set | ||
626 | # CONFIG_VIA_RHINE is not set | ||
627 | # CONFIG_SC92031 is not set | ||
628 | |||
629 | # | ||
630 | # Ethernet (1000 Mbit) | ||
631 | # | ||
632 | # CONFIG_ACENIC is not set | ||
633 | # CONFIG_DL2K is not set | ||
634 | CONFIG_E1000=y | 27 | CONFIG_E1000=y |
635 | # CONFIG_E1000_NAPI is not set | 28 | CONFIG_E100=y |
636 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 29 | CONFIG_EFI_PARTITION=y |
637 | # CONFIG_NS83820 is not set | ||
638 | # CONFIG_HAMACHI is not set | ||
639 | # CONFIG_YELLOWFIN is not set | ||
640 | # CONFIG_R8169 is not set | ||
641 | # CONFIG_SIS190 is not set | ||
642 | # CONFIG_SKGE is not set | ||
643 | # CONFIG_SKY2 is not set | ||
644 | # CONFIG_SK98LIN is not set | ||
645 | # CONFIG_VIA_VELOCITY is not set | ||
646 | CONFIG_TIGON3=y | ||
647 | # CONFIG_BNX2 is not set | ||
648 | # CONFIG_QLA3XXX is not set | ||
649 | # CONFIG_ATL1 is not set | ||
650 | |||
651 | # | ||
652 | # Ethernet (10000 Mbit) | ||
653 | # | ||
654 | # CONFIG_CHELSIO_T1 is not set | ||
655 | # CONFIG_CHELSIO_T3 is not set | ||
656 | # CONFIG_IXGB is not set | ||
657 | # CONFIG_S2IO is not set | ||
658 | # CONFIG_MYRI10GE is not set | ||
659 | # CONFIG_NETXEN_NIC is not set | ||
660 | |||
661 | # | ||
662 | # Token Ring devices | ||
663 | # | ||
664 | # CONFIG_TR is not set | ||
665 | |||
666 | # | ||
667 | # Wireless LAN (non-hamradio) | ||
668 | # | ||
669 | # CONFIG_NET_RADIO is not set | ||
670 | |||
671 | # | ||
672 | # Wan interfaces | ||
673 | # | ||
674 | # CONFIG_WAN is not set | ||
675 | # CONFIG_FDDI is not set | ||
676 | # CONFIG_HIPPI is not set | ||
677 | # CONFIG_PPP is not set | ||
678 | # CONFIG_SLIP is not set | ||
679 | # CONFIG_NET_FC is not set | ||
680 | # CONFIG_SHAPER is not set | ||
681 | # CONFIG_NETCONSOLE is not set | ||
682 | # CONFIG_NETPOLL is not set | ||
683 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
684 | |||
685 | # | ||
686 | # ISDN subsystem | ||
687 | # | ||
688 | # CONFIG_ISDN is not set | ||
689 | |||
690 | # | ||
691 | # Telephony Support | ||
692 | # | ||
693 | # CONFIG_PHONE is not set | ||
694 | |||
695 | # | ||
696 | # Input device support | ||
697 | # | ||
698 | CONFIG_INPUT=y | ||
699 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
700 | |||
701 | # | ||
702 | # Userland interfaces | ||
703 | # | ||
704 | CONFIG_INPUT_MOUSEDEV=y | ||
705 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
706 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
707 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
708 | CONFIG_INPUT_JOYDEV=y | ||
709 | # CONFIG_INPUT_TSDEV is not set | ||
710 | CONFIG_INPUT_EVDEV=y | ||
711 | # CONFIG_INPUT_EVBUG is not set | ||
712 | |||
713 | # | ||
714 | # Input Device Drivers | ||
715 | # | ||
716 | # CONFIG_INPUT_KEYBOARD is not set | ||
717 | # CONFIG_INPUT_MOUSE is not set | ||
718 | # CONFIG_INPUT_JOYSTICK is not set | ||
719 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
720 | # CONFIG_INPUT_MISC is not set | ||
721 | |||
722 | # | ||
723 | # Hardware I/O ports | ||
724 | # | ||
725 | CONFIG_SERIO=y | ||
726 | # CONFIG_SERIO_I8042 is not set | ||
727 | # CONFIG_SERIO_SERPORT is not set | ||
728 | # CONFIG_SERIO_PCIPS2 is not set | ||
729 | # CONFIG_SERIO_RAW is not set | ||
730 | # CONFIG_GAMEPORT is not set | ||
731 | |||
732 | # | ||
733 | # Character devices | ||
734 | # | ||
735 | CONFIG_VT=y | ||
736 | CONFIG_VT_CONSOLE=y | ||
737 | CONFIG_HW_CONSOLE=y | ||
738 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
739 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
740 | |||
741 | # | ||
742 | # Serial drivers | ||
743 | # | ||
744 | CONFIG_SERIAL_8250=y | ||
745 | CONFIG_SERIAL_8250_CONSOLE=y | ||
746 | CONFIG_SERIAL_8250_PCI=y | ||
747 | CONFIG_SERIAL_8250_PNP=y | ||
748 | CONFIG_SERIAL_8250_NR_UARTS=8 | ||
749 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
750 | CONFIG_SERIAL_8250_EXTENDED=y | ||
751 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
752 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | ||
753 | # CONFIG_SERIAL_8250_RSA is not set | ||
754 | |||
755 | # | ||
756 | # Non-8250 serial port support | ||
757 | # | ||
758 | CONFIG_SERIAL_CORE=y | ||
759 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
760 | # CONFIG_SERIAL_JSM is not set | ||
761 | CONFIG_UNIX98_PTYS=y | ||
762 | CONFIG_LEGACY_PTYS=y | ||
763 | CONFIG_LEGACY_PTY_COUNT=256 | ||
764 | |||
765 | # | ||
766 | # IPMI | ||
767 | # | ||
768 | # CONFIG_IPMI_HANDLER is not set | ||
769 | |||
770 | # | ||
771 | # Watchdog Cards | ||
772 | # | ||
773 | # CONFIG_WATCHDOG is not set | ||
774 | # CONFIG_HW_RANDOM is not set | ||
775 | CONFIG_EFI_RTC=y | 30 | CONFIG_EFI_RTC=y |
776 | # CONFIG_DTLK is not set | 31 | CONFIG_EFI_VARS=y |
777 | # CONFIG_R3964 is not set | 32 | CONFIG_EXPERIMENTAL=y |
778 | # CONFIG_APPLICOM is not set | ||
779 | CONFIG_AGP=y | ||
780 | CONFIG_AGP_HP_ZX1=y | ||
781 | CONFIG_DRM=y | ||
782 | # CONFIG_DRM_TDFX is not set | ||
783 | # CONFIG_DRM_R128 is not set | ||
784 | CONFIG_DRM_RADEON=y | ||
785 | # CONFIG_DRM_MGA is not set | ||
786 | # CONFIG_DRM_SIS is not set | ||
787 | # CONFIG_DRM_VIA is not set | ||
788 | # CONFIG_DRM_SAVAGE is not set | ||
789 | # CONFIG_RAW_DRIVER is not set | ||
790 | # CONFIG_HPET is not set | ||
791 | # CONFIG_HANGCHECK_TIMER is not set | ||
792 | |||
793 | # | ||
794 | # TPM devices | ||
795 | # | ||
796 | # CONFIG_TCG_TPM is not set | ||
797 | |||
798 | # | ||
799 | # I2C support | ||
800 | # | ||
801 | CONFIG_I2C=y | ||
802 | CONFIG_I2C_CHARDEV=y | ||
803 | |||
804 | # | ||
805 | # I2C Algorithms | ||
806 | # | ||
807 | CONFIG_I2C_ALGOBIT=y | ||
808 | CONFIG_I2C_ALGOPCF=y | ||
809 | # CONFIG_I2C_ALGOPCA is not set | ||
810 | |||
811 | # | ||
812 | # I2C Hardware Bus support | ||
813 | # | ||
814 | # CONFIG_I2C_ALI1535 is not set | ||
815 | # CONFIG_I2C_ALI1563 is not set | ||
816 | # CONFIG_I2C_ALI15X3 is not set | ||
817 | # CONFIG_I2C_AMD756 is not set | ||
818 | # CONFIG_I2C_AMD8111 is not set | ||
819 | # CONFIG_I2C_I801 is not set | ||
820 | # CONFIG_I2C_I810 is not set | ||
821 | # CONFIG_I2C_PIIX4 is not set | ||
822 | # CONFIG_I2C_NFORCE2 is not set | ||
823 | # CONFIG_I2C_OCORES is not set | ||
824 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
825 | # CONFIG_I2C_PASEMI is not set | ||
826 | # CONFIG_I2C_PROSAVAGE is not set | ||
827 | # CONFIG_I2C_SAVAGE4 is not set | ||
828 | # CONFIG_I2C_SIS5595 is not set | ||
829 | # CONFIG_I2C_SIS630 is not set | ||
830 | # CONFIG_I2C_SIS96X is not set | ||
831 | # CONFIG_I2C_STUB is not set | ||
832 | # CONFIG_I2C_VIA is not set | ||
833 | # CONFIG_I2C_VIAPRO is not set | ||
834 | # CONFIG_I2C_VOODOO3 is not set | ||
835 | # CONFIG_I2C_PCA_ISA is not set | ||
836 | |||
837 | # | ||
838 | # Miscellaneous I2C Chip support | ||
839 | # | ||
840 | # CONFIG_SENSORS_DS1337 is not set | ||
841 | # CONFIG_SENSORS_DS1374 is not set | ||
842 | # CONFIG_EEPROM_LEGACY is not set | ||
843 | # CONFIG_SENSORS_PCF8574 is not set | ||
844 | # CONFIG_SENSORS_PCA9539 is not set | ||
845 | # CONFIG_SENSORS_PCF8591 is not set | ||
846 | # CONFIG_SENSORS_MAX6875 is not set | ||
847 | # CONFIG_I2C_DEBUG_CORE is not set | ||
848 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
849 | # CONFIG_I2C_DEBUG_BUS is not set | ||
850 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
851 | |||
852 | # | ||
853 | # SPI support | ||
854 | # | ||
855 | # CONFIG_SPI is not set | ||
856 | # CONFIG_SPI_MASTER is not set | ||
857 | |||
858 | # | ||
859 | # Dallas's 1-wire bus | ||
860 | # | ||
861 | # CONFIG_W1 is not set | ||
862 | |||
863 | # | ||
864 | # Hardware Monitoring support | ||
865 | # | ||
866 | # CONFIG_HWMON is not set | ||
867 | # CONFIG_HWMON_VID is not set | ||
868 | |||
869 | # | ||
870 | # Multifunction device drivers | ||
871 | # | ||
872 | # CONFIG_MFD_SM501 is not set | ||
873 | |||
874 | # | ||
875 | # Multimedia devices | ||
876 | # | ||
877 | CONFIG_VIDEO_DEV=y | ||
878 | CONFIG_VIDEO_V4L1=y | ||
879 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
880 | CONFIG_VIDEO_V4L2=y | ||
881 | |||
882 | # | ||
883 | # Video Capture Adapters | ||
884 | # | ||
885 | |||
886 | # | ||
887 | # Video Capture Adapters | ||
888 | # | ||
889 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
890 | CONFIG_VIDEO_HELPER_CHIPS_AUTO=y | ||
891 | # CONFIG_VIDEO_VIVI is not set | ||
892 | # CONFIG_VIDEO_BT848 is not set | ||
893 | # CONFIG_VIDEO_CPIA is not set | ||
894 | # CONFIG_VIDEO_CPIA2 is not set | ||
895 | # CONFIG_VIDEO_SAA5246A is not set | ||
896 | # CONFIG_VIDEO_SAA5249 is not set | ||
897 | # CONFIG_TUNER_3036 is not set | ||
898 | # CONFIG_VIDEO_STRADIS is not set | ||
899 | # CONFIG_VIDEO_ZORAN is not set | ||
900 | # CONFIG_VIDEO_SAA7134 is not set | ||
901 | # CONFIG_VIDEO_MXB is not set | ||
902 | # CONFIG_VIDEO_DPC is not set | ||
903 | # CONFIG_VIDEO_HEXIUM_ORION is not set | ||
904 | # CONFIG_VIDEO_HEXIUM_GEMINI is not set | ||
905 | # CONFIG_VIDEO_CX88 is not set | ||
906 | # CONFIG_VIDEO_CAFE_CCIC is not set | ||
907 | |||
908 | # | ||
909 | # V4L USB devices | ||
910 | # | ||
911 | # CONFIG_VIDEO_PVRUSB2 is not set | ||
912 | # CONFIG_VIDEO_EM28XX is not set | ||
913 | # CONFIG_VIDEO_USBVISION is not set | ||
914 | # CONFIG_USB_VICAM is not set | ||
915 | # CONFIG_USB_IBMCAM is not set | ||
916 | # CONFIG_USB_KONICAWC is not set | ||
917 | # CONFIG_USB_QUICKCAM_MESSENGER is not set | ||
918 | # CONFIG_USB_ET61X251 is not set | ||
919 | # CONFIG_VIDEO_OVCAMCHIP is not set | ||
920 | # CONFIG_USB_W9968CF is not set | ||
921 | # CONFIG_USB_OV511 is not set | ||
922 | # CONFIG_USB_SE401 is not set | ||
923 | # CONFIG_USB_SN9C102 is not set | ||
924 | # CONFIG_USB_STV680 is not set | ||
925 | # CONFIG_USB_ZC0301 is not set | ||
926 | # CONFIG_USB_PWC is not set | ||
927 | |||
928 | # | ||
929 | # Radio Adapters | ||
930 | # | ||
931 | # CONFIG_RADIO_GEMTEK_PCI is not set | ||
932 | # CONFIG_RADIO_MAXIRADIO is not set | ||
933 | # CONFIG_RADIO_MAESTRO is not set | ||
934 | # CONFIG_USB_DSBR is not set | ||
935 | |||
936 | # | ||
937 | # Digital Video Broadcasting Devices | ||
938 | # | ||
939 | # CONFIG_DVB is not set | ||
940 | # CONFIG_USB_DABUSB is not set | ||
941 | |||
942 | # | ||
943 | # Graphics support | ||
944 | # | ||
945 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
946 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
947 | CONFIG_LCD_CLASS_DEVICE=m | ||
948 | CONFIG_FB=y | ||
949 | # CONFIG_FIRMWARE_EDID is not set | ||
950 | CONFIG_FB_DDC=y | ||
951 | CONFIG_FB_CFB_FILLRECT=y | ||
952 | CONFIG_FB_CFB_COPYAREA=y | ||
953 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
954 | # CONFIG_FB_SVGALIB is not set | ||
955 | # CONFIG_FB_MACMODES is not set | ||
956 | CONFIG_FB_BACKLIGHT=y | ||
957 | CONFIG_FB_MODE_HELPERS=y | ||
958 | # CONFIG_FB_TILEBLITTING is not set | ||
959 | |||
960 | # | ||
961 | # Frambuffer hardware drivers | ||
962 | # | ||
963 | # CONFIG_FB_CIRRUS is not set | ||
964 | # CONFIG_FB_PM2 is not set | ||
965 | # CONFIG_FB_CYBER2000 is not set | ||
966 | # CONFIG_FB_ASILIANT is not set | ||
967 | # CONFIG_FB_IMSTT is not set | ||
968 | # CONFIG_FB_S1D13XXX is not set | ||
969 | # CONFIG_FB_NVIDIA is not set | ||
970 | # CONFIG_FB_RIVA is not set | ||
971 | # CONFIG_FB_MATROX is not set | ||
972 | CONFIG_FB_RADEON=y | ||
973 | CONFIG_FB_RADEON_I2C=y | ||
974 | CONFIG_FB_RADEON_BACKLIGHT=y | ||
975 | CONFIG_FB_RADEON_DEBUG=y | ||
976 | # CONFIG_FB_ATY128 is not set | ||
977 | # CONFIG_FB_ATY is not set | ||
978 | # CONFIG_FB_S3 is not set | ||
979 | # CONFIG_FB_SAVAGE is not set | ||
980 | # CONFIG_FB_SIS is not set | ||
981 | # CONFIG_FB_NEOMAGIC is not set | ||
982 | # CONFIG_FB_KYRO is not set | ||
983 | # CONFIG_FB_3DFX is not set | ||
984 | # CONFIG_FB_VOODOO1 is not set | ||
985 | # CONFIG_FB_TRIDENT is not set | ||
986 | # CONFIG_FB_VIRTUAL is not set | ||
987 | |||
988 | # | ||
989 | # Console display driver support | ||
990 | # | ||
991 | CONFIG_VGA_CONSOLE=y | ||
992 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | ||
993 | CONFIG_DUMMY_CONSOLE=y | ||
994 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
995 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
996 | # CONFIG_FONTS is not set | ||
997 | CONFIG_FONT_8x8=y | ||
998 | CONFIG_FONT_8x16=y | ||
999 | |||
1000 | # | ||
1001 | # Logo configuration | ||
1002 | # | ||
1003 | CONFIG_LOGO=y | ||
1004 | # CONFIG_LOGO_LINUX_MONO is not set | ||
1005 | # CONFIG_LOGO_LINUX_VGA16 is not set | ||
1006 | CONFIG_LOGO_LINUX_CLUT224=y | ||
1007 | |||
1008 | # | ||
1009 | # Sound | ||
1010 | # | ||
1011 | CONFIG_SOUND=y | ||
1012 | |||
1013 | # | ||
1014 | # Advanced Linux Sound Architecture | ||
1015 | # | ||
1016 | CONFIG_SND=y | ||
1017 | CONFIG_SND_TIMER=y | ||
1018 | CONFIG_SND_PCM=y | ||
1019 | CONFIG_SND_HWDEP=y | ||
1020 | CONFIG_SND_RAWMIDI=y | ||
1021 | CONFIG_SND_SEQUENCER=y | ||
1022 | # CONFIG_SND_SEQ_DUMMY is not set | ||
1023 | CONFIG_SND_OSSEMUL=y | ||
1024 | CONFIG_SND_MIXER_OSS=y | ||
1025 | CONFIG_SND_PCM_OSS=y | ||
1026 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
1027 | CONFIG_SND_SEQUENCER_OSS=y | ||
1028 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1029 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1030 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1031 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
1032 | # CONFIG_SND_DEBUG is not set | ||
1033 | |||
1034 | # | ||
1035 | # Generic devices | ||
1036 | # | ||
1037 | CONFIG_SND_MPU401_UART=y | ||
1038 | CONFIG_SND_OPL3_LIB=y | ||
1039 | CONFIG_SND_AC97_CODEC=y | ||
1040 | # CONFIG_SND_DUMMY is not set | ||
1041 | # CONFIG_SND_VIRMIDI is not set | ||
1042 | # CONFIG_SND_MTPAV is not set | ||
1043 | # CONFIG_SND_SERIAL_U16550 is not set | ||
1044 | # CONFIG_SND_MPU401 is not set | ||
1045 | |||
1046 | # | ||
1047 | # PCI devices | ||
1048 | # | ||
1049 | # CONFIG_SND_AD1889 is not set | ||
1050 | # CONFIG_SND_ALS300 is not set | ||
1051 | # CONFIG_SND_ALI5451 is not set | ||
1052 | # CONFIG_SND_ATIIXP is not set | ||
1053 | # CONFIG_SND_ATIIXP_MODEM is not set | ||
1054 | # CONFIG_SND_AU8810 is not set | ||
1055 | # CONFIG_SND_AU8820 is not set | ||
1056 | # CONFIG_SND_AU8830 is not set | ||
1057 | # CONFIG_SND_AZT3328 is not set | ||
1058 | # CONFIG_SND_BT87X is not set | ||
1059 | # CONFIG_SND_CA0106 is not set | ||
1060 | # CONFIG_SND_CMIPCI is not set | ||
1061 | # CONFIG_SND_CS4281 is not set | ||
1062 | # CONFIG_SND_CS46XX is not set | ||
1063 | # CONFIG_SND_DARLA20 is not set | ||
1064 | # CONFIG_SND_GINA20 is not set | ||
1065 | # CONFIG_SND_LAYLA20 is not set | ||
1066 | # CONFIG_SND_DARLA24 is not set | ||
1067 | # CONFIG_SND_GINA24 is not set | ||
1068 | # CONFIG_SND_LAYLA24 is not set | ||
1069 | # CONFIG_SND_MONA is not set | ||
1070 | # CONFIG_SND_MIA is not set | ||
1071 | # CONFIG_SND_ECHO3G is not set | ||
1072 | # CONFIG_SND_INDIGO is not set | ||
1073 | # CONFIG_SND_INDIGOIO is not set | ||
1074 | # CONFIG_SND_INDIGODJ is not set | ||
1075 | # CONFIG_SND_EMU10K1 is not set | ||
1076 | # CONFIG_SND_EMU10K1X is not set | ||
1077 | # CONFIG_SND_ENS1370 is not set | ||
1078 | # CONFIG_SND_ENS1371 is not set | ||
1079 | # CONFIG_SND_ES1938 is not set | ||
1080 | # CONFIG_SND_ES1968 is not set | ||
1081 | CONFIG_SND_FM801=y | ||
1082 | # CONFIG_SND_FM801_TEA575X_BOOL is not set | ||
1083 | # CONFIG_SND_HDA_INTEL is not set | ||
1084 | # CONFIG_SND_HDSP is not set | ||
1085 | # CONFIG_SND_HDSPM is not set | ||
1086 | # CONFIG_SND_ICE1712 is not set | ||
1087 | # CONFIG_SND_ICE1724 is not set | ||
1088 | # CONFIG_SND_INTEL8X0 is not set | ||
1089 | # CONFIG_SND_INTEL8X0M is not set | ||
1090 | # CONFIG_SND_KORG1212 is not set | ||
1091 | # CONFIG_SND_MAESTRO3 is not set | ||
1092 | # CONFIG_SND_MIXART is not set | ||
1093 | # CONFIG_SND_NM256 is not set | ||
1094 | # CONFIG_SND_PCXHR is not set | ||
1095 | # CONFIG_SND_RIPTIDE is not set | ||
1096 | # CONFIG_SND_RME32 is not set | ||
1097 | # CONFIG_SND_RME96 is not set | ||
1098 | # CONFIG_SND_RME9652 is not set | ||
1099 | # CONFIG_SND_SONICVIBES is not set | ||
1100 | # CONFIG_SND_TRIDENT is not set | ||
1101 | # CONFIG_SND_VIA82XX is not set | ||
1102 | # CONFIG_SND_VIA82XX_MODEM is not set | ||
1103 | # CONFIG_SND_VX222 is not set | ||
1104 | # CONFIG_SND_YMFPCI is not set | ||
1105 | # CONFIG_SND_AC97_POWER_SAVE is not set | ||
1106 | |||
1107 | # | ||
1108 | # USB devices | ||
1109 | # | ||
1110 | # CONFIG_SND_USB_AUDIO is not set | ||
1111 | |||
1112 | # | ||
1113 | # SoC audio support | ||
1114 | # | ||
1115 | # CONFIG_SND_SOC is not set | ||
1116 | |||
1117 | # | ||
1118 | # Open Sound System | ||
1119 | # | ||
1120 | # CONFIG_SOUND_PRIME is not set | ||
1121 | CONFIG_AC97_BUS=y | ||
1122 | |||
1123 | # | ||
1124 | # HID Devices | ||
1125 | # | ||
1126 | CONFIG_HID=y | ||
1127 | # CONFIG_HID_DEBUG is not set | ||
1128 | |||
1129 | # | ||
1130 | # USB support | ||
1131 | # | ||
1132 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1133 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
1134 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
1135 | CONFIG_USB=y | ||
1136 | # CONFIG_USB_DEBUG is not set | ||
1137 | |||
1138 | # | ||
1139 | # Miscellaneous USB options | ||
1140 | # | ||
1141 | # CONFIG_USB_DEVICEFS is not set | ||
1142 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1143 | # CONFIG_USB_SUSPEND is not set | ||
1144 | # CONFIG_USB_OTG is not set | ||
1145 | |||
1146 | # | ||
1147 | # USB Host Controller Drivers | ||
1148 | # | ||
1149 | CONFIG_USB_EHCI_HCD=y | ||
1150 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | ||
1151 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
1152 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
1153 | # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set | ||
1154 | # CONFIG_USB_ISP116X_HCD is not set | ||
1155 | CONFIG_USB_OHCI_HCD=y | ||
1156 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
1157 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
1158 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
1159 | CONFIG_USB_UHCI_HCD=y | ||
1160 | # CONFIG_USB_SL811_HCD is not set | ||
1161 | |||
1162 | # | ||
1163 | # USB Device Class drivers | ||
1164 | # | ||
1165 | # CONFIG_USB_ACM is not set | ||
1166 | # CONFIG_USB_PRINTER is not set | ||
1167 | |||
1168 | # | ||
1169 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
1170 | # | ||
1171 | |||
1172 | # | ||
1173 | # may also be needed; see USB_STORAGE Help for more information | ||
1174 | # | ||
1175 | CONFIG_USB_STORAGE=y | ||
1176 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1177 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1178 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1179 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1180 | # CONFIG_USB_STORAGE_DPCM is not set | ||
1181 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1182 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1183 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1184 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1185 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1186 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1187 | # CONFIG_USB_LIBUSUAL is not set | ||
1188 | |||
1189 | # | ||
1190 | # USB Input Devices | ||
1191 | # | ||
1192 | CONFIG_USB_HID=y | ||
1193 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
1194 | # CONFIG_HID_FF is not set | ||
1195 | CONFIG_USB_HIDDEV=y | ||
1196 | # CONFIG_USB_AIPTEK is not set | ||
1197 | # CONFIG_USB_WACOM is not set | ||
1198 | # CONFIG_USB_ACECAD is not set | ||
1199 | # CONFIG_USB_KBTAB is not set | ||
1200 | # CONFIG_USB_POWERMATE is not set | ||
1201 | # CONFIG_USB_TOUCHSCREEN is not set | ||
1202 | # CONFIG_USB_YEALINK is not set | ||
1203 | # CONFIG_USB_XPAD is not set | ||
1204 | # CONFIG_USB_ATI_REMOTE is not set | ||
1205 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1206 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1207 | # CONFIG_USB_APPLETOUCH is not set | ||
1208 | # CONFIG_USB_GTCO is not set | ||
1209 | |||
1210 | # | ||
1211 | # USB Imaging devices | ||
1212 | # | ||
1213 | # CONFIG_USB_MDC800 is not set | ||
1214 | # CONFIG_USB_MICROTEK is not set | ||
1215 | |||
1216 | # | ||
1217 | # USB Network Adapters | ||
1218 | # | ||
1219 | # CONFIG_USB_CATC is not set | ||
1220 | # CONFIG_USB_KAWETH is not set | ||
1221 | # CONFIG_USB_PEGASUS is not set | ||
1222 | # CONFIG_USB_RTL8150 is not set | ||
1223 | # CONFIG_USB_USBNET_MII is not set | ||
1224 | # CONFIG_USB_USBNET is not set | ||
1225 | CONFIG_USB_MON=y | ||
1226 | |||
1227 | # | ||
1228 | # USB port drivers | ||
1229 | # | ||
1230 | |||
1231 | # | ||
1232 | # USB Serial Converter support | ||
1233 | # | ||
1234 | # CONFIG_USB_SERIAL is not set | ||
1235 | |||
1236 | # | ||
1237 | # USB Miscellaneous drivers | ||
1238 | # | ||
1239 | # CONFIG_USB_EMI62 is not set | ||
1240 | # CONFIG_USB_EMI26 is not set | ||
1241 | # CONFIG_USB_ADUTUX is not set | ||
1242 | # CONFIG_USB_AUERSWALD is not set | ||
1243 | # CONFIG_USB_RIO500 is not set | ||
1244 | # CONFIG_USB_LEGOTOWER is not set | ||
1245 | # CONFIG_USB_LCD is not set | ||
1246 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1247 | # CONFIG_USB_LED is not set | ||
1248 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1249 | # CONFIG_USB_CYTHERM is not set | ||
1250 | # CONFIG_USB_PHIDGET is not set | ||
1251 | # CONFIG_USB_IDMOUSE is not set | ||
1252 | # CONFIG_USB_FTDI_ELAN is not set | ||
1253 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1254 | # CONFIG_USB_SISUSBVGA is not set | ||
1255 | # CONFIG_USB_LD is not set | ||
1256 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1257 | # CONFIG_USB_IOWARRIOR is not set | ||
1258 | |||
1259 | # | ||
1260 | # USB DSL modem support | ||
1261 | # | ||
1262 | |||
1263 | # | ||
1264 | # USB Gadget Support | ||
1265 | # | ||
1266 | # CONFIG_USB_GADGET is not set | ||
1267 | |||
1268 | # | ||
1269 | # MMC/SD Card support | ||
1270 | # | ||
1271 | # CONFIG_MMC is not set | ||
1272 | |||
1273 | # | ||
1274 | # LED devices | ||
1275 | # | ||
1276 | # CONFIG_NEW_LEDS is not set | ||
1277 | |||
1278 | # | ||
1279 | # LED drivers | ||
1280 | # | ||
1281 | |||
1282 | # | ||
1283 | # LED Triggers | ||
1284 | # | ||
1285 | |||
1286 | # | ||
1287 | # InfiniBand support | ||
1288 | # | ||
1289 | # CONFIG_INFINIBAND is not set | ||
1290 | |||
1291 | # | ||
1292 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
1293 | # | ||
1294 | |||
1295 | # | ||
1296 | # Real Time Clock | ||
1297 | # | ||
1298 | # CONFIG_RTC_CLASS is not set | ||
1299 | |||
1300 | # | ||
1301 | # DMA Engine support | ||
1302 | # | ||
1303 | # CONFIG_DMA_ENGINE is not set | ||
1304 | |||
1305 | # | ||
1306 | # DMA Clients | ||
1307 | # | ||
1308 | |||
1309 | # | ||
1310 | # DMA Devices | ||
1311 | # | ||
1312 | |||
1313 | # | ||
1314 | # Auxiliary Display support | ||
1315 | # | ||
1316 | |||
1317 | # | ||
1318 | # Virtualization | ||
1319 | # | ||
1320 | # CONFIG_MSPEC is not set | ||
1321 | |||
1322 | # | ||
1323 | # File systems | ||
1324 | # | ||
1325 | CONFIG_EXT2_FS=y | ||
1326 | CONFIG_EXT2_FS_XATTR=y | 33 | CONFIG_EXT2_FS_XATTR=y |
1327 | # CONFIG_EXT2_FS_POSIX_ACL is not set | 34 | CONFIG_EXT2_FS=y |
1328 | # CONFIG_EXT2_FS_SECURITY is not set | ||
1329 | # CONFIG_EXT2_FS_XIP is not set | ||
1330 | CONFIG_EXT3_FS=y | 35 | CONFIG_EXT3_FS=y |
1331 | CONFIG_EXT3_FS_XATTR=y | 36 | CONFIG_FB_RADEON_DEBUG=y |
1332 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 37 | CONFIG_FB_RADEON=y |
1333 | # CONFIG_EXT3_FS_SECURITY is not set | 38 | CONFIG_FLATMEM_MANUAL=y |
1334 | # CONFIG_EXT4DEV_FS is not set | 39 | CONFIG_FUSION_CTL=m |
1335 | CONFIG_JBD=y | 40 | CONFIG_FUSION_FC=y |
1336 | # CONFIG_JBD_DEBUG is not set | 41 | CONFIG_FUSION_SPI=y |
1337 | CONFIG_FS_MBCACHE=y | 42 | CONFIG_FUSION=y |
1338 | # CONFIG_REISERFS_FS is not set | 43 | CONFIG_HOTPLUG_CPU=y |
1339 | # CONFIG_JFS_FS is not set | 44 | CONFIG_HOTPLUG_PCI_ACPI=y |
1340 | # CONFIG_FS_POSIX_ACL is not set | 45 | CONFIG_HOTPLUG_PCI=y |
1341 | # CONFIG_XFS_FS is not set | 46 | CONFIG_HUGETLBFS=y |
1342 | # CONFIG_GFS2_FS is not set | 47 | # CONFIG_HWMON is not set |
1343 | # CONFIG_OCFS2_FS is not set | 48 | # CONFIG_HW_RANDOM is not set |
1344 | # CONFIG_MINIX_FS is not set | 49 | CONFIG_I2C_CHARDEV=y |
1345 | # CONFIG_ROMFS_FS is not set | 50 | CONFIG_IA64_HP_ZX1=y |
1346 | # CONFIG_INOTIFY is not set | 51 | CONFIG_IA64_MCA_RECOVERY=y |
1347 | # CONFIG_QUOTA is not set | 52 | CONFIG_IA64_PALINFO=y |
1348 | CONFIG_DNOTIFY=y | 53 | CONFIG_IA64_PRINT_HAZARDS=y |
1349 | CONFIG_AUTOFS_FS=y | 54 | CONFIG_IDE=y |
1350 | # CONFIG_AUTOFS4_FS is not set | 55 | CONFIG_INET=y |
1351 | # CONFIG_FUSE_FS is not set | 56 | CONFIG_INPUT_EVDEV=y |
1352 | 57 | CONFIG_INPUT_JOYDEV=y | |
1353 | # | 58 | # CONFIG_INPUT_KEYBOARD is not set |
1354 | # CD-ROM/DVD Filesystems | 59 | # CONFIG_INPUT_MOUSE is not set |
1355 | # | 60 | CONFIG_IP_MULTICAST=y |
61 | # CONFIG_IPV6 is not set | ||
1356 | CONFIG_ISO9660_FS=y | 62 | CONFIG_ISO9660_FS=y |
1357 | CONFIG_JOLIET=y | 63 | CONFIG_JOLIET=y |
1358 | # CONFIG_ZISOFS is not set | 64 | CONFIG_KPROBES=y |
1359 | CONFIG_UDF_FS=y | 65 | # CONFIG_LOGO_LINUX_MONO is not set |
1360 | CONFIG_UDF_NLS=y | 66 | # CONFIG_LOGO_LINUX_VGA16 is not set |
1361 | 67 | CONFIG_LOGO=y | |
1362 | # | 68 | CONFIG_MAGIC_SYSRQ=y |
1363 | # DOS/FAT/NT Filesystems | 69 | CONFIG_MCKINLEY=y |
1364 | # | 70 | CONFIG_MODULES=y |
1365 | CONFIG_FAT_FS=y | ||
1366 | CONFIG_MSDOS_FS=y | 71 | CONFIG_MSDOS_FS=y |
1367 | CONFIG_VFAT_FS=y | 72 | CONFIG_NETDEVICES=y |
1368 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | 73 | CONFIG_NET_ETHERNET=y |
1369 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | 74 | CONFIG_NETFILTER=y |
1370 | # CONFIG_NTFS_FS is not set | 75 | CONFIG_NET_PCI=y |
1371 | 76 | CONFIG_NET_TULIP=y | |
1372 | # | 77 | CONFIG_NFSD_V3=y |
1373 | # Pseudo filesystems | 78 | CONFIG_NFSD=y |
1374 | # | ||
1375 | CONFIG_PROC_FS=y | ||
1376 | CONFIG_PROC_KCORE=y | ||
1377 | CONFIG_PROC_VMCORE=y | ||
1378 | CONFIG_PROC_SYSCTL=y | ||
1379 | CONFIG_SYSFS=y | ||
1380 | CONFIG_TMPFS=y | ||
1381 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1382 | CONFIG_HUGETLBFS=y | ||
1383 | CONFIG_HUGETLB_PAGE=y | ||
1384 | CONFIG_RAMFS=y | ||
1385 | # CONFIG_CONFIGFS_FS is not set | ||
1386 | |||
1387 | # | ||
1388 | # Miscellaneous filesystems | ||
1389 | # | ||
1390 | # CONFIG_ADFS_FS is not set | ||
1391 | # CONFIG_AFFS_FS is not set | ||
1392 | # CONFIG_HFS_FS is not set | ||
1393 | # CONFIG_HFSPLUS_FS is not set | ||
1394 | # CONFIG_BEFS_FS is not set | ||
1395 | # CONFIG_BFS_FS is not set | ||
1396 | # CONFIG_EFS_FS is not set | ||
1397 | # CONFIG_CRAMFS is not set | ||
1398 | # CONFIG_VXFS_FS is not set | ||
1399 | # CONFIG_HPFS_FS is not set | ||
1400 | # CONFIG_QNX4FS_FS is not set | ||
1401 | # CONFIG_SYSV_FS is not set | ||
1402 | # CONFIG_UFS_FS is not set | ||
1403 | |||
1404 | # | ||
1405 | # Network File Systems | ||
1406 | # | ||
1407 | CONFIG_NFS_FS=y | 79 | CONFIG_NFS_FS=y |
1408 | CONFIG_NFS_V3=y | 80 | CONFIG_NFS_V3=y |
1409 | # CONFIG_NFS_V3_ACL is not set | ||
1410 | CONFIG_NFS_V4=y | 81 | CONFIG_NFS_V4=y |
1411 | # CONFIG_NFS_DIRECTIO is not set | 82 | CONFIG_NLS_CODEPAGE_1251=y |
1412 | CONFIG_NFSD=y | ||
1413 | CONFIG_NFSD_V3=y | ||
1414 | # CONFIG_NFSD_V3_ACL is not set | ||
1415 | # CONFIG_NFSD_V4 is not set | ||
1416 | # CONFIG_NFSD_TCP is not set | ||
1417 | CONFIG_LOCKD=y | ||
1418 | CONFIG_LOCKD_V4=y | ||
1419 | CONFIG_EXPORTFS=y | ||
1420 | CONFIG_NFS_COMMON=y | ||
1421 | CONFIG_SUNRPC=y | ||
1422 | CONFIG_SUNRPC_GSS=y | ||
1423 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1424 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1425 | # CONFIG_SMB_FS is not set | ||
1426 | # CONFIG_CIFS is not set | ||
1427 | # CONFIG_NCP_FS is not set | ||
1428 | # CONFIG_CODA_FS is not set | ||
1429 | # CONFIG_AFS_FS is not set | ||
1430 | # CONFIG_9P_FS is not set | ||
1431 | |||
1432 | # | ||
1433 | # Partition Types | ||
1434 | # | ||
1435 | CONFIG_PARTITION_ADVANCED=y | ||
1436 | # CONFIG_ACORN_PARTITION is not set | ||
1437 | # CONFIG_OSF_PARTITION is not set | ||
1438 | # CONFIG_AMIGA_PARTITION is not set | ||
1439 | # CONFIG_ATARI_PARTITION is not set | ||
1440 | # CONFIG_MAC_PARTITION is not set | ||
1441 | CONFIG_MSDOS_PARTITION=y | ||
1442 | # CONFIG_BSD_DISKLABEL is not set | ||
1443 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1444 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1445 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1446 | # CONFIG_LDM_PARTITION is not set | ||
1447 | # CONFIG_SGI_PARTITION is not set | ||
1448 | # CONFIG_ULTRIX_PARTITION is not set | ||
1449 | # CONFIG_SUN_PARTITION is not set | ||
1450 | # CONFIG_KARMA_PARTITION is not set | ||
1451 | CONFIG_EFI_PARTITION=y | ||
1452 | |||
1453 | # | ||
1454 | # Native Language Support | ||
1455 | # | ||
1456 | CONFIG_NLS=y | ||
1457 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1458 | CONFIG_NLS_CODEPAGE_437=y | 83 | CONFIG_NLS_CODEPAGE_437=y |
1459 | CONFIG_NLS_CODEPAGE_737=y | 84 | CONFIG_NLS_CODEPAGE_737=y |
1460 | CONFIG_NLS_CODEPAGE_775=y | 85 | CONFIG_NLS_CODEPAGE_775=y |
@@ -1470,15 +95,14 @@ CONFIG_NLS_CODEPAGE_864=y | |||
1470 | CONFIG_NLS_CODEPAGE_865=y | 95 | CONFIG_NLS_CODEPAGE_865=y |
1471 | CONFIG_NLS_CODEPAGE_866=y | 96 | CONFIG_NLS_CODEPAGE_866=y |
1472 | CONFIG_NLS_CODEPAGE_869=y | 97 | CONFIG_NLS_CODEPAGE_869=y |
1473 | CONFIG_NLS_CODEPAGE_936=y | 98 | CONFIG_NLS_CODEPAGE_874=y |
1474 | CONFIG_NLS_CODEPAGE_950=y | ||
1475 | CONFIG_NLS_CODEPAGE_932=y | 99 | CONFIG_NLS_CODEPAGE_932=y |
100 | CONFIG_NLS_CODEPAGE_936=y | ||
1476 | CONFIG_NLS_CODEPAGE_949=y | 101 | CONFIG_NLS_CODEPAGE_949=y |
1477 | CONFIG_NLS_CODEPAGE_874=y | 102 | CONFIG_NLS_CODEPAGE_950=y |
1478 | CONFIG_NLS_ISO8859_8=y | 103 | CONFIG_NLS_ISO8859_13=y |
1479 | # CONFIG_NLS_CODEPAGE_1250 is not set | 104 | CONFIG_NLS_ISO8859_14=y |
1480 | CONFIG_NLS_CODEPAGE_1251=y | 105 | CONFIG_NLS_ISO8859_15=y |
1481 | # CONFIG_NLS_ASCII is not set | ||
1482 | CONFIG_NLS_ISO8859_1=y | 106 | CONFIG_NLS_ISO8859_1=y |
1483 | CONFIG_NLS_ISO8859_2=y | 107 | CONFIG_NLS_ISO8859_2=y |
1484 | CONFIG_NLS_ISO8859_3=y | 108 | CONFIG_NLS_ISO8859_3=y |
@@ -1486,125 +110,52 @@ CONFIG_NLS_ISO8859_4=y | |||
1486 | CONFIG_NLS_ISO8859_5=y | 110 | CONFIG_NLS_ISO8859_5=y |
1487 | CONFIG_NLS_ISO8859_6=y | 111 | CONFIG_NLS_ISO8859_6=y |
1488 | CONFIG_NLS_ISO8859_7=y | 112 | CONFIG_NLS_ISO8859_7=y |
113 | CONFIG_NLS_ISO8859_8=y | ||
1489 | CONFIG_NLS_ISO8859_9=y | 114 | CONFIG_NLS_ISO8859_9=y |
1490 | CONFIG_NLS_ISO8859_13=y | ||
1491 | CONFIG_NLS_ISO8859_14=y | ||
1492 | CONFIG_NLS_ISO8859_15=y | ||
1493 | CONFIG_NLS_KOI8_R=y | 115 | CONFIG_NLS_KOI8_R=y |
1494 | CONFIG_NLS_KOI8_U=y | 116 | CONFIG_NLS_KOI8_U=y |
1495 | CONFIG_NLS_UTF8=y | 117 | CONFIG_NLS_UTF8=y |
1496 | 118 | CONFIG_NR_CPUS=16 | |
1497 | # | 119 | CONFIG_PACKET=y |
1498 | # Distributed Lock Manager | 120 | CONFIG_PARTITION_ADVANCED=y |
1499 | # | 121 | CONFIG_PERFMON=y |
1500 | # CONFIG_DLM is not set | 122 | CONFIG_PROC_KCORE=y |
1501 | 123 | CONFIG_SCSI_CONSTANTS=y | |
1502 | # | 124 | CONFIG_SCSI_LOGGING=y |
1503 | # Library routines | 125 | CONFIG_SCSI_MULTI_LUN=y |
1504 | # | 126 | CONFIG_SCSI_QLOGIC_1280=y |
1505 | CONFIG_BITREVERSE=y | 127 | CONFIG_SCSI_SYM53C8XX_2=y |
1506 | # CONFIG_CRC_CCITT is not set | 128 | CONFIG_SCSI=y |
1507 | # CONFIG_CRC16 is not set | 129 | CONFIG_SERIAL_8250_CONSOLE=y |
1508 | CONFIG_CRC32=y | 130 | CONFIG_SERIAL_8250_EXTENDED=y |
1509 | # CONFIG_LIBCRC32C is not set | 131 | CONFIG_SERIAL_8250_NR_UARTS=8 |
1510 | CONFIG_PLIST=y | 132 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
1511 | CONFIG_HAS_IOMEM=y | 133 | CONFIG_SERIAL_8250=y |
1512 | CONFIG_HAS_IOPORT=y | 134 | # CONFIG_SERIO_I8042 is not set |
1513 | CONFIG_GENERIC_HARDIRQS=y | 135 | # CONFIG_SERIO_SERPORT is not set |
1514 | CONFIG_GENERIC_IRQ_PROBE=y | 136 | CONFIG_SMP=y |
1515 | CONFIG_GENERIC_PENDING_IRQ=y | 137 | CONFIG_SND_FM801=y |
1516 | CONFIG_IRQ_PER_CPU=y | 138 | CONFIG_SND_MIXER_OSS=y |
1517 | 139 | CONFIG_SND_PCM_OSS=y | |
1518 | # | 140 | CONFIG_SND_SEQUENCER_OSS=y |
1519 | # Instrumentation Support | 141 | CONFIG_SND_SEQUENCER=y |
1520 | # | 142 | CONFIG_SND=y |
1521 | # CONFIG_PROFILING is not set | 143 | CONFIG_SOUND=y |
1522 | CONFIG_KPROBES=y | 144 | CONFIG_SYSVIPC=y |
1523 | 145 | CONFIG_TIGON3=y | |
1524 | # | 146 | CONFIG_TMPFS=y |
1525 | # Kernel hacking | 147 | CONFIG_TULIP_MMIO=y |
1526 | # | 148 | CONFIG_TULIP_MWI=y |
1527 | # CONFIG_PRINTK_TIME is not set | 149 | CONFIG_TULIP_NAPI_HW_MITIGATION=y |
1528 | CONFIG_ENABLE_MUST_CHECK=y | 150 | CONFIG_TULIP_NAPI=y |
1529 | CONFIG_MAGIC_SYSRQ=y | 151 | CONFIG_TULIP=y |
1530 | # CONFIG_UNUSED_SYMBOLS is not set | 152 | CONFIG_UDF_FS=y |
1531 | # CONFIG_DEBUG_FS is not set | 153 | CONFIG_UNIX=y |
1532 | # CONFIG_HEADERS_CHECK is not set | 154 | CONFIG_USB_EHCI_HCD=y |
1533 | CONFIG_DEBUG_KERNEL=y | 155 | CONFIG_USB_HIDDEV=y |
1534 | # CONFIG_DEBUG_SHIRQ is not set | 156 | CONFIG_USB_MON=y |
1535 | CONFIG_LOG_BUF_SHIFT=17 | 157 | CONFIG_USB_OHCI_HCD=y |
1536 | CONFIG_DETECT_SOFTLOCKUP=y | 158 | CONFIG_USB_STORAGE=y |
1537 | # CONFIG_SCHEDSTATS is not set | 159 | CONFIG_USB_UHCI_HCD=y |
1538 | # CONFIG_TIMER_STATS is not set | 160 | CONFIG_USB=y |
1539 | # CONFIG_DEBUG_SLAB is not set | 161 | CONFIG_VFAT_FS=y |
1540 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1541 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1542 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1543 | CONFIG_DEBUG_MUTEXES=y | ||
1544 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1545 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1546 | # CONFIG_DEBUG_KOBJECT is not set | ||
1547 | # CONFIG_DEBUG_INFO is not set | ||
1548 | # CONFIG_DEBUG_VM is not set | ||
1549 | # CONFIG_DEBUG_LIST is not set | ||
1550 | CONFIG_FORCED_INLINING=y | ||
1551 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1552 | # CONFIG_LKDTM is not set | ||
1553 | # CONFIG_FAULT_INJECTION is not set | ||
1554 | CONFIG_IA64_GRANULE_16MB=y | ||
1555 | # CONFIG_IA64_GRANULE_64MB is not set | ||
1556 | CONFIG_IA64_PRINT_HAZARDS=y | ||
1557 | # CONFIG_DISABLE_VHPT is not set | ||
1558 | # CONFIG_IA64_DEBUG_CMPXCHG is not set | ||
1559 | # CONFIG_IA64_DEBUG_IRQ is not set | ||
1560 | CONFIG_SYSVIPC_COMPAT=y | ||
1561 | |||
1562 | # | ||
1563 | # Security options | ||
1564 | # | ||
1565 | # CONFIG_KEYS is not set | ||
1566 | # CONFIG_SECURITY is not set | ||
1567 | |||
1568 | # | ||
1569 | # Cryptographic options | ||
1570 | # | ||
1571 | CONFIG_CRYPTO=y | ||
1572 | CONFIG_CRYPTO_ALGAPI=y | ||
1573 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1574 | CONFIG_CRYPTO_MANAGER=y | ||
1575 | # CONFIG_CRYPTO_HMAC is not set | ||
1576 | # CONFIG_CRYPTO_XCBC is not set | ||
1577 | # CONFIG_CRYPTO_NULL is not set | ||
1578 | # CONFIG_CRYPTO_MD4 is not set | ||
1579 | CONFIG_CRYPTO_MD5=y | ||
1580 | # CONFIG_CRYPTO_SHA1 is not set | ||
1581 | # CONFIG_CRYPTO_SHA256 is not set | ||
1582 | # CONFIG_CRYPTO_SHA512 is not set | ||
1583 | # CONFIG_CRYPTO_WP512 is not set | ||
1584 | # CONFIG_CRYPTO_TGR192 is not set | ||
1585 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1586 | CONFIG_CRYPTO_ECB=m | ||
1587 | CONFIG_CRYPTO_CBC=y | ||
1588 | CONFIG_CRYPTO_PCBC=m | ||
1589 | # CONFIG_CRYPTO_LRW is not set | ||
1590 | CONFIG_CRYPTO_DES=y | ||
1591 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1592 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1593 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1594 | # CONFIG_CRYPTO_SERPENT is not set | ||
1595 | # CONFIG_CRYPTO_AES is not set | ||
1596 | # CONFIG_CRYPTO_CAST5 is not set | ||
1597 | # CONFIG_CRYPTO_CAST6 is not set | ||
1598 | # CONFIG_CRYPTO_TEA is not set | ||
1599 | # CONFIG_CRYPTO_ARC4 is not set | ||
1600 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1601 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1602 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1603 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1604 | # CONFIG_CRYPTO_CRC32C is not set | ||
1605 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1606 | # CONFIG_CRYPTO_TEST is not set | ||
1607 | |||
1608 | # | ||
1609 | # Hardware crypto devices | ||
1610 | # | ||
diff --git a/arch/ia64/include/asm/page.h b/arch/ia64/include/asm/page.h index 5f271bc712ee..41b6d31110fd 100644 --- a/arch/ia64/include/asm/page.h +++ b/arch/ia64/include/asm/page.h | |||
@@ -41,7 +41,7 @@ | |||
41 | #define PAGE_SIZE (__IA64_UL_CONST(1) << PAGE_SHIFT) | 41 | #define PAGE_SIZE (__IA64_UL_CONST(1) << PAGE_SHIFT) |
42 | #define PAGE_MASK (~(PAGE_SIZE - 1)) | 42 | #define PAGE_MASK (~(PAGE_SIZE - 1)) |
43 | 43 | ||
44 | #define PERCPU_PAGE_SHIFT 16 /* log2() of max. size of per-CPU area */ | 44 | #define PERCPU_PAGE_SHIFT 18 /* log2() of max. size of per-CPU area */ |
45 | #define PERCPU_PAGE_SIZE (__IA64_UL_CONST(1) << PERCPU_PAGE_SHIFT) | 45 | #define PERCPU_PAGE_SIZE (__IA64_UL_CONST(1) << PERCPU_PAGE_SHIFT) |
46 | 46 | ||
47 | 47 | ||
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c index ab985f785c14..744329072f33 100644 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c | |||
@@ -1696,8 +1696,8 @@ pfm_poll(struct file *filp, poll_table * wait) | |||
1696 | return mask; | 1696 | return mask; |
1697 | } | 1697 | } |
1698 | 1698 | ||
1699 | static int | 1699 | static long |
1700 | pfm_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) | 1700 | pfm_ioctl(struct file *file, unsigned int cmd, unsigned long arg) |
1701 | { | 1701 | { |
1702 | DPRINT(("pfm_ioctl called\n")); | 1702 | DPRINT(("pfm_ioctl called\n")); |
1703 | return -EINVAL; | 1703 | return -EINVAL; |
@@ -2174,15 +2174,15 @@ pfm_no_open(struct inode *irrelevant, struct file *dontcare) | |||
2174 | 2174 | ||
2175 | 2175 | ||
2176 | static const struct file_operations pfm_file_ops = { | 2176 | static const struct file_operations pfm_file_ops = { |
2177 | .llseek = no_llseek, | 2177 | .llseek = no_llseek, |
2178 | .read = pfm_read, | 2178 | .read = pfm_read, |
2179 | .write = pfm_write, | 2179 | .write = pfm_write, |
2180 | .poll = pfm_poll, | 2180 | .poll = pfm_poll, |
2181 | .ioctl = pfm_ioctl, | 2181 | .unlocked_ioctl = pfm_ioctl, |
2182 | .open = pfm_no_open, /* special open code to disallow open via /proc */ | 2182 | .open = pfm_no_open, /* special open code to disallow open via /proc */ |
2183 | .fasync = pfm_fasync, | 2183 | .fasync = pfm_fasync, |
2184 | .release = pfm_close, | 2184 | .release = pfm_close, |
2185 | .flush = pfm_flush | 2185 | .flush = pfm_flush |
2186 | }; | 2186 | }; |
2187 | 2187 | ||
2188 | static int | 2188 | static int |
diff --git a/arch/ia64/kernel/vmlinux.lds.S b/arch/ia64/kernel/vmlinux.lds.S index e07218a2577f..5a4d044dcb1c 100644 --- a/arch/ia64/kernel/vmlinux.lds.S +++ b/arch/ia64/kernel/vmlinux.lds.S | |||
@@ -6,204 +6,209 @@ | |||
6 | 6 | ||
7 | #include <asm-generic/vmlinux.lds.h> | 7 | #include <asm-generic/vmlinux.lds.h> |
8 | 8 | ||
9 | #define IVT_TEXT \ | ||
10 | VMLINUX_SYMBOL(__start_ivt_text) = .; \ | ||
11 | *(.text..ivt) \ | ||
12 | VMLINUX_SYMBOL(__end_ivt_text) = .; | ||
13 | |||
14 | OUTPUT_FORMAT("elf64-ia64-little") | 9 | OUTPUT_FORMAT("elf64-ia64-little") |
15 | OUTPUT_ARCH(ia64) | 10 | OUTPUT_ARCH(ia64) |
16 | ENTRY(phys_start) | 11 | ENTRY(phys_start) |
17 | jiffies = jiffies_64; | 12 | jiffies = jiffies_64; |
13 | |||
18 | PHDRS { | 14 | PHDRS { |
19 | code PT_LOAD; | 15 | code PT_LOAD; |
20 | percpu PT_LOAD; | 16 | percpu PT_LOAD; |
21 | data PT_LOAD; | 17 | data PT_LOAD; |
22 | note PT_NOTE; | 18 | note PT_NOTE; |
23 | unwind 0x70000001; /* PT_IA_64_UNWIND, but ld doesn't match the name */ | 19 | unwind 0x70000001; /* PT_IA_64_UNWIND, but ld doesn't match the name */ |
24 | } | 20 | } |
25 | SECTIONS | ||
26 | { | ||
27 | /* unwind exit sections must be discarded before the rest of the | ||
28 | sections get included. */ | ||
29 | /DISCARD/ : { | ||
30 | *(.IA_64.unwind.exit.text) | ||
31 | *(.IA_64.unwind_info.exit.text) | ||
32 | *(.comment) | ||
33 | *(.note) | ||
34 | } | ||
35 | |||
36 | v = PAGE_OFFSET; /* this symbol is here to make debugging easier... */ | ||
37 | phys_start = _start - LOAD_OFFSET; | ||
38 | |||
39 | code : { } :code | ||
40 | . = KERNEL_START; | ||
41 | |||
42 | _text = .; | ||
43 | _stext = .; | ||
44 | |||
45 | .text : AT(ADDR(.text) - LOAD_OFFSET) | ||
46 | { | ||
47 | IVT_TEXT | ||
48 | TEXT_TEXT | ||
49 | SCHED_TEXT | ||
50 | LOCK_TEXT | ||
51 | KPROBES_TEXT | ||
52 | *(.gnu.linkonce.t*) | ||
53 | } | ||
54 | .text2 : AT(ADDR(.text2) - LOAD_OFFSET) | ||
55 | { *(.text2) } | ||
56 | #ifdef CONFIG_SMP | ||
57 | .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) | ||
58 | { *(.text..lock) } | ||
59 | #endif | ||
60 | _etext = .; | ||
61 | 21 | ||
62 | /* Read-only data */ | 22 | SECTIONS { |
23 | /* | ||
24 | * unwind exit sections must be discarded before | ||
25 | * the rest of the sections get included. | ||
26 | */ | ||
27 | /DISCARD/ : { | ||
28 | *(.IA_64.unwind.exit.text) | ||
29 | *(.IA_64.unwind_info.exit.text) | ||
30 | *(.comment) | ||
31 | *(.note) | ||
32 | } | ||
63 | 33 | ||
64 | NOTES :code :note /* put .notes in text and mark in PT_NOTE */ | 34 | v = PAGE_OFFSET; /* this symbol is here to make debugging easier... */ |
65 | code_continues : {} :code /* switch back to regular program... */ | 35 | phys_start = _start - LOAD_OFFSET; |
36 | |||
37 | code : { | ||
38 | } :code | ||
39 | . = KERNEL_START; | ||
40 | |||
41 | _text = .; | ||
42 | _stext = .; | ||
43 | |||
44 | .text : AT(ADDR(.text) - LOAD_OFFSET) { | ||
45 | __start_ivt_text = .; | ||
46 | *(.text..ivt) | ||
47 | __end_ivt_text = .; | ||
48 | TEXT_TEXT | ||
49 | SCHED_TEXT | ||
50 | LOCK_TEXT | ||
51 | KPROBES_TEXT | ||
52 | *(.gnu.linkonce.t*) | ||
53 | } | ||
66 | 54 | ||
67 | EXCEPTION_TABLE(16) | 55 | .text2 : AT(ADDR(.text2) - LOAD_OFFSET) { |
56 | *(.text2) | ||
57 | } | ||
68 | 58 | ||
69 | /* MCA table */ | 59 | #ifdef CONFIG_SMP |
70 | . = ALIGN(16); | 60 | .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) { |
71 | __mca_table : AT(ADDR(__mca_table) - LOAD_OFFSET) | 61 | *(.text..lock) |
72 | { | 62 | } |
73 | __start___mca_table = .; | 63 | #endif |
74 | *(__mca_table) | 64 | _etext = .; |
75 | __stop___mca_table = .; | 65 | |
66 | /* | ||
67 | * Read-only data | ||
68 | */ | ||
69 | NOTES :code :note /* put .notes in text and mark in PT_NOTE */ | ||
70 | code_continues : { | ||
71 | } : code /* switch back to regular program... */ | ||
72 | |||
73 | EXCEPTION_TABLE(16) | ||
74 | |||
75 | /* MCA table */ | ||
76 | . = ALIGN(16); | ||
77 | __mca_table : AT(ADDR(__mca_table) - LOAD_OFFSET) { | ||
78 | __start___mca_table = .; | ||
79 | *(__mca_table) | ||
80 | __stop___mca_table = .; | ||
76 | } | 81 | } |
77 | 82 | ||
78 | .data..patch.phys_stack_reg : AT(ADDR(.data..patch.phys_stack_reg) - LOAD_OFFSET) | 83 | .data..patch.phys_stack_reg : AT(ADDR(.data..patch.phys_stack_reg) - LOAD_OFFSET) { |
79 | { | 84 | __start___phys_stack_reg_patchlist = .; |
80 | __start___phys_stack_reg_patchlist = .; | 85 | *(.data..patch.phys_stack_reg) |
81 | *(.data..patch.phys_stack_reg) | 86 | __end___phys_stack_reg_patchlist = .; |
82 | __end___phys_stack_reg_patchlist = .; | ||
83 | } | 87 | } |
84 | 88 | ||
85 | /* Global data */ | 89 | /* |
86 | _data = .; | 90 | * Global data |
91 | */ | ||
92 | _data = .; | ||
87 | 93 | ||
88 | /* Unwind info & table: */ | 94 | /* Unwind info & table: */ |
89 | . = ALIGN(8); | 95 | . = ALIGN(8); |
90 | .IA_64.unwind_info : AT(ADDR(.IA_64.unwind_info) - LOAD_OFFSET) | 96 | .IA_64.unwind_info : AT(ADDR(.IA_64.unwind_info) - LOAD_OFFSET) { |
91 | { *(.IA_64.unwind_info*) } | 97 | *(.IA_64.unwind_info*) |
92 | .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET) | 98 | } |
93 | { | 99 | .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET) { |
94 | __start_unwind = .; | 100 | __start_unwind = .; |
95 | *(.IA_64.unwind*) | 101 | *(.IA_64.unwind*) |
96 | __end_unwind = .; | 102 | __end_unwind = .; |
97 | } :code :unwind | 103 | } :code :unwind |
98 | code_continues2 : {} : code | 104 | code_continues2 : { |
105 | } : code | ||
99 | 106 | ||
100 | RODATA | 107 | RODATA |
101 | 108 | ||
102 | .opd : AT(ADDR(.opd) - LOAD_OFFSET) | 109 | .opd : AT(ADDR(.opd) - LOAD_OFFSET) { |
103 | { *(.opd) } | 110 | *(.opd) |
104 | 111 | } | |
105 | /* Initialization code and data: */ | ||
106 | 112 | ||
107 | . = ALIGN(PAGE_SIZE); | 113 | /* |
108 | __init_begin = .; | 114 | * Initialization code and data: |
115 | */ | ||
116 | . = ALIGN(PAGE_SIZE); | ||
117 | __init_begin = .; | ||
109 | 118 | ||
110 | INIT_TEXT_SECTION(PAGE_SIZE) | 119 | INIT_TEXT_SECTION(PAGE_SIZE) |
111 | INIT_DATA_SECTION(16) | 120 | INIT_DATA_SECTION(16) |
112 | 121 | ||
113 | .data..patch.vtop : AT(ADDR(.data..patch.vtop) - LOAD_OFFSET) | 122 | .data..patch.vtop : AT(ADDR(.data..patch.vtop) - LOAD_OFFSET) { |
114 | { | 123 | __start___vtop_patchlist = .; |
115 | __start___vtop_patchlist = .; | 124 | *(.data..patch.vtop) |
116 | *(.data..patch.vtop) | 125 | __end___vtop_patchlist = .; |
117 | __end___vtop_patchlist = .; | ||
118 | } | 126 | } |
119 | 127 | ||
120 | .data..patch.rse : AT(ADDR(.data..patch.rse) - LOAD_OFFSET) | 128 | .data..patch.rse : AT(ADDR(.data..patch.rse) - LOAD_OFFSET) { |
121 | { | 129 | __start___rse_patchlist = .; |
122 | __start___rse_patchlist = .; | 130 | *(.data..patch.rse) |
123 | *(.data..patch.rse) | 131 | __end___rse_patchlist = .; |
124 | __end___rse_patchlist = .; | ||
125 | } | 132 | } |
126 | 133 | ||
127 | .data..patch.mckinley_e9 : AT(ADDR(.data..patch.mckinley_e9) - LOAD_OFFSET) | 134 | .data..patch.mckinley_e9 : AT(ADDR(.data..patch.mckinley_e9) - LOAD_OFFSET) { |
128 | { | 135 | __start___mckinley_e9_bundles = .; |
129 | __start___mckinley_e9_bundles = .; | 136 | *(.data..patch.mckinley_e9) |
130 | *(.data..patch.mckinley_e9) | 137 | __end___mckinley_e9_bundles = .; |
131 | __end___mckinley_e9_bundles = .; | ||
132 | } | 138 | } |
133 | 139 | ||
134 | #if defined(CONFIG_PARAVIRT) | 140 | #if defined(CONFIG_PARAVIRT) |
135 | . = ALIGN(16); | 141 | . = ALIGN(16); |
136 | .paravirt_bundles : AT(ADDR(.paravirt_bundles) - LOAD_OFFSET) | 142 | .paravirt_bundles : AT(ADDR(.paravirt_bundles) - LOAD_OFFSET) { |
137 | { | 143 | __start_paravirt_bundles = .; |
138 | __start_paravirt_bundles = .; | 144 | *(.paravirt_bundles) |
139 | *(.paravirt_bundles) | 145 | __stop_paravirt_bundles = .; |
140 | __stop_paravirt_bundles = .; | 146 | } |
141 | } | 147 | . = ALIGN(16); |
142 | . = ALIGN(16); | 148 | .paravirt_insts : AT(ADDR(.paravirt_insts) - LOAD_OFFSET) { |
143 | .paravirt_insts : AT(ADDR(.paravirt_insts) - LOAD_OFFSET) | 149 | __start_paravirt_insts = .; |
144 | { | 150 | *(.paravirt_insts) |
145 | __start_paravirt_insts = .; | 151 | __stop_paravirt_insts = .; |
146 | *(.paravirt_insts) | 152 | } |
147 | __stop_paravirt_insts = .; | 153 | . = ALIGN(16); |
148 | } | 154 | .paravirt_branches : AT(ADDR(.paravirt_branches) - LOAD_OFFSET) { |
149 | . = ALIGN(16); | 155 | __start_paravirt_branches = .; |
150 | .paravirt_branches : AT(ADDR(.paravirt_branches) - LOAD_OFFSET) | 156 | *(.paravirt_branches) |
151 | { | 157 | __stop_paravirt_branches = .; |
152 | __start_paravirt_branches = .; | ||
153 | *(.paravirt_branches) | ||
154 | __stop_paravirt_branches = .; | ||
155 | } | 158 | } |
156 | #endif | 159 | #endif |
157 | 160 | ||
158 | #if defined(CONFIG_IA64_GENERIC) | 161 | #if defined(CONFIG_IA64_GENERIC) |
159 | /* Machine Vector */ | 162 | /* Machine Vector */ |
160 | . = ALIGN(16); | 163 | . = ALIGN(16); |
161 | .machvec : AT(ADDR(.machvec) - LOAD_OFFSET) | 164 | .machvec : AT(ADDR(.machvec) - LOAD_OFFSET) { |
162 | { | 165 | machvec_start = .; |
163 | machvec_start = .; | 166 | *(.machvec) |
164 | *(.machvec) | 167 | machvec_end = .; |
165 | machvec_end = .; | ||
166 | } | 168 | } |
167 | #endif | 169 | #endif |
168 | 170 | ||
169 | #ifdef CONFIG_SMP | 171 | #ifdef CONFIG_SMP |
170 | . = ALIGN(PERCPU_PAGE_SIZE); | 172 | . = ALIGN(PERCPU_PAGE_SIZE); |
171 | __cpu0_per_cpu = .; | 173 | __cpu0_per_cpu = .; |
172 | . = . + PERCPU_PAGE_SIZE; /* cpu0 per-cpu space */ | 174 | . = . + PERCPU_PAGE_SIZE; /* cpu0 per-cpu space */ |
173 | #endif | 175 | #endif |
174 | 176 | ||
175 | . = ALIGN(PAGE_SIZE); | 177 | . = ALIGN(PAGE_SIZE); |
176 | __init_end = .; | 178 | __init_end = .; |
177 | 179 | ||
178 | .data..page_aligned : AT(ADDR(.data..page_aligned) - LOAD_OFFSET) | 180 | .data..page_aligned : AT(ADDR(.data..page_aligned) - LOAD_OFFSET) { |
179 | { | 181 | PAGE_ALIGNED_DATA(PAGE_SIZE) |
180 | PAGE_ALIGNED_DATA(PAGE_SIZE) | 182 | . = ALIGN(PAGE_SIZE); |
181 | . = ALIGN(PAGE_SIZE); | 183 | __start_gate_section = .; |
182 | __start_gate_section = .; | 184 | *(.data..gate) |
183 | *(.data..gate) | 185 | __stop_gate_section = .; |
184 | __stop_gate_section = .; | ||
185 | #ifdef CONFIG_XEN | 186 | #ifdef CONFIG_XEN |
186 | . = ALIGN(PAGE_SIZE); | 187 | . = ALIGN(PAGE_SIZE); |
187 | __xen_start_gate_section = .; | 188 | __xen_start_gate_section = .; |
188 | *(.data..gate.xen) | 189 | *(.data..gate.xen) |
189 | __xen_stop_gate_section = .; | 190 | __xen_stop_gate_section = .; |
190 | #endif | 191 | #endif |
191 | } | 192 | } |
192 | . = ALIGN(PAGE_SIZE); /* make sure the gate page doesn't expose | 193 | /* |
193 | * kernel data | 194 | * make sure the gate page doesn't expose |
194 | */ | 195 | * kernel data |
195 | 196 | */ | |
196 | /* Per-cpu data: */ | 197 | . = ALIGN(PAGE_SIZE); |
197 | . = ALIGN(PERCPU_PAGE_SIZE); | 198 | |
198 | PERCPU_VADDR(PERCPU_ADDR, :percpu) | 199 | /* Per-cpu data: */ |
199 | __phys_per_cpu_start = __per_cpu_load; | 200 | . = ALIGN(PERCPU_PAGE_SIZE); |
200 | . = __phys_per_cpu_start + PERCPU_PAGE_SIZE; /* ensure percpu data fits | 201 | PERCPU_VADDR(PERCPU_ADDR, :percpu) |
201 | * into percpu page size | 202 | __phys_per_cpu_start = __per_cpu_load; |
202 | */ | 203 | /* |
203 | 204 | * ensure percpu data fits | |
204 | data : { } :data | 205 | * into percpu page size |
205 | .data : AT(ADDR(.data) - LOAD_OFFSET) | 206 | */ |
206 | { | 207 | . = __phys_per_cpu_start + PERCPU_PAGE_SIZE; |
208 | |||
209 | data : { | ||
210 | } :data | ||
211 | .data : AT(ADDR(.data) - LOAD_OFFSET) { | ||
207 | INIT_TASK_DATA(PAGE_SIZE) | 212 | INIT_TASK_DATA(PAGE_SIZE) |
208 | CACHELINE_ALIGNED_DATA(SMP_CACHE_BYTES) | 213 | CACHELINE_ALIGNED_DATA(SMP_CACHE_BYTES) |
209 | READ_MOSTLY_DATA(SMP_CACHE_BYTES) | 214 | READ_MOSTLY_DATA(SMP_CACHE_BYTES) |
@@ -213,26 +218,37 @@ SECTIONS | |||
213 | CONSTRUCTORS | 218 | CONSTRUCTORS |
214 | } | 219 | } |
215 | 220 | ||
216 | . = ALIGN(16); /* gp must be 16-byte aligned for exc. table */ | 221 | . = ALIGN(16); /* gp must be 16-byte aligned for exc. table */ |
217 | .got : AT(ADDR(.got) - LOAD_OFFSET) | 222 | .got : AT(ADDR(.got) - LOAD_OFFSET) { |
218 | { *(.got.plt) *(.got) } | 223 | *(.got.plt) |
219 | __gp = ADDR(.got) + 0x200000; | 224 | *(.got) |
220 | /* We want the small data sections together, so single-instruction offsets | 225 | } |
221 | can access them all, and initialized data all before uninitialized, so | 226 | __gp = ADDR(.got) + 0x200000; |
222 | we can shorten the on-disk segment size. */ | 227 | |
223 | .sdata : AT(ADDR(.sdata) - LOAD_OFFSET) | 228 | /* |
224 | { *(.sdata) *(.sdata1) *(.srdata) } | 229 | * We want the small data sections together, |
225 | _edata = .; | 230 | * so single-instruction offsets can access |
231 | * them all, and initialized data all before | ||
232 | * uninitialized, so we can shorten the | ||
233 | * on-disk segment size. | ||
234 | */ | ||
235 | .sdata : AT(ADDR(.sdata) - LOAD_OFFSET) { | ||
236 | *(.sdata) | ||
237 | *(.sdata1) | ||
238 | *(.srdata) | ||
239 | } | ||
240 | _edata = .; | ||
226 | 241 | ||
227 | BSS_SECTION(0, 0, 0) | 242 | BSS_SECTION(0, 0, 0) |
228 | 243 | ||
229 | _end = .; | 244 | _end = .; |
230 | 245 | ||
231 | code : { } :code | 246 | code : { |
247 | } :code | ||
232 | 248 | ||
233 | STABS_DEBUG | 249 | STABS_DEBUG |
234 | DWARF_DEBUG | 250 | DWARF_DEBUG |
235 | 251 | ||
236 | /* Default discards */ | 252 | /* Default discards */ |
237 | DISCARDS | 253 | DISCARDS |
238 | } | 254 | } |