diff --git a/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json b/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json index c5d9643d0a..7d52d02d28 100644 --- a/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json +++ b/features/netsocket/emac-drivers/TARGET_STM/mbed_lib.json @@ -3,12 +3,18 @@ "config": { "eth-rxbufnb": 4, "eth-txbufnb": 4, - "eth-phyaddr": 0 + "eth-phyaddr": { + "help" : "Configures actual PHY address according to pullup/down status of PHYAD pin(s)", + "value" : 0 + } }, "target_overrides": { "NUCLEO_F207ZG": { "eth-rxbufnb": 2, "eth-txbufnb": 4 + }, + "ARCH_MAX": { + "eth-phyaddr": 1 } } }