diff options
author | Imre Deak <imre.deak@solidboot.com> | 2007-07-17 07:05:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:14 -0400 |
commit | e6b4573c563966f3b22aa07d2c7b554a551eb0dc (patch) | |
tree | d1a51845ce352ef3d96706417bf79a05913e7d07 /drivers/video/omap/Kconfig | |
parent | 7a055fc222c239eedd7d27684e70e812550c83f0 (diff) |
OMAP: add TI OMAP1 external LCD controller support - SoSSI
- Adds support for Texas Instruments OMAP1 processors boards connected with
external LCD controller through "Special OptimiSed Screen Interface"
Signed-off-by: Trilok Soni <soni.trilok@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/omap/Kconfig')
-rw-r--r-- | drivers/video/omap/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig index d27db84ecc6a..17607e97ba32 100644 --- a/drivers/video/omap/Kconfig +++ b/drivers/video/omap/Kconfig | |||
@@ -36,3 +36,10 @@ config FB_OMAP_DMA_TUNE | |||
36 | answer yes. Answer no if you have a dedicated video | 36 | answer yes. Answer no if you have a dedicated video |
37 | memory, or don't use any of the accelerated features. | 37 | memory, or don't use any of the accelerated features. |
38 | 38 | ||
39 | config FB_OMAP_LCDC_EXTERNAL | ||
40 | bool "External LCD controller support" | ||
41 | depends on FB_OMAP | ||
42 | help | ||
43 | Say Y here, if you want to have support for boards with an | ||
44 | external LCD controller connected to the SoSSI/RFBI interface. | ||
45 | |||