X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fbenchmark%2Ftriface_context_switch%2Fcfg%2Fcfg_eth.h;h=0934e3d651365d83cb6c86b5e9e0471b7755ef41;hb=6fffd0614f75137e8fed424c87835d4e7d478ef7;hp=a378808139f88b0605533a591cf4e1467a1b682a;hpb=ffd90a8e0d552a62ae93a03594a245b1e1b51bc3;p=bertos.git diff --git a/boards/triface/benchmark/triface_context_switch/cfg/cfg_eth.h b/boards/triface/benchmark/triface_context_switch/cfg/cfg_eth.h index a3788081..0934e3d6 100644 --- a/boards/triface/benchmark/triface_context_switch/cfg/cfg_eth.h +++ b/boards/triface/benchmark/triface_context_switch/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 */