forked from mirrors/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>
This commit is contained in:
parent
e60363bcfb
commit
be62baafc2
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ config PHY_MVEBU_A3700_COMPHY
|
||||||
depends on ARCH_MVEBU || COMPILE_TEST
|
depends on ARCH_MVEBU || COMPILE_TEST
|
||||||
depends on OF
|
depends on OF
|
||||||
depends on HAVE_ARM_SMCCC
|
depends on HAVE_ARM_SMCCC
|
||||||
default y
|
default ARCH_MVEBU
|
||||||
select GENERIC_PHY
|
select GENERIC_PHY
|
||||||
help
|
help
|
||||||
This driver allows to control the comphy, a hardware block providing
|
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"
|
tristate "Marvell A3700 UTMI driver"
|
||||||
depends on ARCH_MVEBU || COMPILE_TEST
|
depends on ARCH_MVEBU || COMPILE_TEST
|
||||||
depends on OF
|
depends on OF
|
||||||
default y
|
default ARCH_MVEBU
|
||||||
select GENERIC_PHY
|
select GENERIC_PHY
|
||||||
help
|
help
|
||||||
Enable this to support Marvell A3700 UTMI PHY driver.
|
Enable this to support Marvell A3700 UTMI PHY driver.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue