diff options
author | Sergey Lapin <slapinid@gmail.com> | 2007-07-09 16:12:14 +0000 |
---|---|---|
committer | Sergey Lapin <slapinid@gmail.com> | 2007-07-09 16:12:14 +0000 |
commit | 5b49f14e2dd2d4f6208070106b59358b942d6418 (patch) | |
tree | 53d0d06532e0a28297307ad740158e6d98512c0b /conf | |
parent | 2a578eb93be86e537f7d6050a9573494df68dc7d (diff) |
Palm Zire 72 machine update
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/palmz72.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/palmz72.conf b/conf/machine/palmz72.conf index ae3e74bee4..251dd4e71a 100644 --- a/conf/machine/palmz72.conf +++ b/conf/machine/palmz72.conf @@ -21,5 +21,15 @@ GUI_MACHINE_CLASS = "bigscreen" require conf/machine/include/tune-xscale.conf require conf/machine/include/tune-thumb.conf +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-i2c-pxa \ + kernel-module-i2c-core \ + kernel-module-i2c-algo-pxa \ + kernel-module-i2c-dev \ + kernel-module-palmz72-battery" + module_autoload_sa1100-rtc = "sa1100-rtc" module_autoload_palmz72-battery = "palmz72-battery" +module_autoload_i2c-dev = "i2c-dev" +module_autoload_i2c-pxa = "i2c-pxa" +module_autoload_g_ether = "g_ether" + |