Message ID | 20240930093054.215809-7-pavitrakumarm@vayavyalabs.com |
---|---|
State | New |
Headers | show |
Series | Add SPAcc Crypto Driver | expand |
On 30/09/2024 11:30, Pavitrakumar M wrote: > Add SPAcc compilation to crypto subsystem > > Co-developed-by: Bhoomika Kadabi <bhoomikak@vayavyalabs.com> > Signed-off-by: Bhoomika Kadabi <bhoomikak@vayavyalabs.com> > Co-developed-by: Shweta Raikar <shwetar@vayavyalabs.com> > Signed-off-by: Shweta Raikar <shwetar@vayavyalabs.com> > Signed-off-by: Pavitrakumar Managutte <pavitrakumarm@vayavyalabs.com> > Signed-off-by: Manjunath Hadli <manjunath.hadli@vayavyalabs.com> Four people contributed to simple Makefile change? How is this even possible? This patch should not be split. Please use subject prefixes matching the subsystem. You can get them for example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory your patch is touching. For bindings, the preferred subjects are explained here: https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters Best regards, Krzysztof
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 94f23c6fc93b..009cbd0e1993 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -696,6 +696,7 @@ config CRYPTO_DEV_BCM_SPU ahash, and aead algorithms with the kernel cryptographic API. source "drivers/crypto/stm32/Kconfig" +source "drivers/crypto/dwc-spacc/Kconfig" config CRYPTO_DEV_SAFEXCEL tristate "Inside Secure's SafeXcel cryptographic engine driver" diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile index ad4ccef67d12..a937e8f5849b 100644 --- a/drivers/crypto/Makefile +++ b/drivers/crypto/Makefile @@ -48,6 +48,7 @@ obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) += bcm/ obj-$(CONFIG_CRYPTO_DEV_SAFEXCEL) += inside-secure/ obj-$(CONFIG_CRYPTO_DEV_ARTPEC6) += axis/ obj-y += xilinx/ +obj-y += dwc-spacc/ obj-y += hisilicon/ obj-$(CONFIG_CRYPTO_DEV_AMLOGIC_GXL) += amlogic/ obj-y += intel/