aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/Kconfig
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-06-03 00:40:16 +0100
committerThomas White <taw@bitwiz.org.uk>2009-06-03 00:40:16 +0100
commitda4745334d168390fc9afe7dbe8f729df2aa9afa (patch)
treeeafc97de0698471451ec7ac8e345aaa5f96d8a63 /drivers/mfd/glamo/Kconfig
parent31f56d4cb19c8ba73bd2b5fba91ce7d626dc642e (diff)
Tidy up Kconfig
This just tidies up the Glamo Kconfig file a bit. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'drivers/mfd/glamo/Kconfig')
-rw-r--r--drivers/mfd/glamo/Kconfig19
1 files changed, 13 insertions, 6 deletions
diff --git a/drivers/mfd/glamo/Kconfig b/drivers/mfd/glamo/Kconfig
index eaa415df890..30932b0c2ee 100644
--- a/drivers/mfd/glamo/Kconfig
+++ b/drivers/mfd/glamo/Kconfig
@@ -1,12 +1,15 @@
config MFD_GLAMO
- bool "Smedia Glamo 336x/337x support"
+ bool "SMedia Glamo 336x/337x support"
help
This enables the core driver for the Smedia Glamo 336x/337x
multi-function device. It includes irq_chip demultiplex as
well as clock / power management and GPIO support.
+menu "SMedia Glamo 336x/337x engine drivers"
+ depends on MFD_GLAMO
+
config MFD_GLAMO_FB
- tristate "Smedia Glamo 336x/337x framebuffer support"
+ tristate "SMedia Glamo 336x/337x framebuffer support"
depends on FB && MFD_GLAMO
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
@@ -31,7 +34,6 @@ config MFD_GLAMO_FB_XGLAMO_WORKAROUND
If unsure, say N.
-
config MFD_GLAMO_SPI_GPIO
tristate "Glamo GPIO SPI bitbang support"
depends on MFD_GLAMO
@@ -57,10 +59,15 @@ config MFD_GLAMO_MCI
If unsure, say N.
config MFD_GLAMO_DRM
- tristate "Glamo DRM support"
+ tristate "Glamo direct rendering and kernel modesetting support"
depends on MFD_GLAMO && DRM
help
- Direct Rendering Manager interface for the S-Media GLAMO chip, as
- used in Openmoko neo1973 GTA-02.
+ 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.
+
+endmenu