On 02.09.2025 09:40, Michal Orzel wrote: > Commit e3ed540f2e9f was meant to make AMD_SVM dependent on AMD and > INTEL_VMX on INTEL. This dependency was reflected using 'if' next to a > prompt which is incorrect as it that deals only with the visibility of the > given Kconfig option. This makes it impossible to e.g. disable INTEL_VMX > when INTEL is disabled (option is hidden). Fix it while keeping the > possibility of e.g. enabling INTEL_VMX when INTEL is disabled. > > Fixes: e3ed540f2e9f ("x86/hvm: add HVM-specific Kconfig") > Signed-off-by: Michal Orzel <michal.or...@amd.com>
Acked-by: Jan Beulich <jbeul...@suse.com>