SIM: Kconfig now indicates that it supports multiple CPUs.
This commit is contained in:
parent
52f88b0625
commit
0dbbf19fea
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user