diff options
author | Angelo Durgehello <angelo.dureghello@timesys.com> | 2019-11-15 23:54:17 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-10 10:25:13 -0500 |
commit | 080bcc5cc18dd8f667e1386de5428d4e98f253e9 (patch) | |
tree | 63e0d3c158ea7369a12699d8b77dc5043195f0bf | |
parent | ad420937558a9b3bc0e93d9693b34f57cf4480a0 (diff) | |
download | u-boot-080bcc5cc18dd8f667e1386de5428d4e98f253e9.tar.gz u-boot-080bcc5cc18dd8f667e1386de5428d4e98f253e9.tar.xz u-boot-080bcc5cc18dd8f667e1386de5428d4e98f253e9.zip |
drivers: net: add mcf fec dm Kconfig support
Add ColdFire fec to Kconfig.
Signed-off-by: Angelo Durgehello <angelo.dureghello@timesys.com>
-rw-r--r-- | drivers/net/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 142a2c6953..01d087f229 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -278,6 +278,22 @@ config FTGMAC100 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 bool "Marvell Orion5x/Kirkwood network interface support" depends on KIRKWOOD || ORION5X |