kconfig: add NSIM option to arch Kconfig
The option is being referended by the same file but is not being defined anywhere. Change-Id: I5e0ec4c29cba773a5256bae52190a117fcc12bf3 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5c0bf859c3
commit
b3b16c6323
1 changed files with 12 additions and 0 deletions
|
@ -141,6 +141,18 @@ config XIP
|
||||||
default n if NSIM
|
default n if NSIM
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config NSIM
|
||||||
|
prompt "Running on the MetaWare nSIM simulator"
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
For running on nSIM simulator.
|
||||||
|
a) Uses non-XIP to run in RAM.
|
||||||
|
b) Linked at address 0x4000 with 0x4000 of RAM so that it works with
|
||||||
|
a pc_size of 16 (default).
|
||||||
|
c) Sets the entry point to __reset, since it seems nSIM ignores the
|
||||||
|
reset vector when starting.
|
||||||
|
|
||||||
config SW_ISR_TABLE
|
config SW_ISR_TABLE
|
||||||
bool
|
bool
|
||||||
prompt "Enable software interrupt handler table"
|
prompt "Enable software interrupt handler table"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue