projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
231655e
)
phy: qualcomm: usb: Fix SuperSpeed PHY OF dependency
author
Bryan O'Donoghue
<bryan.odonoghue@linaro.org>
Fri, 13 Nov 2020 15:12:24 +0000
(15:12 +0000)
committer
Vinod Koul
<vkoul@kernel.org>
Mon, 16 Nov 2020 07:50:38 +0000
(13:20 +0530)
This Kconfig entry should declare a dependency on OF
Fixes: 6076967a500c ("phy: qualcomm: usb: Add SuperSpeed PHY driver")
Reported-by: kernel test robot <lkp@intel.com>
Link:
https://lkml.org/lkml/2020/11/13/414
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link:
https://lore.kernel.org/r/20201113151225.1657600-2-bryan.odonoghue@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/phy/qualcomm/Kconfig
b/drivers/phy/qualcomm/Kconfig
index 928db510b86c6d8d97477dda388eaf01a2b5d71d..9129c4b8bb9b1f00f6d01384a461a898d97fe116 100644
(file)
--- a/
drivers/phy/qualcomm/Kconfig
+++ b/
drivers/phy/qualcomm/Kconfig
@@
-98,7
+98,7
@@
config PHY_QCOM_USB_HS_28NM
config PHY_QCOM_USB_SS
tristate "Qualcomm USB Super-Speed PHY driver"
- depends on
ARCH_QCOM || COMPILE_TEST
+ depends on
OF && (ARCH_QCOM || COMPILE_TEST)
depends on EXTCON || !EXTCON # if EXTCON=m, this cannot be built-in
select GENERIC_PHY
help