Kconfig 206 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# SPDX-License-Identifier: GPL-2.0

comment "Crypto library routines"

config CRYPTO_LIB_AES
	tristate

config CRYPTO_LIB_ARC4
	tristate

config CRYPTO_LIB_DES
	tristate

config CRYPTO_LIB_SHA256
	tristate