diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-02-26 18:19:21 +0200 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-02-26 20:02:35 +0200 |
commit | a9bcd02fa42217c795bc9538a149936c82648476 (patch) | |
tree | 1bab55aedaba8360f855a24f1ca5053565dcb122 /drivers/auxdisplay/Kconfig | |
parent | f6815c79d2292cbb1e2305e44b733d01fb33f65f (diff) |
auxdisplay: Add driver for MAX695x 7-segment LED controllers
Add initial driver for the MAX6958 and MAX6959 7-segment LED
controllers.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/auxdisplay/Kconfig')
-rw-r--r-- | drivers/auxdisplay/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index d944d5298eca..d4be0a3695ce 100644 --- a/drivers/auxdisplay/Kconfig +++ b/drivers/auxdisplay/Kconfig @@ -177,6 +177,20 @@ config HT16K33 Say yes here to add support for Holtek HT16K33, RAM mapping 16*8 LED controller driver with keyscan. +config MAX6959 + tristate "Maxim MAX6958/6959 7-segment LED controller" + depends on I2C + select REGMAP_I2C + select LINEDISP + help + If you say yes here you get support for the following Maxim chips + (I2C 7-segment LED display controller): + - MAX6958 + - MAX6959 (input support) + + This driver can also be built as a module. If so, the module + will be called max6959. + config LCD2S tristate "lcd2s 20x4 character display over I2C console" depends on I2C |