diff options
Diffstat (limited to 'arch/sh/configs/sh03_defconfig')
-rw-r--r-- | arch/sh/configs/sh03_defconfig | 924 |
1 files changed, 924 insertions, 0 deletions
diff --git a/arch/sh/configs/sh03_defconfig b/arch/sh/configs/sh03_defconfig new file mode 100644 index 000000000000..078f78c7fe53 --- /dev/null +++ b/arch/sh/configs/sh03_defconfig | |||
@@ -0,0 +1,924 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.11-sh | ||
4 | # Wed Mar 2 15:09:49 2005 | ||
5 | # | ||
6 | CONFIG_SUPERH=y | ||
7 | CONFIG_UID16=y | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
9 | CONFIG_GENERIC_HARDIRQS=y | ||
10 | CONFIG_GENERIC_IRQ_PROBE=y | ||
11 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
12 | |||
13 | # | ||
14 | # Code maturity level options | ||
15 | # | ||
16 | CONFIG_EXPERIMENTAL=y | ||
17 | # CONFIG_CLEAN_COMPILE is not set | ||
18 | CONFIG_BROKEN=y | ||
19 | CONFIG_BROKEN_ON_SMP=y | ||
20 | CONFIG_LOCK_KERNEL=y | ||
21 | |||
22 | # | ||
23 | # General setup | ||
24 | # | ||
25 | CONFIG_LOCALVERSION="" | ||
26 | CONFIG_SWAP=y | ||
27 | CONFIG_SYSVIPC=y | ||
28 | CONFIG_POSIX_MQUEUE=y | ||
29 | CONFIG_BSD_PROCESS_ACCT=y | ||
30 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
31 | CONFIG_SYSCTL=y | ||
32 | # CONFIG_AUDIT is not set | ||
33 | CONFIG_LOG_BUF_SHIFT=14 | ||
34 | CONFIG_HOTPLUG=y | ||
35 | CONFIG_KOBJECT_UEVENT=y | ||
36 | # CONFIG_IKCONFIG is not set | ||
37 | # CONFIG_EMBEDDED is not set | ||
38 | CONFIG_KALLSYMS=y | ||
39 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
40 | CONFIG_FUTEX=y | ||
41 | CONFIG_EPOLL=y | ||
42 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
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 | |||
50 | # | ||
51 | # Loadable module support | ||
52 | # | ||
53 | CONFIG_MODULES=y | ||
54 | CONFIG_MODULE_UNLOAD=y | ||
55 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
56 | CONFIG_OBSOLETE_MODPARM=y | ||
57 | CONFIG_MODVERSIONS=y | ||
58 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
59 | CONFIG_KMOD=y | ||
60 | |||
61 | # | ||
62 | # System type | ||
63 | # | ||
64 | # CONFIG_SH_SOLUTION_ENGINE is not set | ||
65 | # CONFIG_SH_7751_SOLUTION_ENGINE is not set | ||
66 | # CONFIG_SH_7300_SOLUTION_ENGINE is not set | ||
67 | # CONFIG_SH_73180_SOLUTION_ENGINE is not set | ||
68 | # CONFIG_SH_7751_SYSTEMH is not set | ||
69 | # CONFIG_SH_STB1_HARP is not set | ||
70 | # CONFIG_SH_STB1_OVERDRIVE is not set | ||
71 | # CONFIG_SH_HP620 is not set | ||
72 | # CONFIG_SH_HP680 is not set | ||
73 | # CONFIG_SH_HP690 is not set | ||
74 | # CONFIG_SH_CQREEK is not set | ||
75 | # CONFIG_SH_DMIDA is not set | ||
76 | # CONFIG_SH_EC3104 is not set | ||
77 | # CONFIG_SH_SATURN is not set | ||
78 | # CONFIG_SH_DREAMCAST is not set | ||
79 | # CONFIG_SH_CAT68701 is not set | ||
80 | # CONFIG_SH_BIGSUR is not set | ||
81 | # CONFIG_SH_SH2000 is not set | ||
82 | # CONFIG_SH_ADX is not set | ||
83 | # CONFIG_SH_MPC1211 is not set | ||
84 | CONFIG_SH_SH03=y | ||
85 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
86 | # CONFIG_SH_HS7751RVOIP is not set | ||
87 | # CONFIG_SH_RTS7751R2D is not set | ||
88 | # CONFIG_SH_EDOSK7705 is not set | ||
89 | # CONFIG_SH_SH4202_MICRODEV is not set | ||
90 | # CONFIG_SH_UNKNOWN is not set | ||
91 | # CONFIG_CPU_SH2 is not set | ||
92 | # CONFIG_CPU_SH3 is not set | ||
93 | CONFIG_CPU_SH4=y | ||
94 | # CONFIG_CPU_SUBTYPE_SH7604 is not set | ||
95 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
96 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | ||
97 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | ||
98 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | ||
99 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | ||
100 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | ||
101 | CONFIG_CPU_SUBTYPE_SH7751=y | ||
102 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | ||
103 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | ||
104 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | ||
105 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | ||
106 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | ||
107 | CONFIG_MMU=y | ||
108 | CONFIG_CMDLINE_BOOL=y | ||
109 | CONFIG_CMDLINE="console=ttySC1,115200 mem=64M root=/dev/nfs" | ||
110 | CONFIG_MEMORY_START=0x08000000 | ||
111 | CONFIG_MEMORY_SIZE=0x08000000 | ||
112 | CONFIG_MEMORY_SET=y | ||
113 | # CONFIG_MEMORY_OVERRIDE is not set | ||
114 | CONFIG_CF_ENABLER=y | ||
115 | CONFIG_CF_AREA5=y | ||
116 | # CONFIG_CF_AREA6 is not set | ||
117 | CONFIG_CF_BASE_ADDR=0xb4000000 | ||
118 | CONFIG_SH_RTC=y | ||
119 | CONFIG_SH_FPU=y | ||
120 | CONFIG_ZERO_PAGE_OFFSET=0x00004000 | ||
121 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | ||
122 | CONFIG_CPU_LITTLE_ENDIAN=y | ||
123 | CONFIG_PREEMPT=y | ||
124 | # CONFIG_UBC_WAKEUP is not set | ||
125 | # CONFIG_SH_WRITETHROUGH is not set | ||
126 | # CONFIG_SH_OCRAM is not set | ||
127 | # CONFIG_SH_STORE_QUEUES is not set | ||
128 | # CONFIG_SMP is not set | ||
129 | CONFIG_SH_PCLK_CALC=y | ||
130 | CONFIG_SH_PCLK_FREQ=49876504 | ||
131 | |||
132 | # | ||
133 | # CPU Frequency scaling | ||
134 | # | ||
135 | # CONFIG_CPU_FREQ is not set | ||
136 | |||
137 | # | ||
138 | # DMA support | ||
139 | # | ||
140 | # CONFIG_SH_DMA is not set | ||
141 | |||
142 | # | ||
143 | # Companion Chips | ||
144 | # | ||
145 | # CONFIG_HD6446X_SERIES is not set | ||
146 | CONFIG_HEARTBEAT=y | ||
147 | |||
148 | # | ||
149 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
150 | # | ||
151 | CONFIG_PCI=y | ||
152 | CONFIG_SH_PCIDMA_NONCOHERENT=y | ||
153 | CONFIG_PCI_AUTO=y | ||
154 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y | ||
155 | CONFIG_PCI_LEGACY_PROC=y | ||
156 | CONFIG_PCI_NAMES=y | ||
157 | |||
158 | # | ||
159 | # PCCARD (PCMCIA/CardBus) support | ||
160 | # | ||
161 | # CONFIG_PCCARD is not set | ||
162 | |||
163 | # | ||
164 | # PC-card bridges | ||
165 | # | ||
166 | |||
167 | # | ||
168 | # PCI Hotplug Support | ||
169 | # | ||
170 | CONFIG_HOTPLUG_PCI=m | ||
171 | # CONFIG_HOTPLUG_PCI_FAKE is not set | ||
172 | # CONFIG_HOTPLUG_PCI_CPCI is not set | ||
173 | # CONFIG_HOTPLUG_PCI_SHPC is not set | ||
174 | |||
175 | # | ||
176 | # Executable file formats | ||
177 | # | ||
178 | CONFIG_BINFMT_ELF=y | ||
179 | # CONFIG_BINFMT_FLAT is not set | ||
180 | CONFIG_BINFMT_MISC=y | ||
181 | |||
182 | # | ||
183 | # SH initrd options | ||
184 | # | ||
185 | # CONFIG_EMBEDDED_RAMDISK is not set | ||
186 | |||
187 | # | ||
188 | # Device Drivers | ||
189 | # | ||
190 | |||
191 | # | ||
192 | # Generic Driver Options | ||
193 | # | ||
194 | # CONFIG_STANDALONE is not set | ||
195 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
196 | # CONFIG_FW_LOADER is not set | ||
197 | |||
198 | # | ||
199 | # Memory Technology Devices (MTD) | ||
200 | # | ||
201 | # CONFIG_MTD is not set | ||
202 | |||
203 | # | ||
204 | # Parallel port support | ||
205 | # | ||
206 | # CONFIG_PARPORT is not set | ||
207 | |||
208 | # | ||
209 | # Plug and Play support | ||
210 | # | ||
211 | |||
212 | # | ||
213 | # Block devices | ||
214 | # | ||
215 | # CONFIG_BLK_DEV_FD is not set | ||
216 | # CONFIG_BLK_CPQ_DA is not set | ||
217 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
218 | # CONFIG_BLK_DEV_DAC960 is not set | ||
219 | # CONFIG_BLK_DEV_UMEM is not set | ||
220 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
221 | CONFIG_BLK_DEV_LOOP=y | ||
222 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
223 | CONFIG_BLK_DEV_NBD=y | ||
224 | # CONFIG_BLK_DEV_SX8 is not set | ||
225 | CONFIG_BLK_DEV_RAM=y | ||
226 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
227 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
228 | CONFIG_BLK_DEV_INITRD=y | ||
229 | CONFIG_INITRAMFS_SOURCE="" | ||
230 | # CONFIG_LBD is not set | ||
231 | # CONFIG_CDROM_PKTCDVD is not set | ||
232 | |||
233 | # | ||
234 | # IO Schedulers | ||
235 | # | ||
236 | CONFIG_IOSCHED_NOOP=y | ||
237 | CONFIG_IOSCHED_AS=y | ||
238 | CONFIG_IOSCHED_DEADLINE=y | ||
239 | CONFIG_IOSCHED_CFQ=y | ||
240 | # CONFIG_ATA_OVER_ETH is not set | ||
241 | |||
242 | # | ||
243 | # ATA/ATAPI/MFM/RLL support | ||
244 | # | ||
245 | CONFIG_IDE=y | ||
246 | CONFIG_IDE_MAX_HWIFS=4 | ||
247 | CONFIG_BLK_DEV_IDE=y | ||
248 | |||
249 | # | ||
250 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
251 | # | ||
252 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
253 | CONFIG_BLK_DEV_IDEDISK=y | ||
254 | CONFIG_IDEDISK_MULTI_MODE=y | ||
255 | CONFIG_BLK_DEV_IDECD=m | ||
256 | CONFIG_BLK_DEV_IDETAPE=m | ||
257 | CONFIG_BLK_DEV_IDEFLOPPY=m | ||
258 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
259 | # CONFIG_IDE_TASK_IOCTL is not set | ||
260 | |||
261 | # | ||
262 | # IDE chipset support/bugfixes | ||
263 | # | ||
264 | CONFIG_IDE_GENERIC=y | ||
265 | # CONFIG_BLK_DEV_IDEPCI is not set | ||
266 | CONFIG_IDE_SH=y | ||
267 | # CONFIG_IDE_ARM is not set | ||
268 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
269 | # CONFIG_IDEDMA_AUTO is not set | ||
270 | # CONFIG_BLK_DEV_HD is not set | ||
271 | |||
272 | # | ||
273 | # SCSI device support | ||
274 | # | ||
275 | CONFIG_SCSI=m | ||
276 | CONFIG_SCSI_PROC_FS=y | ||
277 | |||
278 | # | ||
279 | # SCSI support type (disk, tape, CD-ROM) | ||
280 | # | ||
281 | CONFIG_BLK_DEV_SD=m | ||
282 | # CONFIG_CHR_DEV_ST is not set | ||
283 | # CONFIG_CHR_DEV_OSST is not set | ||
284 | CONFIG_BLK_DEV_SR=m | ||
285 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
286 | CONFIG_CHR_DEV_SG=m | ||
287 | |||
288 | # | ||
289 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
290 | # | ||
291 | # CONFIG_SCSI_MULTI_LUN is not set | ||
292 | # CONFIG_SCSI_CONSTANTS is not set | ||
293 | # CONFIG_SCSI_LOGGING is not set | ||
294 | |||
295 | # | ||
296 | # SCSI Transport Attributes | ||
297 | # | ||
298 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
299 | # CONFIG_SCSI_FC_ATTRS is not set | ||
300 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
301 | |||
302 | # | ||
303 | # SCSI low-level drivers | ||
304 | # | ||
305 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
306 | # CONFIG_SCSI_3W_9XXX is not set | ||
307 | # CONFIG_SCSI_ACARD is not set | ||
308 | # CONFIG_SCSI_AACRAID is not set | ||
309 | # CONFIG_SCSI_AIC7XXX is not set | ||
310 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
311 | # CONFIG_SCSI_AIC79XX is not set | ||
312 | # CONFIG_SCSI_DPT_I2O is not set | ||
313 | # CONFIG_SCSI_ADVANSYS is not set | ||
314 | # CONFIG_MEGARAID_NEWGEN is not set | ||
315 | # CONFIG_MEGARAID_LEGACY is not set | ||
316 | # CONFIG_SCSI_SATA is not set | ||
317 | # CONFIG_SCSI_BUSLOGIC is not set | ||
318 | # CONFIG_SCSI_CPQFCTS is not set | ||
319 | # CONFIG_SCSI_DMX3191D is not set | ||
320 | # CONFIG_SCSI_EATA is not set | ||
321 | # CONFIG_SCSI_EATA_PIO is not set | ||
322 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
323 | # CONFIG_SCSI_GDTH is not set | ||
324 | # CONFIG_SCSI_IPS is not set | ||
325 | # CONFIG_SCSI_INITIO is not set | ||
326 | # CONFIG_SCSI_INIA100 is not set | ||
327 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
328 | # CONFIG_SCSI_IPR is not set | ||
329 | # CONFIG_SCSI_PCI2000 is not set | ||
330 | # CONFIG_SCSI_PCI2220I is not set | ||
331 | # CONFIG_SCSI_QLOGIC_ISP is not set | ||
332 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
333 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
334 | CONFIG_SCSI_QLA2XXX=m | ||
335 | # CONFIG_SCSI_QLA21XX is not set | ||
336 | # CONFIG_SCSI_QLA22XX is not set | ||
337 | # CONFIG_SCSI_QLA2300 is not set | ||
338 | # CONFIG_SCSI_QLA2322 is not set | ||
339 | # CONFIG_SCSI_QLA6312 is not set | ||
340 | # CONFIG_SCSI_DC395x is not set | ||
341 | # CONFIG_SCSI_DC390T is not set | ||
342 | # CONFIG_SCSI_NSP32 is not set | ||
343 | # CONFIG_SCSI_DEBUG is not set | ||
344 | |||
345 | # | ||
346 | # Multi-device support (RAID and LVM) | ||
347 | # | ||
348 | # CONFIG_MD is not set | ||
349 | |||
350 | # | ||
351 | # Fusion MPT device support | ||
352 | # | ||
353 | # CONFIG_FUSION is not set | ||
354 | |||
355 | # | ||
356 | # IEEE 1394 (FireWire) support | ||
357 | # | ||
358 | # CONFIG_IEEE1394 is not set | ||
359 | |||
360 | # | ||
361 | # I2O device support | ||
362 | # | ||
363 | # CONFIG_I2O is not set | ||
364 | |||
365 | # | ||
366 | # Networking support | ||
367 | # | ||
368 | CONFIG_NET=y | ||
369 | |||
370 | # | ||
371 | # Networking options | ||
372 | # | ||
373 | CONFIG_PACKET=y | ||
374 | # CONFIG_PACKET_MMAP is not set | ||
375 | # CONFIG_NETLINK_DEV is not set | ||
376 | CONFIG_UNIX=y | ||
377 | CONFIG_NET_KEY=y | ||
378 | CONFIG_INET=y | ||
379 | CONFIG_IP_MULTICAST=y | ||
380 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
381 | CONFIG_IP_PNP=y | ||
382 | CONFIG_IP_PNP_DHCP=y | ||
383 | CONFIG_IP_PNP_BOOTP=y | ||
384 | CONFIG_IP_PNP_RARP=y | ||
385 | # CONFIG_NET_IPIP is not set | ||
386 | # CONFIG_NET_IPGRE is not set | ||
387 | # CONFIG_IP_MROUTE is not set | ||
388 | # CONFIG_ARPD is not set | ||
389 | # CONFIG_SYN_COOKIES is not set | ||
390 | # CONFIG_INET_AH is not set | ||
391 | # CONFIG_INET_ESP is not set | ||
392 | # CONFIG_INET_IPCOMP is not set | ||
393 | # CONFIG_INET_TUNNEL is not set | ||
394 | CONFIG_IP_TCPDIAG=y | ||
395 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
396 | # CONFIG_IPV6 is not set | ||
397 | # CONFIG_NETFILTER is not set | ||
398 | CONFIG_XFRM=y | ||
399 | # CONFIG_XFRM_USER is not set | ||
400 | |||
401 | # | ||
402 | # SCTP Configuration (EXPERIMENTAL) | ||
403 | # | ||
404 | # CONFIG_IP_SCTP is not set | ||
405 | # CONFIG_ATM is not set | ||
406 | # CONFIG_BRIDGE is not set | ||
407 | # CONFIG_VLAN_8021Q is not set | ||
408 | # CONFIG_DECNET is not set | ||
409 | # CONFIG_LLC2 is not set | ||
410 | # CONFIG_IPX is not set | ||
411 | # CONFIG_ATALK is not set | ||
412 | # CONFIG_X25 is not set | ||
413 | # CONFIG_LAPB is not set | ||
414 | # CONFIG_NET_DIVERT is not set | ||
415 | # CONFIG_ECONET is not set | ||
416 | # CONFIG_WAN_ROUTER is not set | ||
417 | |||
418 | # | ||
419 | # QoS and/or fair queueing | ||
420 | # | ||
421 | # CONFIG_NET_SCHED is not set | ||
422 | # CONFIG_NET_CLS_ROUTE is not set | ||
423 | |||
424 | # | ||
425 | # Network testing | ||
426 | # | ||
427 | # CONFIG_NET_PKTGEN is not set | ||
428 | # CONFIG_NETPOLL is not set | ||
429 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
430 | # CONFIG_HAMRADIO is not set | ||
431 | # CONFIG_IRDA is not set | ||
432 | # CONFIG_BT is not set | ||
433 | CONFIG_NETDEVICES=y | ||
434 | # CONFIG_DUMMY is not set | ||
435 | # CONFIG_BONDING is not set | ||
436 | # CONFIG_EQUALIZER is not set | ||
437 | # CONFIG_TUN is not set | ||
438 | |||
439 | # | ||
440 | # ARCnet devices | ||
441 | # | ||
442 | # CONFIG_ARCNET is not set | ||
443 | |||
444 | # | ||
445 | # Ethernet (10 or 100Mbit) | ||
446 | # | ||
447 | CONFIG_NET_ETHERNET=y | ||
448 | CONFIG_MII=y | ||
449 | # CONFIG_STNIC is not set | ||
450 | # CONFIG_HAPPYMEAL is not set | ||
451 | # CONFIG_SUNGEM is not set | ||
452 | # CONFIG_NET_VENDOR_3COM is not set | ||
453 | # CONFIG_SMC91X is not set | ||
454 | |||
455 | # | ||
456 | # Tulip family network device support | ||
457 | # | ||
458 | # CONFIG_NET_TULIP is not set | ||
459 | # CONFIG_HP100 is not set | ||
460 | CONFIG_NET_PCI=y | ||
461 | # CONFIG_PCNET32 is not set | ||
462 | # CONFIG_AMD8111_ETH is not set | ||
463 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
464 | # CONFIG_B44 is not set | ||
465 | # CONFIG_FORCEDETH is not set | ||
466 | # CONFIG_DGRS is not set | ||
467 | # CONFIG_EEPRO100 is not set | ||
468 | # CONFIG_E100 is not set | ||
469 | # CONFIG_FEALNX is not set | ||
470 | # CONFIG_NATSEMI is not set | ||
471 | # CONFIG_NE2K_PCI is not set | ||
472 | CONFIG_8139CP=y | ||
473 | # CONFIG_8139TOO is not set | ||
474 | # CONFIG_SIS900 is not set | ||
475 | # CONFIG_EPIC100 is not set | ||
476 | # CONFIG_SUNDANCE is not set | ||
477 | # CONFIG_TLAN is not set | ||
478 | # CONFIG_VIA_RHINE is not set | ||
479 | |||
480 | # | ||
481 | # Ethernet (1000 Mbit) | ||
482 | # | ||
483 | # CONFIG_ACENIC is not set | ||
484 | # CONFIG_DL2K is not set | ||
485 | # CONFIG_E1000 is not set | ||
486 | # CONFIG_NS83820 is not set | ||
487 | # CONFIG_HAMACHI is not set | ||
488 | # CONFIG_YELLOWFIN is not set | ||
489 | # CONFIG_R8169 is not set | ||
490 | # CONFIG_SK98LIN is not set | ||
491 | # CONFIG_VIA_VELOCITY is not set | ||
492 | # CONFIG_TIGON3 is not set | ||
493 | |||
494 | # | ||
495 | # Ethernet (10000 Mbit) | ||
496 | # | ||
497 | # CONFIG_IXGB is not set | ||
498 | # CONFIG_S2IO is not set | ||
499 | |||
500 | # | ||
501 | # Token Ring devices | ||
502 | # | ||
503 | # CONFIG_TR is not set | ||
504 | |||
505 | # | ||
506 | # Wireless LAN (non-hamradio) | ||
507 | # | ||
508 | # CONFIG_NET_RADIO is not set | ||
509 | |||
510 | # | ||
511 | # Wan interfaces | ||
512 | # | ||
513 | # CONFIG_WAN is not set | ||
514 | # CONFIG_FDDI is not set | ||
515 | # CONFIG_HIPPI is not set | ||
516 | # CONFIG_PPP is not set | ||
517 | # CONFIG_SLIP is not set | ||
518 | # CONFIG_NET_FC is not set | ||
519 | # CONFIG_SHAPER is not set | ||
520 | # CONFIG_NETCONSOLE is not set | ||
521 | |||
522 | # | ||
523 | # ISDN subsystem | ||
524 | # | ||
525 | # CONFIG_ISDN is not set | ||
526 | |||
527 | # | ||
528 | # Telephony Support | ||
529 | # | ||
530 | # CONFIG_PHONE is not set | ||
531 | |||
532 | # | ||
533 | # Input device support | ||
534 | # | ||
535 | CONFIG_INPUT=y | ||
536 | |||
537 | # | ||
538 | # Userland interfaces | ||
539 | # | ||
540 | CONFIG_INPUT_MOUSEDEV=y | ||
541 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
542 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
543 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
544 | # CONFIG_INPUT_JOYDEV is not set | ||
545 | # CONFIG_INPUT_TSDEV is not set | ||
546 | # CONFIG_INPUT_EVDEV is not set | ||
547 | # CONFIG_INPUT_EVBUG is not set | ||
548 | |||
549 | # | ||
550 | # Input I/O drivers | ||
551 | # | ||
552 | # CONFIG_GAMEPORT is not set | ||
553 | CONFIG_SOUND_GAMEPORT=y | ||
554 | # CONFIG_SERIO is not set | ||
555 | # CONFIG_SERIO_I8042 is not set | ||
556 | |||
557 | # | ||
558 | # Input Device Drivers | ||
559 | # | ||
560 | # CONFIG_INPUT_KEYBOARD is not set | ||
561 | # CONFIG_INPUT_MOUSE is not set | ||
562 | # CONFIG_INPUT_JOYSTICK is not set | ||
563 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
564 | # CONFIG_INPUT_MISC is not set | ||
565 | |||
566 | # | ||
567 | # Character devices | ||
568 | # | ||
569 | CONFIG_VT=y | ||
570 | CONFIG_VT_CONSOLE=y | ||
571 | CONFIG_HW_CONSOLE=y | ||
572 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
573 | |||
574 | # | ||
575 | # Serial drivers | ||
576 | # | ||
577 | CONFIG_SERIAL_8250=m | ||
578 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
579 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
580 | |||
581 | # | ||
582 | # Non-8250 serial port support | ||
583 | # | ||
584 | CONFIG_SERIAL_SH_SCI=y | ||
585 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
586 | CONFIG_SERIAL_CORE=y | ||
587 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
588 | CONFIG_UNIX98_PTYS=y | ||
589 | CONFIG_LEGACY_PTYS=y | ||
590 | CONFIG_LEGACY_PTY_COUNT=256 | ||
591 | |||
592 | # | ||
593 | # IPMI | ||
594 | # | ||
595 | # CONFIG_IPMI_HANDLER is not set | ||
596 | |||
597 | # | ||
598 | # Watchdog Cards | ||
599 | # | ||
600 | CONFIG_WATCHDOG=y | ||
601 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
602 | |||
603 | # | ||
604 | # Watchdog Device Drivers | ||
605 | # | ||
606 | # CONFIG_SOFT_WATCHDOG is not set | ||
607 | CONFIG_SH_WDT=m | ||
608 | |||
609 | # | ||
610 | # PCI-based Watchdog Cards | ||
611 | # | ||
612 | # CONFIG_PCIPCWATCHDOG is not set | ||
613 | # CONFIG_WDTPCI is not set | ||
614 | # CONFIG_RTC is not set | ||
615 | CONFIG_SH03_RTC=y | ||
616 | # CONFIG_GEN_RTC is not set | ||
617 | # CONFIG_DTLK is not set | ||
618 | # CONFIG_R3964 is not set | ||
619 | # CONFIG_APPLICOM is not set | ||
620 | |||
621 | # | ||
622 | # Ftape, the floppy tape device driver | ||
623 | # | ||
624 | # CONFIG_DRM is not set | ||
625 | # CONFIG_RAW_DRIVER is not set | ||
626 | |||
627 | # | ||
628 | # I2C support | ||
629 | # | ||
630 | # CONFIG_I2C is not set | ||
631 | |||
632 | # | ||
633 | # Dallas's 1-wire bus | ||
634 | # | ||
635 | # CONFIG_W1 is not set | ||
636 | |||
637 | # | ||
638 | # Misc devices | ||
639 | # | ||
640 | |||
641 | # | ||
642 | # Multimedia devices | ||
643 | # | ||
644 | # CONFIG_VIDEO_DEV is not set | ||
645 | |||
646 | # | ||
647 | # Digital Video Broadcasting Devices | ||
648 | # | ||
649 | # CONFIG_DVB is not set | ||
650 | |||
651 | # | ||
652 | # Graphics support | ||
653 | # | ||
654 | # CONFIG_FB is not set | ||
655 | |||
656 | # | ||
657 | # Console display driver support | ||
658 | # | ||
659 | # CONFIG_VGA_CONSOLE is not set | ||
660 | CONFIG_DUMMY_CONSOLE=y | ||
661 | |||
662 | # | ||
663 | # Sound | ||
664 | # | ||
665 | # CONFIG_SOUND is not set | ||
666 | |||
667 | # | ||
668 | # USB support | ||
669 | # | ||
670 | # CONFIG_USB is not set | ||
671 | CONFIG_USB_ARCH_HAS_HCD=y | ||
672 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
673 | |||
674 | # | ||
675 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | ||
676 | # | ||
677 | |||
678 | # | ||
679 | # USB Gadget Support | ||
680 | # | ||
681 | # CONFIG_USB_GADGET is not set | ||
682 | |||
683 | # | ||
684 | # MMC/SD Card support | ||
685 | # | ||
686 | # CONFIG_MMC is not set | ||
687 | |||
688 | # | ||
689 | # InfiniBand support | ||
690 | # | ||
691 | # CONFIG_INFINIBAND is not set | ||
692 | |||
693 | # | ||
694 | # File systems | ||
695 | # | ||
696 | CONFIG_EXT2_FS=y | ||
697 | CONFIG_EXT2_FS_XATTR=y | ||
698 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
699 | # CONFIG_EXT2_FS_SECURITY is not set | ||
700 | CONFIG_EXT3_FS=y | ||
701 | CONFIG_EXT3_FS_XATTR=y | ||
702 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
703 | # CONFIG_EXT3_FS_SECURITY is not set | ||
704 | CONFIG_JBD=y | ||
705 | # CONFIG_JBD_DEBUG is not set | ||
706 | CONFIG_FS_MBCACHE=y | ||
707 | # CONFIG_REISERFS_FS is not set | ||
708 | # CONFIG_JFS_FS is not set | ||
709 | CONFIG_FS_POSIX_ACL=y | ||
710 | |||
711 | # | ||
712 | # XFS support | ||
713 | # | ||
714 | # CONFIG_XFS_FS is not set | ||
715 | # CONFIG_MINIX_FS is not set | ||
716 | # CONFIG_ROMFS_FS is not set | ||
717 | # CONFIG_QUOTA is not set | ||
718 | CONFIG_DNOTIFY=y | ||
719 | CONFIG_AUTOFS_FS=y | ||
720 | CONFIG_AUTOFS4_FS=y | ||
721 | |||
722 | # | ||
723 | # CD-ROM/DVD Filesystems | ||
724 | # | ||
725 | CONFIG_ISO9660_FS=m | ||
726 | CONFIG_JOLIET=y | ||
727 | CONFIG_ZISOFS=y | ||
728 | CONFIG_ZISOFS_FS=m | ||
729 | CONFIG_UDF_FS=m | ||
730 | CONFIG_UDF_NLS=y | ||
731 | |||
732 | # | ||
733 | # DOS/FAT/NT Filesystems | ||
734 | # | ||
735 | CONFIG_FAT_FS=m | ||
736 | CONFIG_MSDOS_FS=m | ||
737 | CONFIG_VFAT_FS=m | ||
738 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
739 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
740 | # CONFIG_NTFS_FS is not set | ||
741 | |||
742 | # | ||
743 | # Pseudo filesystems | ||
744 | # | ||
745 | CONFIG_PROC_FS=y | ||
746 | CONFIG_PROC_KCORE=y | ||
747 | CONFIG_SYSFS=y | ||
748 | # CONFIG_DEVFS_FS is not set | ||
749 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
750 | CONFIG_TMPFS=y | ||
751 | # CONFIG_TMPFS_XATTR is not set | ||
752 | # CONFIG_HUGETLBFS is not set | ||
753 | # CONFIG_HUGETLB_PAGE is not set | ||
754 | CONFIG_RAMFS=y | ||
755 | |||
756 | # | ||
757 | # Miscellaneous filesystems | ||
758 | # | ||
759 | # CONFIG_ADFS_FS is not set | ||
760 | # CONFIG_AFFS_FS is not set | ||
761 | # CONFIG_HFS_FS is not set | ||
762 | # CONFIG_HFSPLUS_FS is not set | ||
763 | # CONFIG_BEFS_FS is not set | ||
764 | # CONFIG_BFS_FS is not set | ||
765 | # CONFIG_EFS_FS is not set | ||
766 | # CONFIG_CRAMFS is not set | ||
767 | # CONFIG_VXFS_FS is not set | ||
768 | # CONFIG_HPFS_FS is not set | ||
769 | # CONFIG_QNX4FS_FS is not set | ||
770 | # CONFIG_SYSV_FS is not set | ||
771 | # CONFIG_UFS_FS is not set | ||
772 | |||
773 | # | ||
774 | # Network File Systems | ||
775 | # | ||
776 | CONFIG_NFS_FS=y | ||
777 | CONFIG_NFS_V3=y | ||
778 | CONFIG_NFS_V4=y | ||
779 | # CONFIG_NFS_DIRECTIO is not set | ||
780 | CONFIG_NFSD=y | ||
781 | CONFIG_NFSD_V3=y | ||
782 | # CONFIG_NFSD_V4 is not set | ||
783 | CONFIG_NFSD_TCP=y | ||
784 | CONFIG_ROOT_NFS=y | ||
785 | CONFIG_LOCKD=y | ||
786 | CONFIG_LOCKD_V4=y | ||
787 | CONFIG_EXPORTFS=y | ||
788 | CONFIG_SUNRPC=y | ||
789 | CONFIG_SUNRPC_GSS=y | ||
790 | CONFIG_RPCSEC_GSS_KRB5=y | ||
791 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
792 | # CONFIG_SMB_FS is not set | ||
793 | # CONFIG_CIFS is not set | ||
794 | # CONFIG_NCP_FS is not set | ||
795 | # CONFIG_CODA_FS is not set | ||
796 | # CONFIG_AFS_FS is not set | ||
797 | |||
798 | # | ||
799 | # Partition Types | ||
800 | # | ||
801 | CONFIG_PARTITION_ADVANCED=y | ||
802 | # CONFIG_ACORN_PARTITION is not set | ||
803 | # CONFIG_OSF_PARTITION is not set | ||
804 | # CONFIG_AMIGA_PARTITION is not set | ||
805 | # CONFIG_ATARI_PARTITION is not set | ||
806 | # CONFIG_MAC_PARTITION is not set | ||
807 | CONFIG_MSDOS_PARTITION=y | ||
808 | # CONFIG_BSD_DISKLABEL is not set | ||
809 | # CONFIG_MINIX_SUBPARTITION is not set | ||
810 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
811 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
812 | # CONFIG_LDM_PARTITION is not set | ||
813 | # CONFIG_SGI_PARTITION is not set | ||
814 | # CONFIG_ULTRIX_PARTITION is not set | ||
815 | # CONFIG_SUN_PARTITION is not set | ||
816 | # CONFIG_EFI_PARTITION is not set | ||
817 | |||
818 | # | ||
819 | # Native Language Support | ||
820 | # | ||
821 | CONFIG_NLS=m | ||
822 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
823 | CONFIG_NLS_CODEPAGE_437=m | ||
824 | CONFIG_NLS_CODEPAGE_737=m | ||
825 | CONFIG_NLS_CODEPAGE_775=m | ||
826 | CONFIG_NLS_CODEPAGE_850=m | ||
827 | CONFIG_NLS_CODEPAGE_852=m | ||
828 | CONFIG_NLS_CODEPAGE_855=m | ||
829 | CONFIG_NLS_CODEPAGE_857=m | ||
830 | CONFIG_NLS_CODEPAGE_860=m | ||
831 | CONFIG_NLS_CODEPAGE_861=m | ||
832 | CONFIG_NLS_CODEPAGE_862=m | ||
833 | CONFIG_NLS_CODEPAGE_863=m | ||
834 | CONFIG_NLS_CODEPAGE_864=m | ||
835 | CONFIG_NLS_CODEPAGE_865=m | ||
836 | CONFIG_NLS_CODEPAGE_866=m | ||
837 | CONFIG_NLS_CODEPAGE_869=m | ||
838 | CONFIG_NLS_CODEPAGE_936=m | ||
839 | CONFIG_NLS_CODEPAGE_950=m | ||
840 | CONFIG_NLS_CODEPAGE_932=m | ||
841 | CONFIG_NLS_CODEPAGE_949=m | ||
842 | CONFIG_NLS_CODEPAGE_874=m | ||
843 | CONFIG_NLS_ISO8859_8=m | ||
844 | CONFIG_NLS_CODEPAGE_1250=m | ||
845 | CONFIG_NLS_CODEPAGE_1251=m | ||
846 | CONFIG_NLS_ASCII=m | ||
847 | CONFIG_NLS_ISO8859_1=m | ||
848 | CONFIG_NLS_ISO8859_2=m | ||
849 | CONFIG_NLS_ISO8859_3=m | ||
850 | CONFIG_NLS_ISO8859_4=m | ||
851 | CONFIG_NLS_ISO8859_5=m | ||
852 | CONFIG_NLS_ISO8859_6=m | ||
853 | CONFIG_NLS_ISO8859_7=m | ||
854 | CONFIG_NLS_ISO8859_9=m | ||
855 | CONFIG_NLS_ISO8859_13=m | ||
856 | CONFIG_NLS_ISO8859_14=m | ||
857 | CONFIG_NLS_ISO8859_15=m | ||
858 | CONFIG_NLS_KOI8_R=m | ||
859 | CONFIG_NLS_KOI8_U=m | ||
860 | CONFIG_NLS_UTF8=m | ||
861 | |||
862 | # | ||
863 | # Profiling support | ||
864 | # | ||
865 | CONFIG_PROFILING=y | ||
866 | CONFIG_OPROFILE=m | ||
867 | |||
868 | # | ||
869 | # Kernel hacking | ||
870 | # | ||
871 | # CONFIG_DEBUG_KERNEL is not set | ||
872 | CONFIG_DEBUG_PREEMPT=y | ||
873 | # CONFIG_FRAME_POINTER is not set | ||
874 | CONFIG_SH_STANDARD_BIOS=y | ||
875 | # CONFIG_EARLY_SCIF_CONSOLE is not set | ||
876 | # CONFIG_EARLY_PRINTK is not set | ||
877 | # CONFIG_KGDB is not set | ||
878 | |||
879 | # | ||
880 | # Security options | ||
881 | # | ||
882 | # CONFIG_KEYS is not set | ||
883 | # CONFIG_SECURITY is not set | ||
884 | |||
885 | # | ||
886 | # Cryptographic options | ||
887 | # | ||
888 | CONFIG_CRYPTO=y | ||
889 | CONFIG_CRYPTO_HMAC=y | ||
890 | # CONFIG_CRYPTO_NULL is not set | ||
891 | # CONFIG_CRYPTO_MD4 is not set | ||
892 | CONFIG_CRYPTO_MD5=y | ||
893 | CONFIG_CRYPTO_SHA1=y | ||
894 | # CONFIG_CRYPTO_SHA256 is not set | ||
895 | # CONFIG_CRYPTO_SHA512 is not set | ||
896 | # CONFIG_CRYPTO_WP512 is not set | ||
897 | CONFIG_CRYPTO_DES=y | ||
898 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
899 | # CONFIG_CRYPTO_TWOFISH is not set | ||
900 | # CONFIG_CRYPTO_SERPENT is not set | ||
901 | # CONFIG_CRYPTO_AES is not set | ||
902 | # CONFIG_CRYPTO_CAST5 is not set | ||
903 | # CONFIG_CRYPTO_CAST6 is not set | ||
904 | # CONFIG_CRYPTO_TEA is not set | ||
905 | # CONFIG_CRYPTO_ARC4 is not set | ||
906 | # CONFIG_CRYPTO_KHAZAD is not set | ||
907 | # CONFIG_CRYPTO_ANUBIS is not set | ||
908 | CONFIG_CRYPTO_DEFLATE=y | ||
909 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
910 | # CONFIG_CRYPTO_CRC32C is not set | ||
911 | # CONFIG_CRYPTO_TEST is not set | ||
912 | |||
913 | # | ||
914 | # Hardware crypto devices | ||
915 | # | ||
916 | |||
917 | # | ||
918 | # Library routines | ||
919 | # | ||
920 | CONFIG_CRC_CCITT=y | ||
921 | CONFIG_CRC32=y | ||
922 | # CONFIG_LIBCRC32C is not set | ||
923 | CONFIG_ZLIB_INFLATE=y | ||
924 | CONFIG_ZLIB_DEFLATE=y | ||