Commit 33b01313 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] Fix Neomagic configuration dependency

FB_NEOMAGIC needs FB_MODE_HELPER (for vesa_modes).

Reported by Michel Angelo da Silva Pereira.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 89ec9a1d
...@@ -775,6 +775,7 @@ config FB_SIS_315 ...@@ -775,6 +775,7 @@ config FB_SIS_315
config FB_NEOMAGIC config FB_NEOMAGIC
tristate "NeoMagic display support" tristate "NeoMagic display support"
depends on FB && PCI depends on FB && PCI
select FB_MODE_HELPERS
help help
This driver supports notebooks with NeoMagic PCI chips. This driver supports notebooks with NeoMagic PCI chips.
Say Y if you have such a graphics card. Say Y if you have such a graphics card.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment