]> www.infradead.org Git - users/jedix/linux-maple.git/commit
auxdisplay: MAX6959 should select BITREVERSE
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 20 Feb 2025 07:48:42 +0000 (08:48 +0100)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 20 Feb 2025 12:43:58 +0000 (14:43 +0200)
commitfce85f3da08b76c1b052f53a9f6f9c40a8a10660
treeeba4e0f0f1b6c66cadee77f3bd776103fe9b6278
parentd5808b5b17e807647850ea30cfe56a1b704b196f
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 <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>
drivers/auxdisplay/Kconfig