1# NPCX SHA driver configuration options
2
3# Copyright (c) 2022 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config CRYPTO_NPCX_SHA
7 bool "NPCX SHA driver"
8 default y
9 depends on DT_HAS_NUVOTON_NPCX_SHA_ENABLED
10 help
11 Enable NPCX SHA driver.
12