diff options
Diffstat (limited to 'lib/vdso/Kconfig')
-rw-r--r-- | lib/vdso/Kconfig | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/vdso/Kconfig b/lib/vdso/Kconfig index cc00364bd2c2..d883ac299508 100644 --- a/lib/vdso/Kconfig +++ b/lib/vdso/Kconfig @@ -24,13 +24,10 @@ config GENERIC_COMPAT_VDSO help This config option enables the compat VDSO layer. -config CROSS_COMPILE_COMPAT_VDSO - string "32 bit Toolchain prefix for compat vDSO" - default "" - depends on GENERIC_COMPAT_VDSO +config GENERIC_VDSO_TIME_NS + bool help - Defines the cross-compiler prefix for compiling compat vDSO. - If a 64 bit compiler (i.e. x86_64) can compile the VDSO for - 32 bit, it does not need to define this parameter. + Selected by architectures which support time namespaces in the + VDSO endif |