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é <phi...@redhat.com> --- 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. +config TCG + bool + default y + config KVM bool -- 2.20.1