diff options
author | Michal Simek <monstr@monstr.eu> | 2013-06-03 12:13:22 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-26 13:33:47 +0300 |
commit | 196bf9f379ed88648ea62c86519beb6dfc385bbd (patch) | |
tree | 17585eb289d22318e11050a31f06182178997313 /drivers/video/Kconfig | |
parent | 2121c339eb6fd234df16172d6a748d7007eceba8 (diff) | |
download | linux-196bf9f379ed88648ea62c86519beb6dfc385bbd.tar.bz2 |
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/Kconfig')
-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 config FB_XILINX tristate "Xilinx frame buffer support" - depends on FB && (XILINX_VIRTEX || MICROBLAZE) + depends on FB && (XILINX_VIRTEX || MICROBLAZE || ARCH_ZYNQ) select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT |