Re: [PATCH 07/11] accel/Kconfig: Add the TCG selector

2020-03-16 Thread Richard Henderson
On 3/16/20 5:00 AM, Philippe Mathieu-Daudé wrote: > Expose the CONFIG_TCG selector to let minikconf.py uses it. > > When building with --disable-tcg build, this helps to deselect > devices that are TCG-dependent. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Makefile | 1 + >

[PATCH 07/11] accel/Kconfig: Add the TCG selector

2020-03-16 Thread Philippe Mathieu-Daudé
Expose the CONFIG_TCG selector to let minikconf.py uses it. When building with --disable-tcg build, this helps to deselect devices that are TCG-dependent. Signed-off-by: Philippe Mathieu-Daudé --- Makefile | 1 + accel/Kconfig | 3 +++ 2 files changed, 4 insertions(+) diff --git