diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-10-19 16:45:05 +0200 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2021-10-21 23:36:28 +0200 |
commit | 7e76aece6f036cb7ada4858d6aa73825bfe22983 (patch) | |
tree | 13881916dc8ef039500e4661e063c037a80ffc9d /drivers/auxdisplay/Makefile | |
parent | 12a19324ebd9edc08edc0d7ff27a3662e1bb6e8c (diff) | |
download | linux-7e76aece6f036cb7ada4858d6aa73825bfe22983.tar.gz linux-7e76aece6f036cb7ada4858d6aa73825bfe22983.tar.bz2 linux-7e76aece6f036cb7ada4858d6aa73825bfe22983.zip |
auxdisplay: Extract character line display core support
Extract the character line display core support from the simple ASCII
LCD driver for the MIPS Boston, Malta & SEAD3 development boards into
its own subdriver, so it can be reused for other displays.
As this moves the "message" device attribute in sysfs in a "linedisp.N"
subdirectory, a symlink is added to preserve backwards compatibility.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Miguel Ojeda <ojeda@kernel.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 307771027c89..6968ed4d3f0a 100644 --- a/drivers/auxdisplay/Makefile +++ b/drivers/auxdisplay/Makefile @@ -13,3 +13,4 @@ obj-$(CONFIG_HD44780) += hd44780.o obj-$(CONFIG_HT16K33) += ht16k33.o obj-$(CONFIG_PARPORT_PANEL) += panel.o obj-$(CONFIG_LCD2S) += lcd2s.o +obj-$(CONFIG_LINEDISP) += line-display.o |