summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Kconfig
diff options
context:
space:
mode:
authorTedd Ho-Jeong An <tedd.an@intel.com>2024-05-07 21:26:57 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-05-14 10:54:56 -0400
commitc2b636b3f788d10486a6691ad6dd3ec4c93bd78e (patch)
tree43086e243cdc12e83ec7739eaed871d5fa2bea50 /drivers/bluetooth/Kconfig
parent67d4dbac3b8c48ada784ae923f7cd68dfac509ec (diff)
downloadlinux-c2b636b3f788d10486a6691ad6dd3ec4c93bd78e.tar.gz
linux-c2b636b3f788d10486a6691ad6dd3ec4c93bd78e.tar.bz2
linux-c2b636b3f788d10486a6691ad6dd3ec4c93bd78e.zip
Bluetooth: btintel_pcie: Add support for PCIe transport
Add initial code to support Intel bluetooth devices based on PCIe transport. Allocate memory for TX & RX buffers, internal structures, initialize interrupts for TX & RX and PCIe device. Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com> Suggested-by: Bjorn Helgaas <helgaas@kernel.org> Suggested-by: Paul Menzel <pmenzel@molgen.mpg.de> Signed-off-by: Kiran K <kiran.k@intel.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r--drivers/bluetooth/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
index bc211c324206..0b5f218ac505 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -478,5 +478,16 @@ config BT_NXPUART
Say Y here to compile support for NXP Bluetooth UART device into
the kernel, or say M here to compile as a module (btnxpuart).
+config BT_INTEL_PCIE
+ tristate "Intel HCI PCIe driver"
+ depends on PCI
+ select BT_INTEL
+ select FW_LOADER
+ help
+ Intel Bluetooth transport driver for PCIe.
+ This driver is required if you want to use Intel Bluetooth device
+ with PCIe interface.
+ Say Y here to compiler support for Intel Bluetooth PCIe device into
+ the kernel or say M to compile it as module (btintel_pcie)
endmenu