VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Geert Uytterhoeven <geert+renesas@glider.be> 2020-11-10 15:46:00 +0100 committer: Vinod Koul <vkoul@kernel.org> 2020-11-16 13:10:17 +0530 commit: 231655eb55b0f9899054dec9432482dbf986a9c5 parent: 25d76fed7ffecca47be0249a5d5ec0a5dd92af67
Commit Summary:
phy: intel: PHY_INTEL_KEEMBAY_EMMC should depend on ARCH_KEEMBAY
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/phy/intel/Kconfig b/drivers/phy/intel/Kconfig
index 58ec695c92ec..62c24764654b 100644
--- a/drivers/phy/intel/Kconfig
+++ b/drivers/phy/intel/Kconfig
@@ -4,7 +4,7 @@
 #
 config PHY_INTEL_KEEMBAY_EMMC
 	tristate "Intel Keem Bay EMMC PHY driver"
-	depends on (OF && ARM64) || COMPILE_TEST
+	depends on ARCH_KEEMBAY || COMPILE_TEST
 	depends on HAS_IOMEM
 	select GENERIC_PHY
 	select REGMAP_MMIO