X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Ftemplates%2Fstm32-p103_kernel%2Fcfg%2Fcfg_eth.h;h=0934e3d651365d83cb6c86b5e9e0471b7755ef41;hb=ee52abf7300bb120fa17966d581afe1938b2d0e8;hp=a378808139f88b0605533a591cf4e1467a1b682a;hpb=0c2a292f95d10af7c39b2b3df0c1ce0c16a791ed;p=bertos.git diff --git a/boards/stm32-p103/templates/stm32-p103_kernel/cfg/cfg_eth.h b/boards/stm32-p103/templates/stm32-p103_kernel/cfg/cfg_eth.h index a3788081..0934e3d6 100644 --- a/boards/stm32-p103/templates/stm32-p103_kernel/cfg/cfg_eth.h +++ b/boards/stm32-p103/templates/stm32-p103_kernel/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 */