diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2007-10-16 04:29:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:20 -0400 |
commit | e9fa7c43aa74fae3a1db04092d2a51005f5b8a21 (patch) | |
tree | b03e1416a58d490e5029df6baf05d47dce6ccd3c /drivers/video/Kconfig | |
parent | accaa24c492f1aa3b9c37226d868dc59c3007531 (diff) |
bf54x-lq043fb: framebuffer driver for Blackfin BF54x framebuffer device driver
Blackfin BF54x framebuffer device driver for a SHARP LQ043T1DG01 TFT LCD
[adaplas]
Add 'fb' suffix to driver name.
Move Makefile entry under platform device section
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 25c3903f598f..54db0991991c 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -544,6 +544,15 @@ config FB_VGA16 | |||
544 | To compile this driver as a module, choose M here: the | 544 | To compile this driver as a module, choose M here: the |
545 | module will be called vga16fb. | 545 | module will be called vga16fb. |
546 | 546 | ||
547 | config FB_BF54X_LQ043 | ||
548 | tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)" | ||
549 | depends on FB && (BF54x) | ||
550 | select FB_CFB_FILLRECT | ||
551 | select FB_CFB_COPYAREA | ||
552 | select FB_CFB_IMAGEBLIT | ||
553 | help | ||
554 | This is the framebuffer device driver for a SHARP LQ043T1DG01 TFT LCD | ||
555 | |||
547 | config FB_STI | 556 | config FB_STI |
548 | tristate "HP STI frame buffer device support" | 557 | tristate "HP STI frame buffer device support" |
549 | depends on FB && PARISC | 558 | depends on FB && PARISC |