Kconfig 624 B

12345678910111213141516171819202122232425262728
  1. if ROCKCHIP_RV1108
  2. config TARGET_EVB_RV1108
  3. bool "EVB_RV1108"
  4. help
  5. RV1108 EVB is a evaluation board for Rockchp RV1108.
  6. Key features of the board include:
  7. * one macro USB OTG port
  8. * one USB HOST port
  9. * one RS232 to USB port route to UART2 as debug port
  10. * MIPI screen with resolution 720 x 1280
  11. * 128M DDR3
  12. * 64M SPI Nor Flash
  13. * macro SD card interface
  14. * HDMI output
  15. * 10/100 Mbps Ethernet
  16. * camera interface compatible with imx323 / ov2710 / ov4689
  17. config SYS_SOC
  18. default "rockchip"
  19. config SYS_MALLOC_F_LEN
  20. default 0x400
  21. source board/rockchip/evb_rv1108/Kconfig
  22. endif