mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-28 21:46:43 -04:00
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
This commit is contained in:
14
lib/Kconfig
14
lib/Kconfig
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user