diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-26 17:45:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-26 17:45:20 -0400 |
commit | 12277acda0802e4517ca82842c71aae723f0da16 (patch) | |
tree | 34a610694fdcee8f19f81337f6658a84210262ee /drivers/phy/Kconfig | |
parent | 7a4b0bc5fe70225ae3595ba81d1473c06fd6b83b (diff) | |
parent | 44de15d6867c246e7a09ef061d3de56e1799a606 (diff) |
Merge branch '2019-08-26-master-imports'
- Assorted minor bugfixes
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 3942f035eb..02312273e2 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -19,7 +19,7 @@ config PHY config SPL_PHY bool "PHY Core in SPL" - depends on DM + depends on DM && SPL help PHY support in SPL. |