]> git.proxmox.com Git - mirror_qemu.git/commit
arm/Kconfig: Make TCG dependence explicit
authorFabiano Rosas <farosas@suse.de>
Tue, 23 May 2023 18:05:25 +0000 (15:05 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 May 2023 14:50:17 +0000 (15:50 +0100)
commit441d701db75a6aa0c5e7c21836282e1555924a2d
treec2ab7eaae9a109258fea2f29bd6d09d4e66f583b
parentda324efb179cc86e6c8751a59dc215e510836b6d
arm/Kconfig: Make TCG dependence explicit

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 <pbonzini@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230523180525.29994-4-farosas@suse.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Kconfig