Commit dd355456 authored by Andrey Panin's avatar Andrey Panin Committed by Linus Torvalds

[PATCH] allow penguin with SGI logo for visws

Visual Workstations 320/540 are SGI products, so IMHO they can use
penguin with SGI logo as mips does :))
parent 43d569df
......@@ -40,7 +40,7 @@ config LOGO_PARISC_CLUT224
config LOGO_SGI_CLUT224
bool "224-color SGI Linux logo"
depends on LOGO && (SGI_IP22 || SGI_IP27 || SGI_IP32)
depends on LOGO && (SGI_IP22 || SGI_IP27 || SGI_IP32 || X86_VISWS)
default y
config LOGO_SUN_CLUT224
......
......@@ -80,8 +80,10 @@ const struct linux_logo * __init fb_find_logo(int type)
logo = &logo_parisc_clut224;
#endif
#ifdef CONFIG_LOGO_SGI_CLUT224
/* SGI Linux logo on MIPS/MIPS64 */
/* SGI Linux logo on MIPS/MIPS64 ans VisWs 320/540 */
#ifndef CONFIG_X86_VISWS
if (mips_machgroup == MACH_GROUP_SGI)
#endif
logo = &logo_sgi_clut224;
#endif
#ifdef CONFIG_LOGO_SUN_CLUT224
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment