Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1706145
| From | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] video: fbdev: Enable Xilinx FB for ZynqMP |
| Date | 2017-08-08 10:20 +0200 |
| Message-ID | <uc7U7-5eH-35@gated-at.bofh.it> (permalink) |
| References | <uc7U5-5eH-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Enable this driver for Xilinx ZynqMP. Signed-off-by: Michal Simek <michal.simek@xilinx.com> --- drivers/video/fbdev/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 5c6696bb56da..5e58f5ec0a28 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -2173,7 +2173,7 @@ config FB_PS3_DEFAULT_SIZE_M config FB_XILINX tristate "Xilinx frame buffer support" - depends on FB && (XILINX_VIRTEX || MICROBLAZE || ARCH_ZYNQ) + depends on FB && (XILINX_VIRTEX || MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/2] video: fbdev: Fix multiple style issues in xilinxfb Michal Simek <michal.simek@xilinx.com> - 2017-08-08 10:20 +0200 [PATCH 2/2] video: fbdev: Enable Xilinx FB for ZynqMP Michal Simek <michal.simek@xilinx.com> - 2017-08-08 10:20 +0200
csiph-web