X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2FKconfig;h=baa977e003b76bb77491995de4e715f6ccf18300;hb=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;hp=5e7165e6a346c9bec878b78c8c8c3d175fc98dfd;hpb=d9fb678414c048e185eaddadd18d75f5e8832ff3;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/lib/Kconfig b/lib/Kconfig index 5e7165e..baa977e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -45,7 +45,6 @@ config BITREVERSE config HAVE_ARCH_BITREVERSE bool default n - depends on BITREVERSE help This option enables the use of hardware bit-reversal instructions on architectures which support such operations. @@ -122,6 +121,11 @@ config INDIRECT_IOMEM_FALLBACK mmio accesses when the IO memory address is not a registered emulated region. +source "lib/crypto/Kconfig" + +config LIB_MEMNEQ + bool + config CRC_CCITT tristate "CRC-CCITT functions" help