qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] hw/rtc/mc146818: Add missing dependency on ISA Bus


From: Paolo Bonzini
Subject: Re: [PATCH] hw/rtc/mc146818: Add missing dependency on ISA Bus
Date: Tue, 7 Jan 2020 12:23:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

On 24/12/19 12:16, Philippe Mathieu-Daudé wrote:
> The MC146818 sits on an ISA bus. Since it can not be used
> without it, select ISA in the Kconfig.
> 
> Fixes: 82f5181777e
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
>  hw/rtc/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hw/rtc/Kconfig b/hw/rtc/Kconfig
> index 45daa8d655..3dc2dd6888 100644
> --- a/hw/rtc/Kconfig
> +++ b/hw/rtc/Kconfig
> @@ -17,6 +17,7 @@ config TWL92230
>      depends on I2C
>  
>  config MC146818RTC
> +    depends on ISA_BUS
>      bool
>  
>  config SUN4V_RTC
> 

Queued, thanks.

Paolo




reply via email to

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