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

phy: marvell: Do not enable by default during compile testing

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>

authored by

Krzysztof Kozlowski and committed by
Vinod Koul
be62baaf e60363bc

+2 -2
+2 -2
drivers/phy/marvell/Kconfig
··· 29 29 depends on ARCH_MVEBU || COMPILE_TEST 30 30 depends on OF 31 31 depends on HAVE_ARM_SMCCC 32 - default y 32 + default ARCH_MVEBU 33 33 select GENERIC_PHY 34 34 help 35 35 This driver allows to control the comphy, a hardware block providing ··· 40 40 tristate "Marvell A3700 UTMI driver" 41 41 depends on ARCH_MVEBU || COMPILE_TEST 42 42 depends on OF 43 - default y 43 + default ARCH_MVEBU 44 44 select GENERIC_PHY 45 45 help 46 46 Enable this to support Marvell A3700 UTMI PHY driver.