Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

video: Drop superfluous "select VT_HW_CONSOLE_BINDING"

commit 765d5b9c2b72f5b99722cdfcf4bf8f88c556cf92 ("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: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

authored by

Geert Uytterhoeven and committed by
Tomi Valkeinen
0d772056 8f5b1e65

-1
-1
drivers/video/fbdev/Kconfig
··· 2151 2151 select FB_SYS_COPYAREA 2152 2152 select FB_SYS_IMAGEBLIT 2153 2153 select FB_SYS_FOPS 2154 - select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE 2155 2154 ---help--- 2156 2155 Include support for the virtual frame buffer in the PS3 platform. 2157 2156