From: Bartlomiej Zolnierkiewicz Date: Fri, 7 Jun 2019 12:38:07 +0000 (+0200) Subject: video: fbdev: da8xx-fb: add COMPILE_TEST support X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=767ceabc6cc6c9deec436bdeb1d16569c85afa2f;p=openwrt%2Fstaging%2Fblogic.git 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 --- 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