Skip to content

Commit fce85f3

Browse files
geertuandy-shev
authored andcommitted
auxdisplay: MAX6959 should select BITREVERSE
If CONFIG_BITREVERSE is not enabled: max6959.c:(.text+0x92): undefined reference to `byte_rev_table' Fixes: a9bcd02 ("auxdisplay: Add driver for MAX695x 7-segment LED controllers") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/202502161703.3Vr4M7qg-lkp@intel.com/ Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
1 parent d5808b5 commit fce85f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/auxdisplay/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ config HT16K33
503503
config MAX6959
504504
tristate "Maxim MAX6958/6959 7-segment LED controller"
505505
depends on I2C
506+
select BITREVERSE
506507
select REGMAP_I2C
507508
select LINEDISP
508509
help

0 commit comments

Comments
 (0)