Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lukas Bulwahn and committed by
Greg Kroah-Hartman
110684d5 736dfbde

+1 -1
+1 -1
drivers/video/console/Kconfig
··· 7 7 8 8 config VGA_CONSOLE 9 9 bool "VGA text console" if EXPERT || !X86 10 - depends on ALPHA || IA64 || X86 || \ 10 + depends on ALPHA || X86 || \ 11 11 (ARM && ARCH_FOOTBRIDGE) || \ 12 12 (MIPS && (MIPS_MALTA || SIBYTE_BCM112X || SIBYTE_SB1250 || SIBYTE_BCM1x80 || SNI_RM)) 13 13 select APERTURE_HELPERS if (DRM || FB || VFIO_PCI_CORE)