aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h4000.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-01-22 05:10:25 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-01-22 05:10:25 +0000
commite946ee2e2b21733dc6b1f5bf8acfa3319dca8f0f (patch)
tree3766900f0977f38db2cc659e92200d3f1ffbc08b /conf/machine/h4000.conf
parent73a2bbb215128206b22f2abe8031ca4e2ad81456 (diff)
downloadopenembedded-e946ee2e2b21733dc6b1f5bf8acfa3319dca8f0f.tar.gz
h4000.conf: Go modular kernel (sound and its dependencies so far).
Diffstat (limited to 'conf/machine/h4000.conf')
-rw-r--r--conf/machine/h4000.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf
index 2a34333bac..9428b9ce11 100644
--- a/conf/machine/h4000.conf
+++ b/conf/machine/h4000.conf
@@ -22,10 +22,15 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
PCMCIA_MANAGER = "pcmciautils"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-h4000-audio \
+ kernel-module-i2c-pxa"
+
#
# Modules autoload and other boot properties
#
module_autoload_snd-pcm-oss = "snd-pcm-oss"
+module_autoload_snd-mixer-oss = "snd-mixer-oss"
+module_autoload_snd-h4000_audio = "snd-h4000_audio"
module_autoload_g_ether = "g_ether"
SERIAL_CONSOLE = "115200 ttyS0 vt100"