diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-12 22:32:14 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-12 22:42:54 +0200 |
commit | ac84b308443b4650db7f4b6f1b1809c7a6492c26 (patch) | |
tree | f26664a701031f631b9db1ec4b26d26e75ad69a2 /conf/machine | |
parent | 3e6b7082056426609318aafe8fd4d640f220acf5 (diff) | |
download | openembedded-ac84b308443b4650db7f4b6f1b1809c7a6492c26.tar.gz |
om-gta0*: use linux-2.6.37 and autoload snd-soc-wm8753 module
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/om-gta02.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index bd103ce55e..c52381b6ac 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -37,6 +37,7 @@ READER_UI = "gtk" # package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-s3cmci \ + kernel-module-snd-soc-wm8753 \ kernel-module-snd-soc-neo1973-wm8753 \ kernel-module-snd-soc-neo1973-gta02-wm8753 \ kernel-module-g-ether \ @@ -87,6 +88,7 @@ EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native qi qi-ubi" module_autoload_snd-soc-neo1973-gta02-wm8753 = "snd-soc-neo1973-gta02-wm8753" #2.6.31 is using the same name as it was in gta01 module_autoload_snd-soc-neo1973-wm8753 = "snd-soc-neo1973-wm8753" +module_autoload_snd-soc-wm8753 = "snd-soc-wm8753" module_autoload_ar6000 = "ar6000" module_autoload_btusb = "btusb" |