mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 00:15:55 +08:00
SIM: Kconfig now indicates that it supports multiple CPUs.
This commit is contained in:
@@ -53,6 +53,7 @@ config ARCH_SH
|
||||
|
||||
config ARCH_SIM
|
||||
bool "Simulation"
|
||||
select ARCH_HAVE_MULTICPU
|
||||
select ARCH_HAVE_TICKLESS
|
||||
select ARCH_HAVE_POWEROFF
|
||||
---help---
|
||||
|
||||
@@ -153,4 +153,3 @@ int board_power_off(int status)
|
||||
longjmp(g_simabort, 1);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user