Kconfig 337 B

12345678910111213141516171819
  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 n
  10. config RT_USING_UART3
  11. bool "Enable UART3"
  12. default n
  13. config RT_USING_SPI5
  14. bool "Enable SPI5"
  15. default n