diff options
| author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-19 12:20:43 -0400 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-06-24 03:54:27 -0400 |
| commit | ef74d46a4ef36b9a448716222fd3685e93962566 (patch) | |
| tree | 3e1428173cb6a65864a403c024980deafcca6fbf /drivers/video/fbdev/Kconfig | |
| parent | a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee (diff) | |
video: clps711x: Add new Cirrus Logic CLPS711X framebuffer driver
This adds support for the framebuffer available in the Cirrus
Logic CLPS711X CPUs.
FB features:
- 1-2-4 bits per pixel.
- Programmable panel size to a maximum of 1024x256 at 4 bps.
- Relocatible Frame Buffer (SRAM or SDRAM).
- Programmable refresh rates.
- 16 gray scale values.
This new driver is designed to usage with devicetree only.
The driver have been tested with custom board equipped
Cirrus Logic EP7312.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
| -rw-r--r-- | drivers/video/fbdev/Kconfig | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 59c98bfd5a8a..06e1ff8f9b62 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig | |||
| @@ -301,15 +301,26 @@ config FB_ACORN | |||
| 301 | hardware found in Acorn RISC PCs and other ARM-based machines. If | 301 | hardware found in Acorn RISC PCs and other ARM-based machines. If |
| 302 | unsure, say N. | 302 | unsure, say N. |
| 303 | 303 | ||
| 304 | config FB_CLPS711X | 304 | config FB_CLPS711X_OLD |
| 305 | bool "CLPS711X LCD support" | 305 | bool |
| 306 | depends on (FB = y) && ARM && ARCH_CLPS711X | ||
| 307 | select FB_CFB_FILLRECT | 306 | select FB_CFB_FILLRECT |
| 308 | select FB_CFB_COPYAREA | 307 | select FB_CFB_COPYAREA |
| 309 | select FB_CFB_IMAGEBLIT | 308 | select FB_CFB_IMAGEBLIT |
| 309 | |||
| 310 | config FB_CLPS711X | ||
| 311 | tristate "CLPS711X LCD support" | ||
| 312 | depends on FB && (ARCH_CLPS711X || COMPILE_TEST) | ||
| 313 | select FB_CLPS711X_OLD if ARCH_CLPS711X && !ARCH_MULTIPLATFORM | ||
| 314 | select BACKLIGHT_LCD_SUPPORT | ||
| 315 | select FB_MODE_HELPERS | ||
| 316 | select FB_SYS_FILLRECT | ||
| 317 | select FB_SYS_COPYAREA | ||
| 318 | select FB_SYS_IMAGEBLIT | ||
| 319 | select LCD_CLASS_DEVICE | ||
| 320 | select VIDEOMODE_HELPERS | ||
| 310 | help | 321 | help |
| 311 | Say Y to enable the Framebuffer driver for the CLPS7111 and | 322 | Say Y to enable the Framebuffer driver for the Cirrus Logic |
| 312 | EP7212 processors. | 323 | CLPS711X CPUs. |
| 313 | 324 | ||
| 314 | config FB_SA1100 | 325 | config FB_SA1100 |
| 315 | bool "SA-1100 LCD support" | 326 | bool "SA-1100 LCD support" |
