diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2017-05-12 17:18:23 +0530 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-05-31 10:22:14 +0200 |
commit | a43241a406890b2f309d05039556cf4f57e9bb0d (patch) | |
tree | 777a0e8a383b59e78fc654b111046105aa6ff319 /drivers/net | |
parent | 4f816fbd7b6102979c6656dc96c83f21256f4c4b (diff) |
drivers: net: Kconfig: Add PHY_MICREL_KSZ9021 entry
Add kconfig entry for Micrel KSZ9021 PHY support.
Cc: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/phy/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index aca3990aeb..ce1b30a4b6 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -58,6 +58,14 @@ config PHY_MARVELL config PHY_MICREL bool "Micrel Ethernet PHYs support" +config PHY_MICREL_KSZ9021 + bool "Micrel KSZ9021 Ethernet PHYs support" + depends on PHY_MICREL + help + KSZ9021 is a completely integrated triple speed (10Base-T/100Base-TX/1000Base-T) + Ethernet Physical Layer Transceiver for transmission and reception of data over + standard CAT-5 unshielded twisted pair (UTP) cable. + config PHY_MSCC bool "Microsemi Corp Ethernet PHYs support" |