diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-22 14:58:45 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-22 14:58:45 +0000 |
commit | bcb2f58992941c0a133bd0bbf3234ae929951124 (patch) | |
tree | dbb38b3bf013e5ebdedcec9636768787a0745292 /openwrt/target/linux/brcm-2.6 | |
parent | bd715b19aeea901588fcb2f375ccaadfe96ea560 (diff) |
Added hci_usb to kmod-bluetooth. Closes #316
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3263 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/brcm-2.6')
-rw-r--r-- | openwrt/target/linux/brcm-2.6/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/brcm-2.6/config b/openwrt/target/linux/brcm-2.6/config index 303d8fd4f..2cadc5789 100644 --- a/openwrt/target/linux/brcm-2.6/config +++ b/openwrt/target/linux/brcm-2.6/config @@ -562,7 +562,8 @@ CONFIG_BT_HIDP=m # # Bluetooth device drivers # -# CONFIG_BT_HCIUSB is not set +CONFIG_BT_HCIUSB=m +CONFIG_BT_HCIUSB_SCO=y CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIUART_BCSP=y |