zephyr/drivers/ethernet/phy/Kconfig.tja11xx
Kevin Shaju 7e56d134c2 drivers: net: phy: Add tja11xx driver
Adds the c22 tja11xx driver.

Signed-off-by: Kevin Shaju <kevin.shaju@accenture.com>
2025-06-12 15:04:32 -07:00

13 lines
257 B
Plaintext

# NXP PHY TJA11xx driver configuration options
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config PHY_TJA11XX
bool "TJA11XX PHY driver"
default y
depends on DT_HAS_NXP_TJA11XX_ENABLED
depends on MDIO
help
Enable TJA11xx PHY driver.