On Fri, Nov 10, 2023, at 12:44, Lukas Bulwahn wrote: > Commit e9e3300b6e77 ("vgacon: rework Kconfig dependencies") turns the > dependencies into a positive list of supported architectures, which > includes the IA64 architecture, but in the meantime, this architecture is > removed in commit cf8e8658100d ("arch: Remove Itanium (IA-64) > architecture"). > > Drop the reference to IA64 architecture in the dependency list of the > VGA_CONSOLE config definition. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> Thanks for the cleanup, Acked-by: Arnd Bergmann <arnd@xxxxxxxx> I was aware of this one, but decided to keep the vgacon cleanup in a state that would independently work on ia64. Arnd