Re: [PATCH] vgacon: drop IA64 reference in VGA_CONSOLE dependency list
From: "Arnd Bergmann" <arnd@arndb.de>
Date: 2023-11-10 18:04:03
Also in:
dri-devel, kernel-janitors, lkml
From: "Arnd Bergmann" <arnd@arndb.de>
Date: 2023-11-10 18:04:03
Also in:
dri-devel, kernel-janitors, lkml
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@gmail.com>
Thanks for the cleanup,
Acked-by: Arnd Bergmann <arnd@arndb.de>
I was aware of this one, but decided to keep the vgacon cleanup
in a state that would independently work on ia64.
Arnd