diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2020-04-03 21:44:00 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2020-04-05 14:53:02 +0300 |
commit | 3d2336042ae3555d4b77995402291c5795882d20 (patch) | |
tree | 5c05cf7d220d4b82fd88dffd45857cebb3082692 /net/bluetooth | |
parent | baac6276c0a9f36f1fe1f00590ef00d2ba5ba626 (diff) | |
download | linux-3d2336042ae3555d4b77995402291c5795882d20.tar.gz linux-3d2336042ae3555d4b77995402291c5795882d20.tar.bz2 linux-3d2336042ae3555d4b77995402291c5795882d20.zip |
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: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 165148c7c4ce..77703216a2e3 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -93,6 +93,14 @@ config BT_LEDS This option selects a few LED triggers for different 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 bool "Bluetooth self testing support" depends on BT && DEBUG_KERNEL @@ -120,12 +128,4 @@ config BT_SELFTEST_SMP Run test cases for SMP cryptographic functionality, including both 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" |