X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fauxdisplay%2FKconfig;h=c07e725ea93db3ffdffb933917b0be456911b724;hb=7bae2c4898dd6e1e4a8276e5c428c55a7ff01bdf;hp=2e18a63ead36d735049d7297fedbc1c77b53d5db;hpb=eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index 2e18a63..c07e725 100644 --- a/drivers/auxdisplay/Kconfig +++ b/drivers/auxdisplay/Kconfig @@ -5,8 +5,15 @@ # Auxiliary display drivers configuration. # -menu "Auxiliary Display support" - depends on PARPORT +menuconfig AUXDISPLAY + 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 config KS0108 tristate "KS0108 LCD Controller" @@ -56,7 +63,7 @@ config KS0108_DELAY 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. @@ -68,6 +75,10 @@ config CFAG12864B 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, @@ -107,4 +118,5 @@ config CFAG12864B_RATE If you compile this as a module, you can still override this value using the module parameters. -endmenu + +endif # AUXDISPLAY