mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 16:48:18 +00:00
drivers: net: add mcf fec dm Kconfig support
Add ColdFire fec to Kconfig. Signed-off-by: Angelo Durgehello <angelo.dureghello@timesys.com>
This commit is contained in:
parent
ad42093755
commit
080bcc5cc1
1 changed files with 16 additions and 0 deletions
|
@ -278,6 +278,22 @@ config FTGMAC100
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
|
|
||||||
|
config MCFFEC
|
||||||
|
bool "ColdFire Ethernet Support"
|
||||||
|
depends on DM_ETH
|
||||||
|
select PHYLIB
|
||||||
|
help
|
||||||
|
This driver supports the network interface units in the
|
||||||
|
ColdFire family.
|
||||||
|
|
||||||
|
config FSLDMAFEC
|
||||||
|
bool "ColdFire DMA Ethernet Support"
|
||||||
|
depends on DM_ETH
|
||||||
|
select PHYLIB
|
||||||
|
help
|
||||||
|
This driver supports the network interface units in the
|
||||||
|
ColdFire family.
|
||||||
|
|
||||||
config MVGBE
|
config MVGBE
|
||||||
bool "Marvell Orion5x/Kirkwood network interface support"
|
bool "Marvell Orion5x/Kirkwood network interface support"
|
||||||
depends on KIRKWOOD || ORION5X
|
depends on KIRKWOOD || ORION5X
|
||||||
|
|
Loading…
Add table
Reference in a new issue