diff options
author | Bob Breuer <breuerr@mc.net> | 2005-04-24 23:42:45 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-04-24 23:42:45 -0400 |
commit | f1dee7ea250bfef433fc46fd69a52b73349b24de (patch) | |
tree | bd585255c8420dec94ecaa6555560985e94390bd /drivers/video | |
parent | 77a6a22f697bbc59cd434ff999dc34162e240f16 (diff) |
[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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/logo/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/logo/Kconfig b/drivers/video/logo/Kconfig index 849b47b210ec..6ba10e3aceff 100644 --- a/drivers/video/logo/Kconfig +++ b/drivers/video/logo/Kconfig | |||
@@ -45,7 +45,7 @@ config LOGO_SGI_CLUT224 | |||
45 | 45 | ||
46 | config LOGO_SUN_CLUT224 | 46 | config LOGO_SUN_CLUT224 |
47 | bool "224-color Sun Linux logo" | 47 | bool "224-color Sun Linux logo" |
48 | depends on LOGO && (SPARC || SPARC64) | 48 | depends on LOGO && (SPARC32 || SPARC64) |
49 | default y | 49 | default y |
50 | 50 | ||
51 | config LOGO_SUPERH_MONO | 51 | config LOGO_SUPERH_MONO |