Hi Fred, > In case of kernel configured to build Bluetooth BCM UART driver, do not > support BCM2E39 in rfkill-gpio. > > Signed-off-by: Frederic Danis <frederic.danis@xxxxxxxxxxxxxxx> > --- > net/rfkill/rfkill-gpio.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c > index d5d58d9..16d7a3a 100644 > --- a/net/rfkill/rfkill-gpio.c > +++ b/net/rfkill/rfkill-gpio.c > @@ -164,7 +164,9 @@ static int rfkill_gpio_remove(struct platform_device *pdev) > #ifdef CONFIG_ACPI > static const struct acpi_device_id rfkill_acpi_match[] = { > { "BCM2E1A", RFKILL_TYPE_BLUETOOTH }, > +#ifndef CONFIG_BT_HCIUART_BCM > { "BCM2E39", RFKILL_TYPE_BLUETOOTH }, > +#endif since we are supporting the Broadcom device properly now, lets just remove that entry here. No need to make it optional. Regards Marcel -- 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