diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5f3a9da6da07..8ef1e23a24a2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -956,7 +956,8 @@ config XSCALE_PMU | |||
956 | default y | 956 | default y |
957 | 957 | ||
958 | config CPU_HAS_PMU | 958 | config CPU_HAS_PMU |
959 | depends on CPU_V6 || CPU_V7 || XSCALE_PMU | 959 | depends on (CPU_V6 || CPU_V7 || XSCALE_PMU) && \ |
960 | (!ARCH_OMAP3 || OMAP3_EMU) | ||
960 | default y | 961 | default y |
961 | bool | 962 | bool |
962 | 963 | ||