aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kundrát <[email protected]>2019-05-17 17:01:42 +0200
committerGregory CLEMENT <[email protected]>2019-06-12 10:36:36 +0200
commitcc538ca4308372e81b824be08561c466b1d73b72 (patch)
treec6ee753caa4ceb0066dcf91972b8f83b1808e120
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff)
ARM: mvebu_v7_defconfig: fix Ethernet on Clearfog
Compared to kernel 5.0, patches merged for 5.1 added support for A38x' PHY guarded by a config option which was not enabled by default. As a result, there was no eth1 and eth2 on a Solid Run Clearfog Base. Ensure that A38x PHY is enabled on mvebu. [gregory: issue appeared in 5.1 not in 5.2 and added Fixes tag] Signed-off-by: Jan Kundrát <[email protected]> Cc: Baruch Siach <[email protected]> Cc: Gregory CLEMENT <[email protected]> Cc: Russell King <[email protected]> Cc: David S. Miller <[email protected]> Cc: Maxime Chevallier <[email protected]> Fixes: a10c1c8191e0 ("net: marvell: neta: add comphy support") Cc: [email protected] Signed-off-by: Gregory CLEMENT <[email protected]>
-rw-r--r--arch/arm/configs/mvebu_v7_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig
index 48f7b4277b8d..3ac2e84fdeaa 100644
--- a/arch/arm/configs/mvebu_v7_defconfig
+++ b/arch/arm/configs/mvebu_v7_defconfig
@@ -131,6 +131,7 @@ CONFIG_MV_XOR=y
# CONFIG_IOMMU_SUPPORT is not set
CONFIG_MEMORY=y
CONFIG_PWM=y
+CONFIG_PHY_MVEBU_A38X_COMPHY=y
CONFIG_EXT4_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y