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)
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

index 83c2d7329ca58831f0153417a332383b0c6cf081..bc31db6ef7d262a7bdf1bd9c72934b7c5fcb29bf 100644 (file)
@@ -7,7 +7,7 @@ menu "Console display driver support"
 
 config VGA_CONSOLE
        bool "VGA text console" if EXPERT || !X86
-       depends on ALPHA || IA64 || X86 || \
+       depends on ALPHA || X86 || \
                (ARM && ARCH_FOOTBRIDGE) || \
                (MIPS && (MIPS_MALTA || SIBYTE_BCM112X || SIBYTE_SB1250 || SIBYTE_BCM1x80 || SNI_RM))
        select APERTURE_HELPERS if (DRM || FB || VFIO_PCI_CORE)