diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-15 12:10:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-15 12:10:57 +0000 |
commit | 41a7cbfea4318bedc407b4c3fe92ac207a6ba07e (patch) | |
tree | 830c397f0f39134349a1f80384dab35497ef06f9 | |
parent | e9c519ed2b5fbff5dbe69075be4c65f8d3ba4b77 (diff) |
conf/machine/ipaq-pxa270.conf: add i2c-pxa module
-rw-r--r-- | conf/machine/ipaq-pxa270.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index 5c6c040af6..627440d7ad 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -31,7 +31,7 @@ GPE_EXTRA_INSTALL += "gaim sylpheed" include conf/machine/tune-xscale.conf BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" -HX4700_MODULES = "asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ +HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700 hx4700_power" module_autoload_hx4700_power = "hx4700_power" |