Merge branch 'dev'
[bertos.git] / boards / at91sam7x-ek / templates / at91sam7x-ek_empty / cfg / cfg_eth.h
index a378808139f88b0605533a591cf4e1467a1b682a..0934e3d651365d83cb6c86b5e9e0471b7755ef41 100644 (file)
  */
 #define ETH_LOG_FORMAT     LOG_FMT_TERSE
 
+/**
+ * Select the supported phy chip.
+ *
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "phy_chip_list"
+ */
+#define CONFIG_PHY_CHIP     DAVICOM_DM9161A
+
+
 #endif /* CFG_ETH_H */