[openwrt/openwrt] kernel: crypto: format "crypto-hw-ccp" dependencies
LEDE Commits
lede-commits at lists.infradead.org
Tue Apr 13 16:22:09 BST 2021
rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/107111adbba16328f9853a4d89db4a103b20118c
commit 107111adbba16328f9853a4d89db4a103b20118c
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Tue Apr 13 17:18:27 2021 +0200
kernel: crypto: format "crypto-hw-ccp" dependencies
Use multiples lines for better readability and sort lines.
Suggested-by: Stijn Tintel <stijn at linux-ipv6.be>
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
package/kernel/linux/modules/crypto.mk | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index cbaa8d3ce5..c1b84c3181 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -319,7 +319,14 @@ $(eval $(call KernelPackage,crypto-hmac))
define KernelPackage/crypto-hw-ccp
TITLE:=AMD Cryptographic Coprocessor
- DEPENDS:=+kmod-crypto-authenc +kmod-crypto-hash +kmod-crypto-manager +kmod-random-core +kmod-crypto-sha1 +kmod-crypto-sha256 +kmod-crypto-rsa
+ DEPENDS:= \
+ +kmod-crypto-authenc \
+ +kmod-crypto-hash \
+ +kmod-crypto-manager \
+ +kmod-crypto-rsa \
+ +kmod-crypto-sha1 \
+ +kmod-crypto-sha256 \
+ +kmod-random-core
KCONFIG:= \
CONFIG_CRYPTO_HW=y \
CONFIG_CRYPTO_DEV_CCP=y \
More information about the lede-commits
mailing list