aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index bb1dadaa4a23..002b61b4f0f6 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -171,7 +171,6 @@ config FB_SYS_FOPS
171config FB_DEFERRED_IO 171config FB_DEFERRED_IO
172 bool 172 bool
173 depends on FB 173 depends on FB
174 default y
175 174
176config FB_METRONOME 175config FB_METRONOME
177 tristate 176 tristate
@@ -628,11 +627,9 @@ config FB_MAC
628 select FB_CFB_IMAGEBLIT 627 select FB_CFB_IMAGEBLIT
629 select FB_MACMODES 628 select FB_MACMODES
630 629
631# bool ' Apple DAFB display support' CONFIG_FB_DAFB
632config FB_HP300 630config FB_HP300
633 bool 631 bool
634 depends on (FB = y) && HP300 632 depends on (FB = y) && DIO
635 select FB_CFB_FILLRECT
636 select FB_CFB_IMAGEBLIT 633 select FB_CFB_IMAGEBLIT
637 default y 634 default y
638 635