]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
m68k: FB_HP300 depends on DIO and doesnt need FB_CFB_FILLRECT
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 18 May 2008 18:47:09 +0000 (20:47 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 May 2008 20:28:48 +0000 (13:28 -0700)
Correct FB_HP300 dependencies:
  - FB_HP300 doesn't depend only on HP300, but also on DIO (which depends on
    HP300)
  - FB_HP300 does not need FB_CFB_FILLRECT

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/Kconfig

index c9ca1f71823417f6a72ff18ba956c0746bc69bc6..002b61b4f0f6d9fba9c48a9f3216068f816b9ce4 100644 (file)
@@ -629,8 +629,7 @@ config FB_MAC
 
 config FB_HP300
        bool
-       depends on (FB = y) && HP300
-       select FB_CFB_FILLRECT
+       depends on (FB = y) && DIO
        select FB_CFB_IMAGEBLIT
        default y