summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2019-06-07 14:38:06 +0200
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2019-06-07 14:38:06 +0200
commitf0bab2e3f67507e5ed2458cb842ddedd1b39ab0a (patch)
tree32890aaf14134edb518e3c04b67848bc94f46198 /drivers/video
parentb90b279e87a3cbc55b6976554dc432afdf670124 (diff)
downloadlinux-0-day-f0bab2e3f67507e5ed2458cb842ddedd1b39ab0a.tar.gz
linux-0-day-f0bab2e3f67507e5ed2458cb842ddedd1b39ab0a.tar.xz
video: fbdev: pxa168fb: add COMPILE_TEST support
Add COMPILE_TEST support to pxa168fb 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 d1d22806e28c9..dfe989d817a8b 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -1730,7 +1730,8 @@ config FB_68328
config FB_PXA168
tristate "PXA168/910 LCD framebuffer support"
- depends on FB && (CPU_PXA168 || CPU_PXA910)
+ depends on FB && HAVE_CLK && HAS_IOMEM
+ depends on CPU_PXA168 || CPU_PXA910 || COMPILE_TEST
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT