Re: [PATCH] bluetooth: remove wrong dependency for BT_ATH3K

2013-07-30 Thread Luis R. Rodriguez
On Tue, Jul 30, 2013 at 09:58:38AM +0200, Hector Palacios wrote: > This brings an interesting question: shouldn't the firmware download > part be isolated from the USB driver? After all, I want to > communicate with a UART bluetooth chip. There are a few BT firmware upload modules (last I checked

Re: [PATCH] bluetooth: remove wrong dependency for BT_ATH3K

2013-07-30 Thread Hector Palacios
Hi Marcel, On 07/29/2013 06:43 PM, Marcel Holtmann wrote: Hi Hector, The Atheros firmware download driver is not dependent on HCI USB driver. This driver is needed to complement any Atheros driver like BT_HCIUART_ATH3K. Signed-off-by: Hector Palacios CC: Suraj Sumangala CC: Vikram Kandukuri

Re: [PATCH] bluetooth: remove wrong dependency for BT_ATH3K

2013-07-29 Thread Marcel Holtmann
Hi Hector, > The Atheros firmware download driver is not dependent on HCI > USB driver. This driver is needed to complement any Atheros > driver like BT_HCIUART_ATH3K. > > Signed-off-by: Hector Palacios > CC: Suraj Sumangala > CC: Vikram Kandukuri > --- > drivers/bluetooth/Kconfig | 1 - > 1 fi