drivers: mdio: add support for NXP S32 NETC EMDIO
Introduce NXP S32 NETC External MDIO controller driver. Driver supports a single instance, as current support is based on NXP S32Z/E SoCs. Signed-off-by: Manuel Arguelles <manuel.arguelles@nxp.com>
This commit is contained in:
parent
642303ac7e
commit
1d6452c57b
6 changed files with 142 additions and 0 deletions
10
drivers/mdio/Kconfig.nxp_s32
Normal file
10
drivers/mdio/Kconfig.nxp_s32
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Copyright 2022 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config MDIO_NXP_S32_NETC
|
||||
bool "NXP S32 NETC External MDIO driver"
|
||||
default y
|
||||
depends on DT_HAS_NXP_S32_NETC_EMDIO_ENABLED
|
||||
select NOCACHE_MEMORY
|
||||
help
|
||||
Enable NETC External MDIO Controller driver for NXP S32 SoCs.
|
Loading…
Add table
Add a link
Reference in a new issue