aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index 8a5f1e644104..16ae9051b262 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -827,7 +827,7 @@ config KUSER_HELPERS
827 827
828config VDSO 828config VDSO
829 bool "Enable VDSO for acceleration of some system calls" 829 bool "Enable VDSO for acceleration of some system calls"
830 depends on AEABI && MMU 830 depends on AEABI && MMU && CPU_V7
831 default y if ARM_ARCH_TIMER 831 default y if ARM_ARCH_TIMER
832 select GENERIC_TIME_VSYSCALL 832 select GENERIC_TIME_VSYSCALL
833 help 833 help