From 53fe4b47e69a28412efe78eef0f3a06702b8cd11 Mon Sep 17 00:00:00 2001 From: Troy Kisky <troy.kisky@boundarydevices.com> Date: Fri, 20 Jul 2018 17:02:41 -0700 Subject: [PATCH] net: Kconfig: FEC_MXC is valid for MX8M too Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> --- drivers/net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index e88f056d844..13081552ec4 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -168,7 +168,7 @@ config FEC_MXC_MDIO_BASE config FEC_MXC bool "FEC Ethernet controller" - depends on MX5 || MX6 || MX7 + depends on MX5 || MX6 || MX7 || MX8M help This driver supports the 10/100 Fast Ethernet controller for NXP i.MX processors. -- GitLab