-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: sm7xx: update comments and clarify supported chips
This patch updates/adds comments in order to clarify devices and Lynx families supported for this driver. Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information
Javier M. Mellid
authored and
Greg Kroah-Hartman
committed
Jun 12, 2012
1 parent
67c4e9f
commit 0beb30d
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
config FB_SM7XX | ||
tristate "Silicon Motion SM7XX Frame Buffer Support" | ||
tristate "Silicon Motion SM7XX framebuffer support" | ||
depends on FB | ||
select FB_CFB_FILLRECT | ||
select FB_CFB_COPYAREA | ||
select FB_CFB_IMAGEBLIT | ||
help | ||
Frame Buffer driver for the Silicon Motion SM7XX serial graphic card. | ||
Frame buffer driver for the Silicon Motion SM710, SM712, SM721 | ||
and SM722 chips. | ||
|
||
This driver is also available as a module. The module will be | ||
called sm7xx. If you want to compile it as a module, say M | ||
here and read <file:Documentation/kbuild/modules.txt>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters