X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2FKconfig;h=2e7ae6b9215b2d390d30171c4e61e000f7079705;hb=ef7c79ed645f52bcbdd88f8d54a9702c4d3fd15d;hp=384249915047f0e28f8f82c10caa6b9795f4fb3b;hpb=cbe56159a3e60624b5f44cf48b640fa470436e34;p=mv-sheeva.git diff --git a/lib/Kconfig b/lib/Kconfig index 38424991504..2e7ae6b9215 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 @@ -111,4 +119,9 @@ config HAS_IOPORT depends on HAS_IOMEM && !NO_IOPORT default y +config HAS_DMA + boolean + depends on !NO_DMA + default y + endmenu