The Hitachi HD44780 Character LCD Controller is commonly used on character LCDs that can display one or more lines of text. This driver supports character LCDs connected to GPIOs, using either a 4-bit or 8-bit data bus, and provides access through the charlcd core and /dev/lcd. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
311 B
Makefile
11 lines
311 B
Makefile
#
|
|
# Makefile for the kernel auxiliary displays device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_CHARLCD) += charlcd.o
|
|
obj-$(CONFIG_KS0108) += ks0108.o
|
|
obj-$(CONFIG_CFAG12864B) += cfag12864b.o cfag12864bfb.o
|
|
obj-$(CONFIG_IMG_ASCII_LCD) += img-ascii-lcd.o
|
|
obj-$(CONFIG_HD44780) += hd44780.o
|
|
obj-$(CONFIG_HT16K33) += ht16k33.o
|