ethernet_demo_macro.cmake 635 B

1234567891011121314151617
  1. # Copyright (C) 2020 QUECTEL Technologies Limited and/or its affiliates("QUECTEL").
  2. # All rights reserved.
  3. #
  4. if(CONFIG_QL_OPEN_EXPORT_PKG)
  5. ################################################################################################################
  6. # Quectel open sdk feature config
  7. ################################################################################################################
  8. if(QL_APP_FEATURE_ETHERNET)
  9. option(ETHERNET_PHY_CH395 "Enable ETHERNET_PHY_CH395 " ON)
  10. else()
  11. option(ETHERNET_PHY_CH395 "Enable ETHERNET_PHY_CH395 " OFF)
  12. #message(STATUS "ETHERNET_PHY_CH395 ${ETHERNET_PHY_CH395}")
  13. endif()
  14. endif()