summaryrefslogtreecommitdiff
path: root/drivers/staging/sm7xxfb/Kconfig
diff options
context:
space:
mode:
authorJavier M. Mellid <jmunhoz@igalia.com>2012-06-10 11:12:24 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-12 17:55:54 (GMT)
commit925aa6600cee015b694cb5fe2a9c667e0d9a68c6 (patch)
treebe3c805cbb7d008000a17a0d8bb72f863a6706cd /drivers/staging/sm7xxfb/Kconfig
parent0beb30d365b0fb36c9cac7b7dbe980e882378f23 (diff)
downloadlinux-fsl-qoriq-925aa6600cee015b694cb5fe2a9c667e0d9a68c6.tar.xz
staging: sm7xxfb: sm7xx becomes sm7xxfb
Rename sm7xx driver to sm7xxfb. Fix Kconfig and Makefile to fit the new change. Changes are coherent with the rest of stable framebuffer drivers. TODO updated. Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm7xxfb/Kconfig')
-rw-r--r--drivers/staging/sm7xxfb/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/staging/sm7xxfb/Kconfig b/drivers/staging/sm7xxfb/Kconfig
new file mode 100644
index 0000000..d5013f8
--- /dev/null
+++ b/drivers/staging/sm7xxfb/Kconfig
@@ -0,0 +1,13 @@
+config FB_SM7XX
+ 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 SM710, SM712, SM721
+ and SM722 chips.
+
+ This driver is also available as a module. The module will be
+ called sm7xxfb. If you want to compile it as a module, say M
+ here and read <file:Documentation/kbuild/modules.txt>.