lkml.org 
[lkml]   [2006]   [Dec]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH update9] drivers: add LCD support
Andrew, another one for drivers-add-lcd-support saga. Thanks you.
---

- Fix Randy Dunlap's points:
· Adds CONFIG_FB dependency to CONFIG_CFAG12864B
· Spelling fix and improved help.

Kconfig | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

drivers-add-lcd-support-update9.patch
Signed-off-by: Miguel Ojeda Sandonis <maxextreme@gmail.com>
---
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
index 8d41f72..a6fc2b7 100644
--- a/drivers/auxdisplay/Kconfig
+++ b/drivers/auxdisplay/Kconfig
@@ -65,6 +65,7 @@ config KS0108_DELAY
config CFAG12864B
tristate "CFAG12864B LCD"
depends on X86
+ depends on FB
depends on KS0108
default n
---help---
@@ -74,6 +75,8 @@ config CFAG12864B
For help about how to wire your LCD to the parallel port,
check Documentation/auxdisplay/cfag12864b

+ Depends on the x86 arch and the framebuffer support.
+
The LCD framebuffer driver can be attached to a console.
It will work fine. However, you can't attach it to the fbdev driver
of the xorg server.
@@ -84,7 +87,7 @@ config CFAG12864B
If unsure, say N.

config CFAG12864B_RATE
- int "Refresh rate (hertzs)"
+ int "Refresh rate (hertz)"
depends on CFAG12864B
default "20"
---help---
@@ -104,4 +107,3 @@ config CFAG12864B_RATE
If you compile this as a module, you can still override this
value using the module parameters.
endmenu
-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-12-20 15:13    [W:0.097 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site