]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge tag 'fpga-for-greg-20161129' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Dec 2016 20:05:53 +0000 (21:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Dec 2016 20:05:53 +0000 (21:05 +0100)
Alan writes:

fpga: Updates for 4.10

These are:
 * Add git url to MAINTAINERS
 * Allow write_init to specify how much buffer it needs
 * Fixes for ISR state in zynq fpga manager driver
 * Other small fixes for zynq
 * Add Altera SoCFPGA drivers for COMPILE_TEST

drivers/auxdisplay/Kconfig

index a230ea797b92dc301c4f100fc0e7ddedf3d82d39..4ef4c5caed4f57bece96aa4efdae4a2ea34313f1 100644 (file)
@@ -131,6 +131,10 @@ config IMG_ASCII_LCD
 config HT16K33
        tristate "Holtek Ht16K33 LED controller with keyscan"
        depends on FB && OF && I2C && INPUT
+       select FB_SYS_FOPS
+       select FB_CFB_FILLRECT
+       select FB_CFB_COPYAREA
+       select FB_CFB_IMAGEBLIT
        select INPUT_MATRIXKMAP
        select FB_BACKLIGHT
        help