blob: 26143005159523c46fb559ee9df2cf58bedee91f (
plain)
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
|