Commit 6df86276 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

video: fbdev: sh_mobile_lcdcfb: add COMPILE_TEST support



Add COMPILE_TEST support to sh_mobile_lcdcfb driver for better compile
testing coverage.

Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://patchwork.freedesktop.org/patch/msgid/d98fea18-b72e-6d0f-33ac-1421738bd12b@samsung.com
parent 5d30146f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1844,7 +1844,8 @@ config FB_W100

config FB_SH_MOBILE_LCDC
	tristate "SuperH Mobile LCDC framebuffer support"
	depends on FB && (SUPERH || ARCH_RENESAS) && HAVE_CLK
	depends on FB && HAVE_CLK && HAS_IOMEM
	depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
	select FB_SYS_FILLRECT
	select FB_SYS_COPYAREA
	select FB_SYS_IMAGEBLIT