fbdev: do not allow VESA modes without compiled-in drivers
authorKrzysztof Helt <krzysztof.h1@wp.pl>
Thu, 18 Jun 2009 23:49:21 +0000 (16:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jun 2009 23:46:08 +0000 (16:46 -0700)
commit4b1982896876872d30493cca9477975b62335f39
treee2d2cf3ff6f98dada1e68517e7f03ee6095652c5
parent5b7f92c96a74ac9a9bc21101ad02f6c9f71fd25d
fbdev: do not allow VESA modes without compiled-in drivers

Do not accept VESA modes by the "vga=" kernel parameter if there is no
frame buffer driver compiled-in to handle it.

Also, there is a comment added to the Kconfig description after Werner
Lemberg's suggestion

Addresses http://bugzilla.kernel.org/show_bug.cgi?id=13249

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Reported-by: Werner Lemberg <wl@gnu.org>
Cc: Michal Januszewski <spock@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/Kconfig