kernel/lib/vdso/Kconfig
.. .. @@ -30,4 +30,12 @@ 30 30 Selected by architectures which support time namespaces in the 31 31 VDSO 32 32 33 +config GENERIC_CLOCKSOURCE_VDSO34 + depends on ARM || ARM6435 + select CLKSRC_MMIO36 + bool37 + help38 + Enables access to clocksources via the vDSO based on39 + generic MMIO operations.40 +33 41 endif