summaryrefslogtreecommitdiff
path: root/drivers/staging/sm7xx/Kconfig
diff options
context:
space:
mode:
authorJavier M. Mellid <jmunhoz@igalia.com>2012-06-10 11:12:23 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-12 17:55:54 (GMT)
commit0beb30d365b0fb36c9cac7b7dbe980e882378f23 (patch)
tree1f17698e58192f15244f1171794126d787022e55 /drivers/staging/sm7xx/Kconfig
parent67c4e9f46b5241ff777ced09e29048363de8703f (diff)
downloadlinux-fsl-qoriq-0beb30d365b0fb36c9cac7b7dbe980e882378f23.tar.xz
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>
Diffstat (limited to 'drivers/staging/sm7xx/Kconfig')
-rw-r--r--drivers/staging/sm7xx/Kconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/staging/sm7xx/Kconfig b/drivers/staging/sm7xx/Kconfig
index 315102c..323964f 100644
--- a/drivers/staging/sm7xx/Kconfig
+++ b/drivers/staging/sm7xx/Kconfig
@@ -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>.