]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
phy: marvell: Do not enable by default during compile testing
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 4 Apr 2025 12:13:25 +0000 (14:13 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 11 Apr 2025 07:18:34 +0000 (12:48 +0530)
Enabling the compile test should not cause automatic enabling of all
drivers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250404121326.318936-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/marvell/Kconfig

index bdb87c976243599d61131b7b3d21365c56f825dd..bccd72dccb77929a33b246c9016ed589b8fcb5f9 100644 (file)
@@ -29,7 +29,7 @@ config PHY_MVEBU_A3700_COMPHY
        depends on ARCH_MVEBU || COMPILE_TEST
        depends on OF
        depends on HAVE_ARM_SMCCC
-       default y
+       default ARCH_MVEBU
        select GENERIC_PHY
        help
          This driver allows to control the comphy, a hardware block providing
@@ -40,7 +40,7 @@ config PHY_MVEBU_A3700_UTMI
        tristate "Marvell A3700 UTMI driver"
        depends on ARCH_MVEBU || COMPILE_TEST
        depends on OF
-       default y
+       default ARCH_MVEBU
        select GENERIC_PHY
        help
          Enable this to support Marvell A3700 UTMI PHY driver.