]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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)
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

index bb1dadaa4a23a1054cca3fbd56791d3cf50fcb1d..2cdaf1ff8315984e02c0df55b8c2b49255228c98 100644 (file)
@@ -171,7 +171,6 @@ config FB_SYS_FOPS
 config FB_DEFERRED_IO
        bool
        depends on FB
-       default y
 
 config FB_METRONOME
        tristate