aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-02 10:50:47 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-02 14:51:14 +0100
commita4d4ca4c9edb870d1b171deb8007ee935a01f331 (patch)
tree1e67d991a0d29fcf67a95d7ad360104227952232 /conf
parent988a6f57d3dc8a372c0ae046bbd1f4676c7ace35 (diff)
downloadopenembedded-a4d4ca4c9edb870d1b171deb8007ee935a01f331.tar.gz
nokia900.conf: MACHINE_EXTRA_RRECOMMENDS add needed kernel-modules
* list all which are loaded after boot (ie with udev) * remove those which are handled by some task-base-* anyways (like g-ether, vfat etc) * remove those which are in RDEPENDS of some already listed module here Acked-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/nokia900.conf34
1 files changed, 33 insertions, 1 deletions
diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf
index caeb00a302..5dbf2cb8de 100644
--- a/conf/machine/nokia900.conf
+++ b/conf/machine/nokia900.conf
@@ -14,7 +14,39 @@ XSERVER = "xserver-xorg \
xf86-input-keyboard \
xf86-video-omapfb "
-MACHINE_EXTRA_RRECOMMENDS = "watchdog"
+MACHINE_EXTRA_RRECOMMENDS = "watchdog \
+ kernel-module-g-nokia \
+ kernel-module-tsl2563 \
+ kernel-module-smc91x \
+ kernel-module-leds-lp5523 \
+ kernel-module-adp1653 \
+ kernel-module-ad5820 \
+ kernel-module-et8ek8 \
+ kernel-module-fmtx-si4713 \
+ kernel-module-leds-twl4030-vibra \
+ kernel-module-lis302dl \
+ kernel-module-nokia-av \
+ kernel-module-omap-ssi \
+ kernel-module-omap-wdt \
+ kernel-module-phonet \
+ kernel-module-radio-bcm2048 \
+ kernel-module-rtc-twl4030 \
+ kernel-module-smia-sensor \
+ kernel-module-ssi-mcsaab-imp \
+ kernel-module-tsc2005 \
+ kernel-module-twl4030-wdt \
+ kernel-module-wl12xx \
+ kernel-module-cmt-speech \
+ kernel-module-gpio-keys \
+ kernel-module-hci-h4p \
+ kernel-module-hsi-char \
+ kernel-module-isp1704-charger \
+ kernel-module-lis3lv02d-i2c \
+ kernel-module-mailbox-mach \
+ kernel-module-rtc-twl \
+ kernel-module-twl4030-pwrbutton \
+ kernel-module-wl1251-spi \
+"
GUI_MACHINE_CLASS = "bigscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "800"