Skip to content

Commit

Permalink
video: fbdev: add the dependency of broadsheetfb in Kconfig
Browse files Browse the repository at this point in the history
broadsheetfb is a platform driver and it should not be used on x86.
It should be used only by single ARM PXA board so add the dependency
in Kconfig.

Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
  • Loading branch information
Jia-Ju Bai authored and Bartlomiej Zolnierkiewicz committed Oct 8, 2018
1 parent e0d81d9 commit ad4366a
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 @@ -2240,7 +2240,7 @@ config FB_MX3

config FB_BROADSHEET
tristate "E-Ink Broadsheet/Epson S1D13521 controller support"
depends on FB
depends on FB && (ARCH_PXA || COMPILE_TEST)
select FB_SYS_FILLRECT
select FB_SYS_COPYAREA
select FB_SYS_IMAGEBLIT
Expand Down

0 comments on commit ad4366a

Please sign in to comment.