This is an automated email from the ASF dual-hosted git repository.
archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new ca6f5db6fc arch/risc-v/Kconfig: Select ARCH_RV_CPUID_MAP for all mpfs
targets
ca6f5db6fc is described below
commit ca6f5db6fc5d24ebe58be19c1cd7a5d0df856a64
Author: Jukka Laitinen <[email protected]>
AuthorDate: Tue Feb 4 12:42:08 2025 +0200
arch/risc-v/Kconfig: Select ARCH_RV_CPUID_MAP for all mpfs targets
The default mapping functions are needed for mpfs
Signed-off-by: Jukka Laitinen <[email protected]>
---
arch/risc-v/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/risc-v/Kconfig b/arch/risc-v/Kconfig
index a796f48b9d..a62d8ea726 100644
--- a/arch/risc-v/Kconfig
+++ b/arch/risc-v/Kconfig
@@ -212,6 +212,7 @@ config ARCH_CHIP_MPFS
select ARCH_HAVE_SPI_CS_CONTROL
select ARCH_HAVE_PWM_MULTICHAN
select ARCH_HAVE_S_MODE
+ select ARCH_RV_CPUID_MAP
select ONESHOT
select ALARM_ARCH
---help---