diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-21 14:32:59 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-03 12:19:00 +0200 |
commit | b196b4ea4b124c2ea22d5823847a653252dbdcf3 (patch) | |
tree | 24f36068cf8aa0ec3a33d46ea132f7ca73ad43c7 /conf/machine | |
parent | 5e75fa8c1b28055b610eb47ba5d3368a16810aa4 (diff) |
linux-openmoko-2.6.32: upgrade stable patch to 2.6.32.17, move more stuff to modules, update om-gta02 to load them
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/om-gta02.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index d58a0104d1..0b826ded82 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -40,6 +40,9 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-snd-soc-neo1973-gta02-wm8753 \ kernel-module-g-ether \ kernel-module-ar6000 \ + kernel-module-leds-s3c24xx \ + kernel-module-leds-pwm \ + kernel-module-leds-gpio \ " # no need to bypass this as in om-gta01, since this model is not using a multiplexed ttySAC0 @@ -86,6 +89,10 @@ module_autoload_snd-soc-neo1973-wm8753 = "snd-soc-neo1973-wm8753" module_autoload_ar6000 = "ar6000" module_autoload_btusb = "btusb" +module_autoload_leds-s3c24xx = "leds-s3c24xx" +module_autoload_leds-pwm = "leds-pwm" +module_autoload_leds-gpio = "leds-gpio" + # tune for S3C24x0 include conf/machine/include/tune-arm920t.inc |