aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Kconfig
diff options
context:
space:
mode:
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 62b89b95ace2..77bded441cf1 100644
--- a/drivers/bluetooth/Kconfig
+++ b/drivers/bluetooth/Kconfig
@@ -22,6 +22,17 @@ config BT_HCIUSB_SCO
22 22
23 Say Y here to compile support for SCO over HCI USB. 23 Say Y here to compile support for SCO over HCI USB.
24 24
25config BT_HCIBTSDIO
26 tristate "HCI SDIO driver"
27 depends on MMC
28 help
29 Bluetooth HCI SDIO driver.
30 This driver is required if you want to use Bluetooth device with
31 SDIO interface.
32
33 Say Y here to compile support for Bluetooth SDIO devices into the
34 kernel or say M to compile it as module (btsdio).
35
25config BT_HCIUART 36config BT_HCIUART
26 tristate "HCI UART driver" 37 tristate "HCI UART driver"
27 help 38 help