diff options
| author | John W. Linville <linville@tuxdriver.com> | 2011-06-08 13:44:21 -0400 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2011-06-08 13:44:21 -0400 |
| commit | c0c33addcba2ce753b4e2746db99feaae2f82a85 (patch) | |
| tree | dab480183ac0e64bfe9250e1f294705d1a424c78 /lib/Kconfig | |
| parent | ffbc03bc75b39c7bd412e7cc6d2185c11b0ffedd (diff) | |
| parent | 931749bf78b969c54de9bbc67cf29b13a40bb73b (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
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 830181cc7a8..32f3e5ae2be 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,4 +269,11 @@ 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 | endmenu | 279 | endmenu |
