Add crypto driver for Realtek rts5912 Signed-off-by: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7
|
|
#
|
|
|
|
config CRYPTO_RTS5912_SHA
|
|
bool "Realtek embedded controller (EC) SHA2 driver"
|
|
depends on DT_HAS_REALTEK_RTS5912_SHA_ENABLED
|
|
default y
|
|
help
|
|
Enable SHA driver.
|