1
0
Fork 0

Docs: Kconfig: CORDIC description

This is just some copyediting.

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Michael Witten 2011-07-29 13:36:04 +00:00 committed by Jiri Kosina
parent c620846967
commit 435a95c5c8
1 changed files with 2 additions and 3 deletions

View File

@ -272,9 +272,8 @@ config AVERAGE
config CORDIC
tristate "CORDIC algorithm"
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.
This option provides an implementation of the CORDIC algorithm;
calculations are in fixed point. Module will be called cordic.
config LLIST
bool