On 12/07/2019 15.39, Philippe Mathieu-Daudé wrote: > Missed in 4826ac6d192 because the Bluetooth devices are > currently always enabled. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > hw/arm/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig > index ab65ecd216..11195251f3 100644 > --- a/hw/arm/Kconfig > +++ b/hw/arm/Kconfig > @@ -106,6 +106,7 @@ config NSERIES > select LM832X # GPIO keyboard chip > select TWL92230 # energy-management > select TUSB6010 > + select BLUETOOTH
Looking at hw/bt/Makefile.objs the BLUETOOTH switch seems to be completely unused? Thomas