aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/Kconfig
diff options
context:
space:
mode:
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.