diff options
| author | Geert Uytterhoeven <[email protected]> | 2025-02-20 07:48:42 +0000 |
|---|---|---|
| committer | Andy Shevchenko <[email protected]> | 2025-02-20 12:43:58 +0000 |
| commit | fce85f3da08b76c1b052f53a9f6f9c40a8a10660 (patch) | |
| tree | eba4e0f0f1b6c66cadee77f3bd776103fe9b6278 | |
| parent | auxdisplay: seg-led-gpio: use gpiod_multi_set_value_cansleep (diff) | |
| download | kernel-fce85f3da08b76c1b052f53a9f6f9c40a8a10660.tar.gz kernel-fce85f3da08b76c1b052f53a9f6f9c40a8a10660.zip | |
auxdisplay: MAX6959 should select BITREVERSE
If CONFIG_BITREVERSE is not enabled:
max6959.c:(.text+0x92): undefined reference to `byte_rev_table'
Fixes: a9bcd02fa42217c7 ("auxdisplay: Add driver for MAX695x 7-segment LED controllers")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/[email protected]/
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
| -rw-r--r-- | drivers/auxdisplay/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index 8934e6ad5772..bedc6133f970 100644 --- a/drivers/auxdisplay/Kconfig +++ b/drivers/auxdisplay/Kconfig @@ -503,6 +503,7 @@ config HT16K33 config MAX6959 tristate "Maxim MAX6958/6959 7-segment LED controller" depends on I2C + select BITREVERSE select REGMAP_I2C select LINEDISP help |
