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 коммит произвёл Linus Torvalds
Родитель 8d13e5ca48
Коммит ad7e484fad
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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