|
@@ -878,6 +878,13 @@ config 64BIT_TIME
|
|
architectures, and 64-bit architectures as part of compat syscall
|
|
architectures, and 64-bit architectures as part of compat syscall
|
|
handling.
|
|
handling.
|
|
|
|
|
|
|
|
+config COMPAT_32BIT_TIME
|
|
|
|
+ def_bool (!64BIT && 64BIT_TIME) || COMPAT
|
|
|
|
+ help
|
|
|
|
+ This enables 32 bit time_t support in addition to 64 bit time_t support.
|
|
|
|
+ This is relevant on all 32-bit architectures, and 64-bit architectures
|
|
|
|
+ as part of compat syscall handling.
|
|
|
|
+
|
|
config ARCH_NO_COHERENT_DMA_MMAP
|
|
config ARCH_NO_COHERENT_DMA_MMAP
|
|
bool
|
|
bool
|
|
|
|
|