Kconfig (1572497cb0e6d2016078bc9d5a95786bb878389f) | Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# General architecture dependent options 4# 5 6# 7# Note: arch/$(SRCARCH)/Kconfig needs to be included first so that it can 8# override the default values in this file. --- 867 unchanged lines hidden (view full) --- 876 help 877 This enables 32 bit time_t support in addition to 64 bit time_t support. 878 This is relevant on all 32-bit architectures, and 64-bit architectures 879 as part of compat syscall handling. 880 881config ARCH_NO_COHERENT_DMA_MMAP 882 bool 883 | 1# SPDX-License-Identifier: GPL-2.0 2# 3# General architecture dependent options 4# 5 6# 7# Note: arch/$(SRCARCH)/Kconfig needs to be included first so that it can 8# override the default values in this file. --- 867 unchanged lines hidden (view full) --- 876 help 877 This enables 32 bit time_t support in addition to 64 bit time_t support. 878 This is relevant on all 32-bit architectures, and 64-bit architectures 879 as part of compat syscall handling. 880 881config ARCH_NO_COHERENT_DMA_MMAP 882 bool 883 |
884config ARCH_NO_PREEMPT 885 bool 886 |
|
884config CPU_NO_EFFICIENT_FFS 885 def_bool n 886 887config HAVE_ARCH_VMAP_STACK 888 def_bool n 889 help 890 An arch should select this symbol if it can support kernel stacks 891 in vmalloc space. This means: --- 89 unchanged lines hidden --- | 887config CPU_NO_EFFICIENT_FFS 888 def_bool n 889 890config HAVE_ARCH_VMAP_STACK 891 def_bool n 892 help 893 An arch should select this symbol if it can support kernel stacks 894 in vmalloc space. This means: --- 89 unchanged lines hidden --- |