aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2019-06-07 14:38:07 +0200
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2019-06-07 14:38:07 +0200
commit767ceabc6cc6c9deec436bdeb1d16569c85afa2f (patch)
tree67f0eb9156cd7cfcd3802eb3360c1cdbe8efc307 /drivers/video
parentvideo: fbdev: gbefb: add COMPILE_TEST support (diff)
downloadlinux-dev-767ceabc6cc6c9deec436bdeb1d16569c85afa2f.tar.xz
linux-dev-767ceabc6cc6c9deec436bdeb1d16569c85afa2f.zip
video: fbdev: da8xx-fb: add COMPILE_TEST support
Add COMPILE_TEST support to da8xx-fb driver for better compile testing coverage. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/fbdev/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index d047da3a90ca..e18d9a444112 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -2058,7 +2058,8 @@ config FB_SH7760
config FB_DA8XX
tristate "DA8xx/OMAP-L1xx/AM335x Framebuffer support"
- depends on FB && (ARCH_DAVINCI_DA8XX || SOC_AM33XX)
+ depends on FB && HAVE_CLK && HAS_IOMEM
+ depends on ARCH_DAVINCI_DA8XX || SOC_AM33XX || COMPILE_TEST
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT