120-gateworks.mk 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Copyright (C) 2013 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define Profile/VENTANA
  8. NAME:=Gateworks Ventana family
  9. PACKAGES:= \
  10. kmod-thermal-imx kmod-sky2 kmod-usb-chipidea-imx kmod-usb-mxs-phy \
  11. kmod-sound-core kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \
  12. kmod-can kmod-can-flexcan kmod-can-raw \
  13. kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \
  14. kmod-leds-gpio kmod-pps-gpio kmod-gw16083 \
  15. kobs-ng
  16. endef
  17. define Profile/VENTANA/Description
  18. The Gateworks Ventana family of products is based on the Freescale i.MX6Q SoC
  19. and offers a large variety of peripherals such as:
  20. * DDR3
  21. * NAND or SPI flash
  22. * multiple PCIe (with USB for Cellular modems)
  23. * Optional expansion for additional USB/PCI based periperhals
  24. * USB EHCI
  25. * USB OTG
  26. * HDMI Audio/Video in/out
  27. * Analog Video in/out
  28. * Analog Audio in/out
  29. * Gateworks System Controller
  30. * Optional GPS with PPS
  31. * Canbus
  32. * User GPIO
  33. * mSATA
  34. endef
  35. $(eval $(call Profile,VENTANA))