qemu-devel
[Top][All Lists]
Advanced

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

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


From: Thomas Huth
Subject: Re: [Qemu-devel] [PATCH-for-4.1? 1/7] hw/arm: Nokia N-series tablet requires Bluetooth
Date: Mon, 15 Jul 2019 15:05:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2

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é <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

Looking at hw/bt/Makefile.objs the BLUETOOTH switch seems to be
completely unused?

 Thomas



reply via email to

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