summaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500/Kconfig
blob: 4ac419757d005d913ea918f7bdad1d2ef33c58d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

config CRYPTO_DEV_UX500_HASH
	tristate "UX500 crypto driver for HASH block"
	depends on ARCH_U8500
	select CRYPTO_ALGAPI
	select CRYPTO_HASH
	select CRYPTO_HMAC
        help
          This selects the UX500 hash driver for the HASH hardware.
          Depends on U8500/STM DMA if running in DMA mode.

config CRYPTO_DEV_UX500_DEBUG_INFO
	tristate "Enable UX500 crypto drivers debug info"
	help
	  This is to enable the debug info for UX500 crypto drivers.