aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky2017-02-14 17:01:26 +0300
committerPaul Sokolovsky2017-02-14 17:01:26 +0300
commitce2703599f844b73f3eab10b96197a01bc01ccf2 (patch)
treea7f7dae3ecbc2e1fd16863bd32b5bf69498aa06d
parent64916436b2b6ded6770cd58d3cb4f5382c2f7d1e (diff)
zephyr: Add qemu_cortex_m3 config fragment.
Should work for QEMU networking with soon-to-merged upstream patch.
-rw-r--r--zephyr/prj_qemu_cortex_m3.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/prj_qemu_cortex_m3.conf b/zephyr/prj_qemu_cortex_m3.conf
new file mode 100644
index 000000000..09614c362
--- /dev/null
+++ b/zephyr/prj_qemu_cortex_m3.conf
@@ -0,0 +1,3 @@
+# Networking drivers
+# SLIP driver for QEMU
+CONFIG_NET_SLIP_TAP=y