2019-06-21 10:52:29 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
|
|
config HAVE_GENERIC_VDSO
|
|
|
|
|
bool
|
|
|
|
|
|
|
|
|
|
if HAVE_GENERIC_VDSO
|
|
|
|
|
|
|
|
|
|
config GENERIC_GETTIMEOFDAY
|
|
|
|
|
bool
|
|
|
|
|
help
|
|
|
|
|
This is a generic implementation of gettimeofday vdso.
|
|
|
|
|
Each architecture that enables this feature has to
|
|
|
|
|
provide the fallback implementation.
|
|
|
|
|
|
2024-03-25 08:40:07 +02:00
|
|
|
config GENERIC_VDSO_OVERFLOW_PROTECT
|
|
|
|
|
bool
|
|
|
|
|
help
|
|
|
|
|
Select to add multiplication overflow protection to the VDSO
|
|
|
|
|
time getter functions for the price of an extra conditional
|
|
|
|
|
in the hotpath.
|
|
|
|
|
|
2022-11-18 17:23:34 +01:00
|
|
|
config VDSO_GETRANDOM
|
|
|
|
|
bool
|
|
|
|
|
help
|
|
|
|
|
Selected by architectures that support vDSO getrandom().
|
2025-08-26 08:17:14 +02:00
|
|
|
|
|
|
|
|
endif
|