Browse Source

[SPARC]: Enable sun logo on sparc32

This enables the sun linux logo to be selected on sparc32.

Signed-off-by: Bob Breuer <breuerr@mc.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Bob Breuer 20 years ago
parent
commit
f1dee7ea25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/video/logo/Kconfig

+ 1 - 1
drivers/video/logo/Kconfig

@@ -45,7 +45,7 @@ config LOGO_SGI_CLUT224
 
 
 config LOGO_SUN_CLUT224
 config LOGO_SUN_CLUT224
 	bool "224-color Sun Linux logo"
 	bool "224-color Sun Linux logo"
-	depends on LOGO && (SPARC || SPARC64)
+	depends on LOGO && (SPARC32 || SPARC64)
 	default y
 	default y
 
 
 config LOGO_SUPERH_MONO
 config LOGO_SUPERH_MONO