diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-04-23 12:42:10 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-09 12:55:48 +0300 |
commit | 632de707b7194b95d60888e31325e21f7458aa64 (patch) | |
tree | 45b44fcb96fd22157f90d40d3d86a09730f165b7 /drivers/video | |
parent | 5fb7652bebeac56769b8ae4d98990f4c508319cd (diff) | |
download | blackbird-obmc-linux-632de707b7194b95d60888e31325e21f7458aa64.tar.gz blackbird-obmc-linux-632de707b7194b95d60888e31325e21f7458aa64.zip |
video: Kconfig: Add a dependency to the Goldfish framebuffer driver
All other Goldfish drivers depend on GOLDFISH, I see no reason why the
framebuffer driver would be an exception.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.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 1cea2a8eaacb..96f0f42d53bc 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -2172,7 +2172,7 @@ config FB_XILINX config FB_GOLDFISH tristate "Goldfish Framebuffer" - depends on FB && HAS_DMA + depends on FB && HAS_DMA && (GOLDFISH || COMPILE_TEST) select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT |