summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/Kconfig
diff options
context:
space:
mode:
authorRobin van der Gracht2016-11-07 10:56:35 +0100
committerGreg Kroah-Hartman2016-11-10 16:53:19 +0100
commit8992da44c6805d53b920fe538992eae4afd6f22e (patch)
tree47f607d1a9f5694690e63e4847df5bd4ea632851 /drivers/auxdisplay/Kconfig
parentmei: send OS type to the FW (diff)
downloadkernel-qcow2-linux-8992da44c6805d53b920fe538992eae4afd6f22e.tar.gz
kernel-qcow2-linux-8992da44c6805d53b920fe538992eae4afd6f22e.tar.xz
kernel-qcow2-linux-8992da44c6805d53b920fe538992eae4afd6f22e.zip
auxdisplay: ht16k33: Driver for LED controller
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>
Diffstat (limited to 'drivers/auxdisplay/Kconfig')
-rw-r--r--drivers/auxdisplay/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
index 10e1b9eee10e..a230ea797b92 100644
--- a/drivers/auxdisplay/Kconfig
+++ b/drivers/auxdisplay/Kconfig
@@ -128,4 +128,13 @@ config IMG_ASCII_LCD
development boards such as the MIPS Boston, MIPS Malta & MIPS SEAD3
from Imagination Technologies.
+config HT16K33
+ tristate "Holtek Ht16K33 LED controller with keyscan"
+ depends on FB && OF && I2C && INPUT
+ select INPUT_MATRIXKMAP
+ select FB_BACKLIGHT
+ help
+ Say yes here to add support for Holtek HT16K33, RAM mapping 16*8
+ LED controller driver with keyscan.
+
endif # AUXDISPLAY