05e0103e9e
Following a similar change in the Zephyr Project.
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
# Interrupt-driven UART console has emulation artifacts under QEMU,
|
|
# disable it
|
|
CONFIG_CONSOLE_SUBSYS=n
|
|
|
|
# Networking drivers
|
|
# SLIP driver for QEMU
|
|
CONFIG_NET_SLIP_TAP=y
|