This patch adds a basic skeleton for SMP self-tests. The tests are put
behind a new configuration option since running them will slow down the
boot process. For now there are no actual tests defined but those will
come in a subsequent patch.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
help
IPv6 compression over Bluetooth Low Energy.
+config BT_SELFTEST
+ bool "Run self-tests on boot"
+ depends on BT && DEBUG_KERNEL
+ help
+ Run self-tests during boot. Currently limited to SMP.
+
source "net/bluetooth/rfcomm/Kconfig"
source "net/bluetooth/bnep/Kconfig"