Tomas Rezucha 2f89804e5c fix(esp_phy): Allow WiFi/USB interference workaround option only on supported targets
"Enable USB when phy init" Kconfig option would call esp_phy function
`phy_bbpll_en_usb()` that is not implemented for all targets.
Selecting this option for unsupported target results in linking error.

The necessity of this workaround is now defined soc_caps.h rather than
in the Kconfig.

Closes https://github.com/espressif/esp-idf/issues/12185
2024-03-11 20:21:54 +08:00
..
2021-11-08 16:14:51 +08:00
2020-11-30 11:12:56 +11:00
2021-06-24 13:16:14 +03:00
2022-07-20 14:59:50 +08:00
2022-11-04 17:40:29 +08:00