aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/Kconfig
diff options
context:
space:
mode:
authorNelson Castillo <arhuaco@freaks-unidos.net>2009-04-21 11:18:43 -0500
committerNelson Castillo <arhuaco@freaks-unidos.net>2009-04-21 11:20:34 -0500
commit7a806d20b7709a2894a7e29896621964f0021c92 (patch)
tree3fc71c753931215f966598a45a40734280df0c85 /drivers/mfd/glamo/Kconfig
parente360a2da41f5d1565424715f119d7290e9e6c073 (diff)
glamo_fb: make Xglamo workaround conditional
Distributions that use Xorg will not need the workaround at all and now they can disable it. Updated configurations to enable it by default. Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net>
Diffstat (limited to 'drivers/mfd/glamo/Kconfig')
-rw-r--r--drivers/mfd/glamo/Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/Kconfig b/drivers/mfd/glamo/Kconfig
index d2ab3706f8f..60d29c92ef1 100644
--- a/drivers/mfd/glamo/Kconfig
+++ b/drivers/mfd/glamo/Kconfig
@@ -22,6 +22,16 @@ config MFD_GLAMO_FB
If unsure, say N.
+config MFD_GLAMO_FB_XGLAMO_WORKAROUND
+ bool "Smedia Glamo 336x/337x Xglamo rotation workaround"
+ depends on MFD_GLAMO_FB
+ help
+ This is a workaround for a Xglamo bug. This should be fixed
+ in Xglamo and not in kernel space.
+
+ If unsure, say N.
+
+
config MFD_GLAMO_SPI_GPIO
tristate "Glamo GPIO SPI bitbang support"
depends on MFD_GLAMO
@@ -44,4 +54,4 @@ config MFD_GLAMO_MCI
the S-Media GLAMO chip, as used in Openmoko
neo1973 GTA-02.
- If unsure, say N. \ No newline at end of file
+ If unsure, say N.