86aa9fc245
This patch moves the config options for the s390 crypto instructions to the standard "Hardware crypto devices" menu. In addition some cleanup has been done: use a flag for supported keylengths, add a warning about machien limitation, return ENOTSUPP in case the hardware has no support, remove superfluous printks and update email addresses. Signed-off-by: Jan Glauber <jan.glauber@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
9 lines
225 B
Makefile
9 lines
225 B
Makefile
#
|
|
# Cryptographic API
|
|
#
|
|
|
|
obj-$(CONFIG_CRYPTO_SHA1_S390) += sha1_s390.o
|
|
obj-$(CONFIG_CRYPTO_SHA256_S390) += sha256_s390.o
|
|
obj-$(CONFIG_CRYPTO_DES_S390) += des_s390.o des_check_key.o
|
|
obj-$(CONFIG_CRYPTO_AES_S390) += aes_s390.o
|