qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/5] Kconfig: Expose CONFIG_TCG to minikconf.


From: Thomas Huth
Subject: Re: [Qemu-devel] [PATCH v2 1/5] Kconfig: Expose CONFIG_TCG to minikconf.py
Date: Tue, 3 Sep 2019 13:57:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 03/09/2019 13.47, Philippe Mathieu-Daudé wrote:
> Expose the CONFIG_TCG selector to let minikconf.py uses it.
> 
> This is useful with the --disable-tcg build, to deselect
> devices that are TCG-dependent.
> 
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
>  Kconfig.host | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Kconfig.host b/Kconfig.host
> index bb6e116e2a..c7caa47dfb 100644
> --- a/Kconfig.host
> +++ b/Kconfig.host
> @@ -2,6 +2,10 @@
>  # down to Kconfig.  See also MINIKCONF_ARGS in the Makefile:
>  # these two need to be kept in sync.

Don't you also have to update ----^ MINIKCONF_ARGS in the Makefile?

> +config TCG
> +    bool
> +    default y
> +
>  config KVM
>      bool

 Thomas



reply via email to

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