projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325a4f5
)
imx6: ventana: add default kernel modules for GSC
author
Luka Perkov
<luka@openwrt.org>
Tue, 17 Dec 2013 02:47:18 +0000
(
02:47
+0000)
committer
Luka Perkov
<luka@openwrt.org>
Tue, 17 Dec 2013 02:47:18 +0000
(
02:47
+0000)
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
target/linux/imx6/profiles/120-gateworks.mk
patch
|
blob
|
history
diff --git
a/target/linux/imx6/profiles/120-gateworks.mk
b/target/linux/imx6/profiles/120-gateworks.mk
index 9891527a80f5e004bda8d21238fe04360aefd34a..69ac2036dd80b47521140ac69c4db5ad2b137944 100644
(file)
--- 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