diff options
author | Jia-Ju Bai <baijiaju1990@gmail.com> | 2018-10-08 12:57:34 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2018-10-08 12:57:34 +0200 |
commit | ad4366ad4831f9a42d86f19c43a482c7cb04cecb (patch) | |
tree | 290332a5e3852232d94b1faf916114d717b40361 /drivers/video | |
parent | e0d81d92f7601c3dc63e5127bb77b6cd77f14a93 (diff) | |
download | talos-op-linux-ad4366ad4831f9a42d86f19c43a482c7cb04cecb.tar.gz talos-op-linux-ad4366ad4831f9a42d86f19c43a482c7cb04cecb.zip |
video: fbdev: add the dependency of broadsheetfb in Kconfig
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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/fbdev/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 591a13a59787..d9ffb13cc87a 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -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 |