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 | 6152dc565bad57d1d7dc3ea07ff3ba5a3218572c (patch) | |
tree | 549b1f6918a201105dd8b134d181598c1a318301 /target/linux/aruba-2.6/config | |
parent | 98289a1db2c30804fac65f0c69248fcada7f3aea (diff) |
Added hci_usb to kmod-bluetooth. Closes #316
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3263 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/aruba-2.6/config')
-rw-r--r-- | target/linux/aruba-2.6/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/aruba-2.6/config b/target/linux/aruba-2.6/config index afda3fad8..f560d7e4b 100644 --- a/target/linux/aruba-2.6/config +++ b/target/linux/aruba-2.6/config @@ -469,7 +469,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 |