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/pxa255-idp_defconfig |
Linux-2.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/pxa255-idp_defconfig')
-rw-r--r-- | arch/arm/configs/pxa255-idp_defconfig | 799 |
1 files changed, 799 insertions, 0 deletions
diff --git a/arch/arm/configs/pxa255-idp_defconfig b/arch/arm/configs/pxa255-idp_defconfig new file mode 100644 index 00000000000..21c327883d8 --- /dev/null +++ b/arch/arm/configs/pxa255-idp_defconfig | |||
@@ -0,0 +1,799 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.12-rc1-bk2 | ||
4 | # Sun Mar 27 22:20:17 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 | |||
20 | # | ||
21 | # General setup | ||
22 | # | ||
23 | CONFIG_LOCALVERSION="" | ||
24 | CONFIG_SWAP=y | ||
25 | CONFIG_SYSVIPC=y | ||
26 | # CONFIG_POSIX_MQUEUE is not set | ||
27 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
28 | CONFIG_SYSCTL=y | ||
29 | # CONFIG_AUDIT is not set | ||
30 | CONFIG_HOTPLUG=y | ||
31 | CONFIG_KOBJECT_UEVENT=y | ||
32 | # CONFIG_IKCONFIG is not set | ||
33 | # CONFIG_EMBEDDED is not set | ||
34 | CONFIG_KALLSYMS=y | ||
35 | # CONFIG_KALLSYMS_ALL is not set | ||
36 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
37 | CONFIG_BASE_FULL=y | ||
38 | CONFIG_FUTEX=y | ||
39 | CONFIG_EPOLL=y | ||
40 | CONFIG_CC_OPTIMIZE_FOR_SIZE=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_TINY_SHMEM is not set | ||
47 | CONFIG_BASE_SMALL=0 | ||
48 | |||
49 | # | ||
50 | # Loadable module support | ||
51 | # | ||
52 | CONFIG_MODULES=y | ||
53 | # CONFIG_MODULE_UNLOAD is not set | ||
54 | CONFIG_OBSOLETE_MODPARM=y | ||
55 | # CONFIG_MODVERSIONS is not set | ||
56 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
57 | # CONFIG_KMOD is not set | ||
58 | |||
59 | # | ||
60 | # System Type | ||
61 | # | ||
62 | # CONFIG_ARCH_CLPS7500 is not set | ||
63 | # CONFIG_ARCH_CLPS711X is not set | ||
64 | # CONFIG_ARCH_CO285 is not set | ||
65 | # CONFIG_ARCH_EBSA110 is not set | ||
66 | # CONFIG_ARCH_CAMELOT is not set | ||
67 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
68 | # CONFIG_ARCH_INTEGRATOR is not set | ||
69 | # CONFIG_ARCH_IOP3XX is not set | ||
70 | # CONFIG_ARCH_IXP4XX is not set | ||
71 | # CONFIG_ARCH_IXP2000 is not set | ||
72 | # CONFIG_ARCH_L7200 is not set | ||
73 | CONFIG_ARCH_PXA=y | ||
74 | # CONFIG_ARCH_RPC is not set | ||
75 | # CONFIG_ARCH_SA1100 is not set | ||
76 | # CONFIG_ARCH_S3C2410 is not set | ||
77 | # CONFIG_ARCH_SHARK is not set | ||
78 | # CONFIG_ARCH_LH7A40X is not set | ||
79 | # CONFIG_ARCH_OMAP is not set | ||
80 | # CONFIG_ARCH_VERSATILE is not set | ||
81 | # CONFIG_ARCH_IMX is not set | ||
82 | # CONFIG_ARCH_H720X is not set | ||
83 | |||
84 | # | ||
85 | # Intel PXA2xx Implementations | ||
86 | # | ||
87 | # CONFIG_ARCH_LUBBOCK is not set | ||
88 | # CONFIG_MACH_MAINSTONE is not set | ||
89 | CONFIG_ARCH_PXA_IDP=y | ||
90 | # CONFIG_PXA_SHARPSL is not set | ||
91 | CONFIG_PXA25x=y | ||
92 | |||
93 | # | ||
94 | # Processor Type | ||
95 | # | ||
96 | CONFIG_CPU_32=y | ||
97 | CONFIG_CPU_XSCALE=y | ||
98 | CONFIG_CPU_32v5=y | ||
99 | CONFIG_CPU_ABRT_EV5T=y | ||
100 | CONFIG_CPU_CACHE_VIVT=y | ||
101 | CONFIG_CPU_TLB_V4WBI=y | ||
102 | CONFIG_CPU_MINICACHE=y | ||
103 | |||
104 | # | ||
105 | # Processor Features | ||
106 | # | ||
107 | # CONFIG_ARM_THUMB is not set | ||
108 | CONFIG_XSCALE_PMU=y | ||
109 | |||
110 | # | ||
111 | # Bus support | ||
112 | # | ||
113 | |||
114 | # | ||
115 | # PCCARD (PCMCIA/CardBus) support | ||
116 | # | ||
117 | # CONFIG_PCCARD is not set | ||
118 | |||
119 | # | ||
120 | # Kernel Features | ||
121 | # | ||
122 | # CONFIG_PREEMPT is not set | ||
123 | CONFIG_LEDS=y | ||
124 | CONFIG_LEDS_TIMER=y | ||
125 | CONFIG_LEDS_CPU=y | ||
126 | CONFIG_ALIGNMENT_TRAP=y | ||
127 | |||
128 | # | ||
129 | # Boot options | ||
130 | # | ||
131 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
132 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
133 | CONFIG_CMDLINE="root=/dev/nfs ip=dhcp console=ttyS0,115200 mem=64M" | ||
134 | # CONFIG_XIP_KERNEL is not set | ||
135 | |||
136 | # | ||
137 | # Floating point emulation | ||
138 | # | ||
139 | |||
140 | # | ||
141 | # At least one emulation must be selected | ||
142 | # | ||
143 | CONFIG_FPE_NWFPE=y | ||
144 | # CONFIG_FPE_NWFPE_XP is not set | ||
145 | # CONFIG_FPE_FASTFPE is not set | ||
146 | |||
147 | # | ||
148 | # Userspace binary formats | ||
149 | # | ||
150 | CONFIG_BINFMT_ELF=y | ||
151 | # CONFIG_BINFMT_AOUT is not set | ||
152 | # CONFIG_BINFMT_MISC is not set | ||
153 | # CONFIG_ARTHUR is not set | ||
154 | |||
155 | # | ||
156 | # Power management options | ||
157 | # | ||
158 | # CONFIG_PM is not set | ||
159 | |||
160 | # | ||
161 | # Device Drivers | ||
162 | # | ||
163 | |||
164 | # | ||
165 | # Generic Driver Options | ||
166 | # | ||
167 | CONFIG_STANDALONE=y | ||
168 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
169 | # CONFIG_FW_LOADER is not set | ||
170 | # CONFIG_DEBUG_DRIVER is not set | ||
171 | |||
172 | # | ||
173 | # Memory Technology Devices (MTD) | ||
174 | # | ||
175 | CONFIG_MTD=y | ||
176 | # CONFIG_MTD_DEBUG is not set | ||
177 | # CONFIG_MTD_CONCAT is not set | ||
178 | CONFIG_MTD_PARTITIONS=y | ||
179 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
180 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
181 | # CONFIG_MTD_AFS_PARTS is not set | ||
182 | |||
183 | # | ||
184 | # User Modules And Translation Layers | ||
185 | # | ||
186 | CONFIG_MTD_CHAR=y | ||
187 | CONFIG_MTD_BLOCK=y | ||
188 | # CONFIG_FTL is not set | ||
189 | # CONFIG_NFTL is not set | ||
190 | # CONFIG_INFTL is not set | ||
191 | |||
192 | # | ||
193 | # RAM/ROM/Flash chip drivers | ||
194 | # | ||
195 | CONFIG_MTD_CFI=y | ||
196 | # CONFIG_MTD_JEDECPROBE is not set | ||
197 | CONFIG_MTD_GEN_PROBE=y | ||
198 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
199 | CONFIG_MTD_CFI_NOSWAP=y | ||
200 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
201 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
202 | CONFIG_MTD_CFI_GEOMETRY=y | ||
203 | # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set | ||
204 | # CONFIG_MTD_MAP_BANK_WIDTH_2 is not set | ||
205 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
206 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
207 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
208 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
209 | # CONFIG_MTD_CFI_I1 is not set | ||
210 | CONFIG_MTD_CFI_I2=y | ||
211 | # CONFIG_MTD_CFI_I4 is not set | ||
212 | # CONFIG_MTD_CFI_I8 is not set | ||
213 | CONFIG_MTD_CFI_INTELEXT=y | ||
214 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
215 | # CONFIG_MTD_CFI_STAA is not set | ||
216 | CONFIG_MTD_CFI_UTIL=y | ||
217 | # CONFIG_MTD_RAM is not set | ||
218 | # CONFIG_MTD_ROM is not set | ||
219 | # CONFIG_MTD_ABSENT is not set | ||
220 | # CONFIG_MTD_XIP is not set | ||
221 | |||
222 | # | ||
223 | # Mapping drivers for chip access | ||
224 | # | ||
225 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
226 | # CONFIG_MTD_PHYSMAP is not set | ||
227 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
228 | # CONFIG_MTD_EDB7312 is not set | ||
229 | # CONFIG_MTD_SHARP_SL is not set | ||
230 | |||
231 | # | ||
232 | # Self-contained MTD device drivers | ||
233 | # | ||
234 | # CONFIG_MTD_SLRAM is not set | ||
235 | # CONFIG_MTD_PHRAM is not set | ||
236 | # CONFIG_MTD_MTDRAM is not set | ||
237 | # CONFIG_MTD_BLKMTD is not set | ||
238 | # CONFIG_MTD_BLOCK2MTD is not set | ||
239 | |||
240 | # | ||
241 | # Disk-On-Chip Device Drivers | ||
242 | # | ||
243 | # CONFIG_MTD_DOC2000 is not set | ||
244 | # CONFIG_MTD_DOC2001 is not set | ||
245 | # CONFIG_MTD_DOC2001PLUS is not set | ||
246 | |||
247 | # | ||
248 | # NAND Flash Device Drivers | ||
249 | # | ||
250 | # CONFIG_MTD_NAND is not set | ||
251 | |||
252 | # | ||
253 | # Parallel port support | ||
254 | # | ||
255 | # CONFIG_PARPORT is not set | ||
256 | |||
257 | # | ||
258 | # Plug and Play support | ||
259 | # | ||
260 | |||
261 | # | ||
262 | # Block devices | ||
263 | # | ||
264 | # CONFIG_BLK_DEV_FD is not set | ||
265 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
266 | # CONFIG_BLK_DEV_LOOP is not set | ||
267 | # CONFIG_BLK_DEV_NBD is not set | ||
268 | # CONFIG_BLK_DEV_RAM is not set | ||
269 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
270 | CONFIG_INITRAMFS_SOURCE="" | ||
271 | # CONFIG_CDROM_PKTCDVD is not set | ||
272 | |||
273 | # | ||
274 | # IO Schedulers | ||
275 | # | ||
276 | CONFIG_IOSCHED_NOOP=y | ||
277 | CONFIG_IOSCHED_AS=y | ||
278 | CONFIG_IOSCHED_DEADLINE=y | ||
279 | CONFIG_IOSCHED_CFQ=y | ||
280 | # CONFIG_ATA_OVER_ETH is not set | ||
281 | |||
282 | # | ||
283 | # ATA/ATAPI/MFM/RLL support | ||
284 | # | ||
285 | CONFIG_IDE=y | ||
286 | CONFIG_BLK_DEV_IDE=y | ||
287 | |||
288 | # | ||
289 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
290 | # | ||
291 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
292 | CONFIG_BLK_DEV_IDEDISK=y | ||
293 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
294 | # CONFIG_BLK_DEV_IDECD is not set | ||
295 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
296 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
297 | # CONFIG_IDE_TASK_IOCTL is not set | ||
298 | |||
299 | # | ||
300 | # IDE chipset support/bugfixes | ||
301 | # | ||
302 | # CONFIG_IDE_GENERIC is not set | ||
303 | # CONFIG_IDE_ARM is not set | ||
304 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
305 | # CONFIG_IDEDMA_AUTO is not set | ||
306 | # CONFIG_BLK_DEV_HD is not set | ||
307 | |||
308 | # | ||
309 | # SCSI device support | ||
310 | # | ||
311 | # CONFIG_SCSI is not set | ||
312 | |||
313 | # | ||
314 | # Multi-device support (RAID and LVM) | ||
315 | # | ||
316 | # CONFIG_MD is not set | ||
317 | |||
318 | # | ||
319 | # Fusion MPT device support | ||
320 | # | ||
321 | |||
322 | # | ||
323 | # IEEE 1394 (FireWire) support | ||
324 | # | ||
325 | |||
326 | # | ||
327 | # I2O device support | ||
328 | # | ||
329 | |||
330 | # | ||
331 | # Networking support | ||
332 | # | ||
333 | CONFIG_NET=y | ||
334 | |||
335 | # | ||
336 | # Networking options | ||
337 | # | ||
338 | # CONFIG_PACKET is not set | ||
339 | # CONFIG_NETLINK_DEV is not set | ||
340 | CONFIG_UNIX=y | ||
341 | # CONFIG_NET_KEY is not set | ||
342 | CONFIG_INET=y | ||
343 | # CONFIG_IP_MULTICAST is not set | ||
344 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
345 | CONFIG_IP_PNP=y | ||
346 | CONFIG_IP_PNP_DHCP=y | ||
347 | # CONFIG_IP_PNP_BOOTP is not set | ||
348 | # CONFIG_IP_PNP_RARP is not set | ||
349 | # CONFIG_NET_IPIP is not set | ||
350 | # CONFIG_NET_IPGRE is not set | ||
351 | # CONFIG_ARPD is not set | ||
352 | # CONFIG_SYN_COOKIES is not set | ||
353 | # CONFIG_INET_AH is not set | ||
354 | # CONFIG_INET_ESP is not set | ||
355 | # CONFIG_INET_IPCOMP is not set | ||
356 | # CONFIG_INET_TUNNEL is not set | ||
357 | CONFIG_IP_TCPDIAG=y | ||
358 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
359 | # CONFIG_IPV6 is not set | ||
360 | # CONFIG_NETFILTER is not set | ||
361 | |||
362 | # | ||
363 | # SCTP Configuration (EXPERIMENTAL) | ||
364 | # | ||
365 | # CONFIG_IP_SCTP is not set | ||
366 | # CONFIG_ATM is not set | ||
367 | # CONFIG_BRIDGE is not set | ||
368 | # CONFIG_VLAN_8021Q is not set | ||
369 | # CONFIG_DECNET is not set | ||
370 | # CONFIG_LLC2 is not set | ||
371 | # CONFIG_IPX is not set | ||
372 | # CONFIG_ATALK is not set | ||
373 | # CONFIG_X25 is not set | ||
374 | # CONFIG_LAPB is not set | ||
375 | # CONFIG_NET_DIVERT is not set | ||
376 | # CONFIG_ECONET is not set | ||
377 | # CONFIG_WAN_ROUTER is not set | ||
378 | |||
379 | # | ||
380 | # QoS and/or fair queueing | ||
381 | # | ||
382 | # CONFIG_NET_SCHED is not set | ||
383 | # CONFIG_NET_CLS_ROUTE is not set | ||
384 | |||
385 | # | ||
386 | # Network testing | ||
387 | # | ||
388 | # CONFIG_NET_PKTGEN is not set | ||
389 | # CONFIG_NETPOLL is not set | ||
390 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
391 | # CONFIG_HAMRADIO is not set | ||
392 | # CONFIG_IRDA is not set | ||
393 | # CONFIG_BT is not set | ||
394 | CONFIG_NETDEVICES=y | ||
395 | # CONFIG_DUMMY is not set | ||
396 | # CONFIG_BONDING is not set | ||
397 | # CONFIG_EQUALIZER is not set | ||
398 | # CONFIG_TUN is not set | ||
399 | |||
400 | # | ||
401 | # Ethernet (10 or 100Mbit) | ||
402 | # | ||
403 | CONFIG_NET_ETHERNET=y | ||
404 | CONFIG_MII=y | ||
405 | CONFIG_SMC91X=y | ||
406 | |||
407 | # | ||
408 | # Ethernet (1000 Mbit) | ||
409 | # | ||
410 | |||
411 | # | ||
412 | # Ethernet (10000 Mbit) | ||
413 | # | ||
414 | |||
415 | # | ||
416 | # Token Ring devices | ||
417 | # | ||
418 | |||
419 | # | ||
420 | # Wireless LAN (non-hamradio) | ||
421 | # | ||
422 | # CONFIG_NET_RADIO is not set | ||
423 | |||
424 | # | ||
425 | # Wan interfaces | ||
426 | # | ||
427 | # CONFIG_WAN is not set | ||
428 | # CONFIG_PPP is not set | ||
429 | # CONFIG_SLIP is not set | ||
430 | # CONFIG_SHAPER is not set | ||
431 | # CONFIG_NETCONSOLE is not set | ||
432 | |||
433 | # | ||
434 | # ISDN subsystem | ||
435 | # | ||
436 | # CONFIG_ISDN is not set | ||
437 | |||
438 | # | ||
439 | # Input device support | ||
440 | # | ||
441 | CONFIG_INPUT=y | ||
442 | |||
443 | # | ||
444 | # Userland interfaces | ||
445 | # | ||
446 | CONFIG_INPUT_MOUSEDEV=y | ||
447 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
448 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
449 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
450 | # CONFIG_INPUT_JOYDEV is not set | ||
451 | # CONFIG_INPUT_TSDEV is not set | ||
452 | CONFIG_INPUT_EVDEV=y | ||
453 | # CONFIG_INPUT_EVBUG is not set | ||
454 | |||
455 | # | ||
456 | # Input Device Drivers | ||
457 | # | ||
458 | CONFIG_INPUT_KEYBOARD=y | ||
459 | CONFIG_KEYBOARD_ATKBD=y | ||
460 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
461 | # CONFIG_KEYBOARD_LKKBD is not set | ||
462 | # CONFIG_KEYBOARD_XTKBD is not set | ||
463 | # CONFIG_KEYBOARD_NEWTON is not set | ||
464 | # CONFIG_INPUT_MOUSE is not set | ||
465 | # CONFIG_INPUT_JOYSTICK is not set | ||
466 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
467 | # CONFIG_INPUT_MISC is not set | ||
468 | |||
469 | # | ||
470 | # Hardware I/O ports | ||
471 | # | ||
472 | CONFIG_SERIO=y | ||
473 | # CONFIG_SERIO_SERPORT is not set | ||
474 | CONFIG_SERIO_LIBPS2=y | ||
475 | # CONFIG_SERIO_RAW is not set | ||
476 | # CONFIG_GAMEPORT is not set | ||
477 | CONFIG_SOUND_GAMEPORT=y | ||
478 | |||
479 | # | ||
480 | # Character devices | ||
481 | # | ||
482 | CONFIG_VT=y | ||
483 | CONFIG_VT_CONSOLE=y | ||
484 | CONFIG_HW_CONSOLE=y | ||
485 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
486 | |||
487 | # | ||
488 | # Serial drivers | ||
489 | # | ||
490 | # CONFIG_SERIAL_8250 is not set | ||
491 | |||
492 | # | ||
493 | # Non-8250 serial port support | ||
494 | # | ||
495 | CONFIG_SERIAL_PXA=y | ||
496 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
497 | CONFIG_SERIAL_CORE=y | ||
498 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
499 | CONFIG_UNIX98_PTYS=y | ||
500 | CONFIG_LEGACY_PTYS=y | ||
501 | CONFIG_LEGACY_PTY_COUNT=256 | ||
502 | |||
503 | # | ||
504 | # IPMI | ||
505 | # | ||
506 | # CONFIG_IPMI_HANDLER is not set | ||
507 | |||
508 | # | ||
509 | # Watchdog Cards | ||
510 | # | ||
511 | # CONFIG_WATCHDOG is not set | ||
512 | # CONFIG_NVRAM is not set | ||
513 | # CONFIG_RTC is not set | ||
514 | # CONFIG_DTLK is not set | ||
515 | # CONFIG_R3964 is not set | ||
516 | |||
517 | # | ||
518 | # Ftape, the floppy tape device driver | ||
519 | # | ||
520 | # CONFIG_DRM is not set | ||
521 | # CONFIG_RAW_DRIVER is not set | ||
522 | |||
523 | # | ||
524 | # TPM devices | ||
525 | # | ||
526 | # CONFIG_TCG_TPM is not set | ||
527 | |||
528 | # | ||
529 | # I2C support | ||
530 | # | ||
531 | # CONFIG_I2C is not set | ||
532 | |||
533 | # | ||
534 | # Misc devices | ||
535 | # | ||
536 | |||
537 | # | ||
538 | # Multimedia devices | ||
539 | # | ||
540 | # CONFIG_VIDEO_DEV is not set | ||
541 | |||
542 | # | ||
543 | # Digital Video Broadcasting Devices | ||
544 | # | ||
545 | # CONFIG_DVB is not set | ||
546 | |||
547 | # | ||
548 | # Graphics support | ||
549 | # | ||
550 | CONFIG_FB=y | ||
551 | CONFIG_FB_CFB_FILLRECT=y | ||
552 | CONFIG_FB_CFB_COPYAREA=y | ||
553 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
554 | CONFIG_FB_SOFT_CURSOR=y | ||
555 | # CONFIG_FB_MODE_HELPERS is not set | ||
556 | # CONFIG_FB_TILEBLITTING is not set | ||
557 | CONFIG_FB_PXA=y | ||
558 | # CONFIG_FB_PXA_PARAMETERS is not set | ||
559 | # CONFIG_FB_VIRTUAL is not set | ||
560 | |||
561 | # | ||
562 | # Console display driver support | ||
563 | # | ||
564 | # CONFIG_VGA_CONSOLE is not set | ||
565 | CONFIG_DUMMY_CONSOLE=y | ||
566 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
567 | CONFIG_FONTS=y | ||
568 | CONFIG_FONT_8x8=y | ||
569 | CONFIG_FONT_8x16=y | ||
570 | # CONFIG_FONT_6x11 is not set | ||
571 | # CONFIG_FONT_PEARL_8x8 is not set | ||
572 | # CONFIG_FONT_ACORN_8x8 is not set | ||
573 | # CONFIG_FONT_MINI_4x6 is not set | ||
574 | # CONFIG_FONT_SUN8x16 is not set | ||
575 | # CONFIG_FONT_SUN12x22 is not set | ||
576 | |||
577 | # | ||
578 | # Logo configuration | ||
579 | # | ||
580 | CONFIG_LOGO=y | ||
581 | CONFIG_LOGO_LINUX_MONO=y | ||
582 | CONFIG_LOGO_LINUX_VGA16=y | ||
583 | CONFIG_LOGO_LINUX_CLUT224=y | ||
584 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
585 | |||
586 | # | ||
587 | # Sound | ||
588 | # | ||
589 | # CONFIG_SOUND is not set | ||
590 | |||
591 | # | ||
592 | # USB support | ||
593 | # | ||
594 | CONFIG_USB_ARCH_HAS_HCD=y | ||
595 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
596 | # CONFIG_USB is not set | ||
597 | |||
598 | # | ||
599 | # USB Gadget Support | ||
600 | # | ||
601 | # CONFIG_USB_GADGET is not set | ||
602 | |||
603 | # | ||
604 | # MMC/SD Card support | ||
605 | # | ||
606 | # CONFIG_MMC is not set | ||
607 | |||
608 | # | ||
609 | # File systems | ||
610 | # | ||
611 | CONFIG_EXT2_FS=y | ||
612 | # CONFIG_EXT2_FS_XATTR is not set | ||
613 | # CONFIG_EXT3_FS is not set | ||
614 | # CONFIG_JBD is not set | ||
615 | # CONFIG_REISERFS_FS is not set | ||
616 | # CONFIG_JFS_FS is not set | ||
617 | |||
618 | # | ||
619 | # XFS support | ||
620 | # | ||
621 | # CONFIG_XFS_FS is not set | ||
622 | # CONFIG_MINIX_FS is not set | ||
623 | # CONFIG_ROMFS_FS is not set | ||
624 | # CONFIG_QUOTA is not set | ||
625 | CONFIG_DNOTIFY=y | ||
626 | # CONFIG_AUTOFS_FS is not set | ||
627 | # CONFIG_AUTOFS4_FS is not set | ||
628 | |||
629 | # | ||
630 | # CD-ROM/DVD Filesystems | ||
631 | # | ||
632 | # CONFIG_ISO9660_FS is not set | ||
633 | # CONFIG_UDF_FS is not set | ||
634 | |||
635 | # | ||
636 | # DOS/FAT/NT Filesystems | ||
637 | # | ||
638 | CONFIG_FAT_FS=y | ||
639 | CONFIG_MSDOS_FS=y | ||
640 | # CONFIG_VFAT_FS is not set | ||
641 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
642 | # CONFIG_NTFS_FS is not set | ||
643 | |||
644 | # | ||
645 | # Pseudo filesystems | ||
646 | # | ||
647 | CONFIG_PROC_FS=y | ||
648 | CONFIG_SYSFS=y | ||
649 | # CONFIG_DEVFS_FS is not set | ||
650 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
651 | # CONFIG_TMPFS is not set | ||
652 | # CONFIG_HUGETLB_PAGE is not set | ||
653 | CONFIG_RAMFS=y | ||
654 | |||
655 | # | ||
656 | # Miscellaneous filesystems | ||
657 | # | ||
658 | # CONFIG_ADFS_FS is not set | ||
659 | # CONFIG_AFFS_FS is not set | ||
660 | # CONFIG_HFS_FS is not set | ||
661 | # CONFIG_HFSPLUS_FS is not set | ||
662 | # CONFIG_BEFS_FS is not set | ||
663 | # CONFIG_BFS_FS is not set | ||
664 | # CONFIG_EFS_FS is not set | ||
665 | # CONFIG_JFFS_FS is not set | ||
666 | CONFIG_JFFS2_FS=y | ||
667 | CONFIG_JFFS2_FS_DEBUG=0 | ||
668 | # CONFIG_JFFS2_FS_NAND is not set | ||
669 | # CONFIG_JFFS2_FS_NOR_ECC is not set | ||
670 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
671 | CONFIG_JFFS2_ZLIB=y | ||
672 | CONFIG_JFFS2_RTIME=y | ||
673 | # CONFIG_JFFS2_RUBIN is not set | ||
674 | # CONFIG_CRAMFS is not set | ||
675 | # CONFIG_VXFS_FS is not set | ||
676 | # CONFIG_HPFS_FS is not set | ||
677 | # CONFIG_QNX4FS_FS is not set | ||
678 | # CONFIG_SYSV_FS is not set | ||
679 | # CONFIG_UFS_FS is not set | ||
680 | |||
681 | # | ||
682 | # Network File Systems | ||
683 | # | ||
684 | CONFIG_NFS_FS=y | ||
685 | # CONFIG_NFS_V3 is not set | ||
686 | # CONFIG_NFS_V4 is not set | ||
687 | # CONFIG_NFS_DIRECTIO is not set | ||
688 | # CONFIG_NFSD is not set | ||
689 | CONFIG_ROOT_NFS=y | ||
690 | CONFIG_LOCKD=y | ||
691 | CONFIG_SUNRPC=y | ||
692 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
693 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
694 | # CONFIG_SMB_FS is not set | ||
695 | # CONFIG_CIFS is not set | ||
696 | # CONFIG_NCP_FS is not set | ||
697 | # CONFIG_CODA_FS is not set | ||
698 | # CONFIG_AFS_FS is not set | ||
699 | |||
700 | # | ||
701 | # Partition Types | ||
702 | # | ||
703 | # CONFIG_PARTITION_ADVANCED is not set | ||
704 | CONFIG_MSDOS_PARTITION=y | ||
705 | |||
706 | # | ||
707 | # Native Language Support | ||
708 | # | ||
709 | CONFIG_NLS=y | ||
710 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
711 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
712 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
713 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
714 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
715 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
716 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
717 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
718 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
719 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
720 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
721 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
722 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
723 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
724 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
725 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
726 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
727 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
728 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
729 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
730 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
731 | # CONFIG_NLS_ISO8859_8 is not set | ||
732 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
733 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
734 | # CONFIG_NLS_ASCII is not set | ||
735 | CONFIG_NLS_ISO8859_1=y | ||
736 | # CONFIG_NLS_ISO8859_2 is not set | ||
737 | # CONFIG_NLS_ISO8859_3 is not set | ||
738 | # CONFIG_NLS_ISO8859_4 is not set | ||
739 | # CONFIG_NLS_ISO8859_5 is not set | ||
740 | # CONFIG_NLS_ISO8859_6 is not set | ||
741 | # CONFIG_NLS_ISO8859_7 is not set | ||
742 | # CONFIG_NLS_ISO8859_9 is not set | ||
743 | # CONFIG_NLS_ISO8859_13 is not set | ||
744 | # CONFIG_NLS_ISO8859_14 is not set | ||
745 | # CONFIG_NLS_ISO8859_15 is not set | ||
746 | # CONFIG_NLS_KOI8_R is not set | ||
747 | # CONFIG_NLS_KOI8_U is not set | ||
748 | # CONFIG_NLS_UTF8 is not set | ||
749 | |||
750 | # | ||
751 | # Profiling support | ||
752 | # | ||
753 | # CONFIG_PROFILING is not set | ||
754 | |||
755 | # | ||
756 | # Kernel hacking | ||
757 | # | ||
758 | # CONFIG_PRINTK_TIME is not set | ||
759 | CONFIG_DEBUG_KERNEL=y | ||
760 | CONFIG_MAGIC_SYSRQ=y | ||
761 | CONFIG_LOG_BUF_SHIFT=14 | ||
762 | # CONFIG_SCHEDSTATS is not set | ||
763 | # CONFIG_DEBUG_SLAB is not set | ||
764 | # CONFIG_DEBUG_SPINLOCK is not set | ||
765 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
766 | # CONFIG_DEBUG_KOBJECT is not set | ||
767 | CONFIG_DEBUG_BUGVERBOSE=y | ||
768 | CONFIG_DEBUG_INFO=y | ||
769 | # CONFIG_DEBUG_FS is not set | ||
770 | CONFIG_FRAME_POINTER=y | ||
771 | CONFIG_DEBUG_USER=y | ||
772 | # CONFIG_DEBUG_WAITQ is not set | ||
773 | CONFIG_DEBUG_ERRORS=y | ||
774 | CONFIG_DEBUG_LL=y | ||
775 | # CONFIG_DEBUG_ICEDCC is not set | ||
776 | |||
777 | # | ||
778 | # Security options | ||
779 | # | ||
780 | # CONFIG_KEYS is not set | ||
781 | # CONFIG_SECURITY is not set | ||
782 | |||
783 | # | ||
784 | # Cryptographic options | ||
785 | # | ||
786 | # CONFIG_CRYPTO is not set | ||
787 | |||
788 | # | ||
789 | # Hardware crypto devices | ||
790 | # | ||
791 | |||
792 | # | ||
793 | # Library routines | ||
794 | # | ||
795 | # CONFIG_CRC_CCITT is not set | ||
796 | CONFIG_CRC32=y | ||
797 | # CONFIG_LIBCRC32C is not set | ||
798 | CONFIG_ZLIB_INFLATE=y | ||
799 | CONFIG_ZLIB_DEFLATE=y | ||