On 23/5/23 20:05, Fabiano Rosas wrote:
Replace the 'default y if TCG' pattern with 'default y; depends on
TCG'.
That makes explict that there is a dependence on TCG and enabling
these CONFIGs via .mak files without TCG present will fail earlier.
Suggested-by: Paolo Bonzini <pbonz...@redhat.com>
Signed-off-by: Fabiano Rosas <faro...@suse.de>
---
hw/arm/Kconfig | 123 ++++++++++++++++++++++++++++++++-----------------
1 file changed, 82 insertions(+), 41 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>