Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72086
b: refs/heads/master
c: 5e23b92
h: refs/heads/master
v: v3
  • Loading branch information
Marcel Holtmann authored and David S. Miller committed Oct 22, 2007
1 parent 4393ba0 commit d71d9ae
Show file tree
Hide file tree
Showing 4 changed files with 579 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ddbaf13e3609442b64abb931ac21527772d87980
refs/heads/master: 5e23b923da03de7e41f00f5664ae22c4f7dcd2a3
13 changes: 13 additions & 0 deletions trunk/drivers/bluetooth/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ config BT_HCIUSB_SCO

Say Y here to compile support for SCO over HCI USB.

config BT_HCIBTUSB
tristate "HCI USB driver (alternate version)"
depends on USB && EXPERIMENTAL && BT_HCIUSB=n
help
Bluetooth HCI USB driver.
This driver is required if you want to use Bluetooth devices with
USB interface.

This driver is still experimental and has no SCO support.

Say Y here to compile support for Bluetooth USB devices into the
kernel or say M to compile it as module (btusb).

config BT_HCIBTSDIO
tristate "HCI SDIO driver"
depends on MMC
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/bluetooth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ obj-$(CONFIG_BT_HCIBT3C) += bt3c_cs.o
obj-$(CONFIG_BT_HCIBLUECARD) += bluecard_cs.o
obj-$(CONFIG_BT_HCIBTUART) += btuart_cs.o

obj-$(CONFIG_BT_HCIBTUSB) += btusb.o
obj-$(CONFIG_BT_HCIBTSDIO) += btsdio.o

hci_uart-y := hci_ldisc.o
Expand Down
Loading

0 comments on commit d71d9ae

Please sign in to comment.