mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:32:55 +00:00

The zip device adds data aggregation feature, data with the same key can be combined. This patch enables the device data aggregation feature. New feature is called "hashagg" name and registered to the uacce subsystem to allow applications to submit data aggregation operations in user space. Signed-off-by: Weili Qian <qianweili@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
3 lines
99 B
Makefile
3 lines
99 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) += hisi_zip.o
|
|
hisi_zip-objs = zip_main.o zip_crypto.o dae_main.o
|