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.
|