From 9282ada18a5765d0915960f5353cb6fae3ed820d Mon Sep 17 00:00:00 2001 From: Will Deacon Date: Mon, 21 Jun 2010 15:32:54 +0100 Subject: [PATCH] --- yaml --- r: 200796 b: refs/heads/master c: 8954bb0da99b76c7ce5edf2f314807cff68b6ea8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/Kconfig | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1c0774b24e0c..f584a626b501 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 534be1d5a2da940ecc5e528992ea4ace8658157a +refs/heads/master: 8954bb0da99b76c7ce5edf2f314807cff68b6ea8 diff --git a/trunk/arch/arm/Kconfig b/trunk/arch/arm/Kconfig index 1f254bd6c937..98922f7d2d12 100644 --- a/trunk/arch/arm/Kconfig +++ b/trunk/arch/arm/Kconfig @@ -955,7 +955,8 @@ config XSCALE_PMU default y config CPU_HAS_PMU - depends on CPU_V6 || CPU_V7 || XSCALE_PMU + depends on (CPU_V6 || CPU_V7 || XSCALE_PMU) && \ + (!ARCH_OMAP3 || OMAP3_EMU) default y bool