no1wudi commented on a change in pull request #5076: URL: https://github.com/apache/incubator-nuttx/pull/5076#discussion_r775370317
########## File path: arch/risc-v/Kconfig ########## @@ -82,13 +106,19 @@ config ARCH_CHIP_MPFS config ARCH_CHIP_RV32M1 bool "NXP RV32M1" + select ARCH_RV32 + select ARCH_RV_ISA_M + select ARCH_RV_ISA_C select ARCH_RV32IM ---help--- NXP RV32M1 processor (RISC-V Core with PULP extensions). config ARCH_CHIP_QEMU_RV32 bool "QEMU RV32" - select ARCH_RV32IM + select ARCH_RV32 + select ARCH_RV_ISA_M + select ARCH_RV_ISA_C + select ARCH_RV32IM # TODO: Remove this old style options Review comment: Done, ARCH_RV32IM and ARCH_RV64GC had been removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org