From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Thu, 04 Jan 2024 10:08:02 +0000
Subject: [PATCH] disable FB

---
 kernel/drivers/crypto/hisilicon/Makefile |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/kernel/drivers/crypto/hisilicon/Makefile b/kernel/drivers/crypto/hisilicon/Makefile
index 463f46a..7f5f74c 100644
--- a/kernel/drivers/crypto/hisilicon/Makefile
+++ b/kernel/drivers/crypto/hisilicon/Makefile
@@ -1,2 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
 obj-$(CONFIG_CRYPTO_DEV_HISI_SEC) += sec/
+obj-$(CONFIG_CRYPTO_DEV_HISI_SEC2) += sec2/
+obj-$(CONFIG_CRYPTO_DEV_HISI_QM) += hisi_qm.o
+hisi_qm-objs = qm.o sgl.o
+obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) += zip/

--
Gitblit v1.6.2