Add support for mdio driver for Renesas RA MCU series This support utilize the r_ether_phy driver in hal renesas to support mdio write and read function Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
11 lines
291 B
Text
11 lines
291 B
Text
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MDIO_RENESAS_RA
|
|
bool "RENESAS MDIO controller driver"
|
|
default y
|
|
depends on DT_HAS_RENESAS_RA_MDIO_ENABLED
|
|
select PINCTRL
|
|
select USE_RA_FSP_ETHER_PHY
|
|
help
|
|
Enable RENESAS MDIO support.
|