[PATCH] FB_EFI should depend on EFI

From: Jan Beulich
Date: Tue Apr 22 2008 - 11:11:03 EST


Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>

---
drivers/video/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.25/drivers/video/Kconfig 2008-04-17 04:49:44.000000000 +0200
+++ 2.6.25-fb-efi/drivers/video/Kconfig 2008-04-15 10:49:20.000000000 +0200
@@ -656,7 +656,7 @@ config FB_VESA

config FB_EFI
bool "EFI-based Framebuffer Support"
- depends on (FB = y) && X86
+ depends on (FB = y) && X86 && EFI
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/