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 | 570007d70b3255bc00ea622a3a226a6f2b9c3ed2 (patch) | |
tree | d051d681277a5eb2ab418be25eb98927ed68cd57 /target/linux/imx6 | |
parent | f7e8ff54bab60cd54d7158676b7718de32a95b05 (diff) | |
download | upstream-570007d70b3255bc00ea622a3a226a6f2b9c3ed2.tar.gz upstream-570007d70b3255bc00ea622a3a226a6f2b9c3ed2.tar.bz2 upstream-570007d70b3255bc00ea622a3a226a6f2b9c3ed2.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39112 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |