diff options
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 |