Commit 0d772056 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Tomi Valkeinen

video: Drop superfluous "select VT_HW_CONSOLE_BINDING"

commit 765d5b9c ("fbdev: fbcon: select
VT_HW_CONSOLE_BINDING") made FRAMEBUFFER_CONSOLE always select
VT_HW_CONSOLE_BINDING, but forgot to remove

	select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE

from the individual drivers' sections that already did this before.
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 8f5b1e65
...@@ -2151,7 +2151,6 @@ config FB_PS3 ...@@ -2151,7 +2151,6 @@ config FB_PS3
select FB_SYS_COPYAREA select FB_SYS_COPYAREA
select FB_SYS_IMAGEBLIT select FB_SYS_IMAGEBLIT
select FB_SYS_FOPS select FB_SYS_FOPS
select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
---help--- ---help---
Include support for the virtual frame buffer in the PS3 platform. Include support for the virtual frame buffer in the PS3 platform.
......
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