From 0e2f1ad0c355a7ddd5411a9268b20ff698571216 Mon Sep 17 00:00:00 2001 From: Dilandau Date: Sun, 14 Sep 2014 12:39:48 +0200 Subject: [PATCH] defconfigs: enable firmware loading for AR30xx This module is mandatory for load firmware for AR3011 on USB. without this module : # hcitool dev # lsusb Bus 001 Device 005: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth (no firmware) [...] with this module : # hcitool dev Devices: hci0 5C:F3:70:xx:xx:xx # lsusb Bus 001 Device 005: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth [...] --- arch/arm/configs/odroidu_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/odroidu_defconfig b/arch/arm/configs/odroidu_defconfig index 6b058dfe3c8cd5..d4dca536be9a00 100644 --- a/arch/arm/configs/odroidu_defconfig +++ b/arch/arm/configs/odroidu_defconfig @@ -1100,7 +1100,7 @@ CONFIG_BT_HCIUART_3WIRE=y # CONFIG_BT_HCIBFUSB is not set # CONFIG_BT_HCIVHCI is not set # CONFIG_BT_MRVL is not set -# CONFIG_BT_ATH3K is not set +CONFIG_BT_ATH3K=m CONFIG_AF_RXRPC=m # CONFIG_AF_RXRPC_DEBUG is not set CONFIG_RXKAD=m