linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* drivers/bluetooth/Kconfig BT_HCIUART_RTL depends on ACPI
@ 2019-02-04 20:36 David Summers
  2019-02-18 10:48 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: David Summers @ 2019-02-04 20:36 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: open list:BLUETOOTH DRIVERS

Hi Marcel,

On Arch Linux Arm, have a couple of people helping with the Tinker Board 
Patches - think we are close to something that may get passed.

Now testing it far more, and a snag, drivers/bluetooth/Kconfig contains:

config BT_HCIUART_RTL
     bool "Realtek protocol support"
     depends on BT_HCIUART
     depends on BT_HCIUART_SERDEV
     depends on GPIOLIB
     depends on ACPI
     select BT_HCIUART_3WIRE
     select BT_RTL

But why does it depend on ACPI? I haven't found a way of setting that in 
4.20, used to be in Power Management IIRC - but can't find now.

find . -name Kconfig -type f -exec grep "select ACPI" '{}' \;

Doesn't find anything to select ACPI ...

Any ideas?

David.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-18 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-04 20:36 drivers/bluetooth/Kconfig BT_HCIUART_RTL depends on ACPI David Summers
2019-02-18 10:48 ` Marcel Holtmann
2019-02-18 20:05   ` David Summers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).