diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/fbdev/core/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/fbdev/core/Kconfig b/drivers/video/fbdev/core/Kconfig index 528e4dd2199c..85434381b6c6 100644 --- a/drivers/video/fbdev/core/Kconfig +++ b/drivers/video/fbdev/core/Kconfig @@ -136,6 +136,14 @@ config FB_DEFERRED_IO bool depends on FB_CORE +config FB_DMA_HELPERS + bool + depends on FB_CORE + select FB_SYS_COPYAREA + select FB_SYS_FILLRECT + select FB_SYS_FOPS + select FB_SYS_IMAGEBLIT + config FB_IO_HELPERS bool depends on FB_CORE |
