diff options
author | Michal Simek <monstr@monstr.eu> | 2009-05-11 09:49:12 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-05-21 09:56:04 -0400 |
commit | 6fa612b56c575a5235568593eab4240c90608630 (patch) | |
tree | 288ff82b2dd6a6c278785ff34e52bc7bf348d284 /drivers/video | |
parent | 873a2e89c5e32a5c72a9ece76fcb871358ae22d2 (diff) |
microblaze: Kconfig: Enable drivers for Microblaze
Signed-off-by: Michal Simek <monstr@monstr.eu>
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 0048f1185a60..74712cb8399a 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1996,7 +1996,7 @@ config FB_PS3_DEFAULT_SIZE_M | |||
1996 | 1996 | ||
1997 | config FB_XILINX | 1997 | config FB_XILINX |
1998 | tristate "Xilinx frame buffer support" | 1998 | tristate "Xilinx frame buffer support" |
1999 | depends on FB && XILINX_VIRTEX | 1999 | depends on FB && (XILINX_VIRTEX || MICROBLAZE) |
2000 | select FB_CFB_FILLRECT | 2000 | select FB_CFB_FILLRECT |
2001 | select FB_CFB_COPYAREA | 2001 | select FB_CFB_COPYAREA |
2002 | select FB_CFB_IMAGEBLIT | 2002 | select FB_CFB_IMAGEBLIT |