Hi Hans, On Thu, Aug 09, 2018, Hans de Goede wrote: > From: Marcel Holtmann <marcel@xxxxxxxxxxxx> > > Like all the other UART protocols, introduce a configuration option for > Realtek based serial devices. > > Signed-off-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> > --- > Changes in v2 (Hans de Goede) > -Keep the depends on BT_HCIUART_SERDEV for BT_HCIUART_3WIRE even if we #ifdef > the btrtl bits we still need it for hci_uart_[un]register_device() > -Add #ifdef CONFIG_BT_HCIUART_RTL checks to hci_h5.c so that it does not > reference the rtlbt.c code when BT_HCIUART_RTL is not set, this fixes linker > errors when BT_HCIUART_RTL is not set, BT_HCIUART_3WIRE=y (builtin) and > BT_HCIBTUSB_RTL=m, which selects BT_RTL=m, which would end up having the > btrtl symbols in a module with builtin code referencing it > --- > drivers/bluetooth/Kconfig | 13 +++++++++++++ > drivers/bluetooth/hci_h5.c | 4 ++++ > 2 files changed, 17 insertions(+) Applied to bluetooth-next. Thanks. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html