Kconfig 672 B

1234567891011121314151617181920212223242526272829303132333435
  1. config RT_USING_ILI9341_LCD
  2. bool "Enable LCD on the board"
  3. default y
  4. select RT_USING_EXT_SDRAM
  5. config RT_USING_STMPE811_TOUCH
  6. bool "Enable Touchscreen on the board"
  7. default y
  8. select RT_USING_I2C3
  9. config RT_USING_EXT_SDRAM
  10. bool "Enable SDRAM on the board"
  11. default y
  12. config RT_USING_UART1
  13. bool "Enable UART1"
  14. default y
  15. config RT_USING_UART2
  16. bool "Enable UART2"
  17. default n
  18. config RT_USING_UART3
  19. bool "Enable UART3"
  20. default n
  21. config RT_USING_SPI5
  22. bool "Enable SPI5"
  23. default n
  24. config RT_USING_I2C3
  25. bool "Enable I2C3"
  26. default y
  27. select RT_USING_I2C
  28. select RT_USING_I2C_BITOPS