diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-22 14:58:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-22 14:58:45 +0000 |
commit | 9c6f4e54fbb93e2ca036d4f93b64d59698d2e28b (patch) | |
tree | 549b1f6918a201105dd8b134d181598c1a318301 /target/linux/x86-2.6/config | |
parent | b397d5dc3fda4933812b888a4141ec0f36f302da (diff) | |
download | upstream-9c6f4e54fbb93e2ca036d4f93b64d59698d2e28b.tar.gz upstream-9c6f4e54fbb93e2ca036d4f93b64d59698d2e28b.tar.bz2 upstream-9c6f4e54fbb93e2ca036d4f93b64d59698d2e28b.zip |
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/x86-2.6/config')
-rw-r--r-- | target/linux/x86-2.6/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index 5347e6b7d4..339972b670 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -592,7 +592,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 |