drivers: nxp_enet: Deprecate ETH_MCUX
Deprecate ETH_MCUX, by: - Marking it as DEPRECATED in Kconfig, obviously. - Unmarking the new driver as experimental. - Putting the new and old drivers in the same folder. - Reworking the menu appearance of the driver selection. Note that technically now it is possible to choose the wrong driver than what is enabled in DT, this is intentional, but the correct one will obviously be enabled by default. - Convert all sample overlays to the new Kconfigs. This was part of the motivation for the shared overlays, as it was causing twister/CI logs to look ugly and misleading due to Kconfig warnings. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
83bfcb1b30
commit
fdbba0341c
19 changed files with 125 additions and 137 deletions
|
@ -126,6 +126,11 @@ Drivers and Sensors
|
|||
|
||||
* Ethernet
|
||||
|
||||
* Deperecated eth_mcux driver in favor of the reworked nxp_enet driver.
|
||||
* Driver nxp_enet is no longer experimental.
|
||||
* All boards and SOCs with :dtcompatible:`nxp,kinetis-ethernet` compatible nodes
|
||||
reworked to use the new :dtcompatible:`nxp,enet` binding.
|
||||
|
||||
* Flash
|
||||
|
||||
* GNSS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue