diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 8dfa88a68ae9..61c0a03d33f2 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -91,6 +91,11 @@ config FB_CFB_IMAGEBLIT | |||
91 | blitting. This is used by drivers that don't provide their own | 91 | blitting. This is used by drivers that don't provide their own |
92 | (accelerated) version. | 92 | (accelerated) version. |
93 | 93 | ||
94 | config FB_DEFERRED_IO | ||
95 | bool | ||
96 | depends on FB | ||
97 | default y | ||
98 | |||
94 | config FB_SVGALIB | 99 | config FB_SVGALIB |
95 | tristate | 100 | tristate |
96 | depends on FB | 101 | depends on FB |