summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Kconfig
diff options
context:
space:
mode:
authorMarcel Holtmann2007-10-20 14:02:04 +0200
committerDavid S. Miller2007-10-22 11:59:45 +0200
commitddbaf13e3609442b64abb931ac21527772d87980 (patch)
treeba9b1bb2c6b90eb3a33093604000310730b5431e /drivers/bluetooth/Kconfig
parent[Bluetooth] Eliminate checks for impossible conditions in IRQ handler (diff)
downloadkernel-qcow2-linux-ddbaf13e3609442b64abb931ac21527772d87980.tar.gz
kernel-qcow2-linux-ddbaf13e3609442b64abb931ac21527772d87980.tar.xz
kernel-qcow2-linux-ddbaf13e3609442b64abb931ac21527772d87980.zip
[Bluetooth] Add generic driver for Bluetooth SDIO devices
This patch adds a generic driver for Bluetooth SDIO devices. It supports Type-A and Type-B devices. Signed-off-by: David Vrabel <david.vrabel@csr.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
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
Say Y here to compile support for SCO over HCI USB.
+config BT_HCIBTSDIO
+ tristate "HCI SDIO driver"
+ depends on MMC
+ help
+ Bluetooth HCI SDIO driver.
+ This driver is required if you want to use Bluetooth device with
+ SDIO interface.
+
+ Say Y here to compile support for Bluetooth SDIO devices into the
+ kernel or say M to compile it as module (btsdio).
+
config BT_HCIUART
tristate "HCI UART driver"
help