diff options
-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 | ||