Ethernet phy support for ESP32 with Mongoose

According to Espressif , ESP-IDF supports up to four Ethernet PHY: LAN8720 , IP101 , DP83848 and `RTL8201,

But according to Mongoose -
Two PHY models are currently supported with ESP32:

Microchip LAN87x0 (LAN8710 supports both MII and RMII
LAN8720 is RMII only) and TI TLK110.

can we use IP101/DP83848/RTL8201 phy for esp32 with mongoose??