Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-block.git] / drivers / staging / sm750fb / Kconfig
CommitLineData
99b75a4e 1# SPDX-License-Identifier: GPL-2.0
81dee67e
SM
2config FB_SM750
3 tristate "Silicon Motion SM750 framebuffer support"
4 depends on FB && PCI
2dc34091
HPGE
5 select FB_MODE_HELPERS
6 select FB_CFB_FILLRECT
7 select FB_CFB_COPYAREA
8 select FB_CFB_IMAGEBLIT
81dee67e
SM
9 help
10 Frame buffer driver for the Silicon Motion SM750 chip
11 with 2D accelearion and dual head support.
12
13 This driver is also available as a module. The module will be
14 called sm750fb. If you want to compile it as a module, say M
cd238eff 15 here and read <file:Documentation/kbuild/modules.rst>.