Skip to content

Commit 53c78dd

Browse files
geertutorvalds
authored andcommitted
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 <[email protected]> Acked-by: Jaya Kumar <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent baf6332 commit 53c78dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/video/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ config FB_SYS_FOPS
171171
config FB_DEFERRED_IO
172172
bool
173173
depends on FB
174-
default y
175174

176175
config FB_METRONOME
177176
tristate

0 commit comments

Comments
 (0)