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

2020-06-08 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > 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. > > Reviewed-by: Richard Henderson > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Benné

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

2020-06-05 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. Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- Makefile | 1 + accel/Kconfig | 3 +++ 2 files changed, 4 ins