From 7d66ee089b1efcb8a07c90c1ca586c27703b1cfe Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 19 Sep 2010 21:28:31 +0200 Subject: nokia900: add keyboard to MACHINE_FEATURES, watchdog to MACHINE_EXTRA_RRECOMMENDS and autoload for g_ether Signed-off-by: Martin Jansa --- conf/machine/nokia900.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'conf') 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): # -- cgit 1.2.3-korg