aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/Kconfig
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-12-29 23:48:36 -0500
committerJohan Hedberg <johan.hedberg@intel.com>2014-12-30 02:46:57 -0500
commit0b6415b65234ff723d32fd7dcdd917ba7ad5fe86 (patch)
tree3b2c11f721f4ae9e7a270fd138aafc51d01a5005 /net/bluetooth/Kconfig
parentee485290c6af942f0371def632c32e747d110b1e (diff)
Bluetooth: Add support for ECDH test cases
This patch adds the test cases for ECDH cryptographic functionality used by Bluetooth Low Energy Secure Connections feature. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/Kconfig')
-rw-r--r--net/bluetooth/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig
index 3296841531c9..8d3b607a72be 100644
--- a/net/bluetooth/Kconfig
+++ b/net/bluetooth/Kconfig
@@ -77,4 +77,11 @@ config BT_SELFTEST
77 subsystem is compiled into the kernel image, then the test cases 77 subsystem is compiled into the kernel image, then the test cases
78 are run late in the initcall hierarchy. 78 are run late in the initcall hierarchy.
79 79
80config BT_SELFTEST_ECDH
81 bool "ECDH test cases"
82 depends on BT_LE && BT_SELFTEST
83 help
84 Run test cases for ECDH cryptographic functionality used by the
85 Bluetooth Low Energy Secure Connections feature.
86
80source "drivers/bluetooth/Kconfig" 87source "drivers/bluetooth/Kconfig"