summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-10-24 16:12:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-27 11:13:29 +0200
commit87e3c6492e8f3c16060cd90059df4d579d87c065 (patch)
treed08a83e038d1bd632f2cd8f21ec65eedc37ad69f
parentd5c901e105581d4b2110c2efbd54dd5fba29aaa8 (diff)
downloadbarebox-87e3c6492e8f3c16060cd90059df4d579d87c065.tar.gz
barebox-87e3c6492e8f3c16060cd90059df4d579d87c065.tar.xz
ARM: i.MX8MM: innocomm-wb15: imply AT803X_PHY for EVK
EVK has Atheros 8035 Ethernet PHY and DHCP times out when using the generic PHY driver instead of the at803x driver. Link is detected with both though. Make user lives easier by adding an imply to the PHY driver when the board is selected. This is chosen instead of a select to allow users to disable the driver if they use a different base board for the SoM. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20221024141203.2473619-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index c78c950357..fd4f68627d 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -371,6 +371,7 @@ config MACH_INNOCOMM_WB15
select IMX8M_DRAM
select I2C_IMX_EARLY
select USB_GADGET_DRIVER_ARC_PBL
+ imply AT803X_PHY
config MACH_KONTRON_SAMX6I
bool "Kontron sAMX6i"