]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
phy: miphy28lp: add COMPILE_TEST
authorRosen Penev <rosenp@gmail.com>
Fri, 6 Mar 2026 22:24:56 +0000 (14:24 -0800)
committerVinod Koul <vkoul@kernel.org>
Sun, 10 May 2026 12:16:12 +0000 (17:46 +0530)
There's nothing special here to prevent compilation on non ARM hosts.

Matches every other st phy driver.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://patch.msgid.link/20260306222457.8400-2-rosenp@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/st/Kconfig

index 304614b6dabfc41065961a3d1efa12a37093dfdd..49206185e563395869a3a10edbd135b8bc77a1b2 100644 (file)
@@ -4,7 +4,7 @@
 #
 config PHY_MIPHY28LP
        tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407"
-       depends on ARCH_STI
+       depends on ARCH_STI || COMPILE_TEST
        select GENERIC_PHY
        help
          Enable this to support the miphy transceiver (for SATA/PCIE/USB3)