m68k: FB_HP300 depends on DIO and doesnt need FB_CFB_FILLRECT

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>
This commit is contained in:
Geert Uytterhoeven 2008-05-18 20:47:09 +02:00 committed by Linus Torvalds
parent 8d13e5ca48
commit ad7e484fad
1 changed files with 1 additions and 2 deletions

View 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