885695f425
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>
12 lines
268 B
Plaintext
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.
|