qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v2 28/37] isa: express dependencies with kco


From: Thomas Huth
Subject: Re: [Qemu-devel] [RFC PATCH v2 28/37] isa: express dependencies with kconfig
Date: Thu, 17 Jan 2019 11:25:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 2019-01-15 15:10, Yang Zhong wrote:
> From: Paolo Bonzini <address@hidden>
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> Signed-off-by: Yang Zhong <address@hidden>
> ---
>  default-configs/i386-softmmu.mak | 10 ----------
>  hw/audio/Kconfig                 |  2 ++
>  hw/block/Kconfig                 |  2 ++
>  hw/char/Kconfig                  |  6 ++++++
>  hw/display/Kconfig               |  6 ++++++
>  hw/i386/Kconfig                  |  1 +
>  hw/ide/Kconfig                   |  1 +
>  hw/input/Kconfig                 |  2 ++
>  hw/isa/Kconfig                   |  5 +++++
>  hw/misc/Kconfig                  |  4 ++++
>  hw/net/Kconfig                   |  3 +++
>  hw/watchdog/Kconfig              |  2 ++
>  12 files changed, 34 insertions(+), 10 deletions(-)
[...]
> diff --git a/hw/display/Kconfig b/hw/display/Kconfig
> index 5e73277cc2..a53ca4601a 100644
> --- a/hw/display/Kconfig
> +++ b/hw/display/Kconfig
> @@ -9,6 +9,9 @@ config ADS7846
>  
>  config VGA_CIRRUS
>      bool
> +    default y
> +    depends on PCI
> +    select VGA

This hunk should likely rather be part of the pci.mak patch?

Apart from that, the patch here looks fine to me.

 Thomas



reply via email to

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