aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-19 21:28:31 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-27 23:07:25 +0200
commit7d66ee089b1efcb8a07c90c1ca586c27703b1cfe (patch)
tree4a5e786dce33c935785bf40b654b01db19dade8d /conf
parent1e4545fb44aa7359dfd1184ecd510201429fadde (diff)
downloadopenembedded-7d66ee089b1efcb8a07c90c1ca586c27703b1cfe.tar.gz
nokia900: add keyboard to MACHINE_FEATURES, watchdog to MACHINE_EXTRA_RRECOMMENDS and autoload for g_ether
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/nokia900.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf
index 2d6fb54989..f7543b672f 100644
--- a/conf/machine/nokia900.conf
+++ b/conf/machine/nokia900.conf
@@ -14,6 +14,8 @@ XSERVER = "xserver-xorg \
xf86-input-keyboard \
xf86-video-omapfb "
+MACHINE_EXTRA_RRECOMMENDS = "watchdog"
+
GUI_MACHINE_CLASS = "bigscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "800"
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
@@ -32,7 +34,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux"
#use this if you are using the nokia initfs
ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
-MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget vfat"
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget vfat keyboard"
+
+module_autoload_g_ether = "g_ether"
# Copied from include/omap3.inc (as we do not use linux-omap recipes):
#