diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /arch/arm/configs/lpd7a404_defconfig |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'arch/arm/configs/lpd7a404_defconfig')
-rw-r--r-- | arch/arm/configs/lpd7a404_defconfig | 919 |
1 files changed, 919 insertions, 0 deletions
diff --git a/arch/arm/configs/lpd7a404_defconfig b/arch/arm/configs/lpd7a404_defconfig new file mode 100644 index 000000000000..87cbedfb303f --- /dev/null +++ b/arch/arm/configs/lpd7a404_defconfig | |||
@@ -0,0 +1,919 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.12-rc1-bk2 | ||
4 | # Mon Mar 28 00:14:08 2005 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_UID16=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | CONFIG_GENERIC_IOMAP=y | ||
12 | |||
13 | # | ||
14 | # Code maturity level options | ||
15 | # | ||
16 | CONFIG_EXPERIMENTAL=y | ||
17 | CONFIG_CLEAN_COMPILE=y | ||
18 | CONFIG_BROKEN_ON_SMP=y | ||
19 | CONFIG_LOCK_KERNEL=y | ||
20 | |||
21 | # | ||
22 | # General setup | ||
23 | # | ||
24 | CONFIG_LOCALVERSION="" | ||
25 | # CONFIG_SWAP is not set | ||
26 | CONFIG_SYSVIPC=y | ||
27 | # CONFIG_POSIX_MQUEUE is not set | ||
28 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
29 | CONFIG_SYSCTL=y | ||
30 | # CONFIG_AUDIT is not set | ||
31 | # CONFIG_HOTPLUG is not set | ||
32 | CONFIG_KOBJECT_UEVENT=y | ||
33 | CONFIG_IKCONFIG=y | ||
34 | # CONFIG_IKCONFIG_PROC is not set | ||
35 | CONFIG_EMBEDDED=y | ||
36 | CONFIG_KALLSYMS=y | ||
37 | # CONFIG_KALLSYMS_ALL is not set | ||
38 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
39 | CONFIG_BASE_FULL=y | ||
40 | CONFIG_FUTEX=y | ||
41 | # CONFIG_EPOLL is not set | ||
42 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
43 | CONFIG_SHMEM=y | ||
44 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
45 | CONFIG_CC_ALIGN_LABELS=0 | ||
46 | CONFIG_CC_ALIGN_LOOPS=0 | ||
47 | CONFIG_CC_ALIGN_JUMPS=0 | ||
48 | # CONFIG_TINY_SHMEM is not set | ||
49 | CONFIG_BASE_SMALL=0 | ||
50 | |||
51 | # | ||
52 | # Loadable module support | ||
53 | # | ||
54 | # CONFIG_MODULES is not set | ||
55 | |||
56 | # | ||
57 | # System Type | ||
58 | # | ||
59 | # CONFIG_ARCH_CLPS7500 is not set | ||
60 | # CONFIG_ARCH_CLPS711X is not set | ||
61 | # CONFIG_ARCH_CO285 is not set | ||
62 | # CONFIG_ARCH_EBSA110 is not set | ||
63 | # CONFIG_ARCH_CAMELOT is not set | ||
64 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
65 | # CONFIG_ARCH_INTEGRATOR is not set | ||
66 | # CONFIG_ARCH_IOP3XX is not set | ||
67 | # CONFIG_ARCH_IXP4XX is not set | ||
68 | # CONFIG_ARCH_IXP2000 is not set | ||
69 | # CONFIG_ARCH_L7200 is not set | ||
70 | # CONFIG_ARCH_PXA is not set | ||
71 | # CONFIG_ARCH_RPC is not set | ||
72 | # CONFIG_ARCH_SA1100 is not set | ||
73 | # CONFIG_ARCH_S3C2410 is not set | ||
74 | # CONFIG_ARCH_SHARK is not set | ||
75 | CONFIG_ARCH_LH7A40X=y | ||
76 | # CONFIG_ARCH_OMAP is not set | ||
77 | # CONFIG_ARCH_VERSATILE is not set | ||
78 | # CONFIG_ARCH_IMX is not set | ||
79 | # CONFIG_ARCH_H720X is not set | ||
80 | |||
81 | # | ||
82 | # LH7A40X Implementations | ||
83 | # | ||
84 | # CONFIG_MACH_KEV7A400 is not set | ||
85 | # CONFIG_MACH_LPD7A400 is not set | ||
86 | CONFIG_MACH_LPD7A404=y | ||
87 | CONFIG_ARCH_LH7A404=y | ||
88 | # CONFIG_LH7A40X_CONTIGMEM is not set | ||
89 | # CONFIG_LH7A40X_ONE_BANK_PER_NODE is not set | ||
90 | |||
91 | # | ||
92 | # Processor Type | ||
93 | # | ||
94 | CONFIG_CPU_32=y | ||
95 | CONFIG_CPU_ARM922T=y | ||
96 | CONFIG_CPU_32v4=y | ||
97 | CONFIG_CPU_ABRT_EV4T=y | ||
98 | CONFIG_CPU_CACHE_V4WT=y | ||
99 | CONFIG_CPU_CACHE_VIVT=y | ||
100 | CONFIG_CPU_COPY_V4WB=y | ||
101 | CONFIG_CPU_TLB_V4WBI=y | ||
102 | |||
103 | # | ||
104 | # Processor Features | ||
105 | # | ||
106 | CONFIG_ARM_THUMB=y | ||
107 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
108 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
109 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
110 | |||
111 | # | ||
112 | # Bus support | ||
113 | # | ||
114 | |||
115 | # | ||
116 | # PCCARD (PCMCIA/CardBus) support | ||
117 | # | ||
118 | # CONFIG_PCCARD is not set | ||
119 | |||
120 | # | ||
121 | # Kernel Features | ||
122 | # | ||
123 | CONFIG_PREEMPT=y | ||
124 | CONFIG_DISCONTIGMEM=y | ||
125 | CONFIG_ALIGNMENT_TRAP=y | ||
126 | |||
127 | # | ||
128 | # Boot options | ||
129 | # | ||
130 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
131 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
132 | CONFIG_CMDLINE="" | ||
133 | # CONFIG_XIP_KERNEL is not set | ||
134 | |||
135 | # | ||
136 | # Floating point emulation | ||
137 | # | ||
138 | |||
139 | # | ||
140 | # At least one emulation must be selected | ||
141 | # | ||
142 | CONFIG_FPE_NWFPE=y | ||
143 | # CONFIG_FPE_NWFPE_XP is not set | ||
144 | # CONFIG_FPE_FASTFPE is not set | ||
145 | |||
146 | # | ||
147 | # Userspace binary formats | ||
148 | # | ||
149 | CONFIG_BINFMT_ELF=y | ||
150 | # CONFIG_BINFMT_AOUT is not set | ||
151 | # CONFIG_BINFMT_MISC is not set | ||
152 | # CONFIG_ARTHUR is not set | ||
153 | |||
154 | # | ||
155 | # Power management options | ||
156 | # | ||
157 | # CONFIG_PM is not set | ||
158 | |||
159 | # | ||
160 | # Device Drivers | ||
161 | # | ||
162 | |||
163 | # | ||
164 | # Generic Driver Options | ||
165 | # | ||
166 | CONFIG_STANDALONE=y | ||
167 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
168 | # CONFIG_FW_LOADER is not set | ||
169 | # CONFIG_DEBUG_DRIVER is not set | ||
170 | |||
171 | # | ||
172 | # Memory Technology Devices (MTD) | ||
173 | # | ||
174 | CONFIG_MTD=y | ||
175 | # CONFIG_MTD_DEBUG is not set | ||
176 | # CONFIG_MTD_CONCAT is not set | ||
177 | CONFIG_MTD_PARTITIONS=y | ||
178 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
179 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
180 | # CONFIG_MTD_AFS_PARTS is not set | ||
181 | |||
182 | # | ||
183 | # User Modules And Translation Layers | ||
184 | # | ||
185 | CONFIG_MTD_CHAR=y | ||
186 | CONFIG_MTD_BLOCK=y | ||
187 | # CONFIG_FTL is not set | ||
188 | # CONFIG_NFTL is not set | ||
189 | # CONFIG_INFTL is not set | ||
190 | |||
191 | # | ||
192 | # RAM/ROM/Flash chip drivers | ||
193 | # | ||
194 | CONFIG_MTD_CFI=y | ||
195 | # CONFIG_MTD_JEDECPROBE is not set | ||
196 | CONFIG_MTD_GEN_PROBE=y | ||
197 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
198 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
199 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
200 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
201 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
202 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
203 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
204 | CONFIG_MTD_CFI_I1=y | ||
205 | CONFIG_MTD_CFI_I2=y | ||
206 | # CONFIG_MTD_CFI_I4 is not set | ||
207 | # CONFIG_MTD_CFI_I8 is not set | ||
208 | CONFIG_MTD_CFI_INTELEXT=y | ||
209 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
210 | # CONFIG_MTD_CFI_STAA is not set | ||
211 | CONFIG_MTD_CFI_UTIL=y | ||
212 | # CONFIG_MTD_RAM is not set | ||
213 | # CONFIG_MTD_ROM is not set | ||
214 | # CONFIG_MTD_ABSENT is not set | ||
215 | # CONFIG_MTD_XIP is not set | ||
216 | |||
217 | # | ||
218 | # Mapping drivers for chip access | ||
219 | # | ||
220 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
221 | # CONFIG_MTD_PHYSMAP is not set | ||
222 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
223 | # CONFIG_MTD_EDB7312 is not set | ||
224 | |||
225 | # | ||
226 | # Self-contained MTD device drivers | ||
227 | # | ||
228 | # CONFIG_MTD_SLRAM is not set | ||
229 | # CONFIG_MTD_PHRAM is not set | ||
230 | # CONFIG_MTD_MTDRAM is not set | ||
231 | # CONFIG_MTD_BLKMTD is not set | ||
232 | # CONFIG_MTD_BLOCK2MTD is not set | ||
233 | |||
234 | # | ||
235 | # Disk-On-Chip Device Drivers | ||
236 | # | ||
237 | # CONFIG_MTD_DOC2000 is not set | ||
238 | # CONFIG_MTD_DOC2001 is not set | ||
239 | # CONFIG_MTD_DOC2001PLUS is not set | ||
240 | |||
241 | # | ||
242 | # NAND Flash Device Drivers | ||
243 | # | ||
244 | # CONFIG_MTD_NAND is not set | ||
245 | |||
246 | # | ||
247 | # Parallel port support | ||
248 | # | ||
249 | # CONFIG_PARPORT is not set | ||
250 | |||
251 | # | ||
252 | # Plug and Play support | ||
253 | # | ||
254 | |||
255 | # | ||
256 | # Block devices | ||
257 | # | ||
258 | # CONFIG_BLK_DEV_FD is not set | ||
259 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
260 | CONFIG_BLK_DEV_LOOP=y | ||
261 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
262 | # CONFIG_BLK_DEV_NBD is not set | ||
263 | # CONFIG_BLK_DEV_UB is not set | ||
264 | # CONFIG_BLK_DEV_RAM is not set | ||
265 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
266 | CONFIG_INITRAMFS_SOURCE="" | ||
267 | # CONFIG_CDROM_PKTCDVD is not set | ||
268 | |||
269 | # | ||
270 | # IO Schedulers | ||
271 | # | ||
272 | CONFIG_IOSCHED_NOOP=y | ||
273 | # CONFIG_IOSCHED_AS is not set | ||
274 | # CONFIG_IOSCHED_DEADLINE is not set | ||
275 | CONFIG_IOSCHED_CFQ=y | ||
276 | # CONFIG_ATA_OVER_ETH is not set | ||
277 | |||
278 | # | ||
279 | # ATA/ATAPI/MFM/RLL support | ||
280 | # | ||
281 | CONFIG_IDE=y | ||
282 | CONFIG_BLK_DEV_IDE=y | ||
283 | |||
284 | # | ||
285 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
286 | # | ||
287 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
288 | CONFIG_BLK_DEV_IDEDISK=y | ||
289 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
290 | # CONFIG_BLK_DEV_IDECD is not set | ||
291 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
292 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
293 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
294 | # CONFIG_IDE_TASK_IOCTL is not set | ||
295 | |||
296 | # | ||
297 | # IDE chipset support/bugfixes | ||
298 | # | ||
299 | CONFIG_IDE_GENERIC=y | ||
300 | # CONFIG_IDE_ARM is not set | ||
301 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
302 | # CONFIG_IDEDMA_AUTO is not set | ||
303 | # CONFIG_BLK_DEV_HD is not set | ||
304 | |||
305 | # | ||
306 | # SCSI device support | ||
307 | # | ||
308 | CONFIG_SCSI=y | ||
309 | # CONFIG_SCSI_PROC_FS is not set | ||
310 | |||
311 | # | ||
312 | # SCSI support type (disk, tape, CD-ROM) | ||
313 | # | ||
314 | # CONFIG_BLK_DEV_SD is not set | ||
315 | # CONFIG_CHR_DEV_ST is not set | ||
316 | # CONFIG_CHR_DEV_OSST is not set | ||
317 | # CONFIG_BLK_DEV_SR is not set | ||
318 | # CONFIG_CHR_DEV_SG is not set | ||
319 | |||
320 | # | ||
321 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
322 | # | ||
323 | # CONFIG_SCSI_MULTI_LUN is not set | ||
324 | # CONFIG_SCSI_CONSTANTS is not set | ||
325 | # CONFIG_SCSI_LOGGING is not set | ||
326 | |||
327 | # | ||
328 | # SCSI Transport Attributes | ||
329 | # | ||
330 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
331 | # CONFIG_SCSI_FC_ATTRS is not set | ||
332 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
333 | |||
334 | # | ||
335 | # SCSI low-level drivers | ||
336 | # | ||
337 | # CONFIG_SCSI_SATA is not set | ||
338 | # CONFIG_SCSI_DEBUG is not set | ||
339 | |||
340 | # | ||
341 | # Multi-device support (RAID and LVM) | ||
342 | # | ||
343 | # CONFIG_MD is not set | ||
344 | |||
345 | # | ||
346 | # Fusion MPT device support | ||
347 | # | ||
348 | |||
349 | # | ||
350 | # IEEE 1394 (FireWire) support | ||
351 | # | ||
352 | |||
353 | # | ||
354 | # I2O device support | ||
355 | # | ||
356 | |||
357 | # | ||
358 | # Networking support | ||
359 | # | ||
360 | CONFIG_NET=y | ||
361 | |||
362 | # | ||
363 | # Networking options | ||
364 | # | ||
365 | CONFIG_PACKET=y | ||
366 | # CONFIG_PACKET_MMAP is not set | ||
367 | # CONFIG_NETLINK_DEV is not set | ||
368 | CONFIG_UNIX=y | ||
369 | # CONFIG_NET_KEY is not set | ||
370 | CONFIG_INET=y | ||
371 | # CONFIG_IP_MULTICAST is not set | ||
372 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
373 | CONFIG_IP_PNP=y | ||
374 | CONFIG_IP_PNP_DHCP=y | ||
375 | CONFIG_IP_PNP_BOOTP=y | ||
376 | CONFIG_IP_PNP_RARP=y | ||
377 | # CONFIG_NET_IPIP is not set | ||
378 | # CONFIG_NET_IPGRE is not set | ||
379 | # CONFIG_ARPD is not set | ||
380 | # CONFIG_SYN_COOKIES is not set | ||
381 | # CONFIG_INET_AH is not set | ||
382 | # CONFIG_INET_ESP is not set | ||
383 | # CONFIG_INET_IPCOMP is not set | ||
384 | # CONFIG_INET_TUNNEL is not set | ||
385 | # CONFIG_IP_TCPDIAG is not set | ||
386 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
387 | # CONFIG_IPV6 is not set | ||
388 | # CONFIG_NETFILTER is not set | ||
389 | |||
390 | # | ||
391 | # SCTP Configuration (EXPERIMENTAL) | ||
392 | # | ||
393 | # CONFIG_IP_SCTP is not set | ||
394 | # CONFIG_ATM is not set | ||
395 | # CONFIG_BRIDGE is not set | ||
396 | # CONFIG_VLAN_8021Q is not set | ||
397 | # CONFIG_DECNET is not set | ||
398 | # CONFIG_LLC2 is not set | ||
399 | # CONFIG_IPX is not set | ||
400 | # CONFIG_ATALK is not set | ||
401 | # CONFIG_X25 is not set | ||
402 | # CONFIG_LAPB is not set | ||
403 | # CONFIG_NET_DIVERT is not set | ||
404 | # CONFIG_ECONET is not set | ||
405 | # CONFIG_WAN_ROUTER is not set | ||
406 | |||
407 | # | ||
408 | # QoS and/or fair queueing | ||
409 | # | ||
410 | # CONFIG_NET_SCHED is not set | ||
411 | # CONFIG_NET_CLS_ROUTE is not set | ||
412 | |||
413 | # | ||
414 | # Network testing | ||
415 | # | ||
416 | # CONFIG_NET_PKTGEN is not set | ||
417 | # CONFIG_NETPOLL is not set | ||
418 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
419 | # CONFIG_HAMRADIO is not set | ||
420 | # CONFIG_IRDA is not set | ||
421 | # CONFIG_BT is not set | ||
422 | CONFIG_NETDEVICES=y | ||
423 | # CONFIG_DUMMY is not set | ||
424 | # CONFIG_BONDING is not set | ||
425 | # CONFIG_EQUALIZER is not set | ||
426 | # CONFIG_TUN is not set | ||
427 | |||
428 | # | ||
429 | # Ethernet (10 or 100Mbit) | ||
430 | # | ||
431 | CONFIG_NET_ETHERNET=y | ||
432 | CONFIG_MII=y | ||
433 | CONFIG_SMC91X=y | ||
434 | |||
435 | # | ||
436 | # Ethernet (1000 Mbit) | ||
437 | # | ||
438 | |||
439 | # | ||
440 | # Ethernet (10000 Mbit) | ||
441 | # | ||
442 | |||
443 | # | ||
444 | # Token Ring devices | ||
445 | # | ||
446 | |||
447 | # | ||
448 | # Wireless LAN (non-hamradio) | ||
449 | # | ||
450 | # CONFIG_NET_RADIO is not set | ||
451 | |||
452 | # | ||
453 | # Wan interfaces | ||
454 | # | ||
455 | # CONFIG_WAN is not set | ||
456 | # CONFIG_PPP is not set | ||
457 | # CONFIG_SLIP is not set | ||
458 | # CONFIG_SHAPER is not set | ||
459 | # CONFIG_NETCONSOLE is not set | ||
460 | |||
461 | # | ||
462 | # ISDN subsystem | ||
463 | # | ||
464 | # CONFIG_ISDN is not set | ||
465 | |||
466 | # | ||
467 | # Input device support | ||
468 | # | ||
469 | CONFIG_INPUT=y | ||
470 | |||
471 | # | ||
472 | # Userland interfaces | ||
473 | # | ||
474 | # CONFIG_INPUT_MOUSEDEV is not set | ||
475 | # CONFIG_INPUT_JOYDEV is not set | ||
476 | # CONFIG_INPUT_TSDEV is not set | ||
477 | # CONFIG_INPUT_EVDEV is not set | ||
478 | # CONFIG_INPUT_EVBUG is not set | ||
479 | |||
480 | # | ||
481 | # Input Device Drivers | ||
482 | # | ||
483 | # CONFIG_INPUT_KEYBOARD is not set | ||
484 | # CONFIG_INPUT_MOUSE is not set | ||
485 | # CONFIG_INPUT_JOYSTICK is not set | ||
486 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
487 | # CONFIG_INPUT_MISC is not set | ||
488 | |||
489 | # | ||
490 | # Hardware I/O ports | ||
491 | # | ||
492 | # CONFIG_SERIO is not set | ||
493 | # CONFIG_GAMEPORT is not set | ||
494 | CONFIG_SOUND_GAMEPORT=y | ||
495 | |||
496 | # | ||
497 | # Character devices | ||
498 | # | ||
499 | CONFIG_VT=y | ||
500 | CONFIG_VT_CONSOLE=y | ||
501 | CONFIG_HW_CONSOLE=y | ||
502 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
503 | |||
504 | # | ||
505 | # Serial drivers | ||
506 | # | ||
507 | # CONFIG_SERIAL_8250 is not set | ||
508 | |||
509 | # | ||
510 | # Non-8250 serial port support | ||
511 | # | ||
512 | CONFIG_SERIAL_CORE=y | ||
513 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
514 | CONFIG_SERIAL_LH7A40X=y | ||
515 | CONFIG_SERIAL_LH7A40X_CONSOLE=y | ||
516 | CONFIG_UNIX98_PTYS=y | ||
517 | CONFIG_LEGACY_PTYS=y | ||
518 | CONFIG_LEGACY_PTY_COUNT=256 | ||
519 | |||
520 | # | ||
521 | # IPMI | ||
522 | # | ||
523 | # CONFIG_IPMI_HANDLER is not set | ||
524 | |||
525 | # | ||
526 | # Watchdog Cards | ||
527 | # | ||
528 | # CONFIG_WATCHDOG is not set | ||
529 | # CONFIG_NVRAM is not set | ||
530 | CONFIG_RTC=y | ||
531 | # CONFIG_DTLK is not set | ||
532 | # CONFIG_R3964 is not set | ||
533 | |||
534 | # | ||
535 | # Ftape, the floppy tape device driver | ||
536 | # | ||
537 | # CONFIG_DRM is not set | ||
538 | # CONFIG_RAW_DRIVER is not set | ||
539 | |||
540 | # | ||
541 | # TPM devices | ||
542 | # | ||
543 | # CONFIG_TCG_TPM is not set | ||
544 | |||
545 | # | ||
546 | # I2C support | ||
547 | # | ||
548 | # CONFIG_I2C is not set | ||
549 | |||
550 | # | ||
551 | # Misc devices | ||
552 | # | ||
553 | |||
554 | # | ||
555 | # Multimedia devices | ||
556 | # | ||
557 | # CONFIG_VIDEO_DEV is not set | ||
558 | |||
559 | # | ||
560 | # Digital Video Broadcasting Devices | ||
561 | # | ||
562 | # CONFIG_DVB is not set | ||
563 | |||
564 | # | ||
565 | # Graphics support | ||
566 | # | ||
567 | # CONFIG_FB is not set | ||
568 | |||
569 | # | ||
570 | # Console display driver support | ||
571 | # | ||
572 | # CONFIG_VGA_CONSOLE is not set | ||
573 | CONFIG_DUMMY_CONSOLE=y | ||
574 | |||
575 | # | ||
576 | # Sound | ||
577 | # | ||
578 | # CONFIG_SOUND is not set | ||
579 | |||
580 | # | ||
581 | # USB support | ||
582 | # | ||
583 | CONFIG_USB_ARCH_HAS_HCD=y | ||
584 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
585 | CONFIG_USB=y | ||
586 | # CONFIG_USB_DEBUG is not set | ||
587 | |||
588 | # | ||
589 | # Miscellaneous USB options | ||
590 | # | ||
591 | CONFIG_USB_DEVICEFS=y | ||
592 | # CONFIG_USB_BANDWIDTH is not set | ||
593 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
594 | # CONFIG_USB_OTG is not set | ||
595 | |||
596 | # | ||
597 | # USB Host Controller Drivers | ||
598 | # | ||
599 | CONFIG_USB_OHCI_HCD=y | ||
600 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
601 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
602 | # CONFIG_USB_SL811_HCD is not set | ||
603 | |||
604 | # | ||
605 | # USB Device Class drivers | ||
606 | # | ||
607 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
608 | # CONFIG_USB_ACM is not set | ||
609 | # CONFIG_USB_PRINTER is not set | ||
610 | |||
611 | # | ||
612 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | ||
613 | # | ||
614 | CONFIG_USB_STORAGE=y | ||
615 | CONFIG_USB_STORAGE_DEBUG=y | ||
616 | # CONFIG_USB_STORAGE_RW_DETECT is not set | ||
617 | CONFIG_USB_STORAGE_DATAFAB=y | ||
618 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
619 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
620 | # CONFIG_USB_STORAGE_DPCM is not set | ||
621 | # CONFIG_USB_STORAGE_USBAT is not set | ||
622 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
623 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
624 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
625 | |||
626 | # | ||
627 | # USB Input Devices | ||
628 | # | ||
629 | CONFIG_USB_HID=y | ||
630 | CONFIG_USB_HIDINPUT=y | ||
631 | # CONFIG_HID_FF is not set | ||
632 | # CONFIG_USB_HIDDEV is not set | ||
633 | # CONFIG_USB_AIPTEK is not set | ||
634 | # CONFIG_USB_WACOM is not set | ||
635 | # CONFIG_USB_KBTAB is not set | ||
636 | # CONFIG_USB_POWERMATE is not set | ||
637 | # CONFIG_USB_MTOUCH is not set | ||
638 | # CONFIG_USB_EGALAX is not set | ||
639 | # CONFIG_USB_XPAD is not set | ||
640 | # CONFIG_USB_ATI_REMOTE is not set | ||
641 | |||
642 | # | ||
643 | # USB Imaging devices | ||
644 | # | ||
645 | # CONFIG_USB_MDC800 is not set | ||
646 | # CONFIG_USB_MICROTEK is not set | ||
647 | |||
648 | # | ||
649 | # USB Multimedia devices | ||
650 | # | ||
651 | # CONFIG_USB_DABUSB is not set | ||
652 | |||
653 | # | ||
654 | # Video4Linux support is needed for USB Multimedia device support | ||
655 | # | ||
656 | |||
657 | # | ||
658 | # USB Network Adapters | ||
659 | # | ||
660 | # CONFIG_USB_CATC is not set | ||
661 | # CONFIG_USB_KAWETH is not set | ||
662 | # CONFIG_USB_PEGASUS is not set | ||
663 | # CONFIG_USB_RTL8150 is not set | ||
664 | # CONFIG_USB_USBNET is not set | ||
665 | CONFIG_USB_MON=y | ||
666 | |||
667 | # | ||
668 | # USB port drivers | ||
669 | # | ||
670 | |||
671 | # | ||
672 | # USB Serial Converter support | ||
673 | # | ||
674 | # CONFIG_USB_SERIAL is not set | ||
675 | |||
676 | # | ||
677 | # USB Miscellaneous drivers | ||
678 | # | ||
679 | # CONFIG_USB_EMI62 is not set | ||
680 | # CONFIG_USB_EMI26 is not set | ||
681 | # CONFIG_USB_AUERSWALD is not set | ||
682 | # CONFIG_USB_RIO500 is not set | ||
683 | # CONFIG_USB_LEGOTOWER is not set | ||
684 | # CONFIG_USB_LCD is not set | ||
685 | # CONFIG_USB_LED is not set | ||
686 | # CONFIG_USB_CYTHERM is not set | ||
687 | # CONFIG_USB_PHIDGETKIT is not set | ||
688 | # CONFIG_USB_PHIDGETSERVO is not set | ||
689 | # CONFIG_USB_IDMOUSE is not set | ||
690 | # CONFIG_USB_TEST is not set | ||
691 | |||
692 | # | ||
693 | # USB ATM/DSL drivers | ||
694 | # | ||
695 | |||
696 | # | ||
697 | # USB Gadget Support | ||
698 | # | ||
699 | # CONFIG_USB_GADGET is not set | ||
700 | |||
701 | # | ||
702 | # MMC/SD Card support | ||
703 | # | ||
704 | # CONFIG_MMC is not set | ||
705 | |||
706 | # | ||
707 | # File systems | ||
708 | # | ||
709 | CONFIG_EXT2_FS=y | ||
710 | # CONFIG_EXT2_FS_XATTR is not set | ||
711 | CONFIG_EXT3_FS=y | ||
712 | CONFIG_EXT3_FS_XATTR=y | ||
713 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
714 | # CONFIG_EXT3_FS_SECURITY is not set | ||
715 | CONFIG_JBD=y | ||
716 | # CONFIG_JBD_DEBUG is not set | ||
717 | CONFIG_FS_MBCACHE=y | ||
718 | # CONFIG_REISERFS_FS is not set | ||
719 | # CONFIG_JFS_FS is not set | ||
720 | |||
721 | # | ||
722 | # XFS support | ||
723 | # | ||
724 | # CONFIG_XFS_FS is not set | ||
725 | # CONFIG_MINIX_FS is not set | ||
726 | # CONFIG_ROMFS_FS is not set | ||
727 | # CONFIG_QUOTA is not set | ||
728 | CONFIG_DNOTIFY=y | ||
729 | # CONFIG_AUTOFS_FS is not set | ||
730 | # CONFIG_AUTOFS4_FS is not set | ||
731 | |||
732 | # | ||
733 | # CD-ROM/DVD Filesystems | ||
734 | # | ||
735 | # CONFIG_ISO9660_FS is not set | ||
736 | # CONFIG_UDF_FS is not set | ||
737 | |||
738 | # | ||
739 | # DOS/FAT/NT Filesystems | ||
740 | # | ||
741 | CONFIG_FAT_FS=y | ||
742 | # CONFIG_MSDOS_FS is not set | ||
743 | CONFIG_VFAT_FS=y | ||
744 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
745 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
746 | # CONFIG_NTFS_FS is not set | ||
747 | |||
748 | # | ||
749 | # Pseudo filesystems | ||
750 | # | ||
751 | CONFIG_PROC_FS=y | ||
752 | CONFIG_SYSFS=y | ||
753 | # CONFIG_DEVFS_FS is not set | ||
754 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
755 | CONFIG_TMPFS=y | ||
756 | # CONFIG_TMPFS_XATTR is not set | ||
757 | # CONFIG_HUGETLB_PAGE is not set | ||
758 | CONFIG_RAMFS=y | ||
759 | |||
760 | # | ||
761 | # Miscellaneous filesystems | ||
762 | # | ||
763 | # CONFIG_ADFS_FS is not set | ||
764 | # CONFIG_AFFS_FS is not set | ||
765 | # CONFIG_HFS_FS is not set | ||
766 | # CONFIG_HFSPLUS_FS is not set | ||
767 | # CONFIG_BEFS_FS is not set | ||
768 | # CONFIG_BFS_FS is not set | ||
769 | # CONFIG_EFS_FS is not set | ||
770 | # CONFIG_JFFS_FS is not set | ||
771 | CONFIG_JFFS2_FS=y | ||
772 | CONFIG_JFFS2_FS_DEBUG=0 | ||
773 | # CONFIG_JFFS2_FS_NAND is not set | ||
774 | # CONFIG_JFFS2_FS_NOR_ECC is not set | ||
775 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
776 | CONFIG_JFFS2_ZLIB=y | ||
777 | CONFIG_JFFS2_RTIME=y | ||
778 | # CONFIG_JFFS2_RUBIN is not set | ||
779 | CONFIG_CRAMFS=y | ||
780 | # CONFIG_VXFS_FS is not set | ||
781 | # CONFIG_HPFS_FS is not set | ||
782 | # CONFIG_QNX4FS_FS is not set | ||
783 | # CONFIG_SYSV_FS is not set | ||
784 | # CONFIG_UFS_FS is not set | ||
785 | |||
786 | # | ||
787 | # Network File Systems | ||
788 | # | ||
789 | CONFIG_NFS_FS=y | ||
790 | CONFIG_NFS_V3=y | ||
791 | # CONFIG_NFS_V4 is not set | ||
792 | # CONFIG_NFS_DIRECTIO is not set | ||
793 | # CONFIG_NFSD is not set | ||
794 | CONFIG_ROOT_NFS=y | ||
795 | CONFIG_LOCKD=y | ||
796 | CONFIG_LOCKD_V4=y | ||
797 | CONFIG_SUNRPC=y | ||
798 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
799 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
800 | # CONFIG_SMB_FS is not set | ||
801 | # CONFIG_CIFS is not set | ||
802 | # CONFIG_NCP_FS is not set | ||
803 | # CONFIG_CODA_FS is not set | ||
804 | # CONFIG_AFS_FS is not set | ||
805 | |||
806 | # | ||
807 | # Partition Types | ||
808 | # | ||
809 | CONFIG_PARTITION_ADVANCED=y | ||
810 | # CONFIG_ACORN_PARTITION is not set | ||
811 | # CONFIG_OSF_PARTITION is not set | ||
812 | # CONFIG_AMIGA_PARTITION is not set | ||
813 | # CONFIG_ATARI_PARTITION is not set | ||
814 | # CONFIG_MAC_PARTITION is not set | ||
815 | CONFIG_MSDOS_PARTITION=y | ||
816 | # CONFIG_BSD_DISKLABEL is not set | ||
817 | # CONFIG_MINIX_SUBPARTITION is not set | ||
818 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
819 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
820 | # CONFIG_LDM_PARTITION is not set | ||
821 | # CONFIG_SGI_PARTITION is not set | ||
822 | # CONFIG_ULTRIX_PARTITION is not set | ||
823 | # CONFIG_SUN_PARTITION is not set | ||
824 | # CONFIG_EFI_PARTITION is not set | ||
825 | |||
826 | # | ||
827 | # Native Language Support | ||
828 | # | ||
829 | CONFIG_NLS=y | ||
830 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
831 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
832 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
833 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
834 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
835 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
836 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
837 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
838 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
839 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
840 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
841 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
842 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
843 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
844 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
845 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
846 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
847 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
848 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
849 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
850 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
851 | # CONFIG_NLS_ISO8859_8 is not set | ||
852 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
853 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
854 | # CONFIG_NLS_ASCII is not set | ||
855 | # CONFIG_NLS_ISO8859_1 is not set | ||
856 | # CONFIG_NLS_ISO8859_2 is not set | ||
857 | # CONFIG_NLS_ISO8859_3 is not set | ||
858 | # CONFIG_NLS_ISO8859_4 is not set | ||
859 | # CONFIG_NLS_ISO8859_5 is not set | ||
860 | # CONFIG_NLS_ISO8859_6 is not set | ||
861 | # CONFIG_NLS_ISO8859_7 is not set | ||
862 | # CONFIG_NLS_ISO8859_9 is not set | ||
863 | # CONFIG_NLS_ISO8859_13 is not set | ||
864 | # CONFIG_NLS_ISO8859_14 is not set | ||
865 | # CONFIG_NLS_ISO8859_15 is not set | ||
866 | # CONFIG_NLS_KOI8_R is not set | ||
867 | # CONFIG_NLS_KOI8_U is not set | ||
868 | # CONFIG_NLS_UTF8 is not set | ||
869 | |||
870 | # | ||
871 | # Profiling support | ||
872 | # | ||
873 | # CONFIG_PROFILING is not set | ||
874 | |||
875 | # | ||
876 | # Kernel hacking | ||
877 | # | ||
878 | # CONFIG_PRINTK_TIME is not set | ||
879 | CONFIG_DEBUG_KERNEL=y | ||
880 | CONFIG_MAGIC_SYSRQ=y | ||
881 | CONFIG_LOG_BUF_SHIFT=14 | ||
882 | # CONFIG_SCHEDSTATS is not set | ||
883 | # CONFIG_DEBUG_SLAB is not set | ||
884 | CONFIG_DEBUG_PREEMPT=y | ||
885 | # CONFIG_DEBUG_SPINLOCK is not set | ||
886 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
887 | # CONFIG_DEBUG_KOBJECT is not set | ||
888 | CONFIG_DEBUG_BUGVERBOSE=y | ||
889 | CONFIG_DEBUG_INFO=y | ||
890 | # CONFIG_DEBUG_FS is not set | ||
891 | CONFIG_FRAME_POINTER=y | ||
892 | CONFIG_DEBUG_USER=y | ||
893 | # CONFIG_DEBUG_WAITQ is not set | ||
894 | CONFIG_DEBUG_ERRORS=y | ||
895 | # CONFIG_DEBUG_LL is not set | ||
896 | |||
897 | # | ||
898 | # Security options | ||
899 | # | ||
900 | # CONFIG_KEYS is not set | ||
901 | # CONFIG_SECURITY is not set | ||
902 | |||
903 | # | ||
904 | # Cryptographic options | ||
905 | # | ||
906 | # CONFIG_CRYPTO is not set | ||
907 | |||
908 | # | ||
909 | # Hardware crypto devices | ||
910 | # | ||
911 | |||
912 | # | ||
913 | # Library routines | ||
914 | # | ||
915 | # CONFIG_CRC_CCITT is not set | ||
916 | CONFIG_CRC32=y | ||
917 | # CONFIG_LIBCRC32C is not set | ||
918 | CONFIG_ZLIB_INFLATE=y | ||
919 | CONFIG_ZLIB_DEFLATE=y | ||