blob: 539cb0aa8036374d8201ac5c32840d8b29de445d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Kconfig settings for compiling and running the firmware on the host
# processor for simulation purposes.
if MACH_SIMU
config BOARD_DIRECTORY
string
default "simulator"
endif
|