Kconfig (d4703ddafd1e05b8ec8f3fc8f4fbb4f88789a5ea) Kconfig (17435e5f8cf3ba8b3df1aa662f9921f0ccdd8a28)
1# SPDX-License-Identifier: GPL-2.0
2#
3# General architecture dependent options
4#
5
6config CRASH_CORE
7 bool
8

--- 864 unchanged lines hidden (view full) ---

873config 64BIT_TIME
874 def_bool ARCH_HAS_64BIT_TIME
875 help
876 This should be selected by all architectures that need to support
877 new system calls with a 64-bit time_t. This is relevant on all 32-bit
878 architectures, and 64-bit architectures as part of compat syscall
879 handling.
880
1# SPDX-License-Identifier: GPL-2.0
2#
3# General architecture dependent options
4#
5
6config CRASH_CORE
7 bool
8

--- 864 unchanged lines hidden (view full) ---

873config 64BIT_TIME
874 def_bool ARCH_HAS_64BIT_TIME
875 help
876 This should be selected by all architectures that need to support
877 new system calls with a 64-bit time_t. This is relevant on all 32-bit
878 architectures, and 64-bit architectures as part of compat syscall
879 handling.
880
881config COMPAT_32BIT_TIME
882 def_bool (!64BIT && 64BIT_TIME) || COMPAT
883 help
884 This enables 32 bit time_t support in addition to 64 bit time_t support.
885 This is relevant on all 32-bit architectures, and 64-bit architectures
886 as part of compat syscall handling.
887
881config ARCH_NO_COHERENT_DMA_MMAP
882 bool
883
884config CPU_NO_EFFICIENT_FFS
885 def_bool n
886
887config HAVE_ARCH_VMAP_STACK
888 def_bool n

--- 92 unchanged lines hidden ---
888config ARCH_NO_COHERENT_DMA_MMAP
889 bool
890
891config CPU_NO_EFFICIENT_FFS
892 def_bool n
893
894config HAVE_ARCH_VMAP_STACK
895 def_bool n

--- 92 unchanged lines hidden ---