Commit 367c4e79 authored by Alessandro Rubini's avatar Alessandro Rubini

Kconfig: fix uart for host builds

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 427b1b37
......@@ -97,9 +97,9 @@ config PPSI
default y
config UART
depends on EMBEDDED_NODE
boolean
default y
default y if EMBEDDED_NODE
default n
config W1
depends on EMBEDDED_NODE
......@@ -302,8 +302,7 @@ config DETERMINISTIC_BINARY
config UART
boolean "Use hardware uart (and/or vuart if available)"
depends on DEVELOPER && WR_NODE
default y
depends on DEVELOPER && EMBEDDED_NODE
help
This option selects the serial driver, connected to either
the USB socket, or "vuart" (software fifo) or both, according
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment