qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 22/25] hw/arm: Express dependencies of nrf51 Kco


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH 22/25] hw/arm: Express dependencies of nrf51 Kconfig
Date: Mon, 11 Feb 2019 18:37:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Hi Thomas,

On 2/9/19 7:39 AM, Thomas Huth wrote:
> Add Kconfig dependencies for the NRF51 / microbit machine.
> 
> Signed-off-by: Thomas Huth <address@hidden>
> ---
>  hw/arm/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
> index c4b3cd2..aad2dd3 100644
> --- a/hw/arm/Kconfig
> +++ b/hw/arm/Kconfig
> @@ -379,6 +379,8 @@ config FSL_IMX6UL
>  
>  config NRF51_SOC
>      bool
> +    select I2C
> +    select ARM_V7M

Don't we need a microbit config too?

config MICROBIT
    bool
    select NRF51_SOC

>  
>  config MSF2
>      bool
> 



reply via email to

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