aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/Kconfig3
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
630config FB_HP300 630config 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