diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-05-18 14:47:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-18 16:28:48 -0400 |
commit | ad7e484fad0d6b35c4788d265e4e7e1122b960f7 (patch) | |
tree | 44600d51d711c5ef9c5bc65b9fb8f34a850c06e3 /drivers/video/Kconfig | |
parent | 8d13e5ca4851845cb3e688eaea3a766f16caf9db (diff) |
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>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index c9ca1f718234..002b61b4f0f6 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -629,8 +629,7 @@ config FB_MAC | |||
629 | 629 | ||
630 | config FB_HP300 | 630 | config FB_HP300 |
631 | bool | 631 | bool |
632 | depends on (FB = y) && HP300 | 632 | depends on (FB = y) && DIO |
633 | select FB_CFB_FILLRECT | ||
634 | select FB_CFB_IMAGEBLIT | 633 | select FB_CFB_IMAGEBLIT |
635 | default y | 634 | default y |
636 | 635 | ||