Commit 3d233604 authored by Marcel Holtmann's avatar Marcel Holtmann Committed by Johan Hedberg

Bluetooth: Move debugfs configuration above the selftests

This is just a cosmetic clean to move the selftests configuration option
to the bottom of the list of options.
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent baac6276
...@@ -93,6 +93,14 @@ config BT_LEDS ...@@ -93,6 +93,14 @@ config BT_LEDS
This option selects a few LED triggers for different This option selects a few LED triggers for different
Bluetooth events. Bluetooth events.
config BT_DEBUGFS
bool "Export Bluetooth internals in debugfs"
depends on BT && DEBUG_FS
default y
help
Provide extensive information about internal Bluetooth states
in debugfs.
config BT_SELFTEST config BT_SELFTEST
bool "Bluetooth self testing support" bool "Bluetooth self testing support"
depends on BT && DEBUG_KERNEL depends on BT && DEBUG_KERNEL
...@@ -120,12 +128,4 @@ config BT_SELFTEST_SMP ...@@ -120,12 +128,4 @@ config BT_SELFTEST_SMP
Run test cases for SMP cryptographic functionality, including both Run test cases for SMP cryptographic functionality, including both
legacy SMP as well as the Secure Connections features. legacy SMP as well as the Secure Connections features.
config BT_DEBUGFS
bool "Export Bluetooth internals in debugfs"
depends on BT && DEBUG_FS
default y
help
Provide extensive information about internal Bluetooth states
in debugfs.
source "drivers/bluetooth/Kconfig" source "drivers/bluetooth/Kconfig"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment