From b47f59c9f03f771093b1cfb717b06d5173079454 Mon Sep 17 00:00:00 2001 From: Marcus Lorentzon Date: Mon, 14 Nov 2011 19:28:43 +0100 Subject: 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 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/37721 Reviewed-by: QATOOLS Reviewed-by: QABUILD Reviewed-by: QATEST Reviewed-by: Jimmy RUBIN Reviewed-by: Srinidhi KASAGAR --- arch/arm/mach-ux500/Kconfig-arch | 23 ----------------------- 1 file changed, 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 -- cgit v1.2.3