diff options
author | Phil Blundell <philb@gnu.org> | 2007-01-22 09:45:55 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2007-01-22 09:45:55 +0000 |
commit | 78f0bd528fc92d169cc6de15e976a5e03275123d (patch) | |
tree | 127e6cd41d890a3c7b3c1f12625710a2747a68b6 /conf | |
parent | e0851eee5b7e54db524cd2bbd29bbf473ee4820b (diff) | |
parent | 0a395815112226458111aa55d6f1ab2d4de4ab6c (diff) |
merge of '49465eb4802528a82351dde4e4be56819267526e'
and '8ebde0d924303d9679c25c10e4671740f5d732bb'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/h4000.conf | 5 |
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" |