diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2007-07-17 07:05:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:13 -0400 |
commit | bce9451310eb66fbbd77bf22e8160079700691f8 (patch) | |
tree | d054902d208c904784d1e5d29957acd6627e153d /drivers/video/logo | |
parent | cca9a6cc580b504a2575d505ab072ebf0872e016 (diff) |
Cell: Draw SPE helper penguin logos
Let spu_management_ops.enumerate_spus() return the number of found SPEs
and use that information to draw some little helper penguin logos.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-By: James Simmons <jsimmons@infradead.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/logo')
-rw-r--r-- | drivers/video/logo/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/logo/Kconfig b/drivers/video/logo/Kconfig index 5bb78e4807cd..da219c043c99 100644 --- a/drivers/video/logo/Kconfig +++ b/drivers/video/logo/Kconfig | |||
@@ -13,6 +13,7 @@ if LOGO | |||
13 | config FB_LOGO_EXTRA | 13 | config FB_LOGO_EXTRA |
14 | bool | 14 | bool |
15 | depends on FB | 15 | depends on FB |
16 | default y if SPU_BASE | ||
16 | 17 | ||
17 | config LOGO_LINUX_MONO | 18 | config LOGO_LINUX_MONO |
18 | bool "Standard black and white Linux logo" | 19 | bool "Standard black and white Linux logo" |