Skip to content

Commit

Permalink
fbdev: make fb_append_extra_logo() depend on fb=y
Browse files Browse the repository at this point in the history
We can't show the extra logo from boot code if FB is built as a module.
Make the FB_LOGO_EXTRA depend on FB=y.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Arnd Bergmann authored and Linus Torvalds committed Jul 18, 2007
1 parent 851a8a7 commit 04e08d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/logo/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if LOGO

config FB_LOGO_EXTRA
bool
depends on FB
depends on FB=y
default y if SPU_BASE

config LOGO_LINUX_MONO
Expand Down

0 comments on commit 04e08d0

Please sign in to comment.