diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-02-17 16:01:50 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-02-24 15:31:28 +0300 |
commit | ddbfeb396eb085e17f5aa830a151d546f16cb868 (patch) | |
tree | d39040e33d3f6d944ad53a92844446ca398e494c /drivers/video/omap2/omapfb/Kconfig | |
parent | 942a91a6e04e996c32252bc6c2177f74089d7a1d (diff) | |
download | linux-ddbfeb396eb085e17f5aa830a151d546f16cb868.tar.xz |
OMAP: DSS2: OMAPFB: Remove FB_OMAP2_FORCE_AUTO_UPDATE
Remove the option for forcing auto-update. Auto-update for manual update
displays is no more a DSS feature, so if a particular display devices does
have auto-update mode, it should be in display's custom settings.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video/omap2/omapfb/Kconfig')
-rw-r--r-- | drivers/video/omap2/omapfb/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/video/omap2/omapfb/Kconfig b/drivers/video/omap2/omapfb/Kconfig index 5effa1d4d0e6..43496d6c377f 100644 --- a/drivers/video/omap2/omapfb/Kconfig +++ b/drivers/video/omap2/omapfb/Kconfig @@ -18,15 +18,6 @@ config FB_OMAP2_DEBUG_SUPPORT Support for debug output. You have to enable the actual printing with 'debug' module parameter. -config FB_OMAP2_FORCE_AUTO_UPDATE - bool "Force main display to automatic update mode" - depends on FB_OMAP2 - help - Forces main display to automatic update mode (if possible), - and also enables tearsync (if possible). By default - displays that support manual update are started in manual - update mode. - config FB_OMAP2_NUM_FBS int "Number of framebuffers" range 1 10 |