diff options
author | Nicolas Ferre <nicolas.ferre@rfo.atmel.com> | 2007-05-11 01:23:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 11:29:37 -0400 |
commit | 14340586148e7c88d7b1b752876f5b5227b200b9 (patch) | |
tree | 91a0d77c94b3d62e83e9cea0b5e3adedd91244fd /drivers/video/Kconfig | |
parent | f23a06f076173c1f56572556169bf9e1793c5d59 (diff) |
atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver
Adds a framebuffer driver to ATMEL AT91SAM9x and AT32 aka AVR32 platforms.
Those chips share quite the same IP and this code is suitable for both
architectures.
Signed-off-by: Nicolas Ferre <nicolas.ferre@rfo.atmel.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 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 5511a8f21df7..13bcead8b1b4 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -748,6 +748,22 @@ config FB_S1D13XXX | |||
748 | working with S1D13806). Product specs at | 748 | working with S1D13806). Product specs at |
749 | <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm> | 749 | <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm> |
750 | 750 | ||
751 | config FB_ATMEL | ||
752 | tristate "AT91/AT32 LCD Controller support" | ||
753 | depends on FB && (ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || AVR32) | ||
754 | select FB_CFB_FILLRECT | ||
755 | select FB_CFB_COPYAREA | ||
756 | select FB_CFB_IMAGEBLIT | ||
757 | help | ||
758 | This enables support for the AT91/AT32 LCD Controller. | ||
759 | |||
760 | config FB_INTSRAM | ||
761 | bool "Frame Buffer in internal SRAM" | ||
762 | depends on FB_ATMEL && ARCH_AT91SAM9261 | ||
763 | help | ||
764 | Say Y if you want to map Frame Buffer in internal SRAM. Say N if you want | ||
765 | to let frame buffer in external SDRAM. | ||
766 | |||
751 | config FB_NVIDIA | 767 | config FB_NVIDIA |
752 | tristate "nVidia Framebuffer Support" | 768 | tristate "nVidia Framebuffer Support" |
753 | depends on FB && PCI | 769 | depends on FB && PCI |