diff mbox series

[PATCH-for-4.1?,1/7] hw/arm: Nokia N-series tablet requires Bluetooth

Message ID 20190712133928.21394-2-philmd@redhat.com
State New
Headers show
Series vl: Allow building with CONFIG_BLUETOOTH disabled | expand

Commit Message

Philippe Mathieu-Daudé July 12, 2019, 1:39 p.m. UTC
Missed in 4826ac6d192 because the Bluetooth devices are
currently always enabled.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 hw/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Huth July 15, 2019, 1:05 p.m. UTC | #1
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é <philmd@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
diff mbox series

Patch

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
 
 config OMAP
     bool