public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Miguel Ojeda Sandonis <maxextreme@gmail.com>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH update9] drivers: add LCD support
Date: Wed, 20 Dec 2006 15:10:00 +0100	[thread overview]
Message-ID: <20061220151000.27602c37.maxextreme@gmail.com> (raw)

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
-

             reply	other threads:[~2006-12-20 14:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-20 14:10 Miguel Ojeda Sandonis [this message]
2006-12-21  5:13 ` [PATCH update9] drivers: add LCD support Andrew Morton
2006-12-22 12:34   ` Miguel Ojeda
2006-12-21  7:18 ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061220151000.27602c37.maxextreme@gmail.com \
    --to=maxextreme@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox