diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-09-03 17:03:02 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-03 17:12:39 -0400 |
commit | a57a5c2e8db8d80f460dcad77877895718c9f209 (patch) | |
tree | 57eb4bddf0ca487806fac5ca22f70af9f7fe623c /arch/x86/configs/i386_defconfig | |
parent | f2ba93929fdb91fd806be20e959a50f7db82790e (diff) |
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>
Diffstat (limited to 'arch/x86/configs/i386_defconfig')
-rw-r--r-- | arch/x86/configs/i386_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig index 9bc34e2033ec..a7ae4385670e 100644 --- a/arch/x86/configs/i386_defconfig +++ b/arch/x86/configs/i386_defconfig | |||
@@ -1482,7 +1482,6 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y | |||
1482 | CONFIG_VGA_CONSOLE=y | 1482 | CONFIG_VGA_CONSOLE=y |
1483 | CONFIG_VGACON_SOFT_SCROLLBACK=y | 1483 | CONFIG_VGACON_SOFT_SCROLLBACK=y |
1484 | CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64 | 1484 | CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64 |
1485 | CONFIG_VIDEO_SELECT=y | ||
1486 | CONFIG_DUMMY_CONSOLE=y | 1485 | CONFIG_DUMMY_CONSOLE=y |
1487 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | 1486 | # CONFIG_FRAMEBUFFER_CONSOLE is not set |
1488 | CONFIG_LOGO=y | 1487 | CONFIG_LOGO=y |