1 # SPDX-License-Identifier: GPL-2.0-only
3 # For a description of the syntax of this configuration file,
4 # see Documentation/kbuild/kconfig-language.txt.
9 select ARCH_32BIT_OFF_T
10 select ARCH_HAS_SYNC_DMA_FOR_CPU
11 select ARCH_HAS_SYNC_DMA_FOR_DEVICE
12 select ARCH_WANT_FRAME_POINTERS if FTRACE
14 select CLONE_BACKWARDS
16 select GENERIC_ATOMIC64
17 select GENERIC_CPU_DEVICES
18 select GENERIC_CLOCKEVENTS
19 select GENERIC_IRQ_CHIP
20 select GENERIC_IRQ_SHOW
21 select GENERIC_LIB_ASHLDI3
22 select GENERIC_LIB_ASHRDI3
23 select GENERIC_LIB_CMPDI2
24 select GENERIC_LIB_LSHRDI3
25 select GENERIC_LIB_MULDI3
26 select GENERIC_LIB_UCMPDI2
27 select GENERIC_STRNCPY_FROM_USER
28 select GENERIC_STRNLEN_USER
29 select GENERIC_TIME_VSYSCALL
30 select HANDLE_DOMAIN_IRQ
31 select HAVE_ARCH_TRACEHOOK
32 select HAVE_DEBUG_KMEMLEAK
33 select HAVE_EXIT_THREAD
34 select HAVE_REGS_AND_STACK_ACCESS_API
35 select HAVE_PERF_EVENTS
37 select LOCKDEP_SUPPORT
38 select MODULES_USE_ELF_RELA
40 select OF_EARLY_FLATTREE
43 select THREAD_INFO_IN_TASK
44 select HAVE_FUNCTION_TRACER
45 select HAVE_FUNCTION_GRAPH_TRACER
46 select HAVE_FTRACE_MCOUNT_RECORD
47 select HAVE_DYNAMIC_FTRACE
49 Andes(nds32) Linux support.
51 config GENERIC_CALIBRATE_DELAY
57 config GENERIC_HWEIGHT
60 config GENERIC_LOCKBREAK
64 config TRACE_IRQFLAGS_SUPPORT
67 config STACKTRACE_SUPPORT
70 config FIX_EARLYCON_MEM
77 source "arch/nds32/Kconfig.cpu"
85 config NDS32_BUILTIN_DTB
89 User can use it to specify the dts of the SoC
92 menu "Kernel Features"
93 source "kernel/Kconfig.hz"
96 menu "Power management options"
97 config SYS_SUPPORTS_APM_EMULATION
100 config ARCH_SUSPEND_POSSIBLE
103 source "kernel/power/Kconfig"