From: Rosen Penev Date: Fri, 6 Mar 2026 22:24:56 +0000 (-0800) Subject: phy: miphy28lp: add COMPILE_TEST X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc68a1728abfcbde12d36015f244046ae74ddd44;p=thirdparty%2Fkernel%2Flinux.git phy: miphy28lp: add COMPILE_TEST There's nothing special here to prevent compilation on non ARM hosts. Matches every other st phy driver. Signed-off-by: Rosen Penev Reviewed-by: Patrice Chotard Link: https://patch.msgid.link/20260306222457.8400-2-rosenp@gmail.com Signed-off-by: Vinod Koul --- diff --git a/drivers/phy/st/Kconfig b/drivers/phy/st/Kconfig index 304614b6dabfc..49206185e5633 100644 --- a/drivers/phy/st/Kconfig +++ b/drivers/phy/st/Kconfig @@ -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)