URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [lib/] [Kconfig] - Rev 82
Go to most recent revision | Compare with Previous | Blame | View Log
## Library configuration#menu "Library routines"config BITREVERSEtristateconfig CRC_CCITTtristate "CRC-CCITT functions"helpThis option is provided for the case where no in-kernel-treemodules require CRC-CCITT functions, but a module built outsidethe kernel tree does. Such modules that use library CRC-CCITTfunctions require M here.config CRC16tristate "CRC16 functions"helpThis option is provided for the case where no in-kernel-treemodules require CRC16 functions, but a module built outsidethe kernel tree does. Such modules that use library CRC16functions require M here.config CRC_ITU_Ttristate "CRC ITU-T V.41 functions"helpThis option is provided for the case where no in-kernel-treemodules require CRC ITU-T V.41 functions, but a module built outsidethe kernel tree does. Such modules that use library CRC ITU-T V.41functions require M here.config CRC32tristate "CRC32 functions"default yselect BITREVERSEhelpThis option is provided for the case where no in-kernel-treemodules require CRC32 functions, but a module built outside thekernel tree does. Such modules that use library CRC32 functionsrequire M here.config CRC7tristate "CRC7 functions"helpThis option is provided for the case where no in-kernel-treemodules require CRC7 functions, but a module built outsidethe kernel tree does. Such modules that use library CRC7functions require M here.config LIBCRC32Ctristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"helpThis option is provided for the case where no in-kernel-treemodules require CRC32c functions, but a module built outside thekernel tree does. Such modules that use library CRC32c functionsrequire M here. See Castagnoli93.Module will be libcrc32c.config AUDIT_GENERICbooldepends on AUDIT && !AUDIT_ARCHdefault y## compression support is select'ed if needed#config ZLIB_INFLATEtristateconfig ZLIB_DEFLATEtristateconfig LZO_COMPRESStristateconfig LZO_DECOMPRESStristate## Generic allocator support is selected if needed#config GENERIC_ALLOCATORboolean## reed solomon support is select'ed if needed#config REED_SOLOMONtristateconfig REED_SOLOMON_ENC8booleanconfig REED_SOLOMON_DEC8booleanconfig REED_SOLOMON_ENC16booleanconfig REED_SOLOMON_DEC16boolean## Textsearch support is select'ed if needed#config TEXTSEARCHbooleanconfig TEXTSEARCH_KMPtristateconfig TEXTSEARCH_BMtristateconfig TEXTSEARCH_FSMtristate## plist support is select#ed if needed#config PLISTbooleanconfig HAS_IOMEMbooleandepends on !NO_IOMEMdefault yconfig HAS_IOPORTbooleandepends on HAS_IOMEM && !NO_IOPORTdefault yconfig HAS_DMAbooleandepends on !NO_DMAdefault yconfig CHECK_SIGNATUREboolendmenu
Go to most recent revision | Compare with Previous | Blame | View Log
