]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'trivial/for-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Nov 2011 02:41:40 +0000 (13:41 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Nov 2011 02:41:40 +0000 (13:41 +1100)
14 files changed:
1  2 
MAINTAINERS
arch/arm/Kconfig
arch/mips/Kconfig
arch/s390/Kconfig
crypto/Kconfig
drivers/gpio/Kconfig
drivers/mtd/nand/Kconfig
drivers/spi/Kconfig
drivers/tty/serial/Kconfig
drivers/usb/gadget/Kconfig
fs/namespace.c
include/linux/security.h
kernel/irq/manage.c
lib/Kconfig

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc crypto/Kconfig
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc fs/namespace.c
Simple merge
Simple merge
Simple merge
diff --cc lib/Kconfig
index c084cdc385ad712fce9d06e339aa3ad0a6c2b379,d971366b8de20cb94bdf7746b5d1f97729857965..f3edf1471573589d2ad8f700f6a3a20e87a861ce
@@@ -273,35 -270,9 +273,34 @@@ config AVERAG
          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.
  
 +config MPILIB
 +      tristate "Multiprecision maths library"
 +      help
 +        Multiprecision maths library from GnuPG.
 +        It is used to implement RSA digital signature verification,
 +        which is used by IMA/EVM digital signature extension.
 +
 +config MPILIB_EXTRA
 +      bool "Multiprecision maths library - additional sources"
 +      depends on MPILIB
 +      help
 +        Multiprecision maths library from GnuPG.
 +        It is used to implement RSA digital signature verification,
 +        which is used by IMA/EVM digital signature extension.
 +        This code in unnecessary for RSA digital signature verification,
 +        and can be compiled if needed.
 +
 +config DIGSIG
 +      tristate "In-kernel signature checker"
 +      depends on KEYS
 +      select MPILIB
 +      help
 +        Digital signature verification. Currently only RSA is supported.
 +        Implementation is done using GnuPG MPI library
 +
  endmenu