Merge the enabling by default of ARM_PATCH_PHYS_VIRT
[firefly-linux-kernel-4.4.55.git] / lib / Kconfig
index 25c19678a30fa91089f6fe0a38cfe8b2186ce92e..6c695ff9caba7579aaf9f4814abff70ba7c21084 100644 (file)
@@ -79,6 +79,13 @@ config LIBCRC32C
          require M here.  See Castagnoli93.
          Module will be libcrc32c.
 
+config CRC8
+       tristate "CRC8 function"
+       help
+         This option provides CRC8 function. Drivers may select this
+         when they need to do cyclic redundancy check according CRC8
+         algorithm. Module will be called crc8.
+
 config AUDIT_GENERIC
        bool
        depends on AUDIT && !AUDIT_ARCH
@@ -262,6 +269,13 @@ config AVERAGE
 
          If unsure, say N.
 
+config CORDIC
+       tristate "Cordic function"
+       help
+         The option provides arithmetic function using cordic algorithm
+         so its calculations are in fixed point. Modules can select this
+         when they require this function. Module will be called cordic.
+
 config LLIST
        bool