summaryrefslogtreecommitdiff
path: root/compat/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'compat/Kconfig')
-rw-r--r--compat/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/compat/Kconfig b/compat/Kconfig
index 6f972e2..9b41564 100644
--- a/compat/Kconfig
+++ b/compat/Kconfig
@@ -113,6 +113,12 @@ config BPAUTO_CRYPTO_SKCIPHER
#c-file crypto/skcipher.c
#module-name skcipher
+config BPAUTO_CRYPTO_KPP2
+ tristate
+ depends on m
+ depends on KERNEL_4_7
+ default y if BACKPORTED_BT
+
config BPAUTO_WANT_DEV_COREDUMP
bool
@@ -168,6 +174,12 @@ config BPAUTO_REFCOUNT
#h-file linux/refcount.h
#c-file lib/refcount.c
+config BPAUTO_IOV_ITER
+ bool
+ default y
+ depends on !KERNEL_4_6
+ #c-file lib/iov_iter.c
+
config BPAUTO_SYSTEM_DATA_VERIFICATION
bool