diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /arch/arm/configs/edb7211_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/arm/configs/edb7211_defconfig')
-rw-r--r-- | arch/arm/configs/edb7211_defconfig | 575 |
1 files changed, 575 insertions, 0 deletions
diff --git a/arch/arm/configs/edb7211_defconfig b/arch/arm/configs/edb7211_defconfig new file mode 100644 index 000000000000..78b08ed4d5f4 --- /dev/null +++ b/arch/arm/configs/edb7211_defconfig | |||
@@ -0,0 +1,575 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.12-rc1-bk2 | ||
4 | # Sun Mar 27 21:48:12 2005 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_UID16=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | CONFIG_GENERIC_IOMAP=y | ||
12 | |||
13 | # | ||
14 | # Code maturity level options | ||
15 | # | ||
16 | CONFIG_EXPERIMENTAL=y | ||
17 | CONFIG_CLEAN_COMPILE=y | ||
18 | CONFIG_BROKEN_ON_SMP=y | ||
19 | |||
20 | # | ||
21 | # General setup | ||
22 | # | ||
23 | CONFIG_LOCALVERSION="" | ||
24 | CONFIG_SWAP=y | ||
25 | CONFIG_SYSVIPC=y | ||
26 | # CONFIG_POSIX_MQUEUE is not set | ||
27 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
28 | CONFIG_SYSCTL=y | ||
29 | # CONFIG_AUDIT is not set | ||
30 | # CONFIG_HOTPLUG is not set | ||
31 | CONFIG_KOBJECT_UEVENT=y | ||
32 | # CONFIG_IKCONFIG is not set | ||
33 | CONFIG_EMBEDDED=y | ||
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 is not set | ||
52 | |||
53 | # | ||
54 | # System Type | ||
55 | # | ||
56 | # CONFIG_ARCH_CLPS7500 is not set | ||
57 | CONFIG_ARCH_CLPS711X=y | ||
58 | # CONFIG_ARCH_CO285 is not set | ||
59 | # CONFIG_ARCH_EBSA110 is not set | ||
60 | # CONFIG_ARCH_CAMELOT is not set | ||
61 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
62 | # CONFIG_ARCH_INTEGRATOR is not set | ||
63 | # CONFIG_ARCH_IOP3XX is not set | ||
64 | # CONFIG_ARCH_IXP4XX is not set | ||
65 | # CONFIG_ARCH_IXP2000 is not set | ||
66 | # CONFIG_ARCH_L7200 is not set | ||
67 | # CONFIG_ARCH_PXA is not set | ||
68 | # CONFIG_ARCH_RPC is not set | ||
69 | # CONFIG_ARCH_SA1100 is not set | ||
70 | # CONFIG_ARCH_S3C2410 is not set | ||
71 | # CONFIG_ARCH_SHARK is not set | ||
72 | # CONFIG_ARCH_LH7A40X is not set | ||
73 | # CONFIG_ARCH_OMAP is not set | ||
74 | # CONFIG_ARCH_VERSATILE is not set | ||
75 | # CONFIG_ARCH_IMX is not set | ||
76 | # CONFIG_ARCH_H720X is not set | ||
77 | |||
78 | # | ||
79 | # CLPS711X/EP721X Implementations | ||
80 | # | ||
81 | # CONFIG_ARCH_AUTCPU12 is not set | ||
82 | # CONFIG_ARCH_CDB89712 is not set | ||
83 | # CONFIG_ARCH_CEIVA is not set | ||
84 | # CONFIG_ARCH_CLEP7312 is not set | ||
85 | CONFIG_ARCH_EDB7211=y | ||
86 | # CONFIG_ARCH_P720T is not set | ||
87 | # CONFIG_ARCH_FORTUNET is not set | ||
88 | CONFIG_ARCH_EP7211=y | ||
89 | # CONFIG_EP72XX_ROM_BOOT is not set | ||
90 | |||
91 | # | ||
92 | # Processor Type | ||
93 | # | ||
94 | CONFIG_CPU_32=y | ||
95 | CONFIG_CPU_ARM720T=y | ||
96 | CONFIG_CPU_32v4=y | ||
97 | CONFIG_CPU_ABRT_LV4T=y | ||
98 | CONFIG_CPU_CACHE_V4=y | ||
99 | CONFIG_CPU_CACHE_VIVT=y | ||
100 | CONFIG_CPU_COPY_V4WT=y | ||
101 | CONFIG_CPU_TLB_V4WT=y | ||
102 | |||
103 | # | ||
104 | # Processor Features | ||
105 | # | ||
106 | CONFIG_ARM_THUMB=y | ||
107 | |||
108 | # | ||
109 | # Bus support | ||
110 | # | ||
111 | CONFIG_ISA=y | ||
112 | |||
113 | # | ||
114 | # PCCARD (PCMCIA/CardBus) support | ||
115 | # | ||
116 | # CONFIG_PCCARD is not set | ||
117 | |||
118 | # | ||
119 | # Kernel Features | ||
120 | # | ||
121 | # CONFIG_PREEMPT is not set | ||
122 | CONFIG_DISCONTIGMEM=y | ||
123 | CONFIG_ALIGNMENT_TRAP=y | ||
124 | |||
125 | # | ||
126 | # Boot options | ||
127 | # | ||
128 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
129 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
130 | CONFIG_CMDLINE="" | ||
131 | # CONFIG_XIP_KERNEL is not set | ||
132 | |||
133 | # | ||
134 | # Floating point emulation | ||
135 | # | ||
136 | |||
137 | # | ||
138 | # At least one emulation must be selected | ||
139 | # | ||
140 | # CONFIG_FPE_NWFPE is not set | ||
141 | # CONFIG_FPE_FASTFPE is not set | ||
142 | |||
143 | # | ||
144 | # Userspace binary formats | ||
145 | # | ||
146 | CONFIG_BINFMT_ELF=y | ||
147 | # CONFIG_BINFMT_AOUT is not set | ||
148 | # CONFIG_BINFMT_MISC is not set | ||
149 | # CONFIG_ARTHUR is not set | ||
150 | |||
151 | # | ||
152 | # Power management options | ||
153 | # | ||
154 | # CONFIG_PM is not set | ||
155 | |||
156 | # | ||
157 | # Device Drivers | ||
158 | # | ||
159 | |||
160 | # | ||
161 | # Generic Driver Options | ||
162 | # | ||
163 | CONFIG_STANDALONE=y | ||
164 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
165 | # CONFIG_FW_LOADER is not set | ||
166 | |||
167 | # | ||
168 | # Memory Technology Devices (MTD) | ||
169 | # | ||
170 | # CONFIG_MTD is not set | ||
171 | |||
172 | # | ||
173 | # Parallel port support | ||
174 | # | ||
175 | # CONFIG_PARPORT is not set | ||
176 | |||
177 | # | ||
178 | # Plug and Play support | ||
179 | # | ||
180 | # CONFIG_PNP is not set | ||
181 | |||
182 | # | ||
183 | # Block devices | ||
184 | # | ||
185 | # CONFIG_BLK_DEV_FD is not set | ||
186 | # CONFIG_BLK_DEV_XD is not set | ||
187 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
188 | # CONFIG_BLK_DEV_LOOP is not set | ||
189 | # CONFIG_BLK_DEV_NBD is not set | ||
190 | CONFIG_BLK_DEV_RAM=y | ||
191 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
192 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
193 | CONFIG_BLK_DEV_INITRD=y | ||
194 | CONFIG_INITRAMFS_SOURCE="" | ||
195 | # CONFIG_CDROM_PKTCDVD is not set | ||
196 | |||
197 | # | ||
198 | # IO Schedulers | ||
199 | # | ||
200 | CONFIG_IOSCHED_NOOP=y | ||
201 | CONFIG_IOSCHED_AS=y | ||
202 | CONFIG_IOSCHED_DEADLINE=y | ||
203 | CONFIG_IOSCHED_CFQ=y | ||
204 | # CONFIG_ATA_OVER_ETH is not set | ||
205 | |||
206 | # | ||
207 | # SCSI device support | ||
208 | # | ||
209 | # CONFIG_SCSI is not set | ||
210 | |||
211 | # | ||
212 | # Multi-device support (RAID and LVM) | ||
213 | # | ||
214 | # CONFIG_MD is not set | ||
215 | |||
216 | # | ||
217 | # Fusion MPT device support | ||
218 | # | ||
219 | |||
220 | # | ||
221 | # IEEE 1394 (FireWire) support | ||
222 | # | ||
223 | |||
224 | # | ||
225 | # I2O device support | ||
226 | # | ||
227 | |||
228 | # | ||
229 | # Networking support | ||
230 | # | ||
231 | CONFIG_NET=y | ||
232 | |||
233 | # | ||
234 | # Networking options | ||
235 | # | ||
236 | CONFIG_PACKET=y | ||
237 | # CONFIG_PACKET_MMAP is not set | ||
238 | # CONFIG_NETLINK_DEV is not set | ||
239 | CONFIG_UNIX=y | ||
240 | # CONFIG_NET_KEY is not set | ||
241 | CONFIG_INET=y | ||
242 | # CONFIG_IP_MULTICAST is not set | ||
243 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
244 | # CONFIG_IP_PNP is not set | ||
245 | # CONFIG_NET_IPIP is not set | ||
246 | # CONFIG_NET_IPGRE is not set | ||
247 | # CONFIG_ARPD is not set | ||
248 | # CONFIG_SYN_COOKIES is not set | ||
249 | # CONFIG_INET_AH is not set | ||
250 | # CONFIG_INET_ESP is not set | ||
251 | # CONFIG_INET_IPCOMP is not set | ||
252 | # CONFIG_INET_TUNNEL is not set | ||
253 | # CONFIG_IP_TCPDIAG is not set | ||
254 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
255 | # CONFIG_IPV6 is not set | ||
256 | # CONFIG_NETFILTER is not set | ||
257 | |||
258 | # | ||
259 | # SCTP Configuration (EXPERIMENTAL) | ||
260 | # | ||
261 | # CONFIG_IP_SCTP is not set | ||
262 | # CONFIG_ATM is not set | ||
263 | # CONFIG_BRIDGE is not set | ||
264 | # CONFIG_VLAN_8021Q is not set | ||
265 | # CONFIG_DECNET is not set | ||
266 | # CONFIG_LLC2 is not set | ||
267 | # CONFIG_IPX is not set | ||
268 | # CONFIG_ATALK is not set | ||
269 | # CONFIG_X25 is not set | ||
270 | # CONFIG_LAPB is not set | ||
271 | # CONFIG_NET_DIVERT is not set | ||
272 | # CONFIG_ECONET is not set | ||
273 | # CONFIG_WAN_ROUTER is not set | ||
274 | |||
275 | # | ||
276 | # QoS and/or fair queueing | ||
277 | # | ||
278 | # CONFIG_NET_SCHED is not set | ||
279 | # CONFIG_NET_CLS_ROUTE is not set | ||
280 | |||
281 | # | ||
282 | # Network testing | ||
283 | # | ||
284 | # CONFIG_NET_PKTGEN is not set | ||
285 | # CONFIG_NETPOLL is not set | ||
286 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
287 | # CONFIG_HAMRADIO is not set | ||
288 | # CONFIG_IRDA is not set | ||
289 | # CONFIG_BT is not set | ||
290 | CONFIG_NETDEVICES=y | ||
291 | # CONFIG_DUMMY is not set | ||
292 | # CONFIG_BONDING is not set | ||
293 | # CONFIG_EQUALIZER is not set | ||
294 | # CONFIG_TUN is not set | ||
295 | |||
296 | # | ||
297 | # ARCnet devices | ||
298 | # | ||
299 | # CONFIG_ARCNET is not set | ||
300 | |||
301 | # | ||
302 | # Ethernet (10 or 100Mbit) | ||
303 | # | ||
304 | # CONFIG_NET_ETHERNET is not set | ||
305 | |||
306 | # | ||
307 | # Ethernet (1000 Mbit) | ||
308 | # | ||
309 | |||
310 | # | ||
311 | # Ethernet (10000 Mbit) | ||
312 | # | ||
313 | |||
314 | # | ||
315 | # Token Ring devices | ||
316 | # | ||
317 | # CONFIG_TR is not set | ||
318 | |||
319 | # | ||
320 | # Wireless LAN (non-hamradio) | ||
321 | # | ||
322 | # CONFIG_NET_RADIO is not set | ||
323 | |||
324 | # | ||
325 | # Wan interfaces | ||
326 | # | ||
327 | # CONFIG_WAN is not set | ||
328 | # CONFIG_PPP is not set | ||
329 | # CONFIG_SLIP is not set | ||
330 | # CONFIG_SHAPER is not set | ||
331 | # CONFIG_NETCONSOLE is not set | ||
332 | |||
333 | # | ||
334 | # ISDN subsystem | ||
335 | # | ||
336 | # CONFIG_ISDN is not set | ||
337 | |||
338 | # | ||
339 | # Input device support | ||
340 | # | ||
341 | # CONFIG_INPUT is not set | ||
342 | |||
343 | # | ||
344 | # Hardware I/O ports | ||
345 | # | ||
346 | CONFIG_SERIO=y | ||
347 | CONFIG_SERIO_SERPORT=y | ||
348 | CONFIG_SERIO_LIBPS2=y | ||
349 | # CONFIG_SERIO_RAW is not set | ||
350 | # CONFIG_GAMEPORT is not set | ||
351 | CONFIG_SOUND_GAMEPORT=y | ||
352 | |||
353 | # | ||
354 | # Character devices | ||
355 | # | ||
356 | # CONFIG_VT is not set | ||
357 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
358 | |||
359 | # | ||
360 | # Serial drivers | ||
361 | # | ||
362 | # CONFIG_SERIAL_8250 is not set | ||
363 | |||
364 | # | ||
365 | # Non-8250 serial port support | ||
366 | # | ||
367 | CONFIG_SERIAL_CLPS711X=y | ||
368 | CONFIG_SERIAL_CLPS711X_CONSOLE=y | ||
369 | CONFIG_SERIAL_CORE=y | ||
370 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
371 | CONFIG_UNIX98_PTYS=y | ||
372 | CONFIG_LEGACY_PTYS=y | ||
373 | CONFIG_LEGACY_PTY_COUNT=256 | ||
374 | |||
375 | # | ||
376 | # IPMI | ||
377 | # | ||
378 | # CONFIG_IPMI_HANDLER is not set | ||
379 | |||
380 | # | ||
381 | # Watchdog Cards | ||
382 | # | ||
383 | # CONFIG_WATCHDOG is not set | ||
384 | # CONFIG_NVRAM is not set | ||
385 | # CONFIG_RTC is not set | ||
386 | # CONFIG_DTLK is not set | ||
387 | # CONFIG_R3964 is not set | ||
388 | |||
389 | # | ||
390 | # Ftape, the floppy tape device driver | ||
391 | # | ||
392 | # CONFIG_DRM is not set | ||
393 | # CONFIG_RAW_DRIVER is not set | ||
394 | |||
395 | # | ||
396 | # TPM devices | ||
397 | # | ||
398 | # CONFIG_TCG_TPM is not set | ||
399 | |||
400 | # | ||
401 | # I2C support | ||
402 | # | ||
403 | # CONFIG_I2C is not set | ||
404 | |||
405 | # | ||
406 | # Misc devices | ||
407 | # | ||
408 | |||
409 | # | ||
410 | # Multimedia devices | ||
411 | # | ||
412 | # CONFIG_VIDEO_DEV is not set | ||
413 | |||
414 | # | ||
415 | # Digital Video Broadcasting Devices | ||
416 | # | ||
417 | # CONFIG_DVB is not set | ||
418 | |||
419 | # | ||
420 | # Graphics support | ||
421 | # | ||
422 | # CONFIG_FB is not set | ||
423 | |||
424 | # | ||
425 | # Sound | ||
426 | # | ||
427 | # CONFIG_SOUND is not set | ||
428 | |||
429 | # | ||
430 | # USB support | ||
431 | # | ||
432 | CONFIG_USB_ARCH_HAS_HCD=y | ||
433 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
434 | # CONFIG_USB is not set | ||
435 | |||
436 | # | ||
437 | # USB Gadget Support | ||
438 | # | ||
439 | # CONFIG_USB_GADGET is not set | ||
440 | |||
441 | # | ||
442 | # MMC/SD Card support | ||
443 | # | ||
444 | # CONFIG_MMC is not set | ||
445 | |||
446 | # | ||
447 | # File systems | ||
448 | # | ||
449 | CONFIG_EXT2_FS=y | ||
450 | # CONFIG_EXT2_FS_XATTR is not set | ||
451 | # CONFIG_EXT3_FS is not set | ||
452 | # CONFIG_JBD is not set | ||
453 | # CONFIG_REISERFS_FS is not set | ||
454 | # CONFIG_JFS_FS is not set | ||
455 | |||
456 | # | ||
457 | # XFS support | ||
458 | # | ||
459 | # CONFIG_XFS_FS is not set | ||
460 | CONFIG_MINIX_FS=y | ||
461 | # CONFIG_ROMFS_FS is not set | ||
462 | # CONFIG_QUOTA is not set | ||
463 | CONFIG_DNOTIFY=y | ||
464 | # CONFIG_AUTOFS_FS is not set | ||
465 | # CONFIG_AUTOFS4_FS is not set | ||
466 | |||
467 | # | ||
468 | # CD-ROM/DVD Filesystems | ||
469 | # | ||
470 | # CONFIG_ISO9660_FS is not set | ||
471 | # CONFIG_UDF_FS is not set | ||
472 | |||
473 | # | ||
474 | # DOS/FAT/NT Filesystems | ||
475 | # | ||
476 | # CONFIG_MSDOS_FS is not set | ||
477 | # CONFIG_VFAT_FS is not set | ||
478 | # CONFIG_NTFS_FS is not set | ||
479 | |||
480 | # | ||
481 | # Pseudo filesystems | ||
482 | # | ||
483 | CONFIG_PROC_FS=y | ||
484 | CONFIG_SYSFS=y | ||
485 | # CONFIG_DEVFS_FS is not set | ||
486 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
487 | # CONFIG_TMPFS is not set | ||
488 | # CONFIG_HUGETLB_PAGE is not set | ||
489 | CONFIG_RAMFS=y | ||
490 | |||
491 | # | ||
492 | # Miscellaneous filesystems | ||
493 | # | ||
494 | # CONFIG_ADFS_FS is not set | ||
495 | # CONFIG_AFFS_FS is not set | ||
496 | # CONFIG_HFS_FS is not set | ||
497 | # CONFIG_HFSPLUS_FS is not set | ||
498 | # CONFIG_BEFS_FS is not set | ||
499 | # CONFIG_BFS_FS is not set | ||
500 | # CONFIG_EFS_FS is not set | ||
501 | # CONFIG_CRAMFS is not set | ||
502 | # CONFIG_VXFS_FS is not set | ||
503 | # CONFIG_HPFS_FS is not set | ||
504 | # CONFIG_QNX4FS_FS is not set | ||
505 | # CONFIG_SYSV_FS is not set | ||
506 | # CONFIG_UFS_FS is not set | ||
507 | |||
508 | # | ||
509 | # Network File Systems | ||
510 | # | ||
511 | # CONFIG_NFS_FS is not set | ||
512 | # CONFIG_NFSD is not set | ||
513 | # CONFIG_SMB_FS is not set | ||
514 | # CONFIG_CIFS is not set | ||
515 | # CONFIG_NCP_FS is not set | ||
516 | # CONFIG_CODA_FS is not set | ||
517 | # CONFIG_AFS_FS is not set | ||
518 | |||
519 | # | ||
520 | # Partition Types | ||
521 | # | ||
522 | CONFIG_PARTITION_ADVANCED=y | ||
523 | # CONFIG_ACORN_PARTITION is not set | ||
524 | # CONFIG_OSF_PARTITION is not set | ||
525 | # CONFIG_AMIGA_PARTITION is not set | ||
526 | # CONFIG_ATARI_PARTITION is not set | ||
527 | # CONFIG_MAC_PARTITION is not set | ||
528 | # CONFIG_MSDOS_PARTITION is not set | ||
529 | # CONFIG_LDM_PARTITION is not set | ||
530 | # CONFIG_SGI_PARTITION is not set | ||
531 | # CONFIG_ULTRIX_PARTITION is not set | ||
532 | # CONFIG_SUN_PARTITION is not set | ||
533 | # CONFIG_EFI_PARTITION is not set | ||
534 | |||
535 | # | ||
536 | # Native Language Support | ||
537 | # | ||
538 | # CONFIG_NLS is not set | ||
539 | |||
540 | # | ||
541 | # Profiling support | ||
542 | # | ||
543 | # CONFIG_PROFILING is not set | ||
544 | |||
545 | # | ||
546 | # Kernel hacking | ||
547 | # | ||
548 | # CONFIG_PRINTK_TIME is not set | ||
549 | # CONFIG_DEBUG_KERNEL is not set | ||
550 | CONFIG_LOG_BUF_SHIFT=14 | ||
551 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
552 | CONFIG_FRAME_POINTER=y | ||
553 | CONFIG_DEBUG_USER=y | ||
554 | |||
555 | # | ||
556 | # Security options | ||
557 | # | ||
558 | # CONFIG_KEYS is not set | ||
559 | # CONFIG_SECURITY is not set | ||
560 | |||
561 | # | ||
562 | # Cryptographic options | ||
563 | # | ||
564 | # CONFIG_CRYPTO is not set | ||
565 | |||
566 | # | ||
567 | # Hardware crypto devices | ||
568 | # | ||
569 | |||
570 | # | ||
571 | # Library routines | ||
572 | # | ||
573 | # CONFIG_CRC_CCITT is not set | ||
574 | CONFIG_CRC32=y | ||
575 | # CONFIG_LIBCRC32C is not set | ||