X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=lib%2FKconfig;h=3eb29d5dc4f56d3ba66553a8cd053185610b2c0d;hb=64c70b1cf43de158282bc1675918d503e5b15cc1;hp=384249915047f0e28f8f82c10caa6b9795f4fb3b;hpb=ef29498655b18d2bfd69048e20835d19333981ab;p=powerpc.git diff --git a/lib/Kconfig b/lib/Kconfig index 3842499150..3eb29d5dc4 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -23,6 +23,14 @@ config CRC16 the kernel tree does. Such modules that use library CRC16 functions require M here. +config CRC_ITU_T + tristate "CRC ITU-T V.41 functions" + 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 CRC32 tristate "CRC32 functions" default y @@ -56,6 +64,12 @@ config ZLIB_INFLATE config ZLIB_DEFLATE tristate +config LZO_COMPRESS + tristate + +config LZO_DECOMPRESS + tristate + # # Generic allocator support is selected if needed # @@ -111,4 +125,9 @@ config HAS_IOPORT depends on HAS_IOMEM && !NO_IOPORT default y +config HAS_DMA + boolean + depends on !NO_DMA + default y + endmenu