zephyr/drivers/crypto/Kconfig.npcx
Jun Lin 885695f425 drivers: crypto: SHA: npcx: add support for SHA hardware accelerator
NPCX9 series chips include a SHA hardware accelerator, which supports
SHA256/SHA384/SHA512 hashing and a library (APIs) in the on-chip ROM.
This commit adds the driver support by wrapping the on-chip ROM APIs.

Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
2022-12-21 10:10:10 +01:00

12 lines
268 B
Plaintext

# NPCX SHA driver configuration options
# Copyright (c) 2022 Nuvoton Technology Corporation.
# SPDX-License-Identifier: Apache-2.0
config CRYPTO_NPCX_SHA
bool "NPCX SHA driver"
default y
depends on DT_HAS_NUVOTON_NPCX_SHA_ENABLED
help
Enable NPCX SHA driver.