summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lorentzon <marcus.xm.lorentzon@stericsson.com>2011-11-14 19:28:43 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:24 +0200
commitb47f59c9f03f771093b1cfb717b06d5173079454 (patch)
tree1e392e68ad86c24260a7d14b19bf30d2afa0c248
parent6c5f7815f1fa691895c836e4e514d462606f5a26 (diff)
ux500: Remove old rotation configs
When hiding display physical orientation in previous patches, static rotation configs are no longer used. This patch remove those obsolete config settings. ST-Ericsson ID: 368097 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: NA Change-Id: I29c941fe2da15f925d2f4dfb7b703010d72e7652 Signed-off-by: Marcus Lorentzon <marcus.xm.lorentzon@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/37721 Reviewed-by: QATOOLS Reviewed-by: QABUILD Reviewed-by: QATEST Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/Kconfig-arch23
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/arm/mach-ux500/Kconfig-arch b/arch/arm/mach-ux500/Kconfig-arch
index c3e0fa583a1..d05ab5a80d4 100644
--- a/arch/arm/mach-ux500/Kconfig-arch
+++ b/arch/arm/mach-ux500/Kconfig-arch
@@ -45,29 +45,6 @@ config MCDE_DISPLAY_PRIMARY_32BPP
endchoice
-choice DISPLAY_GENERIC_DSI_PRIMARY_ROTATION
- prompt "Enable main display rotation"
- default DISPLAY_GENERIC_DSI_PRIMARY_ROTATION_90
- help
- Set rotation of main display
-
-config DISPLAY_GENERIC_DSI_PRIMARY_ROTATION_0
- bool "0 degrees"
-config DISPLAY_GENERIC_DSI_PRIMARY_ROTATION_90
- bool "90 degrees"
-config DISPLAY_GENERIC_DSI_PRIMARY_ROTATION_180
- bool "180 degrees"
-config DISPLAY_GENERIC_DSI_PRIMARY_ROTATION_270
- bool "270 degrees"
-endchoice
-
-config DISPLAY_GENERIC_DSI_PRIMARY_ROTATION_ANGLE
- int
- default "0" if DISPLAY_GENERIC_DSI_PRIMARY_ROTATION_0
- default "90" if DISPLAY_GENERIC_DSI_PRIMARY_ROTATION_90
- default "180" if DISPLAY_GENERIC_DSI_PRIMARY_ROTATION_180
- default "270" if DISPLAY_GENERIC_DSI_PRIMARY_ROTATION_270
-
config DISPLAY_GENERIC_DSI_PRIMARY_VSYNC
bool "Enable v-sync for primary display"
default n