diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-04-30 03:52:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-30 11:29:32 -0400 |
commit | 3c42a449107bf76c59b8e0b6a30d070e9696e49c (patch) | |
tree | f8277f579a034ebdb8d750d83179e843bff7dc0d /drivers/video/Kconfig | |
parent | 90eabbf0ec0c626cf5d186214cf8fc79150a7a29 (diff) |
pxafb: preliminary smart panel interface support
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Russell King <rmk@arm.linux.org.uk>
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index a576dc261732..20a2bbd14ed7 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1774,6 +1774,11 @@ config FB_PXA | |||
1774 | 1774 | ||
1775 | If unsure, say N. | 1775 | If unsure, say N. |
1776 | 1776 | ||
1777 | config FB_PXA_SMARTPANEL | ||
1778 | bool "PXA Smartpanel LCD support" | ||
1779 | default y | ||
1780 | depends on FB_PXA | ||
1781 | |||
1777 | config FB_PXA_PARAMETERS | 1782 | config FB_PXA_PARAMETERS |
1778 | bool "PXA LCD command line parameters" | 1783 | bool "PXA LCD command line parameters" |
1779 | default n | 1784 | default n |