Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: sm750fb: Add missing Kconfig dependency

The sm750fb driver has few Framebuffer configuration dependencies that
need to be selected in order to get compiled successfully

Signed-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Hari Prasath Gujulan Elango and committed by
Greg Kroah-Hartman
2dc34091 02632342

+4
+4
drivers/staging/sm750fb/Kconfig
··· 1 1 config FB_SM750 2 2 tristate "Silicon Motion SM750 framebuffer support" 3 3 depends on FB && PCI 4 + select FB_MODE_HELPERS 5 + select FB_CFB_FILLRECT 6 + select FB_CFB_COPYAREA 7 + select FB_CFB_IMAGEBLIT 4 8 help 5 9 Frame buffer driver for the Silicon Motion SM750 chip 6 10 with 2D accelearion and dual head support.