Kconfig 278 B

123456789101112
  1. menuconfig RT_USING_PHY
  2. bool "Using ethernet phy device drivers"
  3. default n
  4. menuconfig RT_USING_PHY_V2
  5. bool "Using phy device and mii bus v2"
  6. depends on !RT_USING_PHY
  7. default n
  8. if RT_USING_DM && RT_USING_PHY_V2
  9. osource "$(SOC_DM_PHY_DIR)/Kconfig"
  10. endif