x86 setup: remove remnants of CONFIG_VIDEO_SELECT (read: vga=)
authorAlexey Dobriyan <adobriyan@gmail.com>
Wed, 3 Sep 2008 21:03:02 +0000 (01:03 +0400)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 3 Sep 2008 21:12:39 +0000 (14:12 -0700)
commita57a5c2e8db8d80f460dcad77877895718c9f209
tree57eb4bddf0ca487806fac5ca22f70af9f7fe623c
parentf2ba93929fdb91fd806be20e959a50f7db82790e
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 <adobriyan@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/configs/i386_defconfig
arch/x86/configs/x86_64_defconfig
drivers/video/Kconfig
drivers/video/console/Kconfig