From: David Herrmann Date: Fri, 2 Aug 2013 12:05:27 +0000 (+0200) Subject: fbdev: fbcon: select VT_HW_CONSOLE_BINDING X-Git-Tag: v3.12-rc1~160^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=765d5b9c2b72f5b99722cdfcf4bf8f88c556cf92;p=pandora-kernel.git fbdev: fbcon: select VT_HW_CONSOLE_BINDING fbdev provides framebuffer hotplugging, hence, we need to allow fbcon to unbind from framebuffers. Unfortunately, fbcon_fb_unbind() cannot unbind from the last framebuffer, unless console-unbinding is supported. Fixing fbcon_unbind() to return 0 caused some horrible NULL-derefs in the VT layer and I couldn't figure out why. Hence, lets just require console-unbinding so fbdev hotplugging works with fbcon. Signed-off-by: David Herrmann Link: http://lkml.kernel.org/r/1375445127-15480-9-git-send-email-dh.herrmann@gmail.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed