Skip to content
Snippets Groups Projects
Commit 04e08d0e authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Linus Torvalds
Browse files

fbdev: make fb_append_extra_logo() depend on fb=y


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: default avatarArnd Bergmann <arnd@arndb.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 851a8a7f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment