Kconfig (41966710ab574f1fcedf3e10e1ceef911c096d1d) | Kconfig (d9c46b184fcfd33c85a7dc48a653435a08e21f56) |
---|---|
1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 262 unchanged lines hidden (view full) --- 271 272config 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 | 1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 262 unchanged lines hidden (view full) --- 271 272config 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 |
279config MPILIB 280 tristate "Multiprecision maths library" 281 help 282 Multiprecision maths library from GnuPG. 283 It is used to implement RSA digital signature verification, 284 which is used by IMA/EVM digital signature extension. 285 |
|
279endmenu | 286endmenu |