diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 25c19678a30f..6c695ff9caba 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -79,6 +79,13 @@ config LIBCRC32C | |||
79 | require M here. See Castagnoli93. | 79 | require M here. See Castagnoli93. |
80 | Module will be libcrc32c. | 80 | Module will be libcrc32c. |
81 | 81 | ||
82 | config CRC8 | ||
83 | tristate "CRC8 function" | ||
84 | help | ||
85 | This option provides CRC8 function. Drivers may select this | ||
86 | when they need to do cyclic redundancy check according CRC8 | ||
87 | algorithm. Module will be called crc8. | ||
88 | |||
82 | config AUDIT_GENERIC | 89 | config AUDIT_GENERIC |
83 | bool | 90 | bool |
84 | depends on AUDIT && !AUDIT_ARCH | 91 | depends on AUDIT && !AUDIT_ARCH |
@@ -262,6 +269,13 @@ config AVERAGE | |||
262 | 269 | ||
263 | If unsure, say N. | 270 | If unsure, say N. |
264 | 271 | ||
272 | config CORDIC | ||
273 | tristate "Cordic function" | ||
274 | help | ||
275 | The option provides arithmetic function using cordic algorithm | ||
276 | so its calculations are in fixed point. Modules can select this | ||
277 | when they require this function. Module will be called cordic. | ||
278 | |||
265 | config LLIST | 279 | config LLIST |
266 | bool | 280 | bool |
267 | 281 | ||