From: Alexey Dobriyan Date: Wed, 3 Sep 2008 21:03:02 +0000 (+0400) Subject: x86 setup: remove remnants of CONFIG_VIDEO_SELECT (read: vga=) X-Git-Tag: v2.6.28-rc1~699^2^11~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a57a5c2e8db8d80f460dcad77877895718c9f209;p=pandora-kernel.git x86 setup: remove remnants of CONFIG_VIDEO_SELECT (read: vga=) Impact: cleanup Video mode selection became always possible in 2.6.23-rc1 after i386 setup code rewrite in C. Regardless, VIDEO_SELECT is stupid config option because it affects only kernel setup code, not code which always stays in memory. vga= always possible now which is good. Signed-off-by: Alexey Dobriyan Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed