mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-23 23:22:02 +00:00
net: Kconfig: FEC: Add dependency on VF610
Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Stefan Agner <stefan.agner@toradex.com>
This commit is contained in:
parent
27589e7d8c
commit
f1cbd87e50
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue