diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-04-28 05:15:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-28 11:58:42 -0400 |
commit | e7a05aa9e697ff6fc165d45671cdcca601942f62 (patch) | |
tree | 658a7f67914dad0648d936da00aa607a1228bd79 /drivers/video | |
parent | 6002db8287cdf9a8497aa345be2d27936a3b6a52 (diff) |
BF54x Framebuffer Driver: BF542 does not have EPPI0, so dont allow the LQ034 driver for now
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 55b629a2326e..a576dc261732 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -580,7 +580,7 @@ config FB_VGA16 | |||
580 | 580 | ||
581 | config FB_BF54X_LQ043 | 581 | config FB_BF54X_LQ043 |
582 | tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)" | 582 | tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)" |
583 | depends on FB && (BF54x) | 583 | depends on FB && (BF54x) && !BF542 |
584 | select FB_CFB_FILLRECT | 584 | select FB_CFB_FILLRECT |
585 | select FB_CFB_COPYAREA | 585 | select FB_CFB_COPYAREA |
586 | select FB_CFB_IMAGEBLIT | 586 | select FB_CFB_IMAGEBLIT |