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