Files
rt-thread/components/drivers/phy/Kconfig
GuEe-GUI 7c4e928df7 [DM/PHY] Make Kconfig import for DM
Signed-off-by: GuEe-GUI <2991707448@qq.com>
2025-12-04 16:05:37 +08:00

13 lines
278 B
Plaintext

menuconfig RT_USING_PHY
bool "Using ethernet phy device drivers"
default n
menuconfig RT_USING_PHY_V2
bool "Using phy device and mii bus v2"
depends on !RT_USING_PHY
default n
if RT_USING_DM && RT_USING_PHY_V2
osource "$(SOC_DM_PHY_DIR)/Kconfig"
endif