Skip to content
Snippets Groups Projects
Commit ad7e484f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds
Browse files

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8d13e5ca
No related branches found
No related tags found
No related merge requests found
...@@ -629,8 +629,7 @@ config FB_MAC ...@@ -629,8 +629,7 @@ config FB_MAC
config FB_HP300 config FB_HP300
bool bool
depends on (FB = y) && HP300 depends on (FB = y) && DIO
select FB_CFB_FILLRECT
select FB_CFB_IMAGEBLIT select FB_CFB_IMAGEBLIT
default y default y
......
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