aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/Kconfig
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-05-22 19:01:00 +0200
committerThomas White <taw@bitwiz.org.uk>2010-05-22 19:01:00 +0200
commit4fe52e62cc86fc303cbc0f9a3c5081e38f95b950 (patch)
tree1cb483472b2760e7ef1d77037aa007efec8fd93a /drivers/mfd/glamo/Kconfig
parent69d87612a1b545e6d4cf9fc93117be86f871f7d2 (diff)
Glamo DRM and KMS driver
This adds the Glamo DRM and KMS driver, but note that modifications are needed elsewhere to support it. Signed-off-by: Thomas White <taw@bitwiz.org.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'drivers/mfd/glamo/Kconfig')
-rw-r--r--drivers/mfd/glamo/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/mfd/glamo/Kconfig b/drivers/mfd/glamo/Kconfig
index 3aa4831a4ff..a12ebf6c3f5 100644
--- a/drivers/mfd/glamo/Kconfig
+++ b/drivers/mfd/glamo/Kconfig
@@ -40,3 +40,19 @@ 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
+ select DRM_KMS_HELPER
+ 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.