mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
phy: starfive: make phys depend on HAS_IOMEM
the startfive phy drivers use devm_platform_ioremap_resource() which on
some archs (s390) is not present. So make the drivers depend on HAS_IOMEM
Fixes: f8aa660841 ("phy: starfive: Add mipi dphy rx support")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202307250509.oeudxG28-lkp@intel.com/
Reviewed-by: Changhuang Liang <changhuang.liang@starfivetech.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20230725063856.482696-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
486392f44d
commit
ec6beb8258
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
config PHY_STARFIVE_JH7110_DPHY_RX
|
||||
tristate "StarFive JH7110 D-PHY RX support"
|
||||
depends on HAS_IOMEM
|
||||
select GENERIC_PHY
|
||||
select GENERIC_PHY_MIPI_DPHY
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user