Kconfig 349 B

12345678910111213141516171819
  1. config RT_USING_UART1
  2. bool "Enable UART1 (PB6/7)"
  3. default y
  4. config RT_USING_UART2
  5. bool "Enable UART2 (PA2/3)"
  6. default y
  7. config RT_USING_UART3
  8. bool "Enable UART3 (PD8/9)"
  9. default y
  10. config RT_USING_UART4
  11. bool "Enable UART4 (PC10/11)"
  12. default n
  13. config RT_USING_UART5
  14. bool "Enable UART5 (PC12/PD2)"
  15. default n