imx6: ventana: add default kernel modules

Add the following kernel modules by default (which are present on most Ventana
baseboards):
 - kmod-leds-gpio (user leds)
 - kmod-sound-core (required as a dependency of the other sound modules)
 - kmod-pps-gpio (Pulse-Per-Second)

Signed-off-by: Tim Harvey <tharvey@gateworks.com>

SVN-Revision: 40990
master
Luka Perkov 10 years ago
parent f637a1e562
commit be7396bad7
  1. 3
      target/linux/imx6/profiles/120-gateworks.mk

@ -9,10 +9,11 @@ define Profile/VENTANA
NAME:=Gateworks Ventana family NAME:=Gateworks Ventana family
PACKAGES:= \ PACKAGES:= \
kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \ kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \
kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ kmod-sound-core kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \
kmod-can kmod-can-flexcan kmod-can-raw \ kmod-can kmod-can-flexcan kmod-can-raw \
canutils-cansend canutils-candump canutils-cangen \ canutils-cansend canutils-candump canutils-cangen \
kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \ kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \
kmod-leds-gpio kmod-pps-gpio \
kobs-ng kobs-ng
endef endef

Loading…
Cancel
Save