From e7a05aa9e697ff6fc165d45671cdcca601942f62 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 28 Apr 2008 02:15:47 -0700 Subject: BF54x Framebuffer Driver: BF542 does not have EPPI0, so dont allow the LQ034 driver for now Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 55b629a2326e..a576dc261732 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -580,7 +580,7 @@ config FB_VGA16 config FB_BF54X_LQ043 tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)" - depends on FB && (BF54x) + depends on FB && (BF54x) && !BF542 select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT -- cgit v1.2.3