summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-06-19 17:31:03 +0200
committerStefano Babic <sbabic@denx.de>2019-07-19 14:57:14 +0200
commit7782f4e441a77ab3834581bc0e9162d97e640858 (patch)
tree3689502cc447718360f73ad8a79a8eb3064b7d65 /drivers/net/Kconfig
parenta823659310a7a35028c45ac2e25c279524665718 (diff)
net: fec: Enable support for i.MX28 DM_ETH in the fec_mxc.c driver
The fec_mxc.c driver can be reused by i.MX28 when DM_ETH is enabled. One only needs to add proper compatible and dependency on FEC_MXC in the Kconfig. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 635f8d72c2..2408c7a627 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -213,7 +213,7 @@ config FEC_MXC_MDIO_BASE
config FEC_MXC
bool "FEC Ethernet controller"
- depends on MX5 || MX6 || MX7 || IMX8 || VF610
+ depends on MX28 || MX5 || MX6 || MX7 || IMX8 || VF610
help
This driver supports the 10/100 Fast Ethernet controller for
NXP i.MX processors.