Kconfig (513a24ffb3f96a1eedc1f346616814f55ecb11da) | Kconfig (e625e50ceee18bc1e3fb1a6375e089405a797a4d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Bluetooth subsystem configuration 4# 5 6menuconfig BT 7 tristate "Bluetooth subsystem support" 8 depends on NET && !S390 --- 121 unchanged lines hidden (view full) --- 130 131config BT_SELFTEST_SMP 132 bool "SMP test cases" 133 depends on BT_LE && BT_SELFTEST 134 help 135 Run test cases for SMP cryptographic functionality, including both 136 legacy SMP as well as the Secure Connections features. 137 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Bluetooth subsystem configuration 4# 5 6menuconfig BT 7 tristate "Bluetooth subsystem support" 8 depends on NET && !S390 --- 121 unchanged lines hidden (view full) --- 130 131config BT_SELFTEST_SMP 132 bool "SMP test cases" 133 depends on BT_LE && BT_SELFTEST 134 help 135 Run test cases for SMP cryptographic functionality, including both 136 legacy SMP as well as the Secure Connections features. 137 |
138config BT_FEATURE_DEBUG 139 bool "Enable runtime option for debugging statements" 140 depends on BT && !DYNAMIC_DEBUG 141 help 142 This provides an option to enable/disable debugging statements 143 at runtime via the experimental features interface. 144 |
|
138source "drivers/bluetooth/Kconfig" | 145source "drivers/bluetooth/Kconfig" |