From: Bartlomiej Zolnierkiewicz Date: Thu, 16 Jan 2020 14:53:58 +0000 (+0100) Subject: video: fbdev: w100fb: add COMPILE_TEST support X-Git-Tag: v5.7-rc1~136^2~14^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee5aca2e7167ee3feccc989ad609b64e698d5eb3;p=thirdparty%2Fkernel%2Flinux.git video: fbdev: w100fb: add COMPILE_TEST support Add COMPILE_TEST support to w100fb driver for better compile testing coverage. Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Sam Ravnborg Link: https://patchwork.freedesktop.org/patch/msgid/a929db5e-d373-7b09-ae2b-efec227f7e85@samsung.com --- diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 866d4e01237cc..3263e3f69a718 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -1827,7 +1827,7 @@ config FB_FSL_DIU config FB_W100 tristate "W100 frame buffer support" - depends on FB && ARCH_PXA + depends on FB && HAS_IOMEM && (ARCH_PXA || COMPILE_TEST) select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT