diff options
Diffstat (limited to 'lib/vdso/Kconfig')
-rw-r--r-- | lib/vdso/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/vdso/Kconfig b/lib/vdso/Kconfig index 82fe827af542..45df764b49ad 100644 --- a/lib/vdso/Kconfig +++ b/lib/vdso/Kconfig @@ -43,3 +43,8 @@ config VDSO_GETRANDOM bool help Selected by architectures that support vDSO getrandom(). + +config GENERIC_VDSO_DATA_STORE + bool + help + Selected by architectures that use the generic vDSO data store. |