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 ...@@ -97,9 +97,9 @@ config PPSI
default y default y
config UART config UART
depends on EMBEDDED_NODE
boolean boolean
default y default y if EMBEDDED_NODE
default n
config W1 config W1
depends on EMBEDDED_NODE depends on EMBEDDED_NODE
...@@ -302,8 +302,7 @@ config DETERMINISTIC_BINARY ...@@ -302,8 +302,7 @@ config DETERMINISTIC_BINARY
config UART config UART
boolean "Use hardware uart (and/or vuart if available)" boolean "Use hardware uart (and/or vuart if available)"
depends on DEVELOPER && WR_NODE depends on DEVELOPER && EMBEDDED_NODE
default y
help help
This option selects the serial driver, connected to either This option selects the serial driver, connected to either
the USB socket, or "vuart" (software fifo) or both, according 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