On Fri, 21 Feb 2025 12:41:40 -0600 Tom Lendacky <thomas.lendacky@xxxxxxx> wrote: > I think what you really want is: > > depends on CPU_SUP_AMD && 64BIT > > And then delete the select X86_BROADCAST_TLB_FLUSH below. > > Otherwise, won't it be y even if CPU_SUP_AMD isn't y? I think you're right. Good catch. I currently have this in my tree: ---8<---