mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 15:24:02 -04: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
|