summaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2019-08-26 17:45:20 -0400
committerTom Rini <[email protected]>2019-08-26 17:45:20 -0400
commit12277acda0802e4517ca82842c71aae723f0da16 (patch)
tree34a610694fdcee8f19f81337f6658a84210262ee /drivers/serial
parent7a4b0bc5fe70225ae3595ba81d1473c06fd6b83b (diff)
parent44de15d6867c246e7a09ef061d3de56e1799a606 (diff)
Merge branch '2019-08-26-master-imports'
- Assorted minor bugfixes
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 8a447fd6e30..ae2d819ba95 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -45,7 +45,7 @@ config SERIAL_PRESENT
config SPL_SERIAL_PRESENT
bool "Provide a serial driver in SPL"
- depends on DM_SERIAL
+ depends on DM_SERIAL && SPL
default y
help
In very space-constrained devices even the full UART driver is too
@@ -55,7 +55,7 @@ config SPL_SERIAL_PRESENT
config TPL_SERIAL_PRESENT
bool "Provide a serial driver in TPL"
- depends on DM_SERIAL
+ depends on DM_SERIAL && TPL
default y
help
In very space-constrained devices even the full UART driver is too