From 198e79f0e8f0b24c1e36ab6032d348f40de20262 Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Fri, 22 Dec 2017 12:07:34 +0000 Subject: backports: bluetooth: Support 4.9 kernels Signed-off-by: Dominik Sliwa --- compat/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'compat/Kconfig') 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 -- cgit v1.2.3