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>2017-12-22 16:46:44 +0100
commit198e79f0e8f0b24c1e36ab6032d348f40de20262 (patch)
treed8dd6411978560fd0b6832761b085ac431253389 /compat/Kconfig
parentc8beff5117bd4614be26bf28e97b885e8af42a67 (diff)
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 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