diff options
author | Luka Perkov <luka@openwrt.org> | 2013-12-17 02:47:18 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-12-17 02:47:18 +0000 |
commit | 7802f4619bbb8ad52a8f497b17a8de4acb82e602 (patch) | |
tree | 6d5fa819dcfd76624c246790b8a709d7f6b5b5c1 /target/linux/imx6 | |
parent | 325a4f5b6e935e6f8a5b09c22c1123fd0f83a82a (diff) | |
download | upstream-7802f4619bbb8ad52a8f497b17a8de4acb82e602.tar.gz upstream-7802f4619bbb8ad52a8f497b17a8de4acb82e602.tar.bz2 upstream-7802f4619bbb8ad52a8f497b17a8de4acb82e602.zip |
imx6: ventana: add default kernel modules for GSC
All Gateworks Ventana boards have a Gateworks System Controller
which emulates the following:
- ds1672 RTC
- pca953x GPIO expander
- hardware monitor
- at24 eeprom
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39112
Diffstat (limited to 'target/linux/imx6')
-rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk index 9891527a80..69ac2036dd 100644 --- a/target/linux/imx6/profiles/120-gateworks.mk +++ b/target/linux/imx6/profiles/120-gateworks.mk @@ -11,6 +11,7 @@ define Profile/VENTANA kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \ kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ kmod-can kmod-can-flexcan \ + kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \ kobs-ng endef |