Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72085
b: refs/heads/master
c: ddbaf13
h: refs/heads/master
i:
  72083: 72dabc5
v: v3
  • Loading branch information
Marcel Holtmann authored and David S. Miller committed Oct 22, 2007
1 parent d24d866 commit 4393ba0
Show file tree
Hide file tree
Showing 4 changed files with 420 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: ac019360fe311dd6aa11b358a02eb3a61675882e
refs/heads/master: ddbaf13e3609442b64abb931ac21527772d87980
11 changes: 11 additions & 0 deletions trunk/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 trunk/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 4393ba0

Please sign in to comment.