From: Peng Fan Date: Tue, 22 Oct 2019 03:29:58 +0000 (+0000) Subject: net: Kconfig: FEC: Add dependency on i.MX8M X-Git-Tag: v2020.01-rc3~7^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81dc2ac557fd2ebe85026716f9af9d25279c1154;p=oweals%2Fu-boot.git net: Kconfig: FEC: Add dependency on i.MX8M Make FEC driver could be used by i.MX8M when CONFIG_FEC_MXC defined in defconfig. Signed-off-by: Peng Fan Reviewed-by: Frieder Schrempf Tested-by: Frieder Schrempf --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index eb3d7ed45f..4182897d89 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -236,7 +236,7 @@ config FEC_MXC_MDIO_BASE config FEC_MXC bool "FEC Ethernet controller" - depends on MX28 || MX5 || MX6 || MX7 || IMX8 || VF610 + depends on MX28 || MX5 || MX6 || MX7 || IMX8 || IMX8M || VF610 help This driver supports the 10/100 Fast Ethernet controller for NXP i.MX processors.