xiaoxiang781216 commented on code in PR #5985:
URL: https://github.com/apache/incubator-nuttx/pull/5985#discussion_r843034973
##########
arch/risc-v/src/mpfs/Kconfig:
##########
@@ -46,17 +46,12 @@ config MPFS_BOOTLOADER
---help---
This NuttX image is used as a bootloader, which will boot only
on one hart, putting the others in WFI
-config IRQ_NSTACKS
- int
- depends on MPFS_BOOTLOADER
- default 5
-
config MPFS_OPENSBI
- bool "Use OpenSBI"
- depends on MPFS_BOOTLOADER && OPENSBI
- default n
- ---help---
- This uses a ld-envm-opensbi.script linker script and the
mpfs_opensbi.c code to use external OpenSBI.
+ bool "Use OpenSBI"
Review Comment:
It's fine to keep it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]