diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-03-28 14:38:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-08 15:12:53 -0400 |
commit | 171510522eb3dd723d84ed21d800440d1276a91a (patch) | |
tree | 815248bee33b0994131eea4db4d87e9feba207ac /drivers/net | |
parent | 78eba69d98b02aeba9faf00a89266282ec35fd44 (diff) |
treewide: Migrate CONFIG_TSEC_ENET to Kconfig
Migrate the CONFIG_TSEC_ENET option to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 608ed71cf7..f2cfcb0606 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -411,4 +411,11 @@ config SYS_DPAA_QBMAN help QBman fixups to allow deep sleep in DPAA 1 SOCs +config TSEC_ENET + select PHYLIB + bool "Enable Three-Speed Ethernet Controller" + help + This driver implements support for the (Enhanced) Three-Speed + Ethernet Controller found on Freescale SoCs. + endif # NETDEVICES |