diff options
author | Michal Simek <monstr@monstr.eu> | 2013-06-03 06:13:22 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-26 06:33:47 -0400 |
commit | 196bf9f379ed88648ea62c86519beb6dfc385bbd (patch) | |
tree | 17585eb289d22318e11050a31f06182178997313 /drivers/video | |
parent | 2121c339eb6fd234df16172d6a748d7007eceba8 (diff) |
video: xilinxfb: Use driver for Xilinx ARM Zynq
Enable this driver for all Xilinx platforms.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index d71d60f94fc1..bed84b01ccd6 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2188,7 +2188,7 @@ config FB_PS3_DEFAULT_SIZE_M | |||
2188 | 2188 | ||
2189 | config FB_XILINX | 2189 | config FB_XILINX |
2190 | tristate "Xilinx frame buffer support" | 2190 | tristate "Xilinx frame buffer support" |
2191 | depends on FB && (XILINX_VIRTEX || MICROBLAZE) | 2191 | depends on FB && (XILINX_VIRTEX || MICROBLAZE || ARCH_ZYNQ) |
2192 | select FB_CFB_FILLRECT | 2192 | select FB_CFB_FILLRECT |
2193 | select FB_CFB_COPYAREA | 2193 | select FB_CFB_COPYAREA |
2194 | select FB_CFB_IMAGEBLIT | 2194 | select FB_CFB_IMAGEBLIT |