]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
newport_con: depend on LOGO_LINUX_CLUT224 instead of LOGO_SGI_CLUT224
authorVincent Mailhol <mailhol@kernel.org>
Thu, 8 Jan 2026 19:04:52 +0000 (20:04 +0100)
committerHelge Deller <deller@gmx.de>
Sat, 14 Feb 2026 10:09:46 +0000 (11:09 +0100)
commit555cdf5242fd75c7d5fd01a93d72342d50483003
treef7b0ce490e27779ecb6c427c626107400052c1eb
parentdfa6ce636cb8faeaef02b09c973400a410004edf
newport_con: depend on LOGO_LINUX_CLUT224 instead of LOGO_SGI_CLUT224

newport_show_logo() is only activated if CONFIG_LOGO_SGI_CLUT224 is
set (otherwise it is a NOP). This configuration item will be removed
in an upcoming change so instead, make it depend on LOGO_LINUX_CLUT224.

Signed-off-by: Vincent Mailhol <mailhol@kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/console/newport_con.c