| # SPDX-License-Identifier: GPL-2.0 |
| config GENERIC_GETTIMEOFDAY |
| This is a generic implementation of gettimeofday vdso. |
| Each architecture that enables this feature has to |
| provide the fallback implementation. |
| depends on GENERIC_GETTIMEOFDAY && !64BIT |
| This config option helps to avoid possible performance issues |
| in 32 bit only architectures. |
| config GENERIC_COMPAT_VDSO |
| This config option enables the compat VDSO layer. |
| config GENERIC_VDSO_TIME_NS |
| Selected by architectures which support time namespaces in the |