Kconfig 477 B

12345678910111213141516171819202122232425
  1. config BSP_USING_UART_HS
  2. bool "Enable High Speed UART"
  3. default y
  4. config BSP_USING_UART1
  5. bool "Enable UART1 (GPIO0/1)"
  6. default n
  7. config BSP_USING_UART2
  8. bool "Enable UART2 (GPIO0/1)"
  9. default n
  10. config BSP_USING_UART3
  11. bool "Enable UART3 (GPIO0/1)"
  12. default n
  13. config BSP_USING_I2C1
  14. bool "Enable I2C1 (GPIO0/1)"
  15. select RT_USING_I2C
  16. default n
  17. config BSP_USING_SPI1
  18. bool "Enable SPI1 (GPIO0/1)"
  19. select RT_USING_SPI
  20. default n