diff options
author | Hirokazu Takata <takata@linux-m32r.org> | 2007-08-01 07:54:38 -0400 |
---|---|---|
committer | Hirokazu Takata <takata@linux-m32r.org> | 2007-09-02 22:30:18 -0400 |
commit | 8ff262df2cf3f7878ba064a10f56c1b42fefa534 (patch) | |
tree | 6d55bc7020775e8db4f1c3f5cd4eddde3d8260bb /arch/m32r/oaks32r | |
parent | 40ffbfad6bb79a99cc7627bdaca0ee22dec526f6 (diff) |
m32r: Move defconfig files to arch/m32r/configs/
Change defconfig file's location from arch/m32r/{platform}/defconfig*
to arch/m32r/configs/{platform}_defconfig.
Applying this patch, we can use defconfig file for each m32r platform
easily, like other architectures.
ex. Setup defconfig for cross-building
$ make ARCH=m32r CROSS_COMPILE=m32r-linux-gnu- {platform}_defconfig.
platform defconfig Note
---------- ---------------------- ---------------------------
m32104ut m32104ut_defconfig MMU-less
m32700ut m32700ut.smp_defconfig SMP
m32700ut m32700ut.up_defconfig UP
mappi mappi.smp_defconfig SMP
mappi mappi.up_defconfig UP
mappi mappi.nommu_defconfig MMU-less
mappi2 mappi2.opsp_defconfig FPGA env. (CPU Core: OPSP)
mappi2 mappi2.vdec2_defconfig FPGA env. (CPU Core: VDEC2)
mappi3 imappi3.smp_defconfig SMP
oaks32r oaks32r_defconfig MMU-less
opsput opsput_defconfig UP
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Diffstat (limited to 'arch/m32r/oaks32r')
-rw-r--r-- | arch/m32r/oaks32r/defconfig.nommu | 742 |
1 files changed, 0 insertions, 742 deletions
diff --git a/arch/m32r/oaks32r/defconfig.nommu b/arch/m32r/oaks32r/defconfig.nommu deleted file mode 100644 index aaa00828e0d3..000000000000 --- a/arch/m32r/oaks32r/defconfig.nommu +++ /dev/null | |||
@@ -1,742 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.19 | ||
4 | # Tue Dec 12 12:09:17 2006 | ||
5 | # | ||
6 | CONFIG_M32R=y | ||
7 | CONFIG_GENERIC_ISA_DMA=y | ||
8 | CONFIG_GENERIC_HARDIRQS=y | ||
9 | CONFIG_GENERIC_IRQ_PROBE=y | ||
10 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
11 | |||
12 | # | ||
13 | # Code maturity level options | ||
14 | # | ||
15 | CONFIG_EXPERIMENTAL=y | ||
16 | CONFIG_BROKEN_ON_SMP=y | ||
17 | CONFIG_LOCK_KERNEL=y | ||
18 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
19 | |||
20 | # | ||
21 | # General setup | ||
22 | # | ||
23 | CONFIG_LOCALVERSION="" | ||
24 | CONFIG_LOCALVERSION_AUTO=y | ||
25 | # CONFIG_SYSVIPC is not set | ||
26 | # CONFIG_POSIX_MQUEUE is not set | ||
27 | CONFIG_BSD_PROCESS_ACCT=y | ||
28 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
29 | # CONFIG_TASKSTATS is not set | ||
30 | # CONFIG_UTS_NS is not set | ||
31 | # CONFIG_AUDIT is not set | ||
32 | # CONFIG_IKCONFIG is not set | ||
33 | CONFIG_SYSFS_DEPRECATED=y | ||
34 | # CONFIG_RELAY is not set | ||
35 | CONFIG_INITRAMFS_SOURCE="" | ||
36 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
37 | CONFIG_SYSCTL=y | ||
38 | CONFIG_EMBEDDED=y | ||
39 | CONFIG_SYSCTL_SYSCALL=y | ||
40 | # CONFIG_KALLSYMS is not set | ||
41 | CONFIG_HOTPLUG=y | ||
42 | CONFIG_PRINTK=y | ||
43 | CONFIG_BUG=y | ||
44 | CONFIG_ELF_CORE=y | ||
45 | CONFIG_BASE_FULL=y | ||
46 | # CONFIG_FUTEX is not set | ||
47 | # CONFIG_EPOLL is not set | ||
48 | CONFIG_SLAB=y | ||
49 | CONFIG_VM_EVENT_COUNTERS=y | ||
50 | CONFIG_TINY_SHMEM=y | ||
51 | CONFIG_BASE_SMALL=0 | ||
52 | # CONFIG_SLOB is not set | ||
53 | |||
54 | # | ||
55 | # Loadable module support | ||
56 | # | ||
57 | CONFIG_MODULES=y | ||
58 | CONFIG_MODULE_UNLOAD=y | ||
59 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
60 | # CONFIG_MODVERSIONS is not set | ||
61 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
62 | CONFIG_KMOD=y | ||
63 | |||
64 | # | ||
65 | # Block layer | ||
66 | # | ||
67 | CONFIG_BLOCK=y | ||
68 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
69 | |||
70 | # | ||
71 | # IO Schedulers | ||
72 | # | ||
73 | CONFIG_IOSCHED_NOOP=y | ||
74 | # CONFIG_IOSCHED_AS is not set | ||
75 | CONFIG_IOSCHED_DEADLINE=y | ||
76 | CONFIG_IOSCHED_CFQ=y | ||
77 | # CONFIG_DEFAULT_AS is not set | ||
78 | # CONFIG_DEFAULT_DEADLINE is not set | ||
79 | CONFIG_DEFAULT_CFQ=y | ||
80 | # CONFIG_DEFAULT_NOOP is not set | ||
81 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
82 | |||
83 | # | ||
84 | # Processor type and features | ||
85 | # | ||
86 | # CONFIG_PLAT_MAPPI is not set | ||
87 | # CONFIG_PLAT_USRV is not set | ||
88 | # CONFIG_PLAT_M32700UT is not set | ||
89 | # CONFIG_PLAT_OPSPUT is not set | ||
90 | CONFIG_PLAT_OAKS32R=y | ||
91 | # CONFIG_PLAT_MAPPI2 is not set | ||
92 | # CONFIG_PLAT_MAPPI3 is not set | ||
93 | # CONFIG_PLAT_M32104UT is not set | ||
94 | # CONFIG_CHIP_M32700 is not set | ||
95 | CONFIG_CHIP_M32102=y | ||
96 | # CONFIG_CHIP_M32104 is not set | ||
97 | # CONFIG_CHIP_VDEC2 is not set | ||
98 | # CONFIG_CHIP_OPSP is not set | ||
99 | CONFIG_ISA_M32R=y | ||
100 | CONFIG_BUS_CLOCK=33333333 | ||
101 | CONFIG_TIMER_DIVIDE=128 | ||
102 | # CONFIG_CPU_LITTLE_ENDIAN is not set | ||
103 | CONFIG_MEMORY_START=0x01000000 | ||
104 | CONFIG_MEMORY_SIZE=0x00800000 | ||
105 | CONFIG_NOHIGHMEM=y | ||
106 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
107 | CONFIG_SELECT_MEMORY_MODEL=y | ||
108 | # CONFIG_FLATMEM_MANUAL is not set | ||
109 | CONFIG_DISCONTIGMEM_MANUAL=y | ||
110 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
111 | CONFIG_DISCONTIGMEM=y | ||
112 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
113 | CONFIG_NEED_MULTIPLE_NODES=y | ||
114 | # CONFIG_SPARSEMEM_STATIC is not set | ||
115 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
116 | # CONFIG_RESOURCES_64BIT is not set | ||
117 | CONFIG_IRAM_START=0x00f00000 | ||
118 | CONFIG_IRAM_SIZE=0x00010000 | ||
119 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
120 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
121 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
122 | CONFIG_GENERIC_HWEIGHT=y | ||
123 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
124 | CONFIG_PREEMPT=y | ||
125 | # CONFIG_SMP is not set | ||
126 | CONFIG_NODES_SHIFT=1 | ||
127 | |||
128 | # | ||
129 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
130 | # | ||
131 | # CONFIG_ISA is not set | ||
132 | |||
133 | # | ||
134 | # PCCARD (PCMCIA/CardBus) support | ||
135 | # | ||
136 | # CONFIG_PCCARD is not set | ||
137 | |||
138 | # | ||
139 | # PCI Hotplug Support | ||
140 | # | ||
141 | |||
142 | # | ||
143 | # Executable file formats | ||
144 | # | ||
145 | CONFIG_BINFMT_FLAT=y | ||
146 | # CONFIG_BINFMT_ZFLAT is not set | ||
147 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
148 | # CONFIG_BINFMT_MISC is not set | ||
149 | |||
150 | # | ||
151 | # Networking | ||
152 | # | ||
153 | CONFIG_NET=y | ||
154 | |||
155 | # | ||
156 | # Networking options | ||
157 | # | ||
158 | # CONFIG_NETDEBUG is not set | ||
159 | CONFIG_PACKET=y | ||
160 | # CONFIG_PACKET_MMAP is not set | ||
161 | CONFIG_UNIX=y | ||
162 | CONFIG_XFRM=y | ||
163 | # CONFIG_XFRM_USER is not set | ||
164 | # CONFIG_XFRM_SUB_POLICY is not set | ||
165 | # CONFIG_NET_KEY is not set | ||
166 | CONFIG_INET=y | ||
167 | # CONFIG_IP_MULTICAST is not set | ||
168 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
169 | CONFIG_IP_FIB_HASH=y | ||
170 | CONFIG_IP_PNP=y | ||
171 | CONFIG_IP_PNP_DHCP=y | ||
172 | # CONFIG_IP_PNP_BOOTP is not set | ||
173 | # CONFIG_IP_PNP_RARP is not set | ||
174 | # CONFIG_NET_IPIP is not set | ||
175 | # CONFIG_NET_IPGRE is not set | ||
176 | # CONFIG_ARPD is not set | ||
177 | # CONFIG_SYN_COOKIES is not set | ||
178 | # CONFIG_INET_AH is not set | ||
179 | # CONFIG_INET_ESP is not set | ||
180 | # CONFIG_INET_IPCOMP is not set | ||
181 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
182 | # CONFIG_INET_TUNNEL is not set | ||
183 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
184 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
185 | CONFIG_INET_XFRM_MODE_BEET=y | ||
186 | CONFIG_INET_DIAG=y | ||
187 | CONFIG_INET_TCP_DIAG=y | ||
188 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
189 | CONFIG_TCP_CONG_CUBIC=y | ||
190 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
191 | # CONFIG_TCP_MD5SIG is not set | ||
192 | # CONFIG_IPV6 is not set | ||
193 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
194 | # CONFIG_INET6_TUNNEL is not set | ||
195 | # CONFIG_NETWORK_SECMARK is not set | ||
196 | # CONFIG_NETFILTER is not set | ||
197 | |||
198 | # | ||
199 | # DCCP Configuration (EXPERIMENTAL) | ||
200 | # | ||
201 | # CONFIG_IP_DCCP is not set | ||
202 | |||
203 | # | ||
204 | # SCTP Configuration (EXPERIMENTAL) | ||
205 | # | ||
206 | # CONFIG_IP_SCTP is not set | ||
207 | |||
208 | # | ||
209 | # TIPC Configuration (EXPERIMENTAL) | ||
210 | # | ||
211 | # CONFIG_TIPC is not set | ||
212 | # CONFIG_ATM is not set | ||
213 | # CONFIG_BRIDGE is not set | ||
214 | # CONFIG_VLAN_8021Q is not set | ||
215 | # CONFIG_DECNET is not set | ||
216 | # CONFIG_LLC2 is not set | ||
217 | # CONFIG_IPX is not set | ||
218 | # CONFIG_ATALK is not set | ||
219 | # CONFIG_X25 is not set | ||
220 | # CONFIG_LAPB is not set | ||
221 | # CONFIG_ECONET is not set | ||
222 | # CONFIG_WAN_ROUTER is not set | ||
223 | |||
224 | # | ||
225 | # QoS and/or fair queueing | ||
226 | # | ||
227 | # CONFIG_NET_SCHED is not set | ||
228 | |||
229 | # | ||
230 | # Network testing | ||
231 | # | ||
232 | # CONFIG_NET_PKTGEN is not set | ||
233 | # CONFIG_HAMRADIO is not set | ||
234 | # CONFIG_IRDA is not set | ||
235 | # CONFIG_BT is not set | ||
236 | # CONFIG_IEEE80211 is not set | ||
237 | |||
238 | # | ||
239 | # Device Drivers | ||
240 | # | ||
241 | |||
242 | # | ||
243 | # Generic Driver Options | ||
244 | # | ||
245 | CONFIG_STANDALONE=y | ||
246 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
247 | # CONFIG_FW_LOADER is not set | ||
248 | # CONFIG_SYS_HYPERVISOR is not set | ||
249 | |||
250 | # | ||
251 | # Connector - unified userspace <-> kernelspace linker | ||
252 | # | ||
253 | # CONFIG_CONNECTOR is not set | ||
254 | |||
255 | # | ||
256 | # Memory Technology Devices (MTD) | ||
257 | # | ||
258 | # CONFIG_MTD is not set | ||
259 | |||
260 | # | ||
261 | # Parallel port support | ||
262 | # | ||
263 | # CONFIG_PARPORT is not set | ||
264 | |||
265 | # | ||
266 | # Plug and Play support | ||
267 | # | ||
268 | |||
269 | # | ||
270 | # Block devices | ||
271 | # | ||
272 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
273 | CONFIG_BLK_DEV_LOOP=y | ||
274 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
275 | CONFIG_BLK_DEV_NBD=y | ||
276 | CONFIG_BLK_DEV_RAM=y | ||
277 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
278 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
279 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
280 | # CONFIG_BLK_DEV_INITRD is not set | ||
281 | # CONFIG_CDROM_PKTCDVD is not set | ||
282 | # CONFIG_ATA_OVER_ETH is not set | ||
283 | |||
284 | # | ||
285 | # Misc devices | ||
286 | # | ||
287 | # CONFIG_TIFM_CORE is not set | ||
288 | |||
289 | # | ||
290 | # ATA/ATAPI/MFM/RLL support | ||
291 | # | ||
292 | # CONFIG_IDE is not set | ||
293 | |||
294 | # | ||
295 | # SCSI device support | ||
296 | # | ||
297 | # CONFIG_RAID_ATTRS is not set | ||
298 | # CONFIG_SCSI is not set | ||
299 | # CONFIG_SCSI_NETLINK is not set | ||
300 | |||
301 | # | ||
302 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
303 | # | ||
304 | |||
305 | # | ||
306 | # Multi-device support (RAID and LVM) | ||
307 | # | ||
308 | # CONFIG_MD is not set | ||
309 | |||
310 | # | ||
311 | # Fusion MPT device support | ||
312 | # | ||
313 | # CONFIG_FUSION is not set | ||
314 | |||
315 | # | ||
316 | # IEEE 1394 (FireWire) support | ||
317 | # | ||
318 | |||
319 | # | ||
320 | # I2O device support | ||
321 | # | ||
322 | |||
323 | # | ||
324 | # Network device support | ||
325 | # | ||
326 | CONFIG_NETDEVICES=y | ||
327 | # CONFIG_DUMMY is not set | ||
328 | # CONFIG_BONDING is not set | ||
329 | # CONFIG_EQUALIZER is not set | ||
330 | # CONFIG_TUN is not set | ||
331 | |||
332 | # | ||
333 | # PHY device support | ||
334 | # | ||
335 | |||
336 | # | ||
337 | # Ethernet (10 or 100Mbit) | ||
338 | # | ||
339 | # CONFIG_NET_ETHERNET is not set | ||
340 | CONFIG_NE2000=y | ||
341 | |||
342 | # | ||
343 | # Ethernet (1000 Mbit) | ||
344 | # | ||
345 | |||
346 | # | ||
347 | # Ethernet (10000 Mbit) | ||
348 | # | ||
349 | |||
350 | # | ||
351 | # Token Ring devices | ||
352 | # | ||
353 | |||
354 | # | ||
355 | # Wireless LAN (non-hamradio) | ||
356 | # | ||
357 | # CONFIG_NET_RADIO is not set | ||
358 | |||
359 | # | ||
360 | # Wan interfaces | ||
361 | # | ||
362 | # CONFIG_WAN is not set | ||
363 | # CONFIG_PPP is not set | ||
364 | # CONFIG_SLIP is not set | ||
365 | # CONFIG_SHAPER is not set | ||
366 | # CONFIG_NETCONSOLE is not set | ||
367 | # CONFIG_NETPOLL is not set | ||
368 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
369 | |||
370 | # | ||
371 | # ISDN subsystem | ||
372 | # | ||
373 | # CONFIG_ISDN is not set | ||
374 | |||
375 | # | ||
376 | # Telephony Support | ||
377 | # | ||
378 | # CONFIG_PHONE is not set | ||
379 | |||
380 | # | ||
381 | # Input device support | ||
382 | # | ||
383 | CONFIG_INPUT=y | ||
384 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
385 | |||
386 | # | ||
387 | # Userland interfaces | ||
388 | # | ||
389 | # CONFIG_INPUT_MOUSEDEV is not set | ||
390 | # CONFIG_INPUT_JOYDEV is not set | ||
391 | # CONFIG_INPUT_TSDEV is not set | ||
392 | # CONFIG_INPUT_EVDEV is not set | ||
393 | # CONFIG_INPUT_EVBUG is not set | ||
394 | |||
395 | # | ||
396 | # Input Device Drivers | ||
397 | # | ||
398 | # CONFIG_INPUT_KEYBOARD is not set | ||
399 | # CONFIG_INPUT_MOUSE is not set | ||
400 | # CONFIG_INPUT_JOYSTICK is not set | ||
401 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
402 | # CONFIG_INPUT_MISC is not set | ||
403 | |||
404 | # | ||
405 | # Hardware I/O ports | ||
406 | # | ||
407 | CONFIG_SERIO=y | ||
408 | # CONFIG_SERIO_I8042 is not set | ||
409 | CONFIG_SERIO_SERPORT=y | ||
410 | # CONFIG_SERIO_LIBPS2 is not set | ||
411 | # CONFIG_SERIO_RAW is not set | ||
412 | # CONFIG_GAMEPORT is not set | ||
413 | |||
414 | # | ||
415 | # Character devices | ||
416 | # | ||
417 | # CONFIG_VT is not set | ||
418 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
419 | |||
420 | # | ||
421 | # Serial drivers | ||
422 | # | ||
423 | # CONFIG_SERIAL_8250 is not set | ||
424 | |||
425 | # | ||
426 | # Non-8250 serial port support | ||
427 | # | ||
428 | CONFIG_SERIAL_CORE=y | ||
429 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
430 | CONFIG_SERIAL_M32R_SIO=y | ||
431 | CONFIG_SERIAL_M32R_SIO_CONSOLE=y | ||
432 | CONFIG_UNIX98_PTYS=y | ||
433 | CONFIG_LEGACY_PTYS=y | ||
434 | CONFIG_LEGACY_PTY_COUNT=256 | ||
435 | |||
436 | # | ||
437 | # IPMI | ||
438 | # | ||
439 | # CONFIG_IPMI_HANDLER is not set | ||
440 | |||
441 | # | ||
442 | # Watchdog Cards | ||
443 | # | ||
444 | # CONFIG_WATCHDOG is not set | ||
445 | CONFIG_HW_RANDOM=y | ||
446 | # CONFIG_RTC is not set | ||
447 | # CONFIG_DTLK is not set | ||
448 | # CONFIG_R3964 is not set | ||
449 | |||
450 | # | ||
451 | # Ftape, the floppy tape device driver | ||
452 | # | ||
453 | # CONFIG_RAW_DRIVER is not set | ||
454 | |||
455 | # | ||
456 | # TPM devices | ||
457 | # | ||
458 | # CONFIG_TCG_TPM is not set | ||
459 | |||
460 | # | ||
461 | # I2C support | ||
462 | # | ||
463 | # CONFIG_I2C is not set | ||
464 | |||
465 | # | ||
466 | # SPI support | ||
467 | # | ||
468 | # CONFIG_SPI is not set | ||
469 | # CONFIG_SPI_MASTER is not set | ||
470 | |||
471 | # | ||
472 | # Dallas's 1-wire bus | ||
473 | # | ||
474 | # CONFIG_W1 is not set | ||
475 | |||
476 | # | ||
477 | # Hardware Monitoring support | ||
478 | # | ||
479 | CONFIG_HWMON=y | ||
480 | # CONFIG_HWMON_VID is not set | ||
481 | # CONFIG_SENSORS_ABITUGURU is not set | ||
482 | # CONFIG_SENSORS_F71805F is not set | ||
483 | # CONFIG_SENSORS_VT1211 is not set | ||
484 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
485 | |||
486 | # | ||
487 | # Multimedia devices | ||
488 | # | ||
489 | # CONFIG_VIDEO_DEV is not set | ||
490 | |||
491 | # | ||
492 | # Digital Video Broadcasting Devices | ||
493 | # | ||
494 | # CONFIG_DVB is not set | ||
495 | |||
496 | # | ||
497 | # Graphics support | ||
498 | # | ||
499 | CONFIG_FIRMWARE_EDID=y | ||
500 | # CONFIG_FB is not set | ||
501 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
502 | |||
503 | # | ||
504 | # Sound | ||
505 | # | ||
506 | # CONFIG_SOUND is not set | ||
507 | |||
508 | # | ||
509 | # USB support | ||
510 | # | ||
511 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
512 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
513 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
514 | |||
515 | # | ||
516 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
517 | # | ||
518 | |||
519 | # | ||
520 | # USB Gadget Support | ||
521 | # | ||
522 | # CONFIG_USB_GADGET is not set | ||
523 | |||
524 | # | ||
525 | # MMC/SD Card support | ||
526 | # | ||
527 | # CONFIG_MMC is not set | ||
528 | |||
529 | # | ||
530 | # LED devices | ||
531 | # | ||
532 | # CONFIG_NEW_LEDS is not set | ||
533 | |||
534 | # | ||
535 | # LED drivers | ||
536 | # | ||
537 | |||
538 | # | ||
539 | # LED Triggers | ||
540 | # | ||
541 | |||
542 | # | ||
543 | # InfiniBand support | ||
544 | # | ||
545 | |||
546 | # | ||
547 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
548 | # | ||
549 | |||
550 | # | ||
551 | # Real Time Clock | ||
552 | # | ||
553 | # CONFIG_RTC_CLASS is not set | ||
554 | |||
555 | # | ||
556 | # DMA Engine support | ||
557 | # | ||
558 | # CONFIG_DMA_ENGINE is not set | ||
559 | |||
560 | # | ||
561 | # DMA Clients | ||
562 | # | ||
563 | |||
564 | # | ||
565 | # DMA Devices | ||
566 | # | ||
567 | |||
568 | # | ||
569 | # File systems | ||
570 | # | ||
571 | CONFIG_EXT2_FS=y | ||
572 | # CONFIG_EXT2_FS_XATTR is not set | ||
573 | # CONFIG_EXT3_FS is not set | ||
574 | # CONFIG_EXT4DEV_FS is not set | ||
575 | # CONFIG_REISERFS_FS is not set | ||
576 | # CONFIG_JFS_FS is not set | ||
577 | # CONFIG_FS_POSIX_ACL is not set | ||
578 | # CONFIG_XFS_FS is not set | ||
579 | # CONFIG_GFS2_FS is not set | ||
580 | # CONFIG_OCFS2_FS is not set | ||
581 | # CONFIG_MINIX_FS is not set | ||
582 | # CONFIG_ROMFS_FS is not set | ||
583 | CONFIG_INOTIFY=y | ||
584 | CONFIG_INOTIFY_USER=y | ||
585 | # CONFIG_QUOTA is not set | ||
586 | CONFIG_DNOTIFY=y | ||
587 | # CONFIG_AUTOFS_FS is not set | ||
588 | # CONFIG_AUTOFS4_FS is not set | ||
589 | # CONFIG_FUSE_FS is not set | ||
590 | |||
591 | # | ||
592 | # CD-ROM/DVD Filesystems | ||
593 | # | ||
594 | # CONFIG_ISO9660_FS is not set | ||
595 | # CONFIG_UDF_FS is not set | ||
596 | |||
597 | # | ||
598 | # DOS/FAT/NT Filesystems | ||
599 | # | ||
600 | # CONFIG_MSDOS_FS is not set | ||
601 | # CONFIG_VFAT_FS is not set | ||
602 | # CONFIG_NTFS_FS is not set | ||
603 | |||
604 | # | ||
605 | # Pseudo filesystems | ||
606 | # | ||
607 | CONFIG_PROC_FS=y | ||
608 | CONFIG_PROC_SYSCTL=y | ||
609 | CONFIG_SYSFS=y | ||
610 | # CONFIG_TMPFS is not set | ||
611 | # CONFIG_HUGETLB_PAGE is not set | ||
612 | CONFIG_RAMFS=y | ||
613 | # CONFIG_CONFIGFS_FS is not set | ||
614 | |||
615 | # | ||
616 | # Miscellaneous filesystems | ||
617 | # | ||
618 | # CONFIG_ADFS_FS is not set | ||
619 | # CONFIG_AFFS_FS is not set | ||
620 | # CONFIG_HFS_FS is not set | ||
621 | # CONFIG_HFSPLUS_FS is not set | ||
622 | # CONFIG_BEFS_FS is not set | ||
623 | # CONFIG_BFS_FS is not set | ||
624 | # CONFIG_EFS_FS is not set | ||
625 | # CONFIG_CRAMFS is not set | ||
626 | # CONFIG_VXFS_FS is not set | ||
627 | # CONFIG_HPFS_FS is not set | ||
628 | # CONFIG_QNX4FS_FS is not set | ||
629 | # CONFIG_SYSV_FS is not set | ||
630 | # CONFIG_UFS_FS is not set | ||
631 | |||
632 | # | ||
633 | # Network File Systems | ||
634 | # | ||
635 | CONFIG_NFS_FS=y | ||
636 | CONFIG_NFS_V3=y | ||
637 | # CONFIG_NFS_V3_ACL is not set | ||
638 | # CONFIG_NFS_V4 is not set | ||
639 | # CONFIG_NFS_DIRECTIO is not set | ||
640 | # CONFIG_NFSD is not set | ||
641 | CONFIG_ROOT_NFS=y | ||
642 | CONFIG_LOCKD=y | ||
643 | CONFIG_LOCKD_V4=y | ||
644 | CONFIG_NFS_COMMON=y | ||
645 | CONFIG_SUNRPC=y | ||
646 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
647 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
648 | # CONFIG_SMB_FS is not set | ||
649 | # CONFIG_CIFS is not set | ||
650 | # CONFIG_NCP_FS is not set | ||
651 | # CONFIG_CODA_FS is not set | ||
652 | # CONFIG_AFS_FS is not set | ||
653 | # CONFIG_9P_FS is not set | ||
654 | |||
655 | # | ||
656 | # Partition Types | ||
657 | # | ||
658 | # CONFIG_PARTITION_ADVANCED is not set | ||
659 | CONFIG_MSDOS_PARTITION=y | ||
660 | |||
661 | # | ||
662 | # Native Language Support | ||
663 | # | ||
664 | CONFIG_NLS=y | ||
665 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
666 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
667 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
668 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
669 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
670 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
671 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
672 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
673 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
674 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
675 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
676 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
677 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
678 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
679 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
680 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
681 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
682 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
683 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
684 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
685 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
686 | # CONFIG_NLS_ISO8859_8 is not set | ||
687 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
688 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
689 | # CONFIG_NLS_ASCII is not set | ||
690 | # CONFIG_NLS_ISO8859_1 is not set | ||
691 | # CONFIG_NLS_ISO8859_2 is not set | ||
692 | # CONFIG_NLS_ISO8859_3 is not set | ||
693 | # CONFIG_NLS_ISO8859_4 is not set | ||
694 | # CONFIG_NLS_ISO8859_5 is not set | ||
695 | # CONFIG_NLS_ISO8859_6 is not set | ||
696 | # CONFIG_NLS_ISO8859_7 is not set | ||
697 | # CONFIG_NLS_ISO8859_9 is not set | ||
698 | # CONFIG_NLS_ISO8859_13 is not set | ||
699 | # CONFIG_NLS_ISO8859_14 is not set | ||
700 | # CONFIG_NLS_ISO8859_15 is not set | ||
701 | # CONFIG_NLS_KOI8_R is not set | ||
702 | # CONFIG_NLS_KOI8_U is not set | ||
703 | # CONFIG_NLS_UTF8 is not set | ||
704 | |||
705 | # | ||
706 | # Profiling support | ||
707 | # | ||
708 | # CONFIG_PROFILING is not set | ||
709 | |||
710 | # | ||
711 | # Kernel hacking | ||
712 | # | ||
713 | # CONFIG_PRINTK_TIME is not set | ||
714 | CONFIG_ENABLE_MUST_CHECK=y | ||
715 | # CONFIG_MAGIC_SYSRQ is not set | ||
716 | # CONFIG_UNUSED_SYMBOLS is not set | ||
717 | # CONFIG_DEBUG_KERNEL is not set | ||
718 | CONFIG_LOG_BUF_SHIFT=14 | ||
719 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
720 | # CONFIG_DEBUG_FS is not set | ||
721 | # CONFIG_FRAME_POINTER is not set | ||
722 | # CONFIG_UNWIND_INFO is not set | ||
723 | # CONFIG_HEADERS_CHECK is not set | ||
724 | |||
725 | # | ||
726 | # Security options | ||
727 | # | ||
728 | # CONFIG_KEYS is not set | ||
729 | # CONFIG_SECURITY is not set | ||
730 | |||
731 | # | ||
732 | # Cryptographic options | ||
733 | # | ||
734 | # CONFIG_CRYPTO is not set | ||
735 | |||
736 | # | ||
737 | # Library routines | ||
738 | # | ||
739 | # CONFIG_CRC_CCITT is not set | ||
740 | # CONFIG_CRC16 is not set | ||
741 | CONFIG_CRC32=y | ||
742 | # CONFIG_LIBCRC32C is not set | ||