]> git.karo-electronics.de Git - linux-beck.git/blobdiff - lib/Kconfig
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
[linux-beck.git] / lib / Kconfig
index 9c10e38fc609b86605549eba4ce02b1b1cb09de1..32f3e5ae2be543c59ae3e50682ca504010eb87a3 100644 (file)
@@ -19,16 +19,6 @@ config RATIONAL
 config GENERIC_FIND_FIRST_BIT
        bool
 
-config GENERIC_FIND_NEXT_BIT
-       bool
-
-config GENERIC_FIND_BIT_LE
-       bool
-
-config GENERIC_FIND_LAST_BIT
-       bool
-       default y
-
 config CRC_CCITT
        tristate "CRC-CCITT functions"
        help
@@ -89,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
@@ -272,4 +269,11 @@ 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.
+
 endmenu