vgacon: drop IA64 reference in VGA_CONSOLE dependency list
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 10 Nov 2023 11:44:00 +0000 (12:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2023 19:04:20 +0000 (19:04 +0000)
commit110684d58bdb715032bc7fc92ebdb554ae7deeb6
treefa2a46590f57a8507d5fc965d6e8032775b30a07
parent736dfbde3a842422b3e1fe0f881ef2c82b04f269
vgacon: drop IA64 reference in VGA_CONSOLE dependency list

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>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://lore.kernel.org/r/20231110114400.30882-1-lukas.bulwahn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/console/Kconfig