diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-03 15:46:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-07 20:44:04 +0100 |
commit | 9bb871a0bb4c239239944d28bd4d5cfa19d84f62 (patch) | |
tree | b1c2eee95a3b475748c89d0075f604bb159a3271 /target/waldux/config/Config.in.lib | |
parent | a4767b13763b91dfb0aa75d2985d63d7ed9cb64c (diff) |
add support for waldux
Diffstat (limited to 'target/waldux/config/Config.in.lib')
-rw-r--r-- | target/waldux/config/Config.in.lib | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/target/waldux/config/Config.in.lib b/target/waldux/config/Config.in.lib new file mode 100644 index 000000000..12865580c --- /dev/null +++ b/target/waldux/config/Config.in.lib @@ -0,0 +1,53 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +menu "Kernel Library Routines" + +config ADK_WALDUX_KERNEL_CRC_ITU_T + tristate "CRC ITU-T V.41 functions" + default n + help + This option is provided for the case where no in-kernel-tree + modules require CRC ITU-T V.41 functions, but a module built outside + the kernel tree does. Such modules that use library CRC ITU-T V.41 + functions require M here. + +config ADK_WALDUX_KERNEL_CRC16 + tristate "CRC16 library functions" + default n + help + +config ADK_WALDUX_KERNEL_CRC32 + bool "CRC32 library functions" + default n + help + +config ADK_WALDUX_KERNEL_LIBCRC32C + tristate "CRC32c Cyclic Redundancy-Check" + default n + help + This option is provided for the case where no in-kernel-tree + modules require CRC32c functions, but a module built outside the + kernel tree does. Such modules that use library CRC32c functions + require M here. See Castagnoli93. + +config ADK_WALDUX_KERNEL_CRC_CCITT + tristate "CRC-CCITT library functions" + default n + help + This module provides CRC-CCITT library functions for kernel + modules built outside the kernel. + +config ADK_WALDUX_KERNEL_ZLIB_DEFLATE + tristate + +config ADK_WALDUX_KERNEL_ZLIB_INFLATE + tristate + +config ADK_WALDUX_KERNEL_LZO_COMPRESS + tristate + +config ADK_WALDUX_KERNEL_LZO_DECOMPRESS + tristate + +endmenu |