]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/devs/eth/phy/v2_0/cdl/phy_eth_drivers.cdl
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / devs / eth / phy / v2_0 / cdl / phy_eth_drivers.cdl
index 38326cd6a71d5f1ce3a35cac6be7d314fb7e2ff5..a340948e0270f33e6cccf08760d219f687cc085c 100644 (file)
@@ -61,6 +61,14 @@ cdl_package CYGPKG_DEVS_ETH_PHY {
 
     compile eth_phy.c
 
+    cdl_option CYGDBG_DEVS_ETH_PHY {
+        display       "Enable driver debugging"
+        flavor        bool
+        default_value 0
+        description   "Enables the diagnostic debug messages on the
+                       console device."
+    }
+
     cdl_option CYGINT_DEVS_ETH_PHY_AUTO_NEGOTIATION_TIME {
         display       "Time period (seconds) to wait for auto-negotiation"
         flavor        data
@@ -97,6 +105,51 @@ cdl_package CYGPKG_DEVS_ETH_PHY {
           Include support for Intel LXT972xxx PHY"
     }
 
+    cdl_option CYGHWR_DEVS_ETH_PHY_ICS1890 {
+        display       "ICS 1890"
+        flavor        bool
+        default_value 0
+        compile       -library=libextras.a ics189x.c
+        description "
+          Include support for ICS 1890 PHY"
+    }
+
+    cdl_option CYGHWR_DEVS_ETH_PHY_ICS1892 {
+        display       "ICS 1892"
+        flavor        bool
+        default_value 0
+        compile       -library=libextras.a ics189x.c
+        description "
+          Include support for ICS 1892 PHY"
+    }
+
+    cdl_option CYGHWR_DEVS_ETH_PHY_ICS1893 {
+        display       "ICS 1893"
+        flavor        bool
+        default_value 0
+        compile       -library=libextras.a ics189x.c
+        description "
+          Include support for ICS 1893 and 1893AF PHY"
+    }
+
+    cdl_option CYGHWR_DEVS_ETH_PHY_DM9161A {
+        display       "Davicom DM9161A"
+        flavor        bool
+        default_value 0
+        compile       -library=libextras.a DM9161A.c
+        description "
+          Include support for the Davicom DM9161A PHY"
+    }
+    
+    cdl_option CYGHWR_DEVS_ETH_PHY_KS8721 {
+        display       "Micrel KS8721"
+        flavor        bool
+        default_value 0
+        compile       -library=libextras.a KS8721.c
+        description "
+          Include support for the Micrel KS8721 PHY"
+    }
+
     cdl_option CYGHWR_DEVS_ETH_PHY_LAN8700 {
         display       "SMSC LAN8700"
         flavor        bool
@@ -105,5 +158,4 @@ cdl_package CYGPKG_DEVS_ETH_PHY {
         description "
           Include support for SMSC LAN8700 NetPHY"
     }
-
 }