Kconfig (d89ce936b4d6905c2bdf7fa06778d89ae2ee2151) | Kconfig (435a95c5c8b279668cea32014e5c30821581792d) |
---|---|
1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 258 unchanged lines hidden (view full) --- 267 the kernel tree does. Such modules that use library averaging 268 functions require Y here. 269 270 If unsure, say N. 271 272config CORDIC 273 tristate "CORDIC algorithm" 274 help | 1# 2# Library configuration 3# 4 5config BINARY_PRINTF 6 def_bool n 7 8menu "Library routines" --- 258 unchanged lines hidden (view full) --- 267 the kernel tree does. Such modules that use library averaging 268 functions require Y here. 269 270 If unsure, say N. 271 272config CORDIC 273 tristate "CORDIC algorithm" 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. | 275 This option provides an implementation of the CORDIC algorithm; 276 calculations are in fixed point. Module will be called cordic. |
278 279config LLIST 280 bool 281 282endmenu | 277 278config LLIST 279 bool 280 281endmenu |