aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/Kconfig
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-10-20 16:14:55 +0200
committerThomas White <taw@bitwiz.org.uk>2010-02-09 23:37:32 +0100
commit6ff96f5b029a3f246eab377f19539cba78eefbf8 (patch)
tree8ab7a462471ead443efae925bb6eaa38739b6b89 /drivers/mfd/glamo/Kconfig
parent6f3094073277b407b8eda06999c4842dcd0b7045 (diff)
Glamo DRM and KMS driver
This adds the Glamo DRM and KMS driver, but not the modifications needed elsewhere to support it. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'drivers/mfd/glamo/Kconfig')
-rw-r--r--drivers/mfd/glamo/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/mfd/glamo/Kconfig b/drivers/mfd/glamo/Kconfig
index 3aa4831a4ff..214c70e5ff4 100644
--- a/drivers/mfd/glamo/Kconfig
+++ b/drivers/mfd/glamo/Kconfig
@@ -40,3 +40,18 @@ config MFD_GLAMO_MCI
neo1973 GTA-02.
If unsure, say N.
+
+config MFD_GLAMO_DRM
+ tristate "Glamo direct rendering and kernel modesetting support"
+ depends on MFD_GLAMO && DRM
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ help
+ Direct Rendering Manager interface for the S-Media Glamo chip, as
+ used in Openmoko FreeRunner (GTA02).
+
+ This DRM driver includes kernel modesetting (KMS) support. As such,
+ do not select MFD_GLAMO_FB above if you choose to enable this option.
+
+ If unsure, say N.