Kconfig 389 B

123456789101112131415161718192021
  1. config RT_USING_UART1
  2. bool "Enable UART1 (PA9/10)"
  3. default n
  4. config RT_USING_UART2
  5. bool "Enable UART2 (PD5/6)"
  6. default y
  7. config RT_USING_UART3
  8. bool "Enable UART3 (PC10/11)"
  9. default n
  10. config BSP_USING_RTC
  11. bool "Enable RTC"
  12. select RT_USING_RTC
  13. default n
  14. config BSP_USING_PIN
  15. bool "Enable PIN device for GPIO"
  16. select RT_USING_PIN
  17. default y