slip: Add driver for host to qemu connectivity

The SLIP driver is using UART pipe driver to communicate with
host when Zephyr is running in Qemu. Currently this is only
used by networking sub-system when testing the networking
stack.

Change-Id: I432b4136670766a7fc190f146057924c266f9bea
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-05-09 12:26:52 +03:00
commit 2ddb7ce42e
6 changed files with 467 additions and 0 deletions

View file

@ -27,6 +27,8 @@ source "drivers/console/Kconfig"
source "drivers/ethernet/Kconfig"
source "drivers/slip/Kconfig"
source "drivers/serial/Kconfig"
source "drivers/interrupt_controller/Kconfig"