“1083a0f9b8f622cefbd53fe75089c37728b6452f”上不存在“drivers/media/dvb-core/dvb-usb-ids.h”
提交 6239879b 编写于 作者: T Tobias Regnery 提交者: Kishon Vijay Abraham I

phy: qcom-qusb2: add NVMEM dependency

With CONFIG_NVMEM=m and CONFIG_PHY_QCOM_QUSB2=y we get a link error from
calls to devm_nvmem_cell_get and nvmem_cell_read:

drivers/built-in.o: In function `qusb2_phy_probe':
binder.c:(.text+0x4750): undefined reference to `devm_nvmem_cell_get'
drivers/built-in.o: In function `qusb2_phy_init':
binder.c:(.text+0x489c): undefined reference to `nvmem_cell_read'

Fix this by adding a Kconfig dependency to ensure we can only have this
driver built in when the nvmem functions are also built in or we see the
empty stub functions. We can still build this driver as a module when the
nvmem core is build as module, too.

Fixes: deffad633413 ("phy: qcom-qusb2: New driver for QUSB2 PHY on Qcom chips")
Signed-off-by: NTobias Regnery <tobias.regnery@gmail.com>
Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
上级 9d685ed7
...@@ -450,6 +450,7 @@ config PHY_QCOM_QMP ...@@ -450,6 +450,7 @@ config PHY_QCOM_QMP
config PHY_QCOM_QUSB2 config PHY_QCOM_QUSB2
tristate "Qualcomm QUSB2 PHY Driver" tristate "Qualcomm QUSB2 PHY Driver"
depends on OF && (ARCH_QCOM || COMPILE_TEST) depends on OF && (ARCH_QCOM || COMPILE_TEST)
depends on NVMEM || !NVMEM
select GENERIC_PHY select GENERIC_PHY
help help
Enable this to support the HighSpeed QUSB2 PHY transceiver for USB Enable this to support the HighSpeed QUSB2 PHY transceiver for USB
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册