Mercurial > ecos-v3_0-branch
diff packages/devs/eth/phy/current/cdl/phy_eth_drivers.cdl @ 2551:44499540b1fc
* cdl/phy_eth_drivers.cdl:
* src/KSZ8001.c: Add support for Micrel KSZ8001 PHY
| author | asl |
|---|---|
| date | Thu, 11 Sep 2008 17:55:24 +0000 |
| parents | 1a2bc9c156f9 |
| children | 6753c2347f3b |
line wrap: on
line diff
--- a/packages/devs/eth/phy/current/cdl/phy_eth_drivers.cdl +++ b/packages/devs/eth/phy/current/cdl/phy_eth_drivers.cdl @@ -149,5 +149,14 @@ cdl_package CYGPKG_DEVS_ETH_PHY { description " Include support for the Micrel KS8721 PHY" } + + cdl_option CYGHWR_DEVS_ETH_PHY_KSZ8001 { + display "Micrel KSZ8001" + flavor bool + default_value 0 + compile -library=libextras.a KSZ8001.c + description " + Include support for the Micrel KSZ8001 PHY" + } }
