Skip to content

Commit

Permalink
video: fbdev: w100fb: add COMPILE_TEST support
Browse files Browse the repository at this point in the history
Add COMPILE_TEST support to w100fb driver for better compile
testing coverage.

Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
bzolnier committed Mar 2, 2020
1 parent df33810 commit ee5aca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee5aca2

Please sign in to comment.