Kconfig 724 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. config RT_USING_EXT_SDRAM
  2. bool "Enable SDRAM on the board"
  3. default y
  4. config RT_USING_UART1
  5. bool "Enable UART1"
  6. default y
  7. config RT_USING_UART2
  8. bool "Enable UART2"
  9. default y
  10. config RT_USING_UART3
  11. bool "Enable UART3"
  12. default y
  13. config RT_USING_SPI1
  14. bool "Enable SPI1"
  15. default y
  16. config RT_USING_SPI2
  17. bool "Enable SPI2"
  18. default y
  19. config RT_USING_SPI3
  20. bool "Enable SPI3"
  21. default y
  22. config RT_USING_SPI4
  23. bool "Enable SPI4"
  24. default y
  25. config RT_USING_SPI5
  26. bool "Enable SPI5"
  27. default y
  28. config RT_USING_SPI6
  29. bool "Enable SPI6"
  30. default y
  31. config RT_RTC_NAME
  32. string "The name of RTC device"
  33. default rtc