diff options
| author | Simon Glass <[email protected]> | 2017-05-17 03:25:25 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-22 12:38:15 -0400 |
| commit | 551c3934466503e6c8702df412e2a9ce574557e9 (patch) | |
| tree | 921eea1da5d7230786e19ae3e31b8d466af08d60 /drivers | |
| parent | 520f556d0d6fac7bc442095815c4ba68efb719ca (diff) | |
Convert CONFIG_CMD_HASH to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_HASH
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
[trini: Rework slightly, enable on some boards again]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/crypto/fsl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/fsl/Kconfig b/drivers/crypto/fsl/Kconfig index 3ccd196714a..181a1e5e99c 100644 --- a/drivers/crypto/fsl/Kconfig +++ b/drivers/crypto/fsl/Kconfig @@ -1,6 +1,7 @@ config FSL_CAAM bool "Freescale Crypto Driver Support" select SHA_HW_ACCEL + imply CMD_HASH help Enables the Freescale's Cryptographic Accelerator and Assurance Module (CAAM), also known as the SEC version 4 (SEC4). The driver uses |
