summaryrefslogtreecommitdiff
path: root/lib/vdso/Kconfig
blob: 597f5f0f96819c069a6062f7b6246bb8527420d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-License-Identifier: GPL-2.0

config VDSO_DATASTORE
	bool

config GENERIC_GETTIMEOFDAY
	bool
	select VDSO_DATASTORE
	help
	  This is a generic implementation of gettimeofday vdso.
	  Each architecture that enables this feature has to
	  provide the fallback implementation.

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.

config VDSO_GETRANDOM
	bool
	select VDSO_DATASTORE
	help
	  Selected by architectures that support vDSO getrandom().