Kconfig 387 B

12345678910111213141516171819202122
  1. config RT_USING_UART0
  2. bool "Enable UART0"
  3. default n
  4. config RT_USING_UART1
  5. bool "Enable UART1"
  6. default y
  7. config BSP_DRV_CLCD
  8. bool "CLCD driver"
  9. depends on PKG_USING_GUIENGINE
  10. default y
  11. config BSP_DRV_EMAC
  12. bool "EMAC driver"
  13. depends on RT_USING_LWIP
  14. default y
  15. config BSP_DRV_AUDIO
  16. bool "Audio driver"
  17. select RT_USING_AUDIO
  18. default n