From 4c5e33b2c26b01eefcd86d988a068a0e9dd33cfe Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Wed, 18 Sep 2024 00:05:56 -0700 Subject: [PATCH] soc: cdns/dc233c: advertise coredump with privilege stack This lets the SoC to select the correct kconfigs to show that it supports coredump, and with the ability to dump privilege stack. Signed-off-by: Daniel Leung --- soc/cdns/dc233c/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soc/cdns/dc233c/Kconfig b/soc/cdns/dc233c/Kconfig index 01ffa1c92ca..c0becdd0ba4 100644 --- a/soc/cdns/dc233c/Kconfig +++ b/soc/cdns/dc233c/Kconfig @@ -11,4 +11,6 @@ config SOC_XTENSA_DC233C select CPU_HAS_MMU select ARCH_HAS_RESERVED_PAGE_FRAMES if XTENSA_MMU select ARCH_HAS_USERSPACE if XTENSA_MMU + select ARCH_SUPPORTS_COREDUMP + select ARCH_SUPPORTS_COREDUMP_PRIV_STACKS select XTENSA_INVALIDATE_MEM_DOMAIN_TLB_ON_SWAP if XTENSA_MMU