Return-Path: Date: Wed, 8 Aug 2018 12:47:11 +0300 From: Johan Hedberg To: Hans de Goede Cc: Marcel Holtmann , Martin Blumenstingl , Jeremy Cline , linux-bluetooth@vger.kernel.org, linux-serial@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH] Bluetooth: hci_h5: Add Kconfig dependencies on SERDEV and GPIOLIB Message-ID: <20180808094711.GA23325@x1c.lan> References: <20180808084825.12120-1-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180808084825.12120-1-hdegoede@redhat.com> List-ID: Hi Hans, On Wed, Aug 08, 2018, Hans de Goede wrote: > diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig > index f3c643a0473c..8969d3d5d86c 100644 > --- a/drivers/bluetooth/Kconfig > +++ b/drivers/bluetooth/Kconfig > @@ -159,6 +159,8 @@ config BT_HCIUART_LL > config BT_HCIUART_3WIRE > bool "Three-wire UART (H5) protocol support" > depends on BT_HCIUART > + depends on BT_HCIUART_SERDEV > + depends on GPIOLIB > help > The HCI Three-wire UART Transport Layer makes it possible to > user the Bluetooth HCI over a serial port interface. The HCI The missing BT_HCIUART_SERDEV is already fixed in bluetooth-next. Please send an updated patch for the GPIOLIB however. Johan