mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
8992da44c6
Added a driver for the Holtek HT16K33 LED controller with keyscan. Signed-off-by: Robin van der Gracht <robin@protonic.nl> CC: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8 lines
239 B
Makefile
8 lines
239 B
Makefile
#
|
|
# Makefile for the kernel auxiliary displays device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_KS0108) += ks0108.o
|
|
obj-$(CONFIG_CFAG12864B) += cfag12864b.o cfag12864bfb.o
|
|
obj-$(CONFIG_IMG_ASCII_LCD) += img-ascii-lcd.o
|
|
obj-$(CONFIG_HT16K33) += ht16k33.o
|