]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/Kconfig
Merge branch 'drm-intel-next-fixes' into drm-intel-fixes
[karo-tx-linux.git] / lib / Kconfig
index 63b5782732ed5344f2c2826d298fac7dbd76c127..f34be6417d712b2cf524de7e0897d1496520f8a6 100644 (file)
@@ -273,10 +273,9 @@ config AVERAGE
          If unsure, say N.
 
 config CORDIC
-       tristate "Cordic function"
+       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.
 
 endmenu