Skip to content

Commit c623eca

Browse files
author
Thomas Zimmermann
committed
fbdev/xen-fbfront: Select FB_SYS_HELPERS_DEFERRED
The Kconfig token FB_SYS_HELPERS_DEFERRED selects everything that is required for deferred I/O on system-memory framebuffers. Select it from XEN_FBDEV_FRONTEND in favor of the existing identical selection. Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Sam Ravnborg <[email protected]> Acked-by: Helge Deller <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 417218a commit c623eca

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

drivers/video/fbdev/Kconfig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,11 +2065,7 @@ config FB_VIRTUAL
20652065
config XEN_FBDEV_FRONTEND
20662066
tristate "Xen virtual frame buffer support"
20672067
depends on FB && XEN
2068-
select FB_SYS_FILLRECT
2069-
select FB_SYS_COPYAREA
2070-
select FB_SYS_IMAGEBLIT
2071-
select FB_SYS_FOPS
2072-
select FB_DEFERRED_IO
2068+
select FB_SYS_HELPERS_DEFERRED
20732069
select XEN_XENBUS_FRONTEND
20742070
default y
20752071
help

0 commit comments

Comments
 (0)