mirror of https://github.com/OpenIPC/firmware.git
15 lines
513 B
Diff
15 lines
513 B
Diff
diff -drupN a/drivers/crypto/sunxi-emce/Kconfig b/drivers/crypto/sunxi-emce/Kconfig
|
|
--- a/drivers/crypto/sunxi-emce/Kconfig 1970-01-01 03:00:00.000000000 +0300
|
|
+++ b/drivers/crypto/sunxi-emce/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -0,0 +1,10 @@
|
|
+#
|
|
+# sunxi emce driver configuration.
|
|
+#
|
|
+config SUNXI_EMCE
|
|
+ tristate "sunxi emce driver"
|
|
+ depends on ARCH_SUNXI && CRYPTO_SHA256
|
|
+ help
|
|
+ Sunxi emce driver support sunxi family SOCs.
|
|
+ Set y here to support the sunxi emce driver.
|
|
+ If unsure, set N.
|