Kconfig 403 B

123456789101112131415161718192021
  1. config BSP_USING_I2C
  2. bool "Enable I2C1 (PB6/7)"
  3. default n
  4. select RT_USING_I2C
  5. select RT_USING_I2C_BITOPS
  6. config RT_USING_UART1
  7. bool "Enable UART1 (PA9/10)"
  8. default y
  9. config RT_USING_UART2
  10. bool "Enable UART2 (PA2/3)"
  11. default y
  12. config RT_USING_UART3
  13. bool "Enable UART3 (PB10/11)"
  14. default y
  15. config RT_USING_UART4
  16. bool "Enable UART4 (PC10/11)"
  17. default n