aboutsummaryrefslogtreecommitdiffstats
path: root/src/simulator/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulator/Kconfig')
-rw-r--r--src/simulator/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/simulator/Kconfig b/src/simulator/Kconfig
new file mode 100644
index 00000000..539cb0aa
--- /dev/null
+++ b/src/simulator/Kconfig
@@ -0,0 +1,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