Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 428fc0fa authored by Prashanth Bhatta's avatar Prashanth Bhatta
Browse files

net: cnss: Select CRYPTO config



CNSS driver uses CRYPTO APIs but when CNSS config is selected,
build fails if CRYPTO configs are not enabled in defconfig.
Selecting required CRYPTO configs so that dependencies are taken
care of.

Change-Id: I9671252db63b9226599fc04567a066caaef83be1
Signed-off-by: default avatarPrashanth Bhatta <bhattap@codeaurora.org>
parent 4ae4d503
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -304,6 +304,9 @@ config CNSS
	depends on PCI
	depends on PCI_MSI
	depends on MSM_PCIE
	select CRYPTO
	select CRYPTO_HASH
	select CRYPTO_BLKCIPHER
	---help---
	  This module adds support for the CNSS connectivity subsystem used
	  for wifi devices based on the QCA AR6320 chipset running over PCIe.