diff options
author | Sergey Matyukevich | 2022-04-14 11:17:21 +0300 |
---|---|---|
committer | Vineet Gupta | 2022-04-25 13:09:47 -0700 |
commit | b3bbf6a70ba0f827938525e285cd2be6c76a6a00 (patch) | |
tree | 344978308a2c43c32d66c519a8a9ece0f0b6a8f9 /arch/arc/Kconfig | |
parent | af2d861d4cd2a4da5137f795ee3509e6f944a25b (diff) |
ARC: enable HAVE_REGS_AND_STACK_ACCESS_API feature
Enable HAVE_REGS_AND_STACK_ACCESS_API feature for ARC architecture,
including ARCcompact and ARCv2 flavors. Add supporting functions
and defines.
Signed-off-by: Sergey Matyukevich <sergey.matyukevich@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index e0a60a27e14d..3c850d0f431c 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -36,6 +36,7 @@ config ARC select HAVE_KERNEL_LZMA select HAVE_KPROBES select HAVE_KRETPROBES + select HAVE_REGS_AND_STACK_ACCESS_API select HAVE_MOD_ARCH_SPECIFIC select HAVE_PERF_EVENTS select IRQ_DOMAIN |