fbdev: make fb_append_extra_logo() depend on fb=y
authorArnd Bergmann <[email protected]>
Wed, 18 Jul 2007 07:49:09 +0000 (00:49 -0700)
committerLinus Torvalds <[email protected]>
Wed, 18 Jul 2007 15:38:22 +0000 (08:38 -0700)
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 <[email protected]>
Cc: Al Viro <[email protected]>
Cc: "Antonino A. Daplas" <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/logo/Kconfig

index da219c043c9997a98d49bd894441e3f2304b9d0c..9de1c114f8092f095832ab520f01c48ce058f2ec 100644 (file)
@@ -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