summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-10-22 07:29:11 (GMT)
committerThomas Chou <thomas@wytron.com.tw>2015-10-23 06:55:48 (GMT)
commit96fa1e4385bb1b63c58c48d10b552605f47a6f7f (patch)
tree7eb03aa53fb9eba6c8630d2193c86c019a7a56f1 /drivers/net/Kconfig
parent8a3ea979666799d09b57efd05d0b41bda1ac7d69 (diff)
downloadu-boot-96fa1e4385bb1b63c58c48d10b552605f47a6f7f.tar.xz
net: convert altera_tse to driver model and phylib
Convert altera_tse to driver model and phylib. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index bbec6a6..a03a95d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -25,6 +25,15 @@ menuconfig NETDEVICES
if NETDEVICES
+config ALTERA_TSE
+ bool "Altera Triple-Speed Ethernet MAC support"
+ depends on DM_ETH
+ select PHYLIB
+ help
+ This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
+ Please find details on the "Triple-Speed Ethernet MegaCore Function
+ Resource Center" of Altera.
+
config E1000
bool "Intel PRO/1000 Gigabit Ethernet support"
help