diff options
author | Sergey Lapin <slapinid@gmail.com> | 2007-07-28 22:45:11 +0000 |
---|---|---|
committer | Sergey Lapin <slapinid@gmail.com> | 2007-07-28 22:45:11 +0000 |
commit | f47bdc74bdbf4451361af5533a53b83b533d52ae (patch) | |
tree | dc10c8ca8bb9b89c7c38af9c668f3469f1a4a173 /conf | |
parent | e572d35b09c90c076730108f3bcd8b714d257166 (diff) |
conf/machine/palmt650.conf: Adding pxa2xx-ac97 module to autoload
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/palmt650.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/palmt650.conf b/conf/machine/palmt650.conf index 46e5fafdb5..beaf6cdbbb 100644 --- a/conf/machine/palmt650.conf +++ b/conf/machine/palmt650.conf @@ -10,7 +10,8 @@ SERIAL_CONSOLE = "115200 ttyS1" GUI_MACHINE_CLASS = "bigscreen" -MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \ +MACHINE_EXTRA_RRECOMMENDS += "kernel-module-snd-pxa2xx-ac97 \ + kernel-module-pxa27x-keyboard \ kernel-module-pxapwm-bl \ kernel-module-wm97xx-ts" |