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 | 066228e64ece7c7d1eea6435bf02446e411f536f (patch) | |
tree | 92757ecd8de27c9c68725c437a68f7f32b92aa41 /openwrt/target/linux/x86-2.6 | |
parent | 6df6a771d4deebf2040945297be6cbc2994b5765 (diff) | |
download | mtk-20170518-066228e64ece7c7d1eea6435bf02446e411f536f.zip mtk-20170518-066228e64ece7c7d1eea6435bf02446e411f536f.tar.gz mtk-20170518-066228e64ece7c7d1eea6435bf02446e411f536f.tar.bz2 |
Added hci_usb to kmod-bluetooth. Closes #316
SVN-Revision: 3263
Diffstat (limited to 'openwrt/target/linux/x86-2.6')
-rw-r--r-- | openwrt/target/linux/x86-2.6/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/x86-2.6/config b/openwrt/target/linux/x86-2.6/config index 5347e6b..339972b 100644 --- a/openwrt/target/linux/x86-2.6/config +++ b/openwrt/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 |