mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +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
|
config ARCH_SIM
|
||||||
bool "Simulation"
|
bool "Simulation"
|
||||||
|
select ARCH_HAVE_MULTICPU
|
||||||
select ARCH_HAVE_TICKLESS
|
select ARCH_HAVE_TICKLESS
|
||||||
select ARCH_HAVE_POWEROFF
|
select ARCH_HAVE_POWEROFF
|
||||||
---help---
|
---help---
|
||||||
|
|||||||
@@ -153,4 +153,3 @@ int board_power_off(int status)
|
|||||||
longjmp(g_simabort, 1);
|
longjmp(g_simabort, 1);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user