diff options
| author | Lukasz Majewski <[email protected]> | 2019-02-13 22:46:39 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-04-13 20:30:08 +0200 |
| commit | f1cbd87e50e40b072f979334dcbcc42af7c45e05 (patch) | |
| tree | 7f6e0c8b6d45ea49c7569c837689f96b69b3077a /drivers | |
| parent | 27589e7d8cdd6d4c6152252896b3b63ba249ea50 (diff) | |
net: Kconfig: FEC: Add dependency on VF610
Signed-off-by: Lukasz Majewski <[email protected]>
Reviewed-by: Stefan Agner <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 77d0b3a01f4..d0e5426a99d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -190,7 +190,7 @@ config FEC_MXC_MDIO_BASE config FEC_MXC bool "FEC Ethernet controller" - depends on MX5 || MX6 || MX7 || IMX8 + depends on MX5 || MX6 || MX7 || IMX8 || VF610 help This driver supports the 10/100 Fast Ethernet controller for NXP i.MX processors. |
