fbdev: do not let CONFIG_FB_DEFERRED_IO default to y
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 12 May 2008 21:02:28 +0000 (14:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 May 2008 15:02:25 +0000 (08:02 -0700)
commit53c78dd1718b99dc365ff8a2244d7d4504b070a5
tree2673ab79dcc4ebe290b49bf4b7c9f6fb514de4ad
parentbaf6332a238a680ef3add9cfb0729f136da886b8
fbdev: do not let CONFIG_FB_DEFERRED_IO default to y

CONFIG_FB_DEFERRED_IO can not be turned off, while it's already selected
automatically by the drivers that need it.

Although it's nice to have more compile-coverage, not being able to disable a
rarely used feature is annoying.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/Kconfig