aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 32f3e5ae2be5..d971366b8de2 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -270,10 +270,9 @@ config AVERAGE
270 If unsure, say N. 270 If unsure, say N.
271 271
272config CORDIC 272config CORDIC
273 tristate "Cordic function" 273 tristate "CORDIC algorithm"
274 help 274 help
275 The option provides arithmetic function using cordic algorithm 275 This option provides an implementation of the CORDIC algorithm;
276 so its calculations are in fixed point. Modules can select this 276 calculations are in fixed point. Module will be called cordic.
277 when they require this function. Module will be called cordic.
278 277
279endmenu 278endmenu