Skip to content

Commit

Permalink
m68k: FB_HP300 depends on DIO and doesnt need FB_CFB_FILLRECT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed May 18, 2008
1 parent 8d13e5c commit ad7e484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ad7e484

Please sign in to comment.