lupyuen commented on code in PR #12804: URL: https://github.com/apache/nuttx/pull/12804#discussion_r1697788324
########## arch/risc-v/Kconfig: ########## @@ -553,6 +553,30 @@ config ARCH_RV_EXT_SSTC default n depends on ARCH_USE_S_MODE +config ARCH_RV_HAVE_APLIC + bool "Enable RISC-V Advanced Platform-Level Interrupt Controller support" + default n + ---help--- + Instead of PLIC, RISC-V also define Advanced Platform-Level Interrupt + Controller (APLIC) to provide fiexible interrupt control. This device Review Comment: ```suggestion Controller (APLIC) to provide flexible interrupt control. This device ``` -- 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