diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2017-03-10 15:15:21 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-17 07:10:50 +0100 |
commit | d47d88361feea2ce11f39bd70467ffc19a61d2d3 (patch) | |
tree | 0fe35cffc53cd9a2334ad6d517762978f80a05e5 /drivers/auxdisplay/Makefile | |
parent | dt-bindings: auxdisplay: Add bindings for Hitachi HD44780 (diff) | |
download | linux-d47d88361feea2ce11f39bd70467ffc19a61d2d3.tar.xz linux-d47d88361feea2ce11f39bd70467ffc19a61d2d3.zip |
auxdisplay: Add HD44780 Character LCD support
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>
Diffstat (limited to 'drivers/auxdisplay/Makefile')
-rw-r--r-- | drivers/auxdisplay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/auxdisplay/Makefile b/drivers/auxdisplay/Makefile index f56f45dcc78e..fcefa686be0f 100644 --- a/drivers/auxdisplay/Makefile +++ b/drivers/auxdisplay/Makefile @@ -6,4 +6,5 @@ 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 |