Kconfig 346 B

1234567891011
  1. menuconfig 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. if RT_USING_PHYE
  9. osource "$(SOC_DM_PHYE_DIR)/Kconfig"
  10. endif