phy: ti: j721e-wiz: Fix build error without CONFIG_OF_ADDRESS
authorHongbo Yao <yaohongbo@huawei.com>
Fri, 17 Jan 2020 21:23:10 +0000 (02:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Jan 2020 23:05:30 +0000 (00:05 +0100)
If CONFIG_OF_ADDRESS is not set and COMPILE_TEST=y, the following
error is seen while building phy-j721e-wiz.c

drivers/phy/ti/phy-j721e-wiz.o: In function `wiz_remove':
phy-j721e-wiz.c:(.text+0x1a): undefined reference to
`of_platform_device_destroy'

Fix the config dependency for PHY_J721E_WIZ here.

Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: 091876cc355d ("phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC")
Signed-off-by: Hongbo Yao <yaohongbo@huawei.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Link: https://lore.kernel.org/r/20200117212310.2864-1-kishon@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/phy/ti/Kconfig

index 3a1d3887c99c89142336bba49ca3825fcf4b7b3e..6dbe9d0b9ff3af2977018c256d09af8b036f93ed 100644 (file)
@@ -36,6 +36,7 @@ config PHY_AM654_SERDES
 config PHY_J721E_WIZ
        tristate "TI J721E WIZ (SERDES Wrapper) support"
        depends on OF && ARCH_K3 || COMPILE_TEST
+       depends on HAS_IOMEM && OF_ADDRESS
        depends on COMMON_CLK
        select GENERIC_PHY
        select MULTIPLEXER