1menuconfig RT_USING_PHYE 2 bool "Using External Port Physical Layer (PHY) device drivers" 3 depends on RT_USING_DM 4 default n 5 help 6 This framework will be of use only to devices that use 7 external PHY (PHY functionality is not embedded within the controller). 8 9if RT_USING_PHYE 10 osource "$(SOC_DM_PHYE_DIR)/Kconfig" 11endif 12