summaryrefslogtreecommitdiff
path: root/compat/Kconfig
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2017-12-22 12:07:34 +0000
committerDominik Sliwa <dominik.sliwa@toradex.com>2018-09-18 17:15:11 +0200
commit69ff0b5709d0d06545fcb2d08c7645b56d3687dd (patch)
tree71f1569cc019e16c1b1be22c1e8d382766daebb3 /compat/Kconfig
parentd6a47bfb72f495a72637fbe635220f6af0f4cb6f (diff)
backports: bluetooth: Support 4.9 kernels
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
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 f28b24c..1660136 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
@@ -175,6 +181,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