SIM: Kconfig now indicates that it supports multiple CPUs.

This commit is contained in:
Gregory Nutt 2016-02-10 17:29:04 -06:00
parent 52f88b0625
commit 0dbbf19fea
2 changed files with 1 additions and 1 deletions

View File

@ -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---

View File

@ -153,4 +153,3 @@ int board_power_off(int status)
longjmp(g_simabort, 1);
}
#endif