qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH-for-4.1? 1/7] hw/arm: Nokia N-series tablet requires Bluetooth
Date: Fri, 12 Jul 2019 15:39:22 +0200

Missed in 4826ac6d192 because the Bluetooth devices are
currently always enabled.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 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
 
 config OMAP
     bool
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]