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/parisc/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/parisc/defconfig')
-rw-r--r-- | arch/parisc/defconfig | 926 |
1 files changed, 926 insertions, 0 deletions
diff --git a/arch/parisc/defconfig b/arch/parisc/defconfig new file mode 100644 index 000000000000..ebd6301aa599 --- /dev/null +++ b/arch/parisc/defconfig | |||
@@ -0,0 +1,926 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # | ||
4 | CONFIG_PARISC=y | ||
5 | CONFIG_MMU=y | ||
6 | CONFIG_STACK_GROWSUP=y | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
8 | |||
9 | # | ||
10 | # Code maturity level options | ||
11 | # | ||
12 | CONFIG_EXPERIMENTAL=y | ||
13 | CONFIG_CLEAN_COMPILE=y | ||
14 | CONFIG_STANDALONE=y | ||
15 | CONFIG_BROKEN_ON_SMP=y | ||
16 | |||
17 | # | ||
18 | # General setup | ||
19 | # | ||
20 | CONFIG_SWAP=y | ||
21 | CONFIG_SYSVIPC=y | ||
22 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
23 | CONFIG_SYSCTL=y | ||
24 | CONFIG_LOG_BUF_SHIFT=15 | ||
25 | # CONFIG_HOTPLUG is not set | ||
26 | CONFIG_IKCONFIG=y | ||
27 | CONFIG_IKCONFIG_PROC=y | ||
28 | # CONFIG_EMBEDDED is not set | ||
29 | CONFIG_KALLSYMS=y | ||
30 | CONFIG_FUTEX=y | ||
31 | CONFIG_EPOLL=y | ||
32 | CONFIG_IOSCHED_NOOP=y | ||
33 | CONFIG_IOSCHED_AS=y | ||
34 | CONFIG_IOSCHED_DEADLINE=y | ||
35 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
36 | |||
37 | # | ||
38 | # Loadable module support | ||
39 | # | ||
40 | # CONFIG_MODULES is not set | ||
41 | |||
42 | # | ||
43 | # Processor type and features | ||
44 | # | ||
45 | CONFIG_PA7000=y | ||
46 | # CONFIG_PA7100LC is not set | ||
47 | # CONFIG_PA7200 is not set | ||
48 | # CONFIG_PA8X00 is not set | ||
49 | CONFIG_PA11=y | ||
50 | # CONFIG_64BIT is not set | ||
51 | # CONFIG_SMP is not set | ||
52 | # CONFIG_PREEMPT is not set | ||
53 | # CONFIG_HPUX is not set | ||
54 | |||
55 | # | ||
56 | # Bus options (PCI, PCMCIA, EISA, GSC, ISA) | ||
57 | # | ||
58 | CONFIG_GSC=y | ||
59 | CONFIG_HPPB=y | ||
60 | CONFIG_IOMMU_CCIO=y | ||
61 | CONFIG_GSC_LASI=y | ||
62 | CONFIG_GSC_WAX=y | ||
63 | CONFIG_EISA=y | ||
64 | CONFIG_EISA_NAMES=y | ||
65 | # CONFIG_ISA is not set | ||
66 | CONFIG_PCI=y | ||
67 | CONFIG_PCI_LEGACY_PROC=y | ||
68 | CONFIG_PCI_NAMES=y | ||
69 | CONFIG_GSC_DINO=y | ||
70 | CONFIG_PCI_LBA=y | ||
71 | CONFIG_IOSAPIC=y | ||
72 | CONFIG_IOMMU_SBA=y | ||
73 | CONFIG_SUPERIO=y | ||
74 | CONFIG_CHASSIS_LCD_LED=y | ||
75 | CONFIG_PDC_CHASSIS=y | ||
76 | |||
77 | # | ||
78 | # Executable file formats | ||
79 | # | ||
80 | CONFIG_BINFMT_ELF=y | ||
81 | # CONFIG_BINFMT_MISC is not set | ||
82 | |||
83 | # | ||
84 | # Device Drivers | ||
85 | # | ||
86 | |||
87 | # | ||
88 | # Generic Driver Options | ||
89 | # | ||
90 | # CONFIG_DEBUG_DRIVER is not set | ||
91 | |||
92 | # | ||
93 | # Memory Technology Devices (MTD) | ||
94 | # | ||
95 | # CONFIG_MTD is not set | ||
96 | |||
97 | # | ||
98 | # Parallel port support | ||
99 | # | ||
100 | CONFIG_PARPORT=y | ||
101 | CONFIG_PARPORT_PC=y | ||
102 | CONFIG_PARPORT_PC_CML1=y | ||
103 | # CONFIG_PARPORT_SERIAL is not set | ||
104 | # CONFIG_PARPORT_PC_FIFO is not set | ||
105 | # CONFIG_PARPORT_PC_SUPERIO is not set | ||
106 | CONFIG_PARPORT_GSC=y | ||
107 | # CONFIG_PARPORT_OTHER is not set | ||
108 | # CONFIG_PARPORT_1284 is not set | ||
109 | |||
110 | # | ||
111 | # Plug and Play support | ||
112 | # | ||
113 | |||
114 | # | ||
115 | # Block devices | ||
116 | # | ||
117 | # CONFIG_BLK_DEV_FD is not set | ||
118 | # CONFIG_PARIDE is not set | ||
119 | # CONFIG_BLK_CPQ_DA is not set | ||
120 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
121 | # CONFIG_BLK_DEV_DAC960 is not set | ||
122 | # CONFIG_BLK_DEV_UMEM is not set | ||
123 | CONFIG_BLK_DEV_LOOP=y | ||
124 | CONFIG_BLK_DEV_CRYPTOLOOP=y | ||
125 | # CONFIG_BLK_DEV_NBD is not set | ||
126 | CONFIG_BLK_DEV_RAM=y | ||
127 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
128 | CONFIG_BLK_DEV_INITRD=y | ||
129 | |||
130 | # | ||
131 | # ATA/ATAPI/MFM/RLL support | ||
132 | # | ||
133 | # CONFIG_IDE is not set | ||
134 | |||
135 | # | ||
136 | # SCSI device support | ||
137 | # | ||
138 | CONFIG_SCSI=y | ||
139 | CONFIG_SCSI_PROC_FS=y | ||
140 | |||
141 | # | ||
142 | # SCSI support type (disk, tape, CD-ROM) | ||
143 | # | ||
144 | CONFIG_BLK_DEV_SD=y | ||
145 | CONFIG_CHR_DEV_ST=y | ||
146 | # CONFIG_CHR_DEV_OSST is not set | ||
147 | CONFIG_BLK_DEV_SR=y | ||
148 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
149 | CONFIG_CHR_DEV_SG=y | ||
150 | |||
151 | # | ||
152 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
153 | # | ||
154 | # CONFIG_SCSI_MULTI_LUN is not set | ||
155 | # CONFIG_SCSI_REPORT_LUNS is not set | ||
156 | # CONFIG_SCSI_CONSTANTS is not set | ||
157 | # CONFIG_SCSI_LOGGING is not set | ||
158 | |||
159 | # | ||
160 | # SCSI low-level drivers | ||
161 | # | ||
162 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
163 | # CONFIG_SCSI_ACARD is not set | ||
164 | # CONFIG_SCSI_AHA1740 is not set | ||
165 | # CONFIG_SCSI_AACRAID is not set | ||
166 | # CONFIG_SCSI_AIC7XXX is not set | ||
167 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
168 | # CONFIG_SCSI_AIC79XX is not set | ||
169 | # CONFIG_SCSI_ADVANSYS is not set | ||
170 | # CONFIG_SCSI_MEGARAID is not set | ||
171 | # CONFIG_SCSI_SATA is not set | ||
172 | # CONFIG_SCSI_BUSLOGIC is not set | ||
173 | # CONFIG_SCSI_CPQFCTS is not set | ||
174 | # CONFIG_SCSI_DMX3191D is not set | ||
175 | # CONFIG_SCSI_EATA is not set | ||
176 | # CONFIG_SCSI_EATA_PIO is not set | ||
177 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
178 | # CONFIG_SCSI_GDTH is not set | ||
179 | # CONFIG_SCSI_IPS is not set | ||
180 | # CONFIG_SCSI_INIA100 is not set | ||
181 | # CONFIG_SCSI_PPA is not set | ||
182 | # CONFIG_SCSI_IMM is not set | ||
183 | CONFIG_SCSI_LASI700=y | ||
184 | CONFIG_53C700_MEM_MAPPED=y | ||
185 | CONFIG_53C700_LE_ON_BE=y | ||
186 | CONFIG_SCSI_SYM53C8XX_2=y | ||
187 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 | ||
188 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | ||
189 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | ||
190 | # CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set | ||
191 | CONFIG_SCSI_ZALON=y | ||
192 | CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=8 | ||
193 | CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32 | ||
194 | CONFIG_SCSI_NCR53C8XX_SYNC=20 | ||
195 | # CONFIG_SCSI_NCR53C8XX_PROFILE is not set | ||
196 | # CONFIG_SCSI_QLOGIC_ISP is not set | ||
197 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
198 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
199 | CONFIG_SCSI_QLA2XXX=y | ||
200 | # CONFIG_SCSI_QLA21XX is not set | ||
201 | # CONFIG_SCSI_QLA22XX is not set | ||
202 | # CONFIG_SCSI_QLA2300 is not set | ||
203 | # CONFIG_SCSI_QLA2322 is not set | ||
204 | # CONFIG_SCSI_QLA6312 is not set | ||
205 | # CONFIG_SCSI_QLA6322 is not set | ||
206 | # CONFIG_SCSI_SIM710 is not set | ||
207 | # CONFIG_SCSI_DC395x is not set | ||
208 | # CONFIG_SCSI_DC390T is not set | ||
209 | # CONFIG_SCSI_NSP32 is not set | ||
210 | # CONFIG_SCSI_DEBUG is not set | ||
211 | |||
212 | # | ||
213 | # Multi-device support (RAID and LVM) | ||
214 | # | ||
215 | CONFIG_MD=y | ||
216 | CONFIG_BLK_DEV_MD=y | ||
217 | CONFIG_MD_LINEAR=y | ||
218 | CONFIG_MD_RAID0=y | ||
219 | CONFIG_MD_RAID1=y | ||
220 | CONFIG_MD_RAID5=y | ||
221 | # CONFIG_MD_RAID6 is not set | ||
222 | # CONFIG_MD_MULTIPATH is not set | ||
223 | # CONFIG_BLK_DEV_DM is not set | ||
224 | |||
225 | # | ||
226 | # Fusion MPT device support | ||
227 | # | ||
228 | # CONFIG_FUSION is not set | ||
229 | |||
230 | # | ||
231 | # IEEE 1394 (FireWire) support | ||
232 | # | ||
233 | # CONFIG_IEEE1394 is not set | ||
234 | |||
235 | # | ||
236 | # I2O device support | ||
237 | # | ||
238 | # CONFIG_I2O is not set | ||
239 | |||
240 | # | ||
241 | # Macintosh device drivers | ||
242 | # | ||
243 | |||
244 | # | ||
245 | # Networking support | ||
246 | # | ||
247 | CONFIG_NET=y | ||
248 | |||
249 | # | ||
250 | # Networking options | ||
251 | # | ||
252 | CONFIG_PACKET=y | ||
253 | CONFIG_PACKET_MMAP=y | ||
254 | CONFIG_NETLINK_DEV=y | ||
255 | CONFIG_UNIX=y | ||
256 | # CONFIG_NET_KEY is not set | ||
257 | CONFIG_INET=y | ||
258 | CONFIG_IP_MULTICAST=y | ||
259 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
260 | CONFIG_IP_PNP=y | ||
261 | # CONFIG_IP_PNP_DHCP is not set | ||
262 | CONFIG_IP_PNP_BOOTP=y | ||
263 | # CONFIG_IP_PNP_RARP is not set | ||
264 | # CONFIG_NET_IPIP is not set | ||
265 | # CONFIG_NET_IPGRE is not set | ||
266 | # CONFIG_IP_MROUTE is not set | ||
267 | # CONFIG_ARPD is not set | ||
268 | # CONFIG_INET_ECN is not set | ||
269 | # CONFIG_SYN_COOKIES is not set | ||
270 | # CONFIG_INET_AH is not set | ||
271 | # CONFIG_INET_ESP is not set | ||
272 | # CONFIG_INET_IPCOMP is not set | ||
273 | # CONFIG_IPV6 is not set | ||
274 | # CONFIG_DECNET is not set | ||
275 | # CONFIG_BRIDGE is not set | ||
276 | # CONFIG_NETFILTER is not set | ||
277 | |||
278 | # | ||
279 | # SCTP Configuration (EXPERIMENTAL) | ||
280 | # | ||
281 | CONFIG_IPV6_SCTP__=y | ||
282 | # CONFIG_IP_SCTP is not set | ||
283 | # CONFIG_ATM is not set | ||
284 | # CONFIG_VLAN_8021Q is not set | ||
285 | # CONFIG_LLC2 is not set | ||
286 | # CONFIG_IPX is not set | ||
287 | # CONFIG_ATALK is not set | ||
288 | # CONFIG_X25 is not set | ||
289 | # CONFIG_LAPB is not set | ||
290 | # CONFIG_NET_DIVERT is not set | ||
291 | # CONFIG_ECONET is not set | ||
292 | # CONFIG_WAN_ROUTER is not set | ||
293 | # CONFIG_NET_HW_FLOWCONTROL is not set | ||
294 | |||
295 | # | ||
296 | # QoS and/or fair queueing | ||
297 | # | ||
298 | # CONFIG_NET_SCHED is not set | ||
299 | |||
300 | # | ||
301 | # Network testing | ||
302 | # | ||
303 | # CONFIG_NET_PKTGEN is not set | ||
304 | CONFIG_NETDEVICES=y | ||
305 | |||
306 | # | ||
307 | # ARCnet devices | ||
308 | # | ||
309 | # CONFIG_ARCNET is not set | ||
310 | # CONFIG_DUMMY is not set | ||
311 | # CONFIG_BONDING is not set | ||
312 | # CONFIG_EQUALIZER is not set | ||
313 | # CONFIG_TUN is not set | ||
314 | # CONFIG_ETHERTAP is not set | ||
315 | |||
316 | # | ||
317 | # Ethernet (10 or 100Mbit) | ||
318 | # | ||
319 | CONFIG_NET_ETHERNET=y | ||
320 | # CONFIG_MII is not set | ||
321 | CONFIG_LASI_82596=y | ||
322 | # CONFIG_HAPPYMEAL is not set | ||
323 | # CONFIG_SUNGEM is not set | ||
324 | # CONFIG_NET_VENDOR_3COM is not set | ||
325 | # CONFIG_NET_VENDOR_SMC is not set | ||
326 | |||
327 | # | ||
328 | # Tulip family network device support | ||
329 | # | ||
330 | CONFIG_NET_TULIP=y | ||
331 | # CONFIG_DE2104X is not set | ||
332 | CONFIG_TULIP=y | ||
333 | # CONFIG_TULIP_MWI is not set | ||
334 | # CONFIG_TULIP_MMIO is not set | ||
335 | # CONFIG_TULIP_NAPI is not set | ||
336 | # CONFIG_DE4X5 is not set | ||
337 | # CONFIG_WINBOND_840 is not set | ||
338 | # CONFIG_DM9102 is not set | ||
339 | # CONFIG_DEPCA is not set | ||
340 | # CONFIG_HP100 is not set | ||
341 | CONFIG_NET_PCI=y | ||
342 | # CONFIG_PCNET32 is not set | ||
343 | # CONFIG_AMD8111_ETH is not set | ||
344 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
345 | # CONFIG_AC3200 is not set | ||
346 | # CONFIG_B44 is not set | ||
347 | # CONFIG_FORCEDETH is not set | ||
348 | # CONFIG_DGRS is not set | ||
349 | # CONFIG_EEPRO100 is not set | ||
350 | # CONFIG_E100 is not set | ||
351 | # CONFIG_LNE390 is not set | ||
352 | # CONFIG_FEALNX is not set | ||
353 | # CONFIG_NATSEMI is not set | ||
354 | # CONFIG_NE2K_PCI is not set | ||
355 | # CONFIG_NE3210 is not set | ||
356 | # CONFIG_ES3210 is not set | ||
357 | # CONFIG_8139CP is not set | ||
358 | # CONFIG_8139TOO is not set | ||
359 | # CONFIG_SIS900 is not set | ||
360 | # CONFIG_EPIC100 is not set | ||
361 | # CONFIG_SUNDANCE is not set | ||
362 | # CONFIG_TLAN is not set | ||
363 | # CONFIG_VIA_RHINE is not set | ||
364 | |||
365 | # | ||
366 | # Ethernet (1000 Mbit) | ||
367 | # | ||
368 | # CONFIG_ACENIC is not set | ||
369 | CONFIG_DL2K=y | ||
370 | # CONFIG_E1000 is not set | ||
371 | # CONFIG_NS83820 is not set | ||
372 | # CONFIG_HAMACHI is not set | ||
373 | # CONFIG_YELLOWFIN is not set | ||
374 | # CONFIG_R8169 is not set | ||
375 | # CONFIG_SIS190 is not set | ||
376 | # CONFIG_SK98LIN is not set | ||
377 | # CONFIG_TIGON3 is not set | ||
378 | |||
379 | # | ||
380 | # Ethernet (10000 Mbit) | ||
381 | # | ||
382 | # CONFIG_IXGB is not set | ||
383 | # CONFIG_FDDI is not set | ||
384 | # CONFIG_HIPPI is not set | ||
385 | # CONFIG_PLIP is not set | ||
386 | # CONFIG_PPP is not set | ||
387 | # CONFIG_SLIP is not set | ||
388 | |||
389 | # | ||
390 | # Wireless LAN (non-hamradio) | ||
391 | # | ||
392 | CONFIG_NET_RADIO=y | ||
393 | |||
394 | # | ||
395 | # Obsolete Wireless cards support (pre-802.11) | ||
396 | # | ||
397 | # CONFIG_STRIP is not set | ||
398 | |||
399 | # | ||
400 | # Wireless 802.11b ISA/PCI cards support | ||
401 | # | ||
402 | CONFIG_AIRO=y | ||
403 | # CONFIG_HERMES is not set | ||
404 | # CONFIG_ATMEL is not set | ||
405 | CONFIG_NET_WIRELESS=y | ||
406 | |||
407 | # | ||
408 | # Token Ring devices | ||
409 | # | ||
410 | # CONFIG_TR is not set | ||
411 | # CONFIG_NET_FC is not set | ||
412 | # CONFIG_RCPCI is not set | ||
413 | # CONFIG_SHAPER is not set | ||
414 | |||
415 | # | ||
416 | # Wan interfaces | ||
417 | # | ||
418 | # CONFIG_WAN is not set | ||
419 | |||
420 | # | ||
421 | # Amateur Radio support | ||
422 | # | ||
423 | # CONFIG_HAMRADIO is not set | ||
424 | |||
425 | # | ||
426 | # IrDA (infrared) support | ||
427 | # | ||
428 | # CONFIG_IRDA is not set | ||
429 | |||
430 | # | ||
431 | # Bluetooth support | ||
432 | # | ||
433 | # CONFIG_BT is not set | ||
434 | |||
435 | # | ||
436 | # ISDN subsystem | ||
437 | # | ||
438 | # CONFIG_ISDN is not set | ||
439 | |||
440 | # | ||
441 | # Telephony Support | ||
442 | # | ||
443 | # CONFIG_PHONE is not set | ||
444 | |||
445 | # | ||
446 | # Input device support | ||
447 | # | ||
448 | CONFIG_INPUT=y | ||
449 | |||
450 | # | ||
451 | # Userland interfaces | ||
452 | # | ||
453 | CONFIG_INPUT_MOUSEDEV=y | ||
454 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
455 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
456 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
457 | # CONFIG_INPUT_JOYDEV is not set | ||
458 | # CONFIG_INPUT_TSDEV is not set | ||
459 | CONFIG_INPUT_EVDEV=y | ||
460 | # CONFIG_INPUT_EVBUG is not set | ||
461 | |||
462 | # | ||
463 | # Input I/O drivers | ||
464 | # | ||
465 | # CONFIG_GAMEPORT is not set | ||
466 | CONFIG_SOUND_GAMEPORT=y | ||
467 | CONFIG_SERIO=y | ||
468 | # CONFIG_SERIO_SERPORT is not set | ||
469 | # CONFIG_SERIO_PARKBD is not set | ||
470 | CONFIG_SERIO_GSCPS2=y | ||
471 | CONFIG_HP_SDC=y | ||
472 | CONFIG_HIL_MLC=y | ||
473 | # CONFIG_SERIO_PCIPS2 is not set | ||
474 | |||
475 | # | ||
476 | # Input Device Drivers | ||
477 | # | ||
478 | CONFIG_INPUT_KEYBOARD=y | ||
479 | # CONFIG_KEYBOARD_ATKBD is not set | ||
480 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
481 | # CONFIG_KEYBOARD_XTKBD is not set | ||
482 | # CONFIG_KEYBOARD_NEWTON is not set | ||
483 | CONFIG_KEYBOARD_HIL=y | ||
484 | CONFIG_INPUT_MOUSE=y | ||
485 | # CONFIG_MOUSE_PS2 is not set | ||
486 | # CONFIG_MOUSE_SERIAL is not set | ||
487 | # CONFIG_MOUSE_HIL is not set | ||
488 | CONFIG_INPUT_JOYSTICK=y | ||
489 | # CONFIG_JOYSTICK_IFORCE is not set | ||
490 | # CONFIG_JOYSTICK_WARRIOR is not set | ||
491 | # CONFIG_JOYSTICK_MAGELLAN is not set | ||
492 | # CONFIG_JOYSTICK_SPACEORB is not set | ||
493 | # CONFIG_JOYSTICK_SPACEBALL is not set | ||
494 | # CONFIG_JOYSTICK_STINGER is not set | ||
495 | # CONFIG_JOYSTICK_TWIDDLER is not set | ||
496 | # CONFIG_JOYSTICK_DB9 is not set | ||
497 | # CONFIG_JOYSTICK_GAMECON is not set | ||
498 | # CONFIG_JOYSTICK_TURBOGRAFX is not set | ||
499 | # CONFIG_INPUT_JOYDUMP is not set | ||
500 | CONFIG_INPUT_TOUCHSCREEN=y | ||
501 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
502 | CONFIG_INPUT_MISC=y | ||
503 | # CONFIG_INPUT_PCSPKR is not set | ||
504 | # CONFIG_INPUT_UINPUT is not set | ||
505 | CONFIG_HP_SDC_RTC=y | ||
506 | |||
507 | # | ||
508 | # Character devices | ||
509 | # | ||
510 | CONFIG_VT=y | ||
511 | CONFIG_VT_CONSOLE=y | ||
512 | CONFIG_HW_CONSOLE=y | ||
513 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
514 | |||
515 | # | ||
516 | # Serial drivers | ||
517 | # | ||
518 | CONFIG_SERIAL_8250=y | ||
519 | CONFIG_SERIAL_8250_CONSOLE=y | ||
520 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
521 | CONFIG_SERIAL_8250_EXTENDED=y | ||
522 | CONFIG_SERIAL_8250_MANY_PORTS=y | ||
523 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
524 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | ||
525 | # CONFIG_SERIAL_8250_MULTIPORT is not set | ||
526 | # CONFIG_SERIAL_8250_RSA is not set | ||
527 | |||
528 | # | ||
529 | # Non-8250 serial port support | ||
530 | # | ||
531 | # CONFIG_SERIAL_MUX is not set | ||
532 | # CONFIG_PDC_CONSOLE is not set | ||
533 | CONFIG_SERIAL_CORE=y | ||
534 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
535 | CONFIG_UNIX98_PTYS=y | ||
536 | CONFIG_LEGACY_PTYS=y | ||
537 | CONFIG_LEGACY_PTY_COUNT=256 | ||
538 | CONFIG_PRINTER=y | ||
539 | # CONFIG_LP_CONSOLE is not set | ||
540 | # CONFIG_PPDEV is not set | ||
541 | # CONFIG_TIPAR is not set | ||
542 | |||
543 | # | ||
544 | # Mice | ||
545 | # | ||
546 | # CONFIG_BUSMOUSE is not set | ||
547 | # CONFIG_QIC02_TAPE is not set | ||
548 | |||
549 | # | ||
550 | # IPMI | ||
551 | # | ||
552 | # CONFIG_IPMI_HANDLER is not set | ||
553 | |||
554 | # | ||
555 | # Watchdog Cards | ||
556 | # | ||
557 | # CONFIG_WATCHDOG is not set | ||
558 | # CONFIG_NVRAM is not set | ||
559 | CONFIG_GEN_RTC=y | ||
560 | # CONFIG_GEN_RTC_X is not set | ||
561 | # CONFIG_DTLK is not set | ||
562 | # CONFIG_R3964 is not set | ||
563 | # CONFIG_APPLICOM is not set | ||
564 | |||
565 | # | ||
566 | # Ftape, the floppy tape device driver | ||
567 | # | ||
568 | # CONFIG_FTAPE is not set | ||
569 | # CONFIG_AGP is not set | ||
570 | # CONFIG_DRM is not set | ||
571 | # CONFIG_RAW_DRIVER is not set | ||
572 | |||
573 | # | ||
574 | # I2C support | ||
575 | # | ||
576 | # CONFIG_I2C is not set | ||
577 | |||
578 | # | ||
579 | # Misc devices | ||
580 | # | ||
581 | |||
582 | # | ||
583 | # Multimedia devices | ||
584 | # | ||
585 | # CONFIG_VIDEO_DEV is not set | ||
586 | |||
587 | # | ||
588 | # Digital Video Broadcasting Devices | ||
589 | # | ||
590 | # CONFIG_DVB is not set | ||
591 | |||
592 | # | ||
593 | # Graphics support | ||
594 | # | ||
595 | CONFIG_FB=y | ||
596 | # CONFIG_FB_PM2 is not set | ||
597 | # CONFIG_FB_CYBER2000 is not set | ||
598 | # CONFIG_FB_IMSTT is not set | ||
599 | CONFIG_FB_STI=y | ||
600 | # CONFIG_FB_RIVA is not set | ||
601 | # CONFIG_FB_MATROX is not set | ||
602 | # CONFIG_FB_RADEON_OLD is not set | ||
603 | # CONFIG_FB_RADEON is not set | ||
604 | # CONFIG_FB_ATY128 is not set | ||
605 | # CONFIG_FB_ATY is not set | ||
606 | # CONFIG_FB_SIS is not set | ||
607 | # CONFIG_FB_NEOMAGIC is not set | ||
608 | # CONFIG_FB_KYRO is not set | ||
609 | # CONFIG_FB_3DFX is not set | ||
610 | # CONFIG_FB_VOODOO1 is not set | ||
611 | # CONFIG_FB_TRIDENT is not set | ||
612 | # CONFIG_FB_VIRTUAL is not set | ||
613 | |||
614 | # | ||
615 | # Console display driver support | ||
616 | # | ||
617 | # CONFIG_MDA_CONSOLE is not set | ||
618 | CONFIG_STI_CONSOLE=y | ||
619 | CONFIG_DUMMY_CONSOLE_COLUMNS=160 | ||
620 | CONFIG_DUMMY_CONSOLE_ROWS=64 | ||
621 | CONFIG_DUMMY_CONSOLE=y | ||
622 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
623 | CONFIG_PCI_CONSOLE=y | ||
624 | # CONFIG_FONTS is not set | ||
625 | CONFIG_FONT_8x8=y | ||
626 | CONFIG_FONT_8x16=y | ||
627 | |||
628 | # | ||
629 | # Logo configuration | ||
630 | # | ||
631 | # CONFIG_LOGO is not set | ||
632 | |||
633 | # | ||
634 | # Sound | ||
635 | # | ||
636 | CONFIG_SOUND=y | ||
637 | |||
638 | # | ||
639 | # Advanced Linux Sound Architecture | ||
640 | # | ||
641 | # CONFIG_SND is not set | ||
642 | |||
643 | # | ||
644 | # Open Sound System | ||
645 | # | ||
646 | # CONFIG_SOUND_PRIME is not set | ||
647 | # CONFIG_SOUND_HARMONY is not set | ||
648 | |||
649 | # | ||
650 | # USB support | ||
651 | # | ||
652 | CONFIG_USB=y | ||
653 | CONFIG_USB_DEBUG=y | ||
654 | |||
655 | # | ||
656 | # Miscellaneous USB options | ||
657 | # | ||
658 | # CONFIG_USB_DEVICEFS is not set | ||
659 | # CONFIG_USB_BANDWIDTH is not set | ||
660 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
661 | |||
662 | # | ||
663 | # USB Host Controller Drivers | ||
664 | # | ||
665 | CONFIG_USB_EHCI_HCD=y | ||
666 | CONFIG_USB_OHCI_HCD=y | ||
667 | # CONFIG_USB_UHCI_HCD is not set | ||
668 | |||
669 | # | ||
670 | # USB Device Class drivers | ||
671 | # | ||
672 | # CONFIG_USB_AUDIO is not set | ||
673 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
674 | # CONFIG_USB_MIDI is not set | ||
675 | # CONFIG_USB_ACM is not set | ||
676 | # CONFIG_USB_PRINTER is not set | ||
677 | # CONFIG_USB_STORAGE is not set | ||
678 | |||
679 | # | ||
680 | # USB Human Interface Devices (HID) | ||
681 | # | ||
682 | # CONFIG_USB_HID is not set | ||
683 | |||
684 | # | ||
685 | # USB HID Boot Protocol drivers | ||
686 | # | ||
687 | # CONFIG_USB_KBD is not set | ||
688 | # CONFIG_USB_MOUSE is not set | ||
689 | # CONFIG_USB_AIPTEK is not set | ||
690 | # CONFIG_USB_WACOM is not set | ||
691 | # CONFIG_USB_KBTAB is not set | ||
692 | # CONFIG_USB_POWERMATE is not set | ||
693 | # CONFIG_USB_XPAD is not set | ||
694 | |||
695 | # | ||
696 | # USB Imaging devices | ||
697 | # | ||
698 | # CONFIG_USB_MDC800 is not set | ||
699 | # CONFIG_USB_MICROTEK is not set | ||
700 | # CONFIG_USB_HPUSBSCSI is not set | ||
701 | |||
702 | # | ||
703 | # USB Multimedia devices | ||
704 | # | ||
705 | # CONFIG_USB_DABUSB is not set | ||
706 | |||
707 | # | ||
708 | # Video4Linux support is needed for USB Multimedia device support | ||
709 | # | ||
710 | |||
711 | # | ||
712 | # USB Network adaptors | ||
713 | # | ||
714 | # CONFIG_USB_CATC is not set | ||
715 | # CONFIG_USB_KAWETH is not set | ||
716 | # CONFIG_USB_PEGASUS is not set | ||
717 | # CONFIG_USB_RTL8150 is not set | ||
718 | # CONFIG_USB_USBNET is not set | ||
719 | |||
720 | # | ||
721 | # USB port drivers | ||
722 | # | ||
723 | # CONFIG_USB_USS720 is not set | ||
724 | |||
725 | # | ||
726 | # USB Serial Converter support | ||
727 | # | ||
728 | # CONFIG_USB_SERIAL is not set | ||
729 | |||
730 | # | ||
731 | # USB Miscellaneous drivers | ||
732 | # | ||
733 | # CONFIG_USB_EMI62 is not set | ||
734 | # CONFIG_USB_EMI26 is not set | ||
735 | # CONFIG_USB_TIGL is not set | ||
736 | # CONFIG_USB_AUERSWALD is not set | ||
737 | # CONFIG_USB_RIO500 is not set | ||
738 | # CONFIG_USB_LEGOTOWER is not set | ||
739 | # CONFIG_USB_LCD is not set | ||
740 | # CONFIG_USB_LED is not set | ||
741 | |||
742 | # | ||
743 | # USB Gadget Support | ||
744 | # | ||
745 | # CONFIG_USB_GADGET is not set | ||
746 | |||
747 | # | ||
748 | # File systems | ||
749 | # | ||
750 | CONFIG_EXT2_FS=y | ||
751 | # CONFIG_EXT2_FS_XATTR is not set | ||
752 | CONFIG_EXT3_FS=y | ||
753 | # CONFIG_EXT3_FS_XATTR is not set | ||
754 | CONFIG_JBD=y | ||
755 | # CONFIG_JBD_DEBUG is not set | ||
756 | # CONFIG_REISERFS_FS is not set | ||
757 | # CONFIG_JFS_FS is not set | ||
758 | # CONFIG_XFS_FS is not set | ||
759 | # CONFIG_MINIX_FS is not set | ||
760 | # CONFIG_ROMFS_FS is not set | ||
761 | # CONFIG_QUOTA is not set | ||
762 | # CONFIG_AUTOFS_FS is not set | ||
763 | # CONFIG_AUTOFS4_FS is not set | ||
764 | |||
765 | # | ||
766 | # CD-ROM/DVD Filesystems | ||
767 | # | ||
768 | CONFIG_ISO9660_FS=y | ||
769 | CONFIG_JOLIET=y | ||
770 | # CONFIG_ZISOFS is not set | ||
771 | # CONFIG_UDF_FS is not set | ||
772 | |||
773 | # | ||
774 | # DOS/FAT/NT Filesystems | ||
775 | # | ||
776 | # CONFIG_FAT_FS is not set | ||
777 | # CONFIG_NTFS_FS is not set | ||
778 | |||
779 | # | ||
780 | # Pseudo filesystems | ||
781 | # | ||
782 | CONFIG_PROC_FS=y | ||
783 | CONFIG_PROC_KCORE=y | ||
784 | # CONFIG_DEVFS_FS is not set | ||
785 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
786 | CONFIG_TMPFS=y | ||
787 | # CONFIG_HUGETLB_PAGE is not set | ||
788 | CONFIG_RAMFS=y | ||
789 | |||
790 | # | ||
791 | # Miscellaneous filesystems | ||
792 | # | ||
793 | # CONFIG_ADFS_FS is not set | ||
794 | # CONFIG_AFFS_FS is not set | ||
795 | # CONFIG_HFS_FS is not set | ||
796 | # CONFIG_HFSPLUS_FS is not set | ||
797 | # CONFIG_BEFS_FS is not set | ||
798 | # CONFIG_BFS_FS is not set | ||
799 | # CONFIG_EFS_FS is not set | ||
800 | # CONFIG_CRAMFS is not set | ||
801 | # CONFIG_VXFS_FS is not set | ||
802 | # CONFIG_HPFS_FS is not set | ||
803 | # CONFIG_QNX4FS_FS is not set | ||
804 | # CONFIG_SYSV_FS is not set | ||
805 | # CONFIG_UFS_FS is not set | ||
806 | |||
807 | # | ||
808 | # Network File Systems | ||
809 | # | ||
810 | CONFIG_NFS_FS=y | ||
811 | CONFIG_NFS_V3=y | ||
812 | # CONFIG_NFS_V4 is not set | ||
813 | # CONFIG_NFS_DIRECTIO is not set | ||
814 | CONFIG_NFSD=y | ||
815 | CONFIG_NFSD_V3=y | ||
816 | # CONFIG_NFSD_V4 is not set | ||
817 | CONFIG_NFSD_TCP=y | ||
818 | CONFIG_ROOT_NFS=y | ||
819 | CONFIG_LOCKD=y | ||
820 | CONFIG_LOCKD_V4=y | ||
821 | CONFIG_EXPORTFS=y | ||
822 | CONFIG_SUNRPC=y | ||
823 | # CONFIG_SUNRPC_GSS is not set | ||
824 | # CONFIG_SMB_FS is not set | ||
825 | # CONFIG_CIFS is not set | ||
826 | # CONFIG_NCP_FS is not set | ||
827 | # CONFIG_CODA_FS is not set | ||
828 | # CONFIG_AFS_FS is not set | ||
829 | |||
830 | # | ||
831 | # Partition Types | ||
832 | # | ||
833 | # CONFIG_PARTITION_ADVANCED is not set | ||
834 | CONFIG_MSDOS_PARTITION=y | ||
835 | |||
836 | # | ||
837 | # Native Language Support | ||
838 | # | ||
839 | CONFIG_NLS=y | ||
840 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
841 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
842 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
843 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
844 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
845 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
846 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
847 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
848 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
849 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
850 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
851 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
852 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
853 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
854 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
855 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
856 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
857 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
858 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
859 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
860 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
861 | # CONFIG_NLS_ISO8859_8 is not set | ||
862 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
863 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
864 | # CONFIG_NLS_ISO8859_1 is not set | ||
865 | # CONFIG_NLS_ISO8859_2 is not set | ||
866 | # CONFIG_NLS_ISO8859_3 is not set | ||
867 | # CONFIG_NLS_ISO8859_4 is not set | ||
868 | # CONFIG_NLS_ISO8859_5 is not set | ||
869 | # CONFIG_NLS_ISO8859_6 is not set | ||
870 | # CONFIG_NLS_ISO8859_7 is not set | ||
871 | # CONFIG_NLS_ISO8859_9 is not set | ||
872 | # CONFIG_NLS_ISO8859_13 is not set | ||
873 | # CONFIG_NLS_ISO8859_14 is not set | ||
874 | # CONFIG_NLS_ISO8859_15 is not set | ||
875 | # CONFIG_NLS_KOI8_R is not set | ||
876 | # CONFIG_NLS_KOI8_U is not set | ||
877 | # CONFIG_NLS_UTF8 is not set | ||
878 | |||
879 | # | ||
880 | # Profiling support | ||
881 | # | ||
882 | CONFIG_PROFILING=y | ||
883 | CONFIG_OPROFILE=y | ||
884 | |||
885 | # | ||
886 | # Kernel hacking | ||
887 | # | ||
888 | CONFIG_DEBUG_KERNEL=y | ||
889 | # CONFIG_DEBUG_SLAB is not set | ||
890 | CONFIG_MAGIC_SYSRQ=y | ||
891 | # CONFIG_DEBUG_SPINLOCK is not set | ||
892 | # CONFIG_DEBUG_RWLOCK is not set | ||
893 | CONFIG_FRAME_POINTER=y | ||
894 | # CONFIG_DEBUG_INFO is not set | ||
895 | |||
896 | # | ||
897 | # Security options | ||
898 | # | ||
899 | # CONFIG_SECURITY is not set | ||
900 | |||
901 | # | ||
902 | # Cryptographic options | ||
903 | # | ||
904 | CONFIG_CRYPTO=y | ||
905 | # CONFIG_CRYPTO_HMAC is not set | ||
906 | # CONFIG_CRYPTO_NULL is not set | ||
907 | # CONFIG_CRYPTO_MD4 is not set | ||
908 | # CONFIG_CRYPTO_MD5 is not set | ||
909 | # CONFIG_CRYPTO_SHA1 is not set | ||
910 | # CONFIG_CRYPTO_SHA256 is not set | ||
911 | # CONFIG_CRYPTO_SHA512 is not set | ||
912 | # CONFIG_CRYPTO_DES is not set | ||
913 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
914 | # CONFIG_CRYPTO_TWOFISH is not set | ||
915 | # CONFIG_CRYPTO_SERPENT is not set | ||
916 | # CONFIG_CRYPTO_AES is not set | ||
917 | # CONFIG_CRYPTO_CAST5 is not set | ||
918 | # CONFIG_CRYPTO_CAST6 is not set | ||
919 | # CONFIG_CRYPTO_ARC4 is not set | ||
920 | # CONFIG_CRYPTO_DEFLATE is not set | ||
921 | # CONFIG_CRYPTO_TEST is not set | ||
922 | |||
923 | # | ||
924 | # Library routines | ||
925 | # | ||
926 | CONFIG_CRC32=y | ||