From: Bartlomiej Zolnierkiewicz Date: Thu, 16 Jan 2020 14:49:07 +0000 (+0100) Subject: video: fbdev: arcfb: add COMPILE_TEST support X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3d3287e609877aa549b1cbb41eafaf73c3742a0b;p=uclinux-h8%2Flinux.git video: fbdev: arcfb: add COMPILE_TEST support Add COMPILE_TEST support to arcfb driver for better compile testing coverage. Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Sam Ravnborg Link: https://patchwork.freedesktop.org/patch/msgid/acf2cc2e-614d-f0fb-ce40-cee62bfcde4c@samsung.com --- diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 33dc03bf1e86..866d4e01237c 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -435,7 +435,7 @@ config FB_FM2 config FB_ARC tristate "Arc Monochrome LCD board support" - depends on FB && X86 + depends on FB && (X86 || COMPILE_TEST) select FB_SYS_FILLRECT select FB_SYS_COPYAREA select FB_SYS_IMAGEBLIT