Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 435a95c5 authored by Michael Witten's avatar Michael Witten Committed by Jiri Kosina
Browse files

Docs: Kconfig: CORDIC description



This is just some copyediting.

Signed-off-by: default avatarMichael Witten <mfwitten@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent c6208469
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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