imx6: ventana: add default kernel modules for GSC
[openwrt.git] / target / linux / imx6 / profiles / 120-gateworks.mk
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
8 define Profile/VENTANA
9   NAME:=Gateworks Ventana family
10   PACKAGES:= \
11         kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \
12         kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \
13         kmod-can kmod-can-flexcan \
14         kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \
15         kobs-ng
16 endef
17
18 define Profile/VENTANA/Description
19  The Gateworks Ventana family of products is based on the Freescale i.MX6Q SoC
20  and offers a large variety of peripherals such as:
21
22   * DDR3
23   * NAND or SPI flash
24   * multiple PCIe (with USB for Cellular modems)
25   * Optional expansion for additional USB/PCI based periperhals
26   * USB EHCI
27   * USB OTG
28   * HDMI Audio/Video in/out
29   * Analog Video in/out
30   * Analog Audio in/out
31   * Gateworks System Controller
32   * Optional GPS with PPS
33   * Canbus
34   * User GPIO
35   * mSATA
36 endef
37
38 VENTANA_DTS:= \
39         imx6dl-gw51xx \
40         imx6dl-gw52xx \
41         imx6dl-gw53xx \
42         imx6q-gw5400-a \
43         imx6q-gw54xx
44
45 $(eval $(call Profile,VENTANA))