]> git.baikalelectronics.ru Git - kernel.git/commit
auxdisplay: ht16k33: select framebuffer helper modules
authorRobin van der Gracht <robin@protonic.nl>
Wed, 30 Nov 2016 09:47:39 +0000 (10:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Nov 2016 12:04:31 +0000 (13:04 +0100)
commit777ff8e9ac31d1cc0653b97a96aa07c0dc0775fe
tree9a1445d5a0ac5f8e7e60a309b7f136626166163f
parentc176e02a3c5adab79dd78ab2adb5032e7fafe724
auxdisplay: ht16k33: select framebuffer helper modules

The new driver caused a rare randconfig failure:

drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0xc): undefined reference to `fb_sys_read'
drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0x10): undefined reference to `fb_sys_write'

This selects the respective helper modules.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Robin van der Gracht <robin@protonic.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/auxdisplay/Kconfig