crypto: caam - add option for enabling DEBUG mode
authorAlex Porosanu <alexandru.porosanu@freescale.com>
Wed, 14 Aug 2013 15:56:46 +0000 (18:56 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 21 Aug 2013 11:08:37 +0000 (21:08 +1000)
This patch adds an option to the Kconfig file for
SEC which enables the user to see the debug messages
that are printed inside the SEC driver.

Signed-off-by: Alex Porosanu <alexandru.porosanu@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/Kconfig
drivers/crypto/caam/Makefile

index b44091c..ca89f6b 100644 (file)
@@ -98,3 +98,11 @@ config CRYPTO_DEV_FSL_CAAM_RNG_API
 
          To compile this as a module, choose M here: the module
          will be called caamrng.
+
+config CRYPTO_DEV_FSL_CAAM_DEBUG
+       bool "Enable debug output in CAAM driver"
+       depends on CRYPTO_DEV_FSL_CAAM
+       default n
+       help
+         Selecting this will enable printing of various debug
+         information in the CAAM driver.
index b1eb448..d56bd0e 100644 (file)
@@ -1,6 +1,9 @@
 #
 # Makefile for the CAAM backend and dependent components
 #
+ifeq ($(CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG), y)
+       EXTRA_CFLAGS := -DDEBUG
+endif
 
 obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM) += caam.o
 obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API) += caamalg.o