X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Ftemplates%2Ftriface_empty%2Fcfg%2Fcfg_eth.h;h=0934e3d651365d83cb6c86b5e9e0471b7755ef41;hb=6fffd0614f75137e8fed424c87835d4e7d478ef7;hp=a378808139f88b0605533a591cf4e1467a1b682a;hpb=e04285605a166a50fada6dcc601ee2ad2fedb32f;p=bertos.git diff --git a/boards/triface/templates/triface_empty/cfg/cfg_eth.h b/boards/triface/templates/triface_empty/cfg/cfg_eth.h index a3788081..0934e3d6 100644 --- a/boards/triface/templates/triface_empty/cfg/cfg_eth.h +++ b/boards/triface/templates/triface_empty/cfg/cfg_eth.h @@ -54,4 +54,13 @@ */ #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 */