]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/auxdisplay/Kconfig
libertas_tf: config and makefile
[linux-2.6-omap-h63xx.git] / drivers / auxdisplay / Kconfig
index 0300e7f54cc4442e18d9d9966e5d8e7ddafe79bd..14b9d5f4c203d28d3bcc639e6f1f8580d77093f0 100644 (file)
@@ -5,7 +5,16 @@
 # Auxiliary display drivers configuration.
 #
 
 # Auxiliary display drivers configuration.
 #
 
-menu "Auxiliary Display support"
+menuconfig AUXDISPLAY
+       depends on PARPORT
+       bool "Auxiliary Display support"
+       ---help---
+         Say Y here to get to see options for auxiliary display drivers.
+         This option alone does not add any kernel code.
+
+         If you say N, all options in this submenu will be skipped and disabled.
+
+if AUXDISPLAY && PARPORT
 
 config KS0108
        tristate "KS0108 LCD Controller"
 
 config KS0108
        tristate "KS0108 LCD Controller"
@@ -55,7 +64,7 @@ config KS0108_DELAY
          Amount of time the ks0108 should wait between each control write
          to the parallel port.
 
          Amount of time the ks0108 should wait between each control write
          to the parallel port.
 
-         If your driver seems to miss random writings, increment this.
+         If your LCD seems to miss random writings, increment this.
 
          If you don't know what I'm talking about, ignore it.
 
 
          If you don't know what I'm talking about, ignore it.
 
@@ -67,6 +76,10 @@ config CFAG12864B
        depends on X86
        depends on FB
        depends on KS0108
        depends on X86
        depends on FB
        depends on KS0108
+       select FB_SYS_FILLRECT
+       select FB_SYS_COPYAREA
+       select FB_SYS_IMAGEBLIT
+       select FB_SYS_FOPS
        default n
        ---help---
          If you have a Crystalfontz 128x64 2-color LCD, cfag12864b Series,
        default n
        ---help---
          If you have a Crystalfontz 128x64 2-color LCD, cfag12864b Series,
@@ -106,4 +119,5 @@ config CFAG12864B_RATE
 
          If you compile this as a module, you can still override this
          value using the module parameters.
 
          If you compile this as a module, you can still override this
          value using the module parameters.
-endmenu
+
+endif # AUXDISPLAY