Kconfig 362 B

123456789101112131415161718192021
  1. config RT_USING_UART0
  2. bool "Enable UART0"
  3. default y
  4. config RT_USING_UART2
  5. bool "Enable UART2"
  6. default n
  7. config RT_USING_UART4
  8. bool "Enable UART4"
  9. default n
  10. config BSP_DRV_CLCD
  11. bool "CLCD driver"
  12. depends on PKG_USING_GUIENGINE
  13. default y
  14. config BSP_DRV_EMAC
  15. bool "EMAC driver"
  16. depends on RT_USING_LWIP
  17. default y