Skip to content

Commit

Permalink
[Bluetooth] Add generic driver for Bluetooth SDIO devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marcel Holtmann authored and David S. Miller committed Oct 22, 2007
1 parent ac01936 commit ddbaf13
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 0 deletions.
11 changes: 11 additions & 0 deletions drivers/bluetooth/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions drivers/bluetooth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ obj-$(CONFIG_BT_HCIBT3C) += bt3c_cs.o
obj-$(CONFIG_BT_HCIBLUECARD) += bluecard_cs.o
obj-$(CONFIG_BT_HCIBTUART) += btuart_cs.o

obj-$(CONFIG_BT_HCIBTSDIO) += btsdio.o

hci_uart-y := hci_ldisc.o
hci_uart-$(CONFIG_BT_HCIUART_H4) += hci_h4.o
hci_uart-$(CONFIG_BT_HCIUART_BCSP) += hci_bcsp.o
Expand Down
Loading

0 comments on commit ddbaf13

Please sign in to comment.