Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: Kconfig: spacemit: add COMMON_CLK dependency

The SpacemiT PCIe PHY driver depends on the common clock framework.
Not specifying that led to a failure when doing a COMPILE_TEST build
for the SPARC architecture.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202512251903.sTVZgg6c-lkp@intel.com/
Signed-off-by: Alex Elder <elder@riscstar.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patch.msgid.link/20251226173228.2020411-1-elder@riscstar.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Alex Elder and committed by
Vinod Koul
8df20813 27287e3b

+1
+1
drivers/phy/Kconfig
··· 104 104 config PHY_SPACEMIT_K1_PCIE 105 105 tristate "PCIe and combo PHY driver for the SpacemiT K1 SoC" 106 106 depends on ARCH_SPACEMIT || COMPILE_TEST 107 + depends on COMMON_CLK 107 108 depends on HAS_IOMEM 108 109 depends on OF 109 110 select GENERIC_PHY