]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
phy: ingenic: depend on HAS_IOMEM
authorVinod Koul <vkoul@kernel.org>
Tue, 8 Dec 2020 04:53:00 +0000 (10:23 +0530)
committerVinod Koul <vkoul@kernel.org>
Tue, 8 Dec 2020 12:36:15 +0000 (18:06 +0530)
The driver uses devm_ioremap_resource() which will not be built if
CONFIG_HAS_IOMEM is not selected, so add depends on it to fix the build
failure on few archs

s390-linux-ld: drivers/phy/ingenic/phy-ingenic-usb.o: in function `ingenic_usb_phy_probe':
>> phy-ingenic-usb.c:(.text+0xb66): undefined reference to `devm_platform_ioremap_resource'

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20201208045300.3637026-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/ingenic/Kconfig

index 912b14e512cb6a0d53404ae32f09e5220c12dc76..f23cc109324b32911fc1dcfc89af78c640b67fef 100644 (file)
@@ -6,6 +6,7 @@ config PHY_INGENIC_USB
        tristate "Ingenic SoCs USB PHY Driver"
        depends on MIPS || COMPILE_TEST
        depends on USB_SUPPORT
+       depends on HAS_IOMEM
        select GENERIC_PHY
        help
          This driver provides USB PHY support for the USB controller found