diff options
author | Manish Mandlik <mmandlik@google.com> | 2023-03-30 18:58:24 +0200 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2023-04-24 06:58:21 +0200 |
commit | ab4e4380d4e158486e595013a2635190e07e28ce (patch) | |
tree | 1e4f20f98684c6b647984744afae519d584db267 /drivers/bluetooth/Kconfig | |
parent | Bluetooth: Add support for hci devcoredump (diff) | |
download | linux-ab4e4380d4e158486e595013a2635190e07e28ce.tar.xz linux-ab4e4380d4e158486e595013a2635190e07e28ce.zip |
Bluetooth: Add vhci devcoredump support
Add devcoredump support for vhci that creates forcce_devcoredump debugfs
entry. This is used for mgmt-tester tests.
Signed-off-by: Manish Mandlik <mmandlik@google.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index f84322d375de..bc211c324206 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -363,6 +363,7 @@ config BT_HCIBLUECARD config BT_HCIVHCI tristate "HCI VHCI (Virtual HCI device) driver" + select WANT_DEV_COREDUMP help Bluetooth Virtual HCI device driver. This driver is required if you want to use HCI Emulation software. |