summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/Kconfig
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-05-05 13:16:38 +0200
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:14:58 +0200
commit39df61cebd74536b1e4a4550abc8068b03443bcc (patch)
treeaf628607a15a47d8ca3da1c19c63f3106173a308 /arch/arm/mach-ux500/Kconfig
parent9d2549c4f28d31fb904fbbadc8d75e0c4c7f497f (diff)
ARM: u5500: Fix build issues for u5500
Fix compilation errors (most are related to timer and power which are not yet supported hence workaround is provided for now). Updated u5500_defconfig based on latest dev kernel branch. Patch for correct timer will be done in separate patch. Signed-off-by: Shreshtha Kumar Sahu <shreshthakumar.sahu@stericsson.com> Change-Id: Ie16d9a0d88a9346ae5967272fc79bd951ade005b Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/18256 Tested-by: Rabin VINCENT <rabin.vincent@stericsson.com> Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com> Conflicts: arch/arm/configs/u5500_defconfig arch/arm/mach-ux500/Kconfig arch/arm/mach-ux500/Makefile arch/arm/mach-ux500/timer-db8500.c
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r--arch/arm/mach-ux500/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index 510173c27d8..bc0caf63e1a 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -74,7 +74,7 @@ choice
config UX500_PRCMU_TIMER
bool "PRCMU Timer sched_clock"
- depends on U8500_CPUIDLE
+ depends on U8500_CPUIDLE && !UX500_SOC_DB5500
help
Add support for an always on sched_clock, required for
proper cpuidle and suspend.