Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. if ROCKCHIP_RK3399
  2. choice
  3. prompt "RK3399 board select"
  4. config TARGET_EVB_RK3399
  5. bool "RK3399 evaluation board"
  6. help
  7. RK3399evb is a evaluation board for Rockchp rk3399,
  8. with full function and phisical connectors support like type-C ports,
  9. usb2.0 host ports, LVDS, JTAG, MAC, SDcard, HDMI, USB-2-serial...
  10. config TARGET_PUMA_RK3399
  11. bool "Theobroma Systems RK3399-Q7 (Puma)"
  12. help
  13. The RK3399-Q7 (Puma) is a system-on-module (designed and
  14. marketed by Theobroma Systems) featuring the Rockchip RK3399
  15. in a Qseven-compatible form-factor (running of a single 5V
  16. supply and exposing its external interfaces on a MXM-230
  17. connector).
  18. Key features of the RK3399-Q7 include:
  19. * on-module USB 3.0 hub (2x USB 3.0 host + 1x USB 2.0 host)
  20. * USB 3.0 dual-role
  21. * on-module Micrel KSZ9031 GbE PHY
  22. * on-module eMMC (up to 256GB configurations available)
  23. * on-module DDR3 (1GB, 2GB and 4GB configurations available)
  24. * HDMI, eDP, MIPI-DSI, MIPI-DSI/CSI and MIPI-CSI
  25. * SPI, I2C, I2S, UART, GPIO, ...
  26. endchoice
  27. config SYS_SOC
  28. default "rockchip"
  29. config SYS_MALLOC_F_LEN
  30. default 0x0800
  31. source "board/rockchip/evb_rk3399/Kconfig"
  32. source "board/theobroma-systems/puma_rk3399/Kconfig"
  33. endif